Error while installing ignition-gui from the ignition-robotics repository
Hello, I cloned the ignition-gui repository from the ignition-robotics one. I then followed this tutorial - https://ignitionrobotics.org/tutorials/gui/0.1/install.html
Installed the dependencies mentioned in the above tutorial, created a build directory and ran cmake..to get the following error.
CMake Error at CMakeLists.txt:11 (findpackage): By not providing "Findignition-cmake1.cmake" in CMAKEMODULE_PATH this project has asked CMake to find a package configuration file provided by "ignition-cmake1", but CMake did not find one.
Could not find a package configuration file provided by "ignition-cmake1" with any of the following names:
ignition-cmake1Config.cmake
ignition-cmake1-config.cmake
Add the installation prefix of "ignition-cmake1" to CMAKEPREFIXPATH or set "ignition-cmake1_DIR" to a directory containing one of the above files. If "ignition-cmake1" provides a separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred! See also "/home/mrunz/ign-gui/build/CMakeFiles/CMakeOutput.log".
Can someone please help me on how to solve this?
Asked by Mrunzzz on 2018-04-18 14:57:29 UTC
Answers
Thanks for catching that, the tutorial is a bit out of date. Here's a pull request fixing it:
https://bitbucket.org/ignitionrobotics/ign-gui/pull-requests/103/update-install-tutorial/diff
Asked by chapulina on 2018-04-19 06:15:47 UTC
Comments