[issue6940] cannot compute sizeof wchar_t on OS X 10.5.7, Python 2.6.2

Ned Deily report at bugs.python.org
Fri Sep 18 21:21:15 CEST 2009


Ned Deily <nad at acm.org> added the comment:

Works for me (2.6.2 tarball, 10.5.8 PPC, gcc build 5493).

Check configure.log and search for the failing "wchar_t" section.  Also, 
try stripping your $PATH down to bare essentials, removing /opt/local/bin 
(MacPorts), /sw/bin (Fink), /usr/local/bin, etc.; it's possible you're 
picking up an unexpected version of one of the build chain tools.

----------
assignee:  -> ronaldoussoren
components: +Macintosh
nosy: +ned.deily, ronaldoussoren

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6940>
_______________________________________


More information about the Python-bugs-list mailing list