Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win32 SQLite fails #2

Open
lbearl opened this issue Jun 18, 2014 · 1 comment
Open

Win32 SQLite fails #2

lbearl opened this issue Jun 18, 2014 · 1 comment
Labels

Comments

@lbearl
Copy link

lbearl commented Jun 18, 2014

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.

@schwern
Copy link
Contributor

schwern commented Jan 12, 2015

I'm amazed the Windows install works at all!

What if you cd into src/subversion and run ./get-deps.sh? Does that fix the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants