Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2003:
[Freeciv-Dev] Re: [FreeCiv-Cvs] per: Remove the genlist iterator initial
Home

[Freeciv-Dev] Re: [FreeCiv-Cvs] per: Remove the genlist iterator initial

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: [FreeCiv-Cvs] per: Remove the genlist iterator initialization func...
From: Christian Knoke <chrisk@xxxxxxxxx>
Date: Sat, 1 Nov 2003 11:32:51 +0100

On Fri, Oct 31, 2003 at 05:11:00PM -0800, freeciv@xxxxxxxxxxxxxxxxxxx wrote:
> This is an automated notification of a change to freeciv cvs, 
> on Fri Oct 31 17:02:38 PST 2003 = Sat Nov  1 01:02:38 2003 (GMT)
> by Per I. Mathisen <per@xxxxxxxxxxx>
> 
> ---- Files affected:
> 
> freeciv/common genlist.c genlist.h registry.c
> freeciv/doc HACKING
> 
> ---- Log message:
>       Tag: HEAD
> 
> Remove the genlist iterator initialization function. This increases
> the speed of starting genlist loops. Gtk1 and gtk2 clients work fine,
> the other clients will need to be updated.

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(autoattack.o): In function `auto_attack_city':
/home/chris/freeciv/cvs/freeciv/server/autoattack.c:225: undefined reference
to `genlist_iterator_init'
./libcivserver.a(autoattack.o): In function `auto_attack_player':
/home/chris/freeciv/cvs/freeciv/server/autoattack.c:242: undefined reference
to `genlist_iterator_init'
/home/chris/freeciv/cvs/freeciv/server/autoattack.c:257: undefined reference
to `genlist_iterator_init'
./libcivserver.a(connecthand.o): In function `establish_new_connection':
/home/chris/freeciv/cvs/freeciv/server/connecthand.c:111: undefined
reference to `genlist_iterator_init'
./libcivserver.a(connecthand.o): In function `handle_login_request':
/home/chris/freeciv/cvs/freeciv/server/connecthand.c:249: undefined
reference to `genlist_iterator_init'
./libcivserver.a(connecthand.o):/home/chris/freeciv/cvs/freeciv/server/connecthand.c:655:
more undefined references to `genlist_iterator_init' follow
collect2: ld returned 1 exit status
make[3]: *** [civserver] Error 1
make[3]: Leaving directory `/usr/local/httpd/freeciv/server'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/httpd/freeciv/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/httpd/freeciv'
make: *** [all] Error 2


-- 
Christian Knoke            * * *            http://cknoke.de
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.


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