Re: [CMake] MSVC10_REDIST_DIR-NOTFOUND/x86/Microsoft.VC100.CRT/msvcr100.dll

2011-05-02 Thread Michael Jackson
Just saw this posting on the Qt-interest mailing list which might be helpful here. > > If you are using Visual C++ Express, the 2010 edition does not appear to > > include *.msm merge modules for C++ runtime redistributable. That makes it > > impossible to build a .msi installer incorporating au

Re: [CMake] MSVC10_REDIST_DIR-NOTFOUND/x86/Microsoft.VC100.CRT/msvcr100.dll

2011-05-02 Thread Michael Wild
Are they contained in the "Windows SDK"? Michael On 05/02/2011 04:51 PM, David Cole wrote: > Ah, well. Why didn't you say you were using the Express edition of MSVC 10? > > There are no redistributable installation files included in the Express > editions anymore, if I understand correctly. > >

Re: [CMake] MSVC10_REDIST_DIR-NOTFOUND/x86/Microsoft.VC100.CRT/msvcr100.dll

2011-05-02 Thread Mathieu Malaterre
Thanks for the info. I never saw this warning when using 2005/2008 express edition... so I simply assumed something was wrong. -M On Mon, May 2, 2011 at 4:51 PM, David Cole wrote: > Ah, well. Why didn't you say you were using the Express edition of MSVC 10? > > There are no redistributable insta

Re: [CMake] MSVC10_REDIST_DIR-NOTFOUND/x86/Microsoft.VC100.CRT/msvcr100.dll

2011-05-02 Thread David Cole
Ah, well. Why didn't you say you were using the Express edition of MSVC 10? There are no redistributable installation files included in the Express editions anymore, if I understand correctly. In CMake, we do this, to avoid this warning (put code like this before including InstallRequiredSystemLi

Re: [CMake] MSVC10_REDIST_DIR-NOTFOUND/x86/Microsoft.VC100.CRT/msvcr100.dll

2011-05-02 Thread Mathieu Malaterre
Hi Dave, Thanks for your input. Using: cmake-2.8.4.20110426-g6bb0a-win32-x86.exe Here is what I get: ... CMake Warning at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/InstallRequiredSystemLibraries.cmake:322 (MESSAGE): system runtime library file does not exist: 'MSVC10_REDIST_DIR-N

Re: [CMake] MSVC10_REDIST_DIR-NOTFOUND/x86/Microsoft.VC100.CRT/msvcr100.dll

2011-05-02 Thread David Cole
Does the same thing happen with a nightly build of CMake? (downloaded from Kitware, or based on 'master' or 'next'...?) Try with a recent nightly build and see if you get the same thing, please. http://cmake.org/files/dev/?C=M;O=D Thanks, David On Mon, May 2, 2011 at 10:21 AM, Mathieu Malaterr

[CMake] MSVC10_REDIST_DIR-NOTFOUND/x86/Microsoft.VC100.CRT/msvcr100.dll

2011-05-02 Thread Mathieu Malaterre
Dear all, I keep getting this error during cmake configuration time: ... CMake Warning at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/InstallRequiredSystemLibraries.cmake:314 (MESSAGE): system runtime library file does not exist: 'MSVC10_REDIST_DIR-NOTFOUND/x86/Microsoft.VC100.CRT/ms