[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#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

[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