Re: [CMake] MSVC10 redistributable issue

2013-05-02 Thread Laszlo Papp
How can I solve this issue with cmake from command line?


On Thu, May 2, 2013 at 8:51 PM, John Drescher  wrote:

> On Thu, May 2, 2013 at 3:35 PM, Laszlo Papp  wrote:
> > Hi,
> >
> > I tried to install the following redistributable package after seeing the
> > issue below, but it did not help, not even after a reboot.
> >
> > Got a clue?
>
> It looks like you were not supposed to install the redistributable but
> to put it somewhere and tell cmake-gui where it was then hit generate.
>
> John
>
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] MSVC10 redistributable issue

2013-05-02 Thread John Drescher
On Thu, May 2, 2013 at 3:35 PM, Laszlo Papp  wrote:
> Hi,
>
> I tried to install the following redistributable package after seeing the
> issue below, but it did not help, not even after a reboot.
>
> Got a clue?

It looks like you were not supposed to install the redistributable but
to put it somewhere and tell cmake-gui where it was then hit generate.

John
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


[CMake] MSVC10 redistributable issue

2013-05-02 Thread Laszlo Papp
Hi,

I tried to install the following redistributable package after seeing the
issue below, but it did not help, not even after a reboot.

Got a clue?

Laszlo

=

-- Building for: Visual Studio 10
-- The C compiler identification is MSVC 16.0.30319.1
-- The CXX compiler identification is MSVC 16.0.30319.1
-- Check for working C compiler using: Visual Studio 10
-- Check for working C compiler using: Visual Studio 10 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 10
-- Check for working CXX compiler using: Visual Studio 10 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
--
-- == COLOURRAMP Build Information ==
-- Build Version: 0.1.0 (Technical Test)
-- Install Prefix: C:/Program Files (x86)/COLOURRAMP
-- Install the *.cmake files into CMake root (INSTALL_CMAKE_FILES): OFF
--
-- To change any of these options, override them using -D{OPTION_NAME} on the co
mmandline.
-- To build and install COLOURRAMP, run "make" and "make install"
--
CMake Warning at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/Instal
lRequiredSystemLibraries.cmake:343 (message):
  system runtime library file does not exist:
  'MSVC10_REDIST_DIR-NOTFOUND/x86/Microsoft.VC100.CRT/msvcp100.dll'
Call Stack (most recent call first):
  cmake/CPack.cmake:1 (include)
  CMakeLists.txt:81 (include)


CMake Warning at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/Instal
lRequiredSystemLibraries.cmake:343 (message):
  system runtime library file does not exist:
  'MSVC10_REDIST_DIR-NOTFOUND/x86/Microsoft.VC100.CRT/msvcr100.dll'
Call Stack (most recent call first):
  cmake/CPack.cmake:1 (include)
  CMakeLists.txt:81 (include)


-- Configuring done
-- Generating done
-- Build files have been written to: C:/Projects/colourramp/build
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake