Skip to content

Instantly share code, notes, and snippets.

@gonzaloserrano
Created June 6, 2015 07:15
Show Gist options
  • Save gonzaloserrano/11b4f25ac5057748526d to your computer and use it in GitHub Desktop.
Save gonzaloserrano/11b4f25ac5057748526d to your computer and use it in GitHub Desktop.
╭─[9:14:29] gonzalo@tribe/~/.vim/bundle/cpsm
( master: ✔
╰─○ sh install.sh
-- The C compiler identification is AppleClang 6.1.0.6020053
-- The CXX compiler identification is AppleClang 6.1.0.6020053
-- 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
-- Boost version: 1.57.0
-- Found the following Boost libraries:
-- program_options
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.9")
-- Found Python executable: /usr/local/bin/python
-- Found Python version: 2.7.9
-- Found Python library: -framework Python
-- 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
CMake Warning (dev):
Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
--help-policy CMP0042" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
MACOSX_RPATH is not specified for the following targets:
cpsm_py
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done
-- Build files have been written to: /Users/gonzalo/.vim/bundle/cpsm/build
Scanning dependencies of target cpsm_core
[ 14%] Building CXX object CMakeFiles/cpsm_core.dir/src/matcher.cc.o
[ 28%] Building CXX object CMakeFiles/cpsm_core.dir/src/path_util.cc.o
[ 42%] Building CXX object CMakeFiles/cpsm_core.dir/src/str_util.cc.o
Linking CXX static library libcpsm_core.a
[ 42%] Built target cpsm_core
Scanning dependencies of target cpsm_cli
[ 57%] Building CXX object CMakeFiles/cpsm_cli.dir/src/cpsm_cli_main.cc.o
Linking CXX executable cpsm_cli.bin
[ 57%] Built target cpsm_cli
Scanning dependencies of target cpsm_py
[ 71%] Building CXX object CMakeFiles/cpsm_py.dir/src/ctrlp_util.cc.o
[ 85%] Building CXX object CMakeFiles/cpsm_py.dir/src/python_extension_main.cc.o
Linking CXX shared library cpsm_py.so
[ 85%] Built target cpsm_py
Scanning dependencies of target matcher_test
[100%] Building CXX object CMakeFiles/matcher_test.dir/src/matcher_test.cc.o
Linking CXX executable matcher_test.bin
[100%] Built target matcher_test
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/gonzalo/.vim/bundle/cpsm/autoload/cpsm_py.so
-- Installing: /Users/gonzalo/.vim/bundle/cpsm/test/cpsm_py.so
-- Installing: /Users/gonzalo/.vim/bundle/cpsm/test/cpsm_cli.bin
-- Installing: /Users/gonzalo/.vim/bundle/cpsm/test/matcher_test.bin
╭─[9:14:42] gonzalo@tribe/~/.vim/bundle/cpsm
( master: ✔
╰─○ python --version
Python 2.7.9
╭─[9:15:13] gonzalo@tribe/~/.vim/bundle/cpsm
( master: ✔
╰─○ type -a python
python is /usr/local/bin/python
python is /usr/bin/python
╭─[9:15:15] gonzalo@tribe/~/.vim/bundle/cpsm
( master: ✔
╰─○ ls -la /usr/local/bin/python
lrwxr-xr-x 1 gonzalo admin 33 feb 9 15:52 /usr/local/bin/python -> ../Cellar/python/2.7.9/bin/python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment