Skip to content

Instantly share code, notes, and snippets.

@badosu
Created February 28, 2015 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badosu/3f279a3311fe5b54e91b to your computer and use it in GitHub Desktop.
Save badosu/3f279a3311fe5b54e91b to your computer and use it in GitHub Desktop.
~/Code ❯❯❯ git clone git@github.com:fundamental/zynaddsubfx.git
Cloning into 'zynaddsubfx'...
^Tremote: Counting objects: 11923, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 11923 (delta 0), reused 0 (delta 0), pack-reused 11918
Receiving objects: 100% (11923/11923), 4.57 MiB | 401.00 KiB/s, done.
Resolving deltas: 100% (9611/9611), done.
Checking connectivity... done.
~/Code ❯❯❯ cd zynaddsubfx
~/C/zynaddsubfx ❯❯❯ mkdir build && cd build
~/C/z/build ❯❯❯ cmake ..
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- RTOSC NOT FOUND
-- Attempting to checkout submodule
CMake Error at cmake/FindGit.cmake:59 (include):
include could not find load file:
/home/badosu/Code/zynaddsubfx/cmake/FindPackageHandleStandardArgs.cmake
Call Stack (most recent call first):
CMakeLists.txt:11 (find_package)
CMake Error at cmake/FindGit.cmake:60 (find_package_handle_standard_args):
Unknown CMake command "find_package_handle_standard_args".
Call Stack (most recent call first):
CMakeLists.txt:11 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/badosu/Code/zynaddsubfx/build/CMakeFiles/CMakeOutput.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment