[Freeciv-Dev] (PR#40459) stderr(ors)

2008-08-25 Thread Pepeto
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40459 You should run the server separately because it seems that the server crashes or at least aborts for some reason the client logs cannot be useful. ___ Freeciv-dev mailing list

[Freeciv-Dev] (PR#40459) stderr(ors)

2008-08-25 Thread Daniel Markstedt
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40459 Hi Huzman, I assume that the version you're running is the one available at http:// freeciv.wikia.com/wiki/Utilities ? ___ Freeciv-dev mailing list Freeciv-dev@gna.org

[Freeciv-Dev] (PR#40460) mysql/auth compilation error

2008-08-25 Thread Andreas Røsdal
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40460 Hello! I get this compilation error when compiling Freeciv frmo trunk with auth enabled: In file included from srv_main.h:17, from auth.c:40: ../utility/netintf.h:87: error: conflicting types for ‘my_connect’

[Freeciv-Dev] (PR#40461) [Patch] Use inet_addr() if inet_aton() unavailable

2008-08-25 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40461 This patch fixes IPv4 compilation if platform does not have inet_aton() (Windows) - ML diff -Nurd -X.diff_ignore freeciv/server/sernet.c freeciv/server/sernet.c --- freeciv/server/sernet.c 2008-08-21 03:06:19.0 +0300 +++

[Freeciv-Dev] (PR#40460) mysql/auth compilation error

2008-08-25 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40460 [EMAIL PROTECTED] - Mon Aug 25 17:49:20 2008]: Hello! I get this compilation error when compiling Freeciv frmo trunk with auth enabled: [...] An unfortunate name clash between mysql's and freeciv's my_connect. Attached patch

Re: [Freeciv-Dev] (PR#40460) mysql/auth compilation error

2008-08-25 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40460 2008/8/25 Madeline Book: Or the prefix my_ could be changed, perhaps to fc_ or similar (there are unfortunately many freeciv support functions that start with my_ :(). I would vote for 'fc_' -prefix. It's not necessary to replace

Re: [Freeciv-Dev] (PR#40211) Nation: Electorate of Saxony

2008-08-25 Thread Daniel Markstedt
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40211 Thanks Björn, This flag concept looks much more recoginzable when scaled down - good job. I'll give it a playtest and return with feedback. Best, ~Daniel ___ Freeciv-dev mailing list

[Freeciv-Dev] (PR#40455) Bug related to Nation Select

2008-08-25 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40455 [EMAIL PROTECTED] - Thu Aug 21 16:27:38 2008]: If a user joins or disconnects, it closes the pick nation dialog in 2.1.6 gtk2 client. I have confirmed this bug in S2_1, S2_2 and trunk. Attached patch moves the call to

[Freeciv-Dev] (PR#40460) mysql/auth compilation error

2008-08-25 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40460 [EMAIL PROTECTED] - Mon Aug 25 20:42:24 2008]: 2008/8/25 Madeline Book: Or the prefix my_ could be changed, perhaps to fc_ or similar (there are unfortunately many freeciv support functions that start with my_ :(). I would