It's not clear how I post questions. Do I just send to this mailing list?
On Wed, Jan 25, 2017 at 6:59 AM, Theo Veenker <[email protected]> wrote: > 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 > [email protected] | www.beexy.nl > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

