its my first time to use the robotino,and when i followed the help content,trying to build the programming environment by cmake,some mistakes happend,
the following error codes are :
CMake Error at CMakeLists.txt:6 (INCLUDE):
include could not find load file:
/cmake/unit_plugin.cmake
Configuring incomplete, errors occurred!
See also "c:/robotino/CMakeFiles/CMakeOutput.log".
my system is 64bit
and i think the problem is related to the CMakeLists which contained in plugin folder:
cmake_minimum_required( VERSION 2.6 )
SET( NAME unit_robview_myfunctionblocks_tutorial2 )
IF( WIN32 )
STRING( REPLACE "\" "/" ROBVIEW2APIDIR "$ENV{ROBOTINOVIEW3_API_DIR}" )
INCLUDE( "${ROBVIEW2APIDIR}/cmake/unit_plugin.cmake" )
ELSE( WIN32 )
INCLUDE( /opt/robview3/api/cmake/unit_plugin.cmake )
ENDIF( WIN32 )
whats wrong with that?
i dont know how to correct it
thank you all
the following error codes are :
CMake Error at CMakeLists.txt:6 (INCLUDE):
include could not find load file:
/cmake/unit_plugin.cmake
Configuring incomplete, errors occurred!
See also "c:/robotino/CMakeFiles/CMakeOutput.log".
my system is 64bit
and i think the problem is related to the CMakeLists which contained in plugin folder:
cmake_minimum_required( VERSION 2.6 )
SET( NAME unit_robview_myfunctionblocks_tutorial2 )
IF( WIN32 )
STRING( REPLACE "\" "/" ROBVIEW2APIDIR "$ENV{ROBOTINOVIEW3_API_DIR}" )
INCLUDE( "${ROBVIEW2APIDIR}/cmake/unit_plugin.cmake" )
ELSE( WIN32 )
INCLUDE( /opt/robview3/api/cmake/unit_plugin.cmake )
ENDIF( WIN32 )
whats wrong with that?
i dont know how to correct it
thank you all