[fossil-dev] Branch/fix for comment style in attach.c

2016-08-01 Thread fossil-dev
I've created a branch called djvfixcommentstyle that changes my incorrect C99 style comment in attach.c. This compiles and tests fine, so if someone could review the change and merge into trunk I would be very grateful. Thanks Dave ___ fossil-dev mai

[fossil-dev] [f6d9583173c] fails to compile due to sqlite

2016-08-01 Thread fossil-dev
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_F

Re: [fossil-dev] [f6d9583173c] fails to compile due to sqlite

2016-08-01 Thread fossil-dev
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, fossil-dev@mailinglists.sqlite.org wrote: > Hello, > > I just tried to compile [f6d958317

Re: [fossil-dev] [f6d9583173c] fails to compile due to sqlite

2016-08-01 Thread fossil-dev
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, fossil-dev@mailinglists.sqlite.org wrote: > Hello, > > I just tried to compile [f6d958317

Re: [fossil-dev] [f6d9583173c] fails to compile due to sqlite

2016-08-01 Thread fossil-dev
Please try the latest trunk version of Fossil and let me know if you see any further problems. On 8/1/16, Richard Hipp wrote: > 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 SQL

Re: [fossil-dev] [f6d9583173c] fails to compile due to sqlite

2016-08-01 Thread fossil-dev
Please try the latest trunk version of Fossil and let me know if you see any further problems. On 8/1/16, Richard Hipp wrote: > 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 SQL