Re: [sqlite] compile 3.8.4 error

2014-03-10 Thread Richard Hipp
On Mon, Mar 10, 2014 at 1:06 PM, Michele Pradella < michele.prade...@selea.com> wrote: > Compiling on Windows 32bit VS2010 > Line 73595 > static const int iLn = __LINE__+4; > give an error: "error C2099: initializer is not a constant" > This is a case of VS2010 not conforming to the C89 standard.

[sqlite] compile 3.8.4 error

2014-03-10 Thread Michele Pradella
Compiling on Windows 32bit VS2010 Line 73595 static const int iLn = __LINE__+4; give an error: "error C2099: initializer is not a constant" ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users