Samuel Neff wrote:
> We're trying to build an amalgamation from CVS to use within our application
> for the first time.  However, when we try to compile we get an error on this
> line:
> 
> 
> #ifdef HAVE_STDINT_H
> #include <stdint.h>
> #endif
> 
> fatal error C1083: Cannot open include file: 'stdint.h': No such file or
> directory

What version of gcc does Fedora core 4 contains? If it is 3.x I do not 
think that one ships with C99 compliant C standard library of which 
stdint.h is part.

You should probably make sure that both HAVE_INT8_T and HAVE_STDINT_H 
are set to 0 if this turns out to be the case.

On the other hand if fedora core 4 has gcc 4.x with C99 standard C 
library than you should checkout your include path's.

Use locate command to find where is stdint.h and make sure to pass that 
folder to gcc in -I directive




_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to