Hi all,

Just downloaded the 3.16.2 amalgamation (used 3.11.1 before). I then wanted to apply the userauth extension. The resulting sqlite3.c doesn't compile however because userauth.c contains this fragment:
    #ifndef _SQLITEINT_H_
    # include "sqliteInt.h"
    #endif
Apparently _SQLITEINT_H_ should now be SQLITEINT_H. Maybe this needs a fix?

A grep in sqlite3.c shows one more (harmless however) occurrence of 
_SQLITEINT_H_ for json1.c.

Theo

--
Theo Veenker  |  Beexy - Behavioral Experiment Software
+31(0)524-541531  |  +31(0)6-42525777 mobile
theo.veen...@beexy.nl  |  www.beexy.nl
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to