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 pipping
Recipients hdiogenes, pipping
Date 2007-09-08.13:49:51
SpamBayes Score 0.086123675
Marked as misclassified No
Message-id <1189259392.34.0.00118088440605.issue1099@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce this problem on both an intel and a powerpc mac.

With '--with-pydebug --enable-framework --enable-universalsdk', the 
behavior is very much different:

On a powerpc mac, configure fails with
  'checking size of wchar_t...configure: error: cannot compute sizeof 
(wchar_t)'

On an intel mac, configure and make succeed; a test fails, though (which 
normally passes, e.g. when no arguments at all were passed to 
configure). The failing test is: test_xmlrpc.
History
Date User Action Args
2007-09-08 13:49:52pippingsetspambayes_score: 0.0861237 -> 0.086123675
recipients: + pipping, hdiogenes
2007-09-08 13:49:52pippingsetspambayes_score: 0.0861237 -> 0.0861237
messageid: <1189259392.34.0.00118088440605.issue1099@psf.upfronthosting.co.za>
2007-09-08 13:49:52pippinglinkissue1099 messages
2007-09-08 13:49:51pippingcreate