Re: [CMake] problems running a windows build exectuable

2009-07-26 Thread Dominik Szczerba
Many thanks for a very detail and equally helpful explanation. Strictly speaking it does not exactly do what I wanted to achieve (run binaries in place with correctly linked dll's) but greatly simplifies the procedure of copying the runtime files to one folder (without it VS just scatters the files

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 > To: alexisis-pr

Re: [CMake] problems running a windows build exectuable

2009-07-26 Thread Michael Jackson
I just got in the habit of writing code that copies my 3rd party DLLs into the current CMake Binary directory (Like Qt, HDF5.. ). This lets me debug my programs with less headaches. Probably not the best/ optimal solution but does get the job done. I have some really "scary cmake" code if yo

Re: [CMake] problems running a windows build exectuable

2009-07-26 Thread Dominik Szczerba
As I was forced to remove the whole tree (as reported in the other thread) this did not work for me. But now as the problem seems (temporarlily :) gone maybe I will give it a try. Still, if the build tree gets invalid and must be re-created the procedure will have to be repeated. Maybe I should onc

Re: [CMake] Problems with CMake on 64-bit Vista

2009-07-26 Thread Barry Hathaway
Just a quick update to others on the list. Bill, was correct my VS2008 installation is messed up. Somehow the Microsoft C++ debug DLLs got deleted from winsxs which are needed by TRY_RUN. I guess I'll have to bite the bullet and reinstall VS2008. Under XP you could just copy the dlls; however,

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:3