Trying to build Python from Source on HPUX 11.23 IA fails

2016-02-18 Thread bthk55
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; ^

Re: Trying to build Python

2015-10-18 Thread Jeff Archer
On Sun, Oct 18, 2015 at 5:15 AM, Tim Golden wrote: > On 17/10/2015 17:25, Jeff Archer wrote: > >> I am trying to build Python on windows. I have gotten the source in >> compressed form, Python-3.5.0.tgz. Attempting to follow >> PCBuild\readme.txt >> >> Ran

Re: Trying to build Python

2015-10-18 Thread Tim Golden
On 17/10/2015 17:25, Jeff Archer wrote: I am trying to build Python on windows. I have gotten the source in compressed form, Python-3.5.0.tgz. Attempting to follow PCBuild\readme.txt Ran the get_externals.bat in the PCBuild folder. No apparent errors. Trying to build and getting errors: 1

Trying to build Python

2015-10-17 Thread Jeff Archer
I am trying to build Python on windows. I have gotten the source in compressed form, Python-3.5.0.tgz. Attempting to follow PCBuild\readme.txt Ran the get_externals.bat in the PCBuild folder. No apparent errors. Trying to build and getting errors: 1> abort: there is no Mercurial reposit

Re: Trying to build Python

2015-05-15 Thread Ned Batchelder
On Friday, May 15, 2015 at 10:40:14 AM UTC-4, Cecil Westerhof wrote: > Op Friday 15 May 2015 13:16 CEST schreef Chris Angelico: > > > On Fri, May 15, 2015 at 9:02 PM, Rustom Mody wrote: > >> On Friday, May 15, 2015 at 4:28:13 PM UTC+5:30, Cecil Westerhof wrote: > >>

Re: Trying to build Python

2015-05-15 Thread Cecil Westerhof
Op Friday 15 May 2015 13:16 CEST schreef Chris Angelico: > On Fri, May 15, 2015 at 9:02 PM, Rustom Mody wrote: >> On Friday, May 15, 2015 at 4:28:13 PM UTC+5:30, Cecil Westerhof wrote: >>> I am trying to build Python 3 on a Debian system. It is >>> successful, but

Re: Trying to build Python

2015-05-15 Thread Chris Angelico
On Fri, May 15, 2015 at 9:02 PM, Rustom Mody wrote: > On Friday, May 15, 2015 at 4:28:13 PM UTC+5:30, Cecil Westerhof wrote: >> I am trying to build Python 3 on a Debian system. It is successful, >> but a few things where missing. Partly I solved it, but a few things >

Re: Trying to build Python

2015-05-15 Thread Rustom Mody
On Friday, May 15, 2015 at 4:28:13 PM UTC+5:30, Cecil Westerhof wrote: > I am trying to build Python 3 on a Debian system. It is successful, > but a few things where missing. Partly I solved it, but a few things > keep unresolved: > _bz2 > _sqlite3 > readline >

Trying to build Python

2015-05-15 Thread Cecil Westerhof
I am trying to build Python 3 on a Debian system. It is successful, but a few things where missing. Partly I solved it, but a few things keep unresolved: _bz2 _sqlite3 readline _dbm _ssl _gdbm What do I need to do to get those resolved also? -- Cecil Westerhof Senior

Re: problems trying to build python 2.6 as a shared library

2013-01-18 Thread scubbojj
On Friday, 25 September 2009 04:36:28 UTC-7, Marco Nawijn wrote: > On Sep 25, 1:08 pm, Chris Withers wrote: > > Hi All, > > > > I'm trying to build Python 2.6 as a shared library, so I did: > > > >    ./configure --enable-shared > >    make > &

Re: problems trying to build python 2.6 as a shared library

2009-09-30 Thread Chris Withers
Marco Nawijn wrote: 2. Add path to dynamic linker configuration file. This typically is in '/etc/ld.so.conf'. See man page for ld for more information. Yes, this was it. Don't forget to run ldconfig after you've changed /etc/ld.so.conf It's frustrating how the contents of this file vary fr

Re: problems trying to build python 2.6 as a shared library

2009-09-25 Thread Christian Heimes
Marco Nawijn wrote: > The dynamic loader cannot find the python shared library. There are > at least 2 options: > 1. Add path that contains the shared library to the > LD_LIBRARY_PATH environment variable. In a bash shell this can be > accomplished by: export LD_LIBRARY_PATH=/path/to/python_s

Re: problems trying to build python 2.6 as a shared library

2009-09-25 Thread Marco Nawijn
On Sep 25, 1:08 pm, Chris Withers wrote: > Hi All, > > I'm trying to build Python 2.6 as a shared library, so I did: > >    ./configure --enable-shared >    make >    make altinstall > > No obvious signs of failure, but when I try and use the resulting > python

problems trying to build python 2.6 as a shared library

2009-09-25 Thread Chris Withers
Hi All, I'm trying to build Python 2.6 as a shared library, so I did: ./configure --enable-shared make make altinstall No obvious signs of failure, but when I try and use the resulting python, I get: python2.6: error while loading shared libraries: libpython2.6.so.1.0: cannot