[Freeciv-Dev] Re: errors compiling win32 client
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Jason Dorje Short wrote:
> John Keller wrote:
>> 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).
>
> Very odd. Can you provide the compilation line right before this?
Making all in client
make[2]: Entering directory `/home/jkeller/freeciv/client'
Making all in gui-win32
make[3]: Entering directory `/home/jkeller/freeciv/client/gui-win32'
if mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I./../agents
-I../..
/utility -I./../include -I../../common/aicore -I../../common
-I../../intl -mno-
cygwin -g -O2 -Wall -Wpointer-arith -Wcast-align
-Wmissing-prototypes -Wmissing
-declarations -MT citydlg.o -MD -MP -MF
".deps/citydlg.Tpo" \
-c -o citydlg.o `test -f 'citydlg.c' || echo './'`citydlg.c; \
then mv ".deps/citydlg.Tpo" ".deps/citydlg.Po"; \
else rm -f ".deps/citydlg.Tpo"; exit 1; \
fi
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)
(and so on...)
- John
|
|