homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author exarkun
Recipients exarkun, tarek
Date 2010年06月21日.22:03:28
SpamBayes Score 0.0010505373
Marked as misclassified No
Message-id <1277157811.25.0.502780750068.issue9053@psf.upfronthosting.co.za>
In-reply-to
Content
With a checkout of the py3k branch, building an extension module using distutils fails:
 error: Python.h: No such file or directory
This is clearly because the wrong -I option is being supplied:
 gcc -pthread -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/exarkun/Projects/python-signalfd/trunk/Include -I/home/exarkun/Projects/python/branches/py3k -c signalfd/_signalfd.c -o build/temp.linux-i686-3.2/signalfd/_signalfd.o
Building the extension with Python 3.1 all the way back through Python 2.3 does work, though.
History
Date User Action Args
2010年06月21日 22:03:31exarkunsetrecipients: + exarkun, tarek
2010年06月21日 22:03:31exarkunsetmessageid: <1277157811.25.0.502780750068.issue9053@psf.upfronthosting.co.za>
2010年06月21日 22:03:28exarkunlinkissue9053 messages
2010年06月21日 22:03:28exarkuncreate

AltStyle によって変換されたページ (->オリジナル) /