如何正确设置AlloSystem及其所有依赖项?

时间:2018-12-21 23:54:40

标签: cmake

即使是最简单的AlloSystem教程,我也很难运行。我正在尝试使用AlloSystem进行启动和运行,并且在这里的github上也按照我的指示进行操作。 https://github.com/AlloSphere-Research-Group/AlloSystem

及其指导 https://github.com/AlloSphere-Research-Group/Allosystem-Guide

我的问题是,即使在所有子模块上都使用了它们的./install_add_dependencies脚本后,我仍然尝试运行这些教程时,尝试运行./run.sh allotutorial.cpp时却遇到了问题。这是控制台输出:

RUN SCRIPT: Building file projects/allotutorial.cpp.
CMake Warning at cmake_modules/make_dep.cmake:31 (find_package):
  By not providing "Findcuttlebone.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "cuttlebone", but CMake did not find one.

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

    cuttleboneConfig.cmake
    cuttlebone-config.cmake

  Add the installation prefix of "cuttlebone" to CMAKE_PREFIX_PATH or set
  "cuttlebone_DIR" to a directory containing one of the above files.  If
  "cuttlebone" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  CMakeLists.txt:108 (make_dep)


Cuttlebone required to build AlloSphere. Not found!
Using AlloSystem Run facilties.
----Building /home/sam/Documents/Sound/Library/AlloSystem/projects/allotutorial.cpp
Not building GAMMA and no usable GAMMA binary found. Not linking application to GAMMA
Not building GLV and no usable GLV binary found. Not linking application to GLV
Not building Cuttlebone and no usable Cuttlebone binary found. Not linking application to Cuttlebone
Not building allocv and no usable allocv binary found. Not linking application to allocv
Not building allosphere and no usable allosphere binary found. Not linking application to allosphere
make: *** No rule to make target 'projects_allotutorial_run'.  Stop.

如何正确获取我的所有依赖关系,以便CMake可以找到它们并且./run.sh可以成功?

0 个答案:

没有答案