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.
e