bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] SQLite interfqce


From: Massimiliano Maini
Subject: [Bug-gnubg] SQLite interfqce
Date: Tue, 26 Feb 2008 11:55:36 +0100


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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]