Hi All,

I'm having hard time trying to avoid using pyton SQLite interface.

My understanding is that I need:

- sqlite3.dll, sqlite3.h and libsqlite3.dll.a
- to add a "-DHAVE_SQLITE=1" in the makefile/config.h and probably a "-L. 
-lsqlite3.dll" to link options

I've downloaded sqlite3 sources and compiled them (under MSYS) as 
described at:

 
http://techtonik.rainforce.org/2005/12/how-to-compile-sqlite-for-windows.html

Then I've put sqlite3.h, sqlite3.dll and libsqlite3.dll.a in my gnubg 
compile dir.
Everything compiles and links fine, but the created executable says:

        "Database connection failed, installation problem!"

as soon as I click on the "Settings/Options/Database" menu.

I even tried the precompiled stuff at:

        http://rainforce.org/sqlite/

But nothing changes.

MaX.
_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to