Created
February 28, 2015 20:10
-
-
Save badosu/3f279a3311fe5b54e91b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Code ❯❯❯ git clone [email protected]: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