If it isn't in stdint.h (it should be, if memory serves),
then the backup is "unsigned long".  If a pointer is
not matching a long in size, there is a terrible lot of
code that will break.  So, in compat/compat.h:

#ifndef HAVE_UINTPTR_T
typedef unsigned long uintptr_t;
#endif

I guess that needs to get configured into the installed header.
What a pain:

../libopts/autoopts/options.h:348: error: expected
specifier-qualifier-list before ‘uintptr_t’

I have a script for installing an edited version of options.h.
It needs to edit in the above typedef if HAVE_UINTPTR_T
is not defined in config.h.  *sigh*.  Thank you.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to