aldebaran / urbi

Robotic programming language
BSD 3-Clause "New" or "Revised" License
19 stars 22 forks source link

qiConfig not found #4

Open jMartich opened 8 years ago

jMartich commented 8 years ago

I keep getting this error, I ensured everything it asked for is installed. Additionally I did a find from root of the drive to see if qiConfig.cmake existed on that drive & the file was not found. Here's the output I am getting, could someone please tell me what I'm missing or doing wrong? Thanks in advance.

CMake Error at /usr/share/cmake/qibuild/swig/java.cmake:61 (find_package): By not providing "Findqi.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "qi", but CMake did not find one.

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

qiConfig.cmake
qi-config.cmake
victorpaleologue commented 8 years ago

You need libqi in your qibuild worktree: https://github.com/aldebaran/libqi You should use the following command line to add it properly: $ qisrc add https://github.com/aldebaran/libqi.git

jMartich commented 8 years ago

Thanks, that fixed the aforementioned error.