Re: [CMake] problems running a windows build exectuable

2009-07-25 Thread Philip Lowman
On Sat, Jul 25, 2009 at 6:53 PM, Dominik Szczerba wrote: > When debugging a MSVC target I get a complaint about missing DLL's. Of > course if I 1) copy all required DLL's to the system folder, or 2) copy > the exe along with all the DLL's to one separate folder - all works. But > it's an obvious h

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

[CMake] problems running a windows build exectuable

2009-07-25 Thread Dominik Szczerba
When debugging a MSVC target I get a complaint about missing DLL's. Of course if I 1) copy all required DLL's to the system folder, or 2) copy the exe along with all the DLL's to one separate folder - all works. But it's an obvious hassle. How can I run my executables in-place like on linux where t

Re: [CMake] problems with cache and findvtk

2009-07-25 Thread Dominik Szczerba
On Sat, 2009-07-25 at 18:37 +0200, Mathieu Malaterre wrote: > On Fri, Jul 24, 2009 at 11:05 PM, David Cole wrote: > > ccmake . does not erase the cache. > > Yes, it does AFAIK. When you have conflicting compiler defined in let > say VTK and another set ITK, and you try to import them. Unless you >

Re: [CMake] problems with cache and findvtk

2009-07-25 Thread Mathieu Malaterre
On Fri, Jul 24, 2009 at 11:05 PM, David Cole wrote: > ccmake . does not erase the cache. Yes, it does AFAIK. When you have conflicting compiler defined in let say VTK and another set ITK, and you try to import them. Unless you use CMAKE_OVERRIDE_COMPILER_MISMATCH, cmake will start deleting your en