Doug Currie wrote:
Friday, August 27, 2004, 10:47:30 AM, Dennis wrote:
[...] Next I have to resolve the issue reported on ticket #871,
since I'm building under Windows with MinGW. Right now I can't run
the test suite.
There is a simple workaround; at the end of src/test1.c use
#if defined(OS_UNIX) && OS_UNIX
Tcl_LinkVar(interp, "sqlite_temp_directory",
(char*)&sqlite_temp_directory, TCL_LINK_STRING);
#endif
and everything will compile. I still have trouble running the tests
(error 128 from msys at odd times that may be tcl subst related) but
at least you can build testfixture and run some tests.
The correct fix, of course, is to add sqlite_temp_directory to
os_win.c. I thought I had done that, but I guess it didn't make
it into CVS. I'll fix it as soon as I can.
In the meantime, there is always Knoppix....
--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565