Re: [sqlite] Compiling with mingw32/msys, and using options

2008-10-16 Thread John Belli
On Thu, 16 Oct 2008 08:20:38 -0400, "Shane Harrelson" <[EMAIL PROTECTED]> wrote: >You can add it as an option to either configure or make. > >For a makefile generated from configure, you would do something like: > >make OPTS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 Thanks, I had found the "OPTS=" bu

Re: [sqlite] Compiling with mingw32/msys, and using options

2008-10-16 Thread Shane Harrelson
You can add it as an option to either configure or make. For a makefile generated from configure, you would do something like: make OPTS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 TCL is needed to build the amalgamation, as TCl scripts are used to generate the "amalgamated" file. ActiveTCL works.

[sqlite] Compiling with mingw32/msys, and using options

2008-10-16 Thread John Belli
Perhaps I just don't know how to use configure and make, but I can't figure out how to use, for example, SQLITE_ENABLE_UPDATE_DELETE_LIMIT when compiling with msys. Do I add it somehow when calling configure, when calling make, or do I edit the Makefile after configure? I am having no problem getti