I think the fix is already in the SQLite trunk. But we have some other SQLite warnings to deal with too. I'll update Fossil when we get all the warnings out of SQLite - probably within the hour.
On 8/1/16, [email protected] <[email protected]> wrote: > Hello, > > I just tried to compile [f6d9583173c] and it failed for me: > > cc -I. -I./src -Ibld -g -O2 -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H > -DNDEBUG=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_LOCKING_STYLE=0 > -DSQLITE_LIKE_DOESNT_MATCH_BLOBS=1 -DSQLITE_THREADSAFE=0 > -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_OMIT_DEPRECATED > -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_ENABLE_FTS4 > -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_DBSTAT_VTAB > -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 \ > -c ./src/sqlite3.c -o bld/sqlite3.o > cc -I. -I./src -Ibld -g -O2 -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -c > ./src/linenoise.c -o bld/linenoise.o > cc -I. -I./src -Ibld -g -O2 -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H > -Dmain=sqlite3_shell -DSQLITE_SHELL_IS_UTF8=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 > -DUSE_SYSTEM_SQLITE=0 -DSQLITE_SHELL_DBNAME_PROC=fossil_open > -DHAVE_LINENOISE -c ./src/shell.c -o bld/shell.o > ./src/sqlite3.c:108772: error: redefinition of typedef > 'sqlite3_api_routines' > ./src/sqlite3.c:5970: note: previous declaration of 'sqlite3_api_routines' > was here > make: *** [bld/sqlite3.o] Error 1 > make: *** Waiting for unfinished jobs.... > > Something wrong here? > > Thanks, > > Andy > -- > TAI64 timestamp: 40000000579f733d > _______________________________________________ > fossil-dev mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev > -- D. Richard Hipp [email protected] _______________________________________________ fossil-dev mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev
