Hello, I am trying to understand the compilation flags required to use for compiling the amalgamation copied into my source code directory. I can't use the make files provided with the amalgamation as I am using a different build system using CMake. Currently I am using only "SQLITE_THREADSAFE=1" . But is there any other flags that needs to be set? Or will the amalgamation sets some default values? I will be using GCC on linux and MSVC on windows.
When I compile, getting a warning like "sqlite3.c:795: warning: ISO C90 does not support ‘long long’". What can I do to avoid this warning? Any help would be great! -- Navaneeth _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users