bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] Compiling pb


From: Massimiliano Maini
Subject: [Bug-gnubg] Compiling pb
Date: Thu, 7 Dec 2006 13:14:00 +0100


Hi all,

I've a trouble compiling the latest code without GUI (command-line version) :

Compiling gnubg.c
gnubg.c: In function `CommandImportParty':
gnubg.c:4917: warning: implicit declaration of function `UserCommand'
linking gnubg-nogui-py-sse-debug.exe
obj/gnubg.o(.text+0x4e2e): In function `CommandImportParty':
D:/Documents/gnubg-build/builds/gnubg-MAIN/gnubg/gnubg.c:4917: undefined reference to `UserCommand'
collect2: ld returned 1 exit status
mingw32-make: *** [gnubg_exe_debug] Error 1
mingw32-make: Leaving directory `D:/Documents/gnubg-build/builds/gnubg-MAIN/gnubg'


Looks like UserCommand is not defined in command-line mode (USE_GTK not defined) but it is
used inside CommandImportParty ... probably an #if/#endif problem in gnubg.c ...

MaX.

reply via email to

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