Re: [Freeciv-Dev] (PR#39406) Is S2_1 clients compilation broken?

2007-06-19 Thread William Allen Simpson

http://bugs.freeciv.org/Ticket/Display.html?id=39406 >

Egor Vyscrebentsov wrote:
> svn branches/S2_1 rev 13004.
> 
> gui-xaw and gui-gtk-2.0 do not compiled on my machine with
> following error:
> 
> freeciv-s2_1/client/packhand.c: In function ‘handle_ruleset_building’
> freeciv-s2_1/client/packhand.c:2249: error: ‘advance’ undeclared (first use 
> in this function)
> freeciv-s2_1/client/packhand.c:2249: error: (Each undeclared identifier is 
> reported only once
> freeciv-s2_1/client/packhand.c:2249: error: for each function it appears in.)
> make[3]: *** [packhand.o] Error 1
> 
> What to do? (c)
> 
Line 2249 is in the middle of an #ifdef DEBUG section, so it never was
compiled here.  Looks like an 's' is missing on "advances".

svn ci -m "(PR#39406) correct misspelling in DEBUG section"
Sendingclient/packhand.c
Transmitting file data .
Committed revision 13005.



___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] (PR#39406) Is S2_1 clients compilation broken?

2007-06-19 Thread Egor Vyscrebentsov

http://bugs.freeciv.org/Ticket/Display.html?id=39406 >

Good daytime!

svn branches/S2_1 rev 13004.

gui-xaw and gui-gtk-2.0 do not compiled on my machine with
following error:

freeciv-s2_1/client/packhand.c: In function ‘handle_ruleset_building’
freeciv-s2_1/client/packhand.c:2249: error: ‘advance’ undeclared (first use in 
this function)
freeciv-s2_1/client/packhand.c:2249: error: (Each undeclared identifier is 
reported only once
freeciv-s2_1/client/packhand.c:2249: error: for each function it appears in.)
make[3]: *** [packhand.o] Error 1

What to do? (c)

-- 
Thanks, evyscr



___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev