On Thu, Oct 28, 2010 at 2:59 AM, Navaneeth.K.N <navaneet...@gmail.com>wrote:

> 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.
>

The default settings should work fine for you.


>
> 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?
>

Omit all of the -W switches from the compiler command-line.



>
> Any help would be great!
>
> --
> Navaneeth
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to