Re: [CMake] specific target to gettext

2009-08-05 Thread Alexander Neundorf
On Tuesday 28 July 2009, alexis lameire wrote: ... > thenks i have not all understand but i have try this :) > http://pastie.org/561548 > i don't understand the problem of create_pot and update_po target :) > i wouldn't this target launch at all :) it's easyeast to me to have this > target :) and

Re: [CMake] specific target to gettext

2009-07-28 Thread alexis lameire
> Date: Tue, 28 Jul 2009 09:20:39 +0200 > From: p...@hendrik-sattler.de > To: alexisis-pristont...@hotmail.com > CC: cmake@cmake.org > Subject: Re: [CMake] specific target to gettext > > Hi, > > please don't top-post. > > Zitat von alexis lameire : >

Re: [CMake] specific target to gettext

2009-07-28 Thread Hendrik Sattler
Hi, please don't top-post. Zitat von alexis lameire : grumf :/ i have try this, can you help me to look what that don't match http://pastie.org/561035 he don't compile the po file :/ and i don't found the mo target dependancies You do lot's of things wrong there: include(FindGettext) find_pa

Re: [CMake] specific target to gettext

2009-07-27 Thread alexis lameire
grumf :/ i have try this, can you help me to look what that don't match http://pastie.org/561035 he don't compile the po file :/ and i don't found the mo target dependancies From: alexisis-pristont...@hotmail.com To: cmake@cmake.org Subject: RE: [CMake] specific target to gettex

Re: [CMake] specific target to gettext

2009-07-26 Thread alexis lameire
From: alexisis-pristont...@hotmail.com To: cmake@cmake.org Date: Sun, 26 Jul 2009 11:01:46 + Subject: Re: [CMake] specific target to gettext From: alexisis-pristont...@hotmail.com To: dresche...@gmail.com Subject: RE: [CMake] specific target to gettext Date: Sun, 26 Jul 2009 00

Re: [CMake] specific target to gettext

2009-07-26 Thread alexis lameire
From: alexisis-pristont...@hotmail.com To: dresche...@gmail.com Subject: RE: [CMake] specific target to gettext Date: Sun, 26 Jul 2009 00:30:49 + > Date: Sat, 25 Jul 2009 19:42:58 -0400 > Subject: Re: [CMake] specific target to gettext > From: dresche...@gmail.com >

Re: [CMake] specific target to gettext

2009-07-25 Thread John Drescher
> thenks > i have try it but i have this error when i make > CMakeFiles/update_pot.dir/build.make:50: *** les commandes commencent avant > la première cible. Arrêt. > make[2]: *** [CMakeFiles/update_pot.dir/all] Erreur 2 > make[1]: *** [CMakeFiles/update_pot.dir/rule] Erreur 2 > make: *** [update_p

Re: [CMake] specific target to gettext

2009-07-25 Thread John Drescher
On Sat, Jul 25, 2009 at 7:20 PM, alexis lameire wrote: > Hi, I've spent weeks and weeks to solve this problem, but I haven't got any > solution yet. that's why I need your help. My project uses gettext for > localization, and cmake for build. I'd like to set a make target to > automatically generat

[CMake] specific target to gettext

2009-07-25 Thread alexis lameire
Hi, I've spent weeks and weeks to solve this problem, but I haven't got any solution yet. that's why I need your help. My project uses gettext for localization, and cmake for build. I'd like to set a make target to automatically generate .pot files and update .po files, and another one to comp