bug-gnubg
[Top][All Lists]
Advanced

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

RE: [Bug-gnubg] Nardy's Directions, and some help, please.


From: Rob
Subject: RE: [Bug-gnubg] Nardy's Directions, and some help, please.
Date: Wed, 13 Aug 2003 11:47:54 -0400

What we need are multiple postings... :)

When I moved showMoveIndicator out of the 3d-board #ifdef block, I was able
to build. However, I got the following message:

mingw32-make.exe: warning:  Clock skew detected.  Your build may be
incomplete.

Any thoughts on that one? Can someone suggest a way out of this one? Or,
should I not even worry?

-----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]