Skip to content

Instantly share code, notes, and snippets.

@hoagy-davis-digges
Created September 10, 2013 04:23
Show Gist options
  • Save hoagy-davis-digges/6504943 to your computer and use it in GitHub Desktop.
Save hoagy-davis-digges/6504943 to your computer and use it in GitHub Desktop.
Hoagy-Davis-Diggess-MacBook-Air:YCM_Folder hoagydavis-digges$ cmake -G "Unix Makefiles" -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.dylib . ~/.vim/bundle/youcompleteme/cpp
-- The C compiler identification is Clang 4.2.0
-- The CXX compiler identification is Clang 4.2.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.2", minimum required is "2.5")
NOT using libclang, no semantic completion for C/C++/ObjC will be available
-- Found PythonInterp: /Library/Frameworks/Python.framework/Versions/2.7/bin/python (found version "2.7.5")
-- 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/hoagydavis-digges/YCM_Folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment