On Sep 28, 2006, at 8:34 AM, Uche Ogbuji wrote:


From Ft/Xml/src/expat/lib/xmlparse.c
     18 #ifndef HAVE_UINTPTR_T
     19 #if SIZEOF_VOID_P <= SIZEOF_INT
     20 typedef unsigned int uintptr_t;

It appears like the problem is with the python2.5 installation, anybody
else have this problem?

Yes.  This was reported and we put a workaround in recently.  Try a
recent 4Suite CVS snapshot.

It seems to be a problem in the configure script for python 2.5, the configure script seems to be checking if untptr_t is a built-in type. I have a patch and have asked on python-dev if this is indeed a correct patch.

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to