KDL install error
Submitted by abhimohpra on Wed, 2010-08-11 08:20 |
Hello all, I am getting below error while installing the KDL
rootx@rootx-desktop:~/orocos-kdl-1.0.0/build$ svn ci config/FindEigen2.cmake svn: '/home/rootx/orocos-kdl-1.0.0/build/config' is not a working copy svn: '/home/rootx/orocos-kdl-1.0.0/build/config' does not exist rootx@rootx-desktop:~/orocos-kdl-1.0.0/build$ cmake .. Orocos KDL version (1.0.0) Build type set to 'RTT' by user. CMake Error at config/FindEigen2.cmake:6 (MESSAGE):
-- Looking for Eigen2 - not foundCall Stack (most recent call first):
CMakeLists.txt:57 (INCLUDE)where my eigen2 is already installed in the system. Am i suppose to set a path?
Any solution to this? - Prasad
Solved this error
I managed to solve this error by setting a path
export CMAKE_INCLUDE_PATH=/usr/local/include/eigen2
KDL install error
Hello all,
I am getting below error while installing the KDL
rootx@rootx-desktop:~/orocos-kdl-1.0.0/build$ svn ci config/FindEigen2.cmake
svn: '/home/rootx/orocos-kdl-1.0.0/build/config' is not a working copy
svn: '/home/rootx/orocos-kdl-1.0.0/build/config' does not exist
rootx@rootx-desktop:~/orocos-kdl-1.0.0/build$ cmake ..
Orocos KDL version (1.0.0)
Build type set to 'RTT' by user.
CMake Error at config/FindEigen2.cmake:6 (MESSAGE):
-- Looking for Eigen2 - not found
Call Stack (most recent call first):
CMakeLists.txt:57 (INCLUDE)
where my eigen2 is already installed in the system.
Am i suppose to set a path?
Any solution to this?
- Prasad
Solved this error
I managed to solve this error by setting a path export CMAKE_INCLUDE_PATH=/usr/local/include/eigen2