bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Building gnubg on MS Windows -- db error in compiling --


From: Christian Anthon
Subject: Re: [Bug-gnubg] Building gnubg on MS Windows -- db error in compiling -- maybe need/how to get SQLite?
Date: Tue, 25 Mar 2008 14:29:38 +0100
User-agent: Thunderbird 2.0.0.12 (X11/20080227)

Christos Ioannou wrote:

Hi All,

I downloaded and installed (for MS Windows) MinGw, GTK, run the tests, they were ok, got the latest code (also)using the CheckOutCode batch file but then when complining got the following :


Hi Cristos,

let me start by pointing out that building on windows is not for the faint of heart and that the build instructions aren't always 100% up to date. They are mainly directed towards people who want to hack the code themselves, and know at least a bit about programming already. Your are more than welcome to try and report your problems here, just don't expect a smooth ride :) Plus the windows exe is totally up to date at the moment.

../../bin/libevent.a done
../../bin/libboard3d.a done
Compiling dbprovider.c
dbprovider.c :578: warning: 'SQLiteDeleteDatabase' defined but not used
dbprovider.c :556: warning: 'SQLiteGetDatabase' defined but not used
mingw32-make: *** [../bin/obj/dbprovider.o] Error 1
** Build failed **


This means that neither sqlite nor python are supported and that you won't be able to use the player database. If you don't need to or want to right now just delete the lines from 556- in dbprovider.c . I'll fix the code so that it compiles under these circumstances.

If you want to use the player database I suggest that you wait a bit for the build instructions to get updated or just use the windows exe snapshot.

Christian.






reply via email to

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