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
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
-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
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
-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
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:
6 matches
Mail list logo