Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2006:
[Freeciv-Dev] errors compiling win32 client
Home

[Freeciv-Dev] errors compiling win32 client

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Freeciv Dev <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] errors compiling win32 client
From: John Keller <list@xxxxxxxxxxxxxx>
Date: Sun, 12 Feb 2006 01:10:17 +0100

I tried to send the below to bugs@xxxxxxxxxxx but got back the error "No
permission to create tickets in the queue 'incoming'". At Per's
suggestion, I'm posting it to the list. Anyone who can help with the RT
problem or the compile error, I'd much appreciate it.

Trying to compile the win32 client (using mingw or cygwin
environment) for HEAD (11575).

"make" results in the following errors (lines 326 and 373):

citydlg.c: In function `city_dialog_update_present_units':
citydlg.c:326: warning: implicit declaration of function `unit_list_iterate'
citydlg.c:326: error: `punit' undeclared (first use in this function)
citydlg.c:326: error: (Each undeclared identifier is reported only once
citydlg.c:326: error: for each function it appears in.)
citydlg.c:326: error: syntax error before '{' token
citydlg.c:333: error: break statement not within loop or switch
citydlg.c: At top level:
citydlg.c:335: warning: type defaults to `int' in declaration of
`unit_list_iterate_end'
citydlg.c:335: warning: data definition has no type or storage class
citydlg.c:336: error: syntax error before '}' token
citydlg.c: In function `city_dialog_update_supported_units':
citydlg.c:373: error: `punit' undeclared (first use in this function)
citydlg.c:373: error: syntax error before '{' token
citydlg.c:383: error: break statement not within loop or switch
citydlg.c: At top level:
citydlg.c:385: warning: type defaults to `int' in declaration of
`unit_list_iterate_end'
citydlg.c:385: warning: data definition has no type or storage class
citydlg.c:386: error: syntax error before '}' token
citydlg.c: In function `show_units_callback':
citydlg.c:1314: warning: implicit declaration of function `unit_list_size'
make[3]: *** [citydlg.o] Error 1
make[3]: Leaving directory `/home/jkeller/freeciv/client/gui-win32'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jkeller/freeciv/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jkeller/freeciv'
make: *** [all] Error 2

Thanks...

- John



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