[Freeciv-Dev] Re: CVS compilation failure
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Mon, May 27, 2002 at 11:34:00AM +0200, Pieter J. Kersten wrote:
> Hi all,
>
> I seem to be unable to compile the latest CVS version. I get stuck on the
> following messages:
>
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../common -I./../ai -I../intl -g -O2
> -Wall -c stdinhand.c
> stdinhand.c: In function `freeciv_completion':
> stdinhand.c:3895: warning: implicit declaration of function
> `completion_matches'
> stdinhand.c:3895: warning: assignment makes pointer from integer without a
> cast
> stdinhand.c:3897: warning: assignment makes pointer from integer without a
> cast
> stdinhand.c:3899: warning: assignment makes pointer from integer without a
> cast
> stdinhand.c:3901: warning: assignment makes pointer from integer without a
> cast
> stdinhand.c:3903: warning: assignment makes pointer from integer without a
> cast
> stdinhand.c:3905: warning: assignment makes pointer from integer without a
> cast
> stdinhand.c:3907: warning: assignment makes pointer from integer without a
> cast
> stdinhand.c:3909: warning: assignment makes pointer from integer without a
> cast
> stdinhand.c:3911: warning: assignment makes pointer from integer without a
> cast
> stdinhand.c:3914: `filename_completion_function' undeclared (first use in
> this function)
> stdinhand.c:3914: (Each undeclared identifier is reported only once
> stdinhand.c:3914: for each function it appears in.)
> stdinhand.c:3914: warning: assignment makes pointer from integer without a
> cast
> make[2]: *** [stdinhand.o] Fout 1
> make[2]: Weggaan uit map `/home/pieter/src/prive/freeciv/server'
> make[1]: *** [all-recursive] Fout 1
> make[1]: Weggaan uit map `/home/pieter/src/prive/freeciv'
> make: *** [all-recursive-am] Fout 2
>
> I'm using gcc 2.96 on RedHat Linux. Didn't have problems before.
rerun autogen.sh and then remake.
-mike
|
|