-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi!
After the command cmake .. && make
, the first time I got first this error:
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find GLEW (missing: GLEW_INCLUDE_DIR GLEW_LIBRARY)
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.5/Modules/FindGLEW.cmake:44 (find_package_handle_standard_args)
src/0_preliminaries/CMakeLists.txt:36 (find_package)
-- Configuring incomplete, errors occurred!
which I solved using:
sudo apt install libglew-dev
The second time I got this other error:
CMake Error at src/2.1_LQR/CMakeLists.txt:18 (find_package):
Could not find a package configuration file provided by "drake" with any of the following names:
drakeConfig.cmake
drake-config.cmake
Add the installation prefix of "drake" to CMAKE_PREFIX_PATH or set "drake_DIR" to a directory
containing one of the above files. If "drake" provides a separate development package or SDK,
be sure it has been installed.
-- Configuring incomplete, errors occurred!
This time I am not sure of what to do.
How can I solve it?
Many thanks
Martina
Metadata
Metadata
Assignees
Labels
No labels