Skip to content

Instantly share code, notes, and snippets.

@rainkinz
Created December 5, 2014 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rainkinz/da4f6415a745dc0757e6 to your computer and use it in GitHub Desktop.
Save rainkinz/da4f6415a745dc0757e6 to your computer and use it in GitHub Desktop.
2014-12-05 12:38:36 -0500
make
CMAKE_BUILD_TYPE=RelWithDebInfo
CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX:PATH=/usr/local/Cellar/neovim/HEAD"
install
mkdir -p .deps/build/third-party
cd .deps/build/third-party && \
cmake -G 'Unix Makefiles' \
../../../third-party
-- The C compiler identification is AppleClang 6.0.0.6000056
-- The CXX compiler identification is AppleClang 6.0.0.6000056
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- broken
CMake Error at /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "/usr/local/Library/ENV/4.3/clang" is not able to compile a
simple test program.
It fails with the following output:
Change Dir: /tmp/neovim-5ch25X/.deps/build/third-party/CMakeFiles/CMakeTmp
Run Build Command:"/usr/local/Library/ENV/4.3/gmake"
"cmTryCompileExec148318580/fast"
Failed to execute gmake cmTryCompileExec148318580/fast
Xcode and/or the CLT appear to be misconfigured. Try one or both of the
following:
xcodebuild -license
sudo xcode-select -switch /path/to/Xcode.app
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:3 (project)
-- Configuring incomplete, errors occurred!
See also "/tmp/neovim-5ch25X/.deps/build/third-party/CMakeFiles/CMakeOutput.log".
See also "/tmp/neovim-5ch25X/.deps/build/third-party/CMakeFiles/CMakeError.log".
make: *** [build/.ran-third-party-cmake] Error 1
HOMEBREW_VERSION: 0.9.5
HEAD: 45ae6eadfd3184b860ac19bd2661e1338c4efc89
CPU: 8-core 64-bit haswell
OS X: 10.9.5-x86_64
Xcode: 6.1.1
CLT: 6.1.1.0.1.1416017670
X11: 2.7.7 => /opt/X11
clang called with: CMakeCCompilerId.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 85eb3faa79113ef63b7c108b4b24a10d8dd6191e
Last commit: 5 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit haswell
OS X: 10.9.5-x86_64
Xcode: 6.1.1
CLT: 6.1.1.0.1.1416017670
GCC-4.2: build 5666
Clang: 6.0 build 600
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-481
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /Users/brendan/.rbenv/shims/ruby
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libSFFileMonitor.32.dylib
/usr/local/lib/libSFIPC.32.dylib
/usr/local/lib/libSFIPC.I.dylib
/usr/local/lib/libSFsqlite3.7.4.dylib
/usr/local/lib/libSFSyncEngine.I.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/python2.7/greenlet/greenlet.h
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/fuse-ext2.pc
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment