<URL: 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"
Sending        client/packhand.c
Transmitting file data .
Committed revision 13005.



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

Reply via email to