-
Notifications
You must be signed in to change notification settings - Fork 37
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
installation cmake error #287
Comments
Same error. |
Make sure you source the ros environment as per the documentation:
That will make sure that the cmake modules installed in the |
This issue helped me to solve a problem therefore I will add also my experience. |
It is a bit late response but it may help others, I noticed that error occurs because of the permissions of build folder. When I changed it to 777 by "sudo chmod 777 build/" then run the cmake, it worked fine. |
I followed the documentation, after git cloning and making the build folder, when i try to execute "cmake .." i get following error:
CMake Error at CMakeLists.txt:32 (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:
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!
Any suggestions?
Is ecto dependent on catkin and ros? can't we install it and run ecto without it?
The text was updated successfully, but these errors were encountered: