bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] gtkboard.c 1.86


From: Nardy Pillards
Subject: [Bug-gnubg] gtkboard.c 1.86
Date: Thu, 19 Sep 2002 05:34:21 +0200

Compiling (WinME, GTK+ 1.3), this error:
gtkboard.c: In function `board_redraw_cube':
gtkboard.c:441: redeclaration of `orient'
gtkboard.c:438: `orient' previously declared here
G:\MINGW\BIN\MAKE.EXE: *** [gtkboard.o] Error 1


gtkboard.c, version 1.86, line 439-443
#if !USE_GTK2
    int two_chars, lbearing[ 2 ], width[ 2 ], ascent[ 2 ], descent[ 2 ],
 orient, n;
    char cube_text[ 3 ];
#endif

Has to be:

#if !USE_GTK2
    int two_chars, lbearing[ 2 ], width[ 2 ], ascent[ 2 ], descent[ 2 ],
 n;
    char cube_text[ 3 ];
#endif

__________
Nardy 




reply via email to

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