[Freeciv-Dev] [Xcode SDL] Need help locating path to civserver

2007-06-18 Thread François Marlier
Hello list, still porting freeciv to Cocoa OSX through SDL in Xcode, I now don't have anymore bugs on opening units, technology and taxes window. I now need to be able to start the server from within SDL. I've seen that the code to launch the server is in connectdlg_common.c and that I can

Re: [Freeciv-Dev] [Xcode SDL] Need help locating path to civserver

2007-06-18 Thread François Marlier
nter targets in passing argument 3 of 'accept' differ in signedness May I ignore this warning and go on or do I have to fix it first? TIA François Le 18 juin 07 à 11:20, François Marlier a écrit : Hello list, still porting freeciv to Cocoa OSX through SDL in Xcode, I now don'

Re: [Freeciv-Dev] Tech Support Forum

2007-08-31 Thread François Marlier
Still can not access forum don't know why, it has been a long time since it's like that : NSURLErrorDomain:-1011 Le 31 août 07 à 15:14, Daniel Markstedt a écrit : > A tech support / help desk section on the forums have long been sorely > missing, with users posting such questions all over the p

Re: [Freeciv-Dev] Tech Support Forum

2007-08-31 Thread François Marlier
Yes it is, only web site I got such error for, does it use some kind of cryptic redirection ? Or maybe my ISP DNS are mushy ? Le 31 août 07 à 16:47, Christian Prochaska a écrit : > On 8/31/07, François Marlier <[EMAIL PROTECTED]> wrote: >> Still can not access forum don't k

[Freeciv-Dev] [SDL] Move SDL include headers on top in gui-sdl ?

2007-09-01 Thread François Marlier
Hello, could we move all SDL and gui-sdl include headers on top of all gui- sdl files ? Is there something that prevent to do this as SDL depends on sdlconfig file it should be a no problem for all OS targets. I ask this because for some reason -liconv and some other flags don't work for SDL i

Re: [Freeciv-Dev] [SDL] Move SDL include headers on top in gui-sdl ?

2007-09-01 Thread François Marlier
Christian Prochaska a écrit : > On 9/1/07, François Marlier <[EMAIL PROTECTED]> wrote: >> Hello, >> could we move all SDL and gui-sdl include headers on top of all gui- >> sdl files ? >> Is there something that prevent to do this as SDL depends on >> sdlconfig

[Freeciv-Dev] HOME is not set

2007-09-04 Thread François Marlier
Hello, I compiled SDL with iconv support and all is compiling fine. Now I'm facing the save path trouble again. in config.h I defined this : #define FREECIV_PATH "~/Documents/Freeciv/saves", "/Applications/ Freeciv", "~/Documents/Freeciv/data", "~/Documents/Freeciv/share" when doing this got

Re: [Freeciv-Dev] HOME is not set

2007-09-04 Thread François Marlier
Ok, forget my stupid question about how Freeciv gets the HOME env. variable... ehehe... still I don't understand why HOME is not set... Le 4 sept. 07 à 16:47, François Marlier a écrit : Hello, I compiled SDL with iconv support and all is compiling fine. Now I'm facing the save pa