Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2003:
[Freeciv-Dev] Re: (PR#7063) link error (CVS 7.XII)
Home

[Freeciv-Dev] Re: (PR#7063) link error (CVS 7.XII)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: imbaczek@xxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#7063) link error (CVS 7.XII)
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 7 Dec 2003 10:08:18 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=7063 >

Guest wrote:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=7063 >
> 
> gcc  -g -O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes
> -Wmissing-declarations  -o civserver  civserver.o
> ../common/libcivcommon.a ../ai/libcivai.a ./libcivserver.a 
> ../common/libcivcommon.a ../ai/libcivai.a ./libcivserver.a
> ../common/aicore/libaicore.a  -lreadline   -lm -lz 
> ./libcivserver.a(srv_main.o)(.text+0x1439): In function
> `handle_packet_input':
> /home/imbaczek/sandbox/tmp/freeciv/server/srv_main.c:853: undefined
> reference to `server_handle_packet'
> collect2: ld returned 1 exit status
> make[3]: *** [civserver] Błąd 1
> make[3]: Leaving directory `/home/imbaczek/sandbox/tmp/freeciv/server'
> make[2]: *** [all-recursive] Błąd 1
> make[2]: Leaving directory `/home/imbaczek/sandbox/tmp/freeciv/server'
> make[1]: *** [all-recursive] Błąd 1
> make[1]: Leaving directory `/home/imbaczek/sandbox/tmp/freeciv'
> make: *** [all-recursive-am] Błąd 2
> imbaczek@imbaczek:~/sandbox/tmp/freeciv$ grep server_handle_packet
> server/*.c
> server/hand_gen.c:bool server_handle_packet(enum packet_type type, void
> *packet,
> server/srv_main.c:  if (!server_handle_packet(type, packet, pplayer,
> pconn)) {

Rerun autogen.sh.

jason





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#7063) link error (CVS 7.XII), Jason Short <=