Created
February 5, 2013 16:42
-
-
Save acoffman/4715698 to your computer and use it in GitHub Desktop.
cmake output
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
cmake -G "Unix Makefiles" -DPATH_TO_LLVM_ROOT=~/ycm_temp/clang+llvm-3.2-x86_64-apple-darwin11 . ~/.vim/bundle/YouCompleteMe/cpp | |
-- The C compiler identification is Clang 3.1.0 | |
-- The CXX compiler identification is Clang 3.1.0 | |
-- 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 | |
-- 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 | |
Your C++ compiler supports C++11, compiling in that mode. | |
-- Found PythonLibs: /usr/lib/libpython2.7.dylib (found suitable version "2.7.1", minimum required is "2") | |
Using libclang to provide semantic completion for C/C++/ObjC | |
Using external libclang: /Users/acoffman/ycm_temp/clang+llvm-3.2-x86_64-apple-darwin11/lib/libclang.dylib | |
-- Found PythonInterp: /usr/bin/python (found version "2.7.1") | |
-- Looking for include file pthread.h | |
-- Looking for include file pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - found | |
-- Found Threads: TRUE | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /Users/acoffman/ycm_build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment