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

catkin_make failed #3

Open
QLJX opened this issue Sep 4, 2018 · 2 comments
Open

catkin_make failed #3

QLJX opened this issue Sep 4, 2018 · 2 comments

Comments

@QLJX
Copy link

QLJX commented Sep 4, 2018

When I using catkin_make, it showed me that:
CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
Could not find a package configuration file provided by "code_utils" with
any of the following names:
code_utilsConfig.cmake
code_utils-config.cmake
Add the installation prefix of "code_utils" to CMAKE_PREFIX_PATH or set
"code_utils_DIR" to a directory containing one of the above files. If
"code_utils" provides a separate development package or SDK, be sure it has
been installed.
I can't make the file, what should I do to solve it?

@ScMarxX
Copy link

ScMarxX commented Sep 20, 2018

if you put code_utils and imu_utils in the same catkin workspace, and never build it before, then this will happend.
you can move imu_utils out of the workspace and build code_utils first.
then move imu_utils into the workspace and build it.

@QLJX
Copy link
Author

QLJX commented Sep 26, 2018

It's useful. Thanks.

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