bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] Yet More Questions


From: Rob
Subject: [Bug-gnubg] Yet More Questions
Date: Wed, 13 Aug 2003 11:58:25 -0400

Using the Nardy Win32 build, how and where can I dump output?

In other words, in a normal console app, I can just add "printf" statements.
What can I do here? Does Mingw's gdb work with this?

Thanks, Rob

-----Original Message-----
From: address@hidden
[mailto:address@hidden Behalf Of Rob
Sent: Wednesday, August 13, 2003 11:39 AM
To: address@hidden
Subject: [Bug-gnubg] Nardy's Directions, and some help, please.


I have made some notes regarding Nardy's directions for building under
Win32.

1. I have made a modified version of the page at
http://users.skynet.be/bk228456/gnubg_new_build.html

I have attached it here


The modifications are to clarify it some.

a. Changed "5. Notes" to "8. Notes"
b. Added section 0: Install Gnubg for Win32, reordered table of contents
c. Separated out mingw download because it's not clear that packages.zip
didn't have it. You'll see.

2. You need to change nardy.bat

if NOT %MINGWDR%=="" goto IFEXIST
must change to
if NOT "%MINGWDR%"=="" goto IFEXIST

3. After getting the latest CVS sources, I got the following compiler error:

gcc -Os -mms-bitfields -Wall -DHAVE_CONFIG_H -DLOCALEDIR=\"locale\" -I. -I./
lib -I/MinGW/lib/gtk+/include -I/MinGW/lib/glib-2.0/include -I/MinGW/include
/glib-2.0 -I/MinGW/include/libxml2 -I/MinGW/include/freetype2   -c -o
gtkprefs.o gtkprefs.c
gtkprefs.c: In function `GeneralPage':
gtkprefs.c:1419: structure has no member named `showMoveIndicator'
gtkprefs.c: In function `UseDesign':
gtkprefs.c:1655: structure has no member named `showMoveIndicator'
gtkprefs.c: In function `GetPrefs':
gtkprefs.c:2519: structure has no member named `showMoveIndicator'
mingw32-make.exe: *** [gtkprefs.o] Error 1








reply via email to

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