Then, Patrick might have overlooked his include paths.
Patrick, could you scan where your MSVC's stdint.h resides? If your version
has it,then you must include the path to compiler switch. 
--
Andi

On Tue, 17 Aug 2010 14:13:29 -0500 (CDT)
Vicente Guerra <v...@guerra.com.mx> wrote:

> 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