bug-gnubg
[Top][All Lists]
Advanced

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

RE: [Bug-gnubg] Compile issues with latest code


From: Jonathan Kinsey
Subject: RE: [Bug-gnubg] Compile issues with latest code
Date: Tue, 18 Mar 2008 10:10:12 +0000

The first one just needs a little fix, just move the #endif from line 4857 down 
to 4862 should do it.

The second one looks like a non-multithreaded build problem, a work around 
would be to add a dummy CallbackProgress to makebearoff.c, something like:

extern void CallbackProgress( void )
{
}

I'm going on holiday until next week so maybe someone else can fix it.

Jon
________________________________

From: address@hidden

NO-GUI version does not compile:

gnubg.c: In function `CommandSaveSettings':
gnubg.c:4860: error: `fToolbarShowing' undeclared (first use in this function)
gnubg.c:4860: error: (Each undeclared identifier is reported only once
gnubg.c:4860: error: for each function it appears in.)
mingw32-make: *** [obj/gnubg.o] Error 1


makebearoff does not link:

Compiling makebearoff.c
Compiling eval.c
Compiling positionid.c
Compiling matchequity.c
Compiling matchid.c
Compiling osr.c
Compiling bearoffgammon.c
Compiling bearoff.c
Compiling format.c
Compiling mec.c
Compiling util.c
Compiling makebearoff.rc
linking makebearoff-sse-debug.exe
extras_obj/eval.o(.text+0x86c8): In function `EvaluatePositionCache':
D:/Documents/Max/gnubg-build/builds/gnubg-MAIN-noglade/gnubg/eval.c:3012: 
undefined reference to `CallbackProgress'
collect2: ld returned 1 exit status
mingw32-make: *** [makebearoff] Error 1

MaX.

_________________________________________________________________
Get Hotmail on your mobile, text MSN to 63463!
http://mobile.uk.msn.com/pc/mail.aspx



reply via email to

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