On Tue, 17 Aug 2010, Andi Jahja wrote:
> Try to add the following to compiler flags.
> CFLAGS=$(CFLAGS) -D"HAVE_STDINT_H=0" -D"HAVE_INTTYPES_H=0"

     pcre_internal.c has this code:

#if HAVE_STDINT_H
#include <stdint.h>
#elif HAVE_INTTYPES_H
#include <inttypes.h>
#endif

     HAVE_STDINT_H will be defined, anyway...

     This problem occurs on MSVC and Borland 5.5, at least.

Atte.
  Vic

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to