-
Notifications
You must be signed in to change notification settings - Fork 70
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
Fail to install ingition math #100
Comments
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). What operating system and architecture are you using (ie Ubuntu bionic amd64)? |
Original comment by Guanghua Zha (Bitbucket: sky99198). Ubuntu 16.04 |
Original comment by Guanghua Zha (Bitbucket: sky99198). Ok I found the problem. The Line 12 of the CMakeLists need to be updated as: find_package(ignition-cmake3 3.0.0 REQUIRED) |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). ign-cmake3 has not been released; it's only being used on the default branch of ign-cmake I recommend using the ign-cmake2 branch of one of the tagged releases |
I had the same problem and install the binary for the ignition-cmake2 to solve the dependency worked for me. I used:
Maybe doesn't work for Guanghua Zha because of forget to apt update. This is something that worth it to put on README.md? |
@luccosta , what Ignition Math binary were you trying to install and in which platform? |
Used I was trying to install from source with the README guide at the time. I used the following commands:
I see that the actual README dont offer an source installation, the recommended source installation is the complete installation of Ignition? |
Good catch, the README is currently linking to https://ignitionrobotics.org/api/math/6.4/install.html, which doesn't have source install instructions. Pull request #147 moved the source install instructions to the tutorial, but that targeted the I'll backport that pull request to |
See #167 |
Original report (archived issue) by Guanghua Zha (Bitbucket: sky99198).
Follow this https://ignitionrobotics.org/api/math/6.1/install.html
Got: E: Unable to locate package libignition-math6-dev
Tried to install ignition-math from source got:
Could not find a package configuration file provided by "ignition-cmake2"
(requested version 2.0.0) with any of the following names:
Tried: sudo apt-get install libignition-cmake2-dev
Got: E: Unable to locate package libignition-cmake2-dev
Installed Ignition CMake from source but did not resolve the problem above.
What should I do?
Thanks!
The text was updated successfully, but these errors were encountered: