[Demexp-dev] Issue to use ocaml-gettext with lablgtk

2006-01-23 Par sujet David MENTRE
Hello Sylvain, I'm trying to translated a Glade-2 interface with ocaml-gettext but it does not seem to work. In my program, I define module DemexpGettext: <>= module Gettext = Gettext.Program (struct let textdomain = "demexp" let codeset = None let dir = Non

Re: [demexp-fr] Re: [Demexp-dev] Inclusion of ocaml-gettext in build infrastructure

2006-01-23 Par sujet David MENTRE
Hi Frédéric, Frederic Lehobey <[EMAIL PROTECTED]> writes: > Please find attached a translated fr.po from the latest tar.gz. It is > in utf-8 so please tell me if it makes any problem. Thank you. It seems to compile correctly (after removing multiple #: lines). However I've been unable to see it

Re: [Demexp-dev] Compilation notes for Mac OS X

2006-01-23 Par sujet David MENTRE
Sylvain, 2006/1/23, David MENTRE <[EMAIL PROTECTED]>: > 2006/1/23, Sylvain Chevillard <[EMAIL PROTECTED]>: > > I wrote some notes about the compilation of demexp for Mac OS X. I put > > a link in the paragraph about Mac OS X in the french wiki. > > Many thanks. I'll take a look at them later but a

Re: [Demexp-dev] Compilation notes for Mac OS X

2006-01-23 Par sujet David MENTRE
Hello Sylvain, 2006/1/23, Sylvain Chevillard <[EMAIL PROTECTED]>: > I wrote some notes about the compilation of demexp for Mac OS X. I put > a link in the paragraph about Mac OS X in the french wiki. Many thanks. I'll take a look at them later but at first look it seems ok to me. > David : you s

[Demexp-dev] Hack for ocaml-gettext bug

2006-01-23 Par sujet David MENTRE
Hello Sylvain, For information, I'm using now the following Perl script as a hack around ocaml-gettext multiple #: lines bug. It might be useful to other of your ocaml-gettext users. #!/usr/bin/perl # A temporary fix for ocaml-gettext: remove multiple contiguous #: lines $/ = ''; while ( <> ) {

[Demexp-dev] Compilation notes for Mac OS X

2006-01-23 Par sujet Sylvain Chevillard
I wrote some notes about the compilation of demexp for Mac OS X. I put a link in the paragraph about Mac OS X in the french wiki. David : you said you corrected the -warn-error problem in the Makefile. Did you do it also for the official release 0.6 or just for the current arch repository ? In