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.
_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to