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 automatthias
Recipients automatthias
Date 2011-11-13.23:16:55
SpamBayes Score 5.0680913e-09
Marked as misclassified No
Message-id <1321226216.89.0.228790993845.issue13398@psf.upfronthosting.co.za>
In-reply-to
Content
Compilation of Python 3.2.2 fails on Solaris 9 as follows:

/opt/SUNWspro/bin/cc  -xcode=pic32 -xO3 -m32 -xarch=v8 -I/opt/csw/include  -c ./Modules/_cursesmodule.c -o Modules/_cursesmodule.o
"./Modules/_cursesmodule.c", line 105: cannot find include file: "Python.h"
"./Modules/_cursesmodule.c", line 117: cannot find include file: "py_curses.h"
"./Modules/_cursesmodule.c", line 130: warning: no explicit type given
"./Modules/_cursesmodule.c", line 130: syntax error before or at: attr_t
"./Modules/_cursesmodule.c", line 130: warning: old-style declaration or incorrect type for: attr_t
"./Modules/_cursesmodule.c", line 139: warning: no explicit type given
"./Modules/_cursesmodule.c", line 139: syntax error before or at: *
(...)

The problem seems to be a missing -I flag for the compiler, pointing at the Include directory in Python sources.
History
Date User Action Args
2011-11-13 23:16:56automatthiassetrecipients: + automatthias
2011-11-13 23:16:56automatthiassetmessageid: <1321226216.89.0.228790993845.issue13398@psf.upfronthosting.co.za>
2011-11-13 23:16:56automatthiaslinkissue13398 messages
2011-11-13 23:16:55automatthiascreate