You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: