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 gast
Recipients gast
Date 2009-05-20.09:01:02
SpamBayes Score 5.482814e-06
Marked as misclassified No
Message-id <1242810066.3.0.038429040919.issue6067@psf.upfronthosting.co.za>
In-reply-to
Content
please help my!

OS - AIX 5.3 64x
i have need to install Python 2.6

./configure --with-gcc

configure: WARNING: wchar.h: present but cannot be compiled
configure: WARNING: wchar.h:     check for missing prerequisite headers?
configure: WARNING: wchar.h: see the Autoconf documentation
configure: WARNING: wchar.h:     section "Present But Cannot Be 
Compiled"
configure: WARNING: wchar.h: proceeding with the preprocessor's result
configure: WARNING: wchar.h: in the future, the compiler will take 
precedence
configure: WARNING:     ## ---------------------------------------------
--- ##
configure: WARNING:     ## Report this to http://www.python.org/python-
bugs ##
configure: WARNING:     ## ---------------------------------------------
--- ##

 
make

In file included from Include/unicodeobject.h:120,
                 from Include/Python.h:85,
                 from ./Modules/python.c:3:
/opt/freeware/lib/gcc/powerpc-ibm-aix5.1.0.0/4.0.0/include/wchar.h:299: 
error: parse error before 'mbstate_t'
/opt/freeware/lib/gcc/powerpc-ibm-aix5.1.0.0/4.0.0/include/wchar.h:302: 
error: parse error before 'mbstate_t'
make: 1254-004 The error code from the last command is 1.

What can i do for correct it? please...
History
Date User Action Args
2009-05-20 09:01:06gastsetrecipients: + gast
2009-05-20 09:01:06gastsetmessageid: <1242810066.3.0.038429040919.issue6067@psf.upfronthosting.co.za>
2009-05-20 09:01:05gastlinkissue6067 messages
2009-05-20 09:01:04gastcreate