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

[Freeciv-Dev] Re: 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] Re: errors compiling win32 client
From: John Keller <list@xxxxxxxxxxxxxx>
Date: Sun, 12 Feb 2006 02:33:56 +0100

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



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