[sqlite] .timer with windows cli

2009-02-26 Thread Bob Chapman
Kim Boulton wrote: > Is there a compiled v3.6.11 sqlite3.exe with the .timer facility > enabled. I don't think so for windows -- but I've been wrong many times before. ;) [From shell.c] #if !defined(_WIN32) && !defined(WIN32) && . . . . #include #include . . . . . . . . #define BEGIN_TIMER beg

[sqlite] .timer with windows cli

2009-02-26 Thread Bob Chapman
Kim Boulton wrote: > Is there a compiled v3.6.11 sqlite3.exe with the .timer facility > enabled. Not for windows (I believe) as follows: [From shell.c] #if !defined(_WIN32) && !defined(WIN32) && . . . #include #include . . . . . . #define BEGIN_TIMER beginTimer() #define END_TIME

Re: [sqlite] .timer with windows cli

2009-02-25 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kim Boulton wrote: > However, how do you get the thing to compile with MinGW? You tried way too hard :-) Use the .tar.gz version of the amalgamation as it includes the shell source code (the .zip doesn't). Then this command works (no need to use Mak

Re: [sqlite] .timer with windows cli

2009-02-25 Thread Kim Boulton
Roger, Thanks for that. However, how do you get the thing to compile with MinGW? I Installed mingw and msys, fixed a problem with the msys batch file, fixed the paths to mingw so that gcc was found, did a compile and then a make but get linker failures at that point. To get this far I referred

Re: [sqlite] .timer with windows cli

2009-02-25 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kim Boulton wrote: > Anywhere I can download one would be nice. You can get the free MinGW compiler from http://www.mingw.org - it is what I use to compile SQLite and other code on Windows. MinGW is a Windows port of gcc plus other GNU tools. Roger

[sqlite] .timer with windows cli

2009-02-25 Thread Kim Boulton
Hello, Is there a compiled v3.6.11 sqlite3.exe with the .timer facility enabled. I don't have a C compiler on this machine. Anywhere I can download one would be nice. Thanks kim ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org: