Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #103104
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2016-02-18 02:32 -0800 |
| Message-ID | <6b54afa8-eeb7-4350-b06d-6109f9aef4a2@googlegroups.com> (permalink) |
| Subject | Trying to build Python from Source on HPUX 11.23 IA fails |
| From | bthk55@gmail.com |
I am trying to build python from source on HPUX 11.23 IA I am using the latest python version 3.5.1. I am getting the following error: Error 172: "Python/pytime.c", line 627 # Undeclared variable 'CLOCK_MONOTONIC'. const clockid_t clk_id = CLOCK_MONOTONIC; ^^^^^^^^^^^^^^^ *** Error exit code 2 I used the following steps to build : export CC="cc +DD64" export CXX=aCC ./configure --prefix=/opt/soe/local/Python-3.5.1 Does anyone know what is the issue here.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Trying to build Python from Source on HPUX 11.23 IA fails bthk55@gmail.com - 2016-02-18 02:32 -0800
csiph-web