Note that there are some explanatory texts on larger screens.

plurals
  1. POCMake error when building. Project uses boost libraries
    text
    copied!<p>I've downloaded samples to run in a open source simulator written in c++. I'm following <a href="https://github.com/golems/grip/wiki/Linux-installation" rel="nofollow">this</a> tutorial to help me build and run the samples. I've completed most of the commands in the tutorial. But when I try to cmake (which is one of last steps in the tutorial), I get this error.</p> <p>Here's the sample I'm trying to run: <a href="https://github.com/golems/grip-samples/tree/master/cubesTab" rel="nofollow">https://github.com/golems/grip-samples/tree/master/cubesTab</a></p> <p>The error I get is here:</p> <pre><code>CMake Error at CMakeLists.txt:30 (find_package): Could not find module FindDARTExt.cmake or a configuration file for package DARTExt. Adjust CMAKE_MODULE_PATH to find FindDARTExt.cmake or set DARTExt_DIR to the directory containing a CMake configuration file for DARTExt. The file will have one of the following names: DARTExtConfig.cmake dartext-config.cmake CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1202 (message): Unable to find the requested Boost libraries. Boost version: 1.46.1 Boost include path: /usr/include The following Boost libraries could not be found: boost_system boost_filesystem No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/FindDART.cmake:50 (find_package) CMakeLists.txt:31 (find_package) -- Configuring incomplete, errors occurred! </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload