Created
August 13, 2016 18:27
-
-
Save iamutkarshtiwari/e50b50ff3d22d0d9a9d5dca476ed580b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Utkarshs-Air:GCompris-qt utkarshtiwari$ mkdir build | |
Utkarshs-Air:GCompris-qt utkarshtiwari$ cd build | |
Utkarshs-Air:build utkarshtiwari$ cmake .. | |
-- The C compiler identification is AppleClang 7.0.2.7000181 | |
-- The CXX compiler identification is AppleClang 7.0.2.7000181 | |
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc | |
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ | |
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Performing Test COMPILER_SUPPORTS_CXX11 | |
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success | |
-- Performing Test COMPILER_SUPPORTS_CXX0X | |
-- Performing Test COMPILER_SUPPORTS_CXX0X - Success | |
-- Did not find the qml-box2d module in system scope, falling back to submodule build ... | |
-- Found Git: /usr/local/bin/git (found version "2.8.1") | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /Users/utkarshtiwari/GCompris-qt/build | |
Utkarshs-Air:build utkarshtiwari$ make | |
Scanning dependencies of target createShareFolders | |
[ 0%] Generating shareFolders | |
[ 0%] Built target createShareFolders | |
Scanning dependencies of target qml_box2d | |
[ 0%] Creating directories for 'qml_box2d' | |
[ 0%] No download step for 'qml_box2d' | |
[ 1%] No patch step for 'qml_box2d' | |
[ 1%] No update step for 'qml_box2d' | |
[ 1%] Performing configure step for 'qml_box2d' | |
Info: creating stash file /Users/utkarshtiwari/GCompris-qt/build/qml_box2d-prefix/src/qml_box2d-build/.qmake.stash | |
[ 1%] Performing build step for 'qml_box2d' | |
[ 1%] Performing install step for 'qml_box2d' | |
cp: libBox2D.so: No such file or directory | |
make[2]: *** [qml_box2d-prefix/src/qml_box2d-stamp/qml_box2d-install] Error 1 | |
make[1]: *** [CMakeFiles/qml_box2d.dir/all] Error 2 | |
make: *** [all] Error 2 | |
Utkarshs-Air:build utkarshtiwari$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment