Re: [Freeciv-Dev] (PR#39986) [port] OSX SDL UB 2.1.2 (+help needed)

2007-12-26 Thread François Marlier

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39986 

Hello,

Can someone please clarify this : do I need to compile provided  
sources in the intl folder if I already use GNU gettext ?
As I'm building with a non standard configure what are others  
configure.h define do I need except #define ENABLE_NLS 1 for  
localization ?
TIA

Francois

Le 25 déc. 07 à 23:13, François Marlier a écrit :


 -how localization is performed through gettext

 http://freeciv.wikia.com/wiki/Localization

 Thanks, I'll have a look at this ;)



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




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


Re: [Freeciv-Dev] (PR#39986) [port] OSX SDL UB 2.1.2 (+help needed)

2007-12-26 Thread François Marlier

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39986 


Le 26 déc. 07 à 02:18, William Allen Simpson a écrit :


 URL: http://bugs.freeciv.org/Ticket/Display.html?id=39986 

 François Marlier wrote:
 Seems the /load command doesn't look in the same folder/directory
 than the /save command, I'm wondering why.

 Sounds like a bug.

Only things I changed about this are :

in connectdlg_common line 236 :

   /* argv[argc++] = ~/.freeciv/saves; */
   /* OSX SDL UB */
   argv[argc++] = ~/Documents/Freeciv/saves;

and add this to config.h just in case :

  #define FREECIV_PATH ~/Documents/Freeciv/data, ~/Documents/ 
Freeciv/saves, ~/Documents/Freeciv/locale

it works ok for saving files, but when loading files full path is  
needed.



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


Re: [Freeciv-Dev] (PR#39986) [port] OSX SDL UB 2.1.2 (+help needed)

2007-12-26 Thread François Marlier

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39986 

I tried to use the intl provided code and it appears that retval  
always return C (I traced retval value at different area in the code),
doing a 'locale' in shell outputs this :

$ locale
LANG=fr_FR.UTF-8
LC_COLLATE=fr_FR.UTF-8
LC_CTYPE=fr_FR.UTF-8
LC_MESSAGES=fr_FR.UTF-8
LC_MONETARY=fr_FR.UTF-8
LC_NUMERIC=fr_FR.UTF-8
LC_TIME=fr_FR.UTF-8
LC_ALL=fr_FR.UTF-8

So something I can't identify is wrong.

I'll try with a gettext-runtime framework using Nathan's .mo files..

Le 26 déc. 07 à 11:57, François Marlier a écrit :


 URL: http://bugs.freeciv.org/Ticket/Display.html?id=39986 

 Hello,

 Can someone please clarify this : do I need to compile provided
 sources in the intl folder if I already use GNU gettext ?
 As I'm building with a non standard configure what are others
 configure.h define do I need except #define ENABLE_NLS 1 for
 localization ?
 TIA

 Francois

 Le 25 déc. 07 à 23:13, François Marlier a écrit :


 -how localization is performed through gettext

 http://freeciv.wikia.com/wiki/Localization

 Thanks, I'll have a look at this ;)



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




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




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


[Freeciv-Dev] (PR#39986) [port] OSX SDL UB 2.1.2 (+help needed)

2007-12-25 Thread William Allen Simpson

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39986 

Hello List !
Just sent in the ftp incoming repository a 2.1.2 OSX SDL UB build.
Daniel reported previous 2.1.1 not working on Panther and I'm afraid
it'll stay like that for now.
If someone could point me to docs about :
-the load routine and how it manages path to saved files.
-how localization is performed through gettext
it will be reallly nice to help fix annoying issues ^^
Happy Christmas to all !

F. Marlier

(sorry for previous ticket and message, seems I'm pretty clumsy ^^)



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


Re: [Freeciv-Dev] (PR#39986) [port] OSX SDL UB 2.1.2 (+help needed)

2007-12-25 Thread William Allen Simpson

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39986 

Francois Marlier wrote:
 If someone could point me to docs about :
 -the load routine and how it manages path to saved files.

?

 -how localization is performed through gettext

http://freeciv.wikia.com/wiki/Localization

 
 (sorry for previous ticket and message, seems I'm pretty clumsy ^^)
 
Merged.



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


Re: [Freeciv-Dev] (PR#39986) [port] OSX SDL UB 2.1.2 (+help needed)

2007-12-25 Thread François Marlier

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39986 


Le 25 déc. 07 à 22:54, William Allen Simpson a écrit :


 URL: http://bugs.freeciv.org/Ticket/Display.html?id=39986 

 Francois Marlier wrote:
 If someone could point me to docs about :
 -the load routine and how it manages path to saved files.

 ?

Seems the /load command doesn't look in the same folder/directory  
than the /save command, I'm wondering why.


 -how localization is performed through gettext

 http://freeciv.wikia.com/wiki/Localization

Thanks, I'll have a look at this ;)



 (sorry for previous ticket and message, seems I'm pretty clumsy ^^)

 Merged.


Thanks I thought that I should have to post about port release in gna  
and not in rt list ^^




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


Re: [Freeciv-Dev] (PR#39986) [port] OSX SDL UB 2.1.2 (+help needed)

2007-12-25 Thread William Allen Simpson

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39986 

François Marlier wrote:
 Seems the /load command doesn't look in the same folder/directory  
 than the /save command, I'm wondering why.
 
Sounds like a bug.


 Thanks I thought that I should have to post about port release in gna  
 and not in rt list ^^
 
Dunno, but seemed more like debugging a release than announcing one

It all goes the same place (here).



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