[OpenRAVE-users] Error Running cppexamples in VS2010 (ALL_BUILD can't be started)
Brought to you by:
rdiankov
|
From: Till K. <til...@st...> - 2012-10-31 14:58:27
|
Hello, I try to run the cppexamples with VS2010 but I always get an Error Message, maybe someone can help me? I did the following: Start “Runmake_win.bat” in cmd Open cppexamples.sln Set Breakpoint in „orloadviewer.cpp“ Try to Debug „orloadviewer.cpp“ Now Error Message comes: <http://openrave-users-list.185357.n3.nabble.com/file/n4025612/Unbenannt.png> Translation: The Programm: "C:\Program Files (x86)\OpenRAVE-0.8.2\ .... ALL_BUILD" can't be started . The System can't find the File. What did I forget?? What to do?? Would really appreciate some support… Thanks in Advance This is what “Runmake_win.bat” writes in cmd: C:\Program Files (x86)\OpenRAVE-0.8.2\share\openrave-0.8\cppexamples\build>cmake -G "Visual Studio 10" .. -- Boost version: 1.44.0 -- Found the following Boost libraries: -- thread -- date_time -- Boost version: 1.44.0 -- Found the following Boost libraries: -- iostreams -- python -- thread CMake Warning at CMakeLists.txt:84 (find_package): By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "OpenCV", but CMake did not find one. Could not find a package configuration file provided by "OpenCV" with any of the following names: OpenCVConfig.cmake opencv-config.cmake Add the installation prefix of "OpenCV" to CMAKE_PREFIX_PATH or set "OpenCV_DIR" to a directory containing one of the above files. If "OpenCV" provides a separate development package or SDK, be sure it has been installed. -- Configuring done -- Generating done -- Build files have been written to: C:/Program Files (x86)/OpenRAVE-0.8.2/share /openrave-0.8/cppexamples/build -- View this message in context: http://openrave-users-list.185357.n3.nabble.com/Error-Running-cppexamples-in-VS2010-ALL-BUILD-can-t-be-started-tp4025612.html Sent from the OpenRAVE Users List mailing list archive at Nabble.com. |