When compiling fossil with latest mingw-w64:

$ make -f win/Makefile.mingw
.....
x86_64-w64-mingw32-gcc -Os -Wall -Lsrc/../compat/zlib
-Isrc/../compat/zlib  -I. -Isrc -Dmain=sqlite3_shell
-DSQLITE_OMIT_LOAD_EXTENSION=1 -c src/shell.c -o wbld/shell.o
src/shell.c: In function ‘do_meta_command’:
src/shell.c:2454:9: warning: unknown conversion type character ‘l’ in
format [-Wformat=]
         fprintf(p->out, "%s: %lld 0x%llx\n", azArg[i], v, v);
         ^
src/shell.c:2454:9: warning: unknown conversion type character ‘l’ in
format [-Wformat=]
src/shell.c:2454:9: warning: too many arguments for format [-Wformat-extra-args]
make -C src/../compat/zlib PREFIX=x86_64-w64-mingw32- -f
win32/Makefile.gcc libz.a


Here is my proposed fix (actually, for sqlite 3.8.0)

Regards,
         Jan Nijtmans

Attachment: sqlite.patch
Description: Binary data

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

Reply via email to