On Sunday, October 1, 2006 3:08 am, Ronald Oussoren wrote:
> 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 l
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
Joshua Boverhof wrote:
> 4Suite-XML-1.0rc4 failed to build with python2.5 on my mac OSX 10.4.7,
> which I installed using universal python-2.5-macosx.dmg.
>
> I was getting this error:
>
> Ft/Xml/src/expat/lib/xmlparse.c:20: error: conflicting types for
> 'uintptr_t'
> /usr/lib/gcc/powerpc-apple