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; ^
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
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
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
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:
> >>
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
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
>
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
>
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
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
> &
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
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
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
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
14 matches
Mail list logo