dartsim / grip-samples

Sample Tabs for the GRIP DART projects
1 stars 9 forks source link

Can't cmake #4

Closed nikhil-dev closed 11 years ago

nikhil-dev commented 11 years ago

golems/grip#14

I am having the same issue with grip-samples as issue 14 in the grip repo (issue is now closed). Here is the error log:

CMake Error at src/CMakeLists.txt:16 (find_package):
  By not providing "FindDARTExt.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "DARTExt", but
  CMake did not find one.

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

    DARTExtConfig.cmake
    dartext-config.cmake

  Add the installation prefix of "DARTExt" to CMAKE_PREFIX_PATH or set
  "DARTExt_DIR" to a directory containing one of the above files.  If
  "DARTExt" provides a separate development package or SDK, be sure it has
  been installed.
tobiaskunz commented 11 years ago

What OS are you on? What version of DART, GRIP and the samples are you using?

nikhil-dev commented 11 years ago

Ubuntu 12.04. I downloaded DART, GRIP and the samples 2 days ago (on Jan 28th, 2013) with the instructions here: https://github.com/golems/grip/wiki/Linux-installation. Not sure what version of Dart, Grip.

tobiaskunz commented 11 years ago

If you followed the installation instructions given in that link, you downloaded version 2.1 of DART and GRIP. That means you also have to use the version of the samples that is tagged v2.1. Are you in the Humanoids class?