Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2005:
[Freeciv-Dev] (PR#12179) xaw-client YACP (yet another compile problem)
Home

[Freeciv-Dev] (PR#12179) xaw-client YACP (yet another compile problem)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#12179) xaw-client YACP (yet another compile problem)
From: "Vijay Kiran Kamuju" <infyquest@xxxxxxxxx>
Date: Tue, 8 Feb 2005 21:10:22 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12179 >

if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include -I../../utilit
y -I../../common -I../../intl -I../../common/aicore -I../../intl -I./../agents
-I/usr/X11R6/include   -g -O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-proto
types -Wmissing-declarations -MT cma_fe.o -MD -MP -MF ".deps/cma_fe.Tpo" -c -o c
ma_fe.o cma_fe.c; \
then mv -f ".deps/cma_fe.Tpo" ".deps/cma_fe.Po"; else rm -f ".deps/cma_fe.Tpo";
exit 1; fi
cma_fe.c:77: error: parse error before ')' token
cma_fe.c: In function `show_cma_dialog':
cma_fe.c:339: warning: implicit declaration of function `update_cma_preset_list'

cma_fe.c: At top level:
cma_fe.c:371: warning: `update_cma_preset_list' was used with no prototype befor
e its definition
cma_fe.c:371: warning: `update_cma_preset_list' was declared implicitly `extern'
 and later `static'
cma_fe.c:339: warning: previous declaration of `update_cma_preset_list'
cma_fe.c:371: warning: type mismatch with previous implicit declaration
cma_fe.c:339: warning: previous implicit declaration of `update_cma_preset_list'

cma_fe.c:371: warning: `update_cma_preset_list' was previously implicitly declar
ed to return `int'
cma_fe.c: In function `update_cma_preset_list':
cma_fe.c:386: warning: passing arg 2 of `XawListChange' from incompatible pointe
r type
make[4]: *** [cma_fe.o] Error 1
make[4]: Leaving directory `/home/vijaykiran/cvs/freeciv/client/gui-xaw'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/vijaykiran/cvs/freeciv/client/gui-xaw'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/vijaykiran/cvs/freeciv/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vijaykiran/cvs/freeciv'
make: *** [all] Error 2





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#12179) xaw-client YACP (yet another compile problem), Vijay Kiran Kamuju <=