-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
When building the module on Windows, the SQLite fails, even with the sqlite3.c file in the sqlite-amalgamation directory @ src/subversion/. I managed to work around this by building the sqlite package located at: http://www.sqlite.org/sqlite-amalgamation-3.7.0.1.tar.gz, and then copying the sqlite3.h file to a new directory I created called include, and the sqlite3-0.dll file (which I renamed to sqlite3.dll) to a new directory called lib.
Note that I have the MinGW32 toolchain along with Msys installed on the box. It is running Windows 7.
This is probably more a bug in the parent Subversion project, but the configure script should be able to be modified locally to work properly.