Hi!
I'm new with PLplot and Cmake. I've spent hours looking over tutorials, instructions, and posts, but still can't figure this out.
executed script: cmake "../.." -G "Visual Studio 11" -DPL_DOUBLE=ON -DBUILD_TEST=ON -DCMAKE_INSTALL_PREFIX="../Debug_Install" -DCMAKE_CONFIGURATION_TYPES="Debug" -DBUILD_SHARED_LIBS=OFF -DSTATIC_RUNTIME=ON
result: http://postimg.org/image/ikmnbjls9/
-- The CXX compiler identification is MSVC 17.0.61030.0
-- Check for working CXX compiler using: Visual Studio 11 2012
-- Check for working CXX compiler using: Visual Studio 11 2012 -- broken
-- Configuring incomplete, errors occurred!
Hi!
I'm new with PLplot and Cmake. I've spent hours looking over tutorials, instructions, and posts, but still can't figure this out.
executed script:
cmake "../.." -G "Visual Studio 11" -DPL_DOUBLE=ON -DBUILD_TEST=ON -DCMAKE_INSTALL_PREFIX="../Debug_Install" -DCMAKE_CONFIGURATION_TYPES="Debug" -DBUILD_SHARED_LIBS=OFF -DSTATIC_RUNTIME=ON
result: http://postimg.org/image/ikmnbjls9/
-- The CXX compiler identification is MSVC 17.0.61030.0
-- Check for working CXX compiler using: Visual Studio 11 2012
-- Check for working CXX compiler using: Visual Studio 11 2012 -- broken
-- Configuring incomplete, errors occurred!
Please, help me. What should I do to fix this problem?
tutorial: http://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_the_Visual_Studio_IDE/
>
Last edit: Maksym Makarychev 2015-02-13
information from console in attachments
Hi,
I 've got same configuration and there is no problem for me. Do you use cmake gui to make plplot-5.10.0.sln?