That looks like a makefile generated by the vxWorks eclipse based workbench IDE tool. The bit that would be based on "user input" is that list of OPTs (the source files would be read automatically by adding to the project).
I use a custom build, so don't use these automatically generated files. As to the options, Richard has said SQLITE_EABLE_LOCKING_STYLE should only be needed for Apple users. So far I have done so little with SQLite that I don't know if I need any of the more advanced features. The compile flags I am using are -DHAVE_UTIME -DSQLITE_OMIT_LOAD_EXTENSION. This certainly compiles and runs to the point of letting me create tables and add and read data. As to locking and threading issues, I will find out over the next few months. Regards Andy Ling ________________________________________ From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of Jan Nijtmans [jan.nijtm...@gmail.com] Sent: 14 August 2014 08:19 To: General Discussion of SQLite Database Subject: Re: [sqlite] HELP sqlite3 used in vxworks has someproblem? 2014-08-13 14:31 GMT+02:00 Andy Ling <andy.l...@quantel.com>: > > From: drhsql...@gmail.com [mailto:drhsql...@gmail.com] On Behalf Of > Richard Hipp > > OK, I did find some cases where unlink() is called on files that do not > exist. > .... > > Anyway, a patch has now been checked in. > > Great, thank Congratulations to Andy and Richard for getting VxWorks support back into SQLite. Just one more question: What is the status of the Makefile.vxworks file in the SQLite source code? Especially line 68 puzzles me, what is SQLITE_ENABLE_LOCKING_STYLE=1 needed for? (User "chw", whoever that is, should be able to answer that question, since he/she committed this Makefile.vxworks) <http://www.sqlite.org/src/artifact/034289efa9?ln=68> Regards, Jan Nijtmans _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users