Re: [sqlite] c89 (long long) compatibility warning in amalgamation build

2011-09-08 Thread Stephan Beal
On Thu, Sep 8, 2011 at 9:37 PM, Nuno Lucas wrote: > Only C99 come with the «stdint.h» header which would define the > "int64_t" and "uint64_t" types, if supported by the platform (one way > to check is to verify if the INT64_MAX macro is defined). > Now that you mention it:

Re: [sqlite] c89 (long long) compatibility warning in amalgamation build

2011-09-08 Thread Nuno Lucas
Hello, On Thu, Sep 8, 2011 at 11:32, Stephan Beal wrote: [...] > The compile warning says it all: > > [stephan@cheyenne:~/cvs/fossil/whiki]$ make > + cc -pedantic -Wall -Werror -fPIC -std=c89 -g -I. -I. -I./include > -DSQLITE_THREADSAFE=0 -DSQLITE_TEMP_STORE=3

Re: [sqlite] c89 (long long) compatibility warning in amalgamation build

2011-09-08 Thread Stephan Beal
On Thu, Sep 8, 2011 at 12:32 PM, Stephan Beal wrote: > i reported this problem before, then retracted it because i couldn't > reproduce it, and now i seem to have stumbled again upon the magic > combination which triggers it... > and of course i should have mentioned:

[sqlite] c89 (long long) compatibility warning in amalgamation build

2011-09-08 Thread Stephan Beal
Hi, all, i reported this problem before, then retracted it because i couldn't reproduce it, and now i seem to have stumbled again upon the magic combination which triggers it... Using sqlite3.c amalgamation from: [stephan@cheyenne:~/cvs/fossil/sqlite3]$ f info project-name: SQLite repository: