On Tue, May 6, 2008 at 2:42 PM, Matthew L. Creech <[EMAIL PROTECTED]> wrote:
> > > By default things like HAVE_GMTIME_R aren't defined, so you'd have to > add those to your CPPFLAGS or something if you wanted to build a > generic amalgamation with those features included. The datatypes that > aren't defined will use less accurate types that are "good enough", so > that e.g. UINT32_T might be "unsigned long" rather than "uint32_t", > which might be 64 bits. This is under discussion right now: whether > we even need the specifically-sized types at all. If not, the > inclusion of <stdint.h> and definition of those types may disappear in > the interest of portability. > > -- > Matthew L. Creech we ran configure make sqlite3.c and got an amalgamation with those types defined using unmodified sources from CVS. Are you saying the types should not be defined? We modified the sqlite3.c file by hand as Brad suggested and it compiles and runs fine, but I agree with Brad that it seems odd to need to edit the file manually. Thanks, Sam -- ----------------------------------------------------------------- We're Hiring! Seeking passionate Flex, C#, or C++ (RTSP, H264) developer. Position is in the Washington D.C. metro area. Contact [EMAIL PROTECTED] _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users