Tagged Questions
1
vote
1answer
63 views
Running 'make test' on an individual module for Python 2.7.4 build
I am working on building Python 2.7.4 on CentOS 6.4. When running the make test step, the test_gdb step fails, and I would like to get some more info as to why.
Build commands I'm running:
...
2
votes
1answer
193 views
Replace python built with UCS4 with UCS2
I've got fedora fc15 installed with python 2.7.1-7.fc15. It is built with ucs4 and I've got some packages here at work that are built with ucs2. I now cannot build other packages that use these ucs2 ...
1
vote
1answer
140 views
How can I install hulahop
I cloned hulahop via git and I'd like to use it and try to run this example.
I have a problem to find out how to build and install it. I also tried to install it with apt-get but I don't have this ...
1
vote
2answers
339 views
How do I compile Python 3.2 on NetBSD? Error code 127
I'm getting strange errors when I try to compile Python 3.2 on NetBSD 5.1:
python ./Objects/typeslots.py < ./Include/typeslots.h > ./Objects/typeslots.inc
python: not found
*** Error code 127
...