Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #103104 > unrolled thread
| Started by | bthk55@gmail.com |
|---|---|
| First post | 2016-02-18 02:32 -0800 |
| Last post | 2016-02-18 02:32 -0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Trying to build Python from Source on HPUX 11.23 IA fails bthk55@gmail.com - 2016-02-18 02:32 -0800
| From | bthk55@gmail.com |
|---|---|
| Date | 2016-02-18 02:32 -0800 |
| Subject | Trying to build Python from Source on HPUX 11.23 IA fails |
| Message-ID | <6b54afa8-eeb7-4350-b06d-6109f9aef4a2@googlegroups.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 top | Article view | comp.lang.python
csiph-web