Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vikit_common instalation problem on ubuntu 16.04 #147

Closed
MykytaLiashenko opened this issue May 10, 2016 · 2 comments
Closed

vikit_common instalation problem on ubuntu 16.04 #147

MykytaLiashenko opened this issue May 10, 2016 · 2 comments

Comments

@MykytaLiashenko
Copy link

I am trying to install vikit_common using Installation: Plain CMake (No ROS) article, but get such error:
cmake ..

-- The C compiler identification is GNU 5.3.1
-- The CXX compiler identification is GNU 5.3.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:4 (find_package):
By not providing "Findcatkin.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "catkin", but
CMake did not find one.

Could not find a package configuration file provided by "catkin" with any
of the following names:

catkinConfig.cmake
catkin-config.cmake

Add the installation prefix of "catkin" to CMAKE_PREFIX_PATH or set
"catkin_DIR" to a directory containing one of the above files. If "catkin"
provides a separate development package or SDK, be sure it has been
installed.

-- Configuring incomplete, errors occurred!

Does anybody know how to fix this?

@hdino
Copy link

hdino commented May 18, 2016

Did you set USE_ROS to false as suggested here ?

@MykytaLiashenko
Copy link
Author

yeah, I have done it, and after that I have changed instruction for vikit_common

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants