Skip to content

Cannot build [Ubuntu 16.04] #3

@MartinaRuocco

Description

@MartinaRuocco

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions