Skip to content

Instantly share code, notes, and snippets.

@nhooyr
Created January 6, 2017 20:08
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 nhooyr/82e6a646207b27ef2e940a60b6235669 to your computer and use it in GitHub Desktop.
Save nhooyr/82e6a646207b27ef2e940a60b6235669 to your computer and use it in GitHub Desktop.
mkdir -p .deps
cd .deps && \
cmake -G 'Unix Makefiles' \
../third-party
-- The CXX compiler identification is unknown
-- Check for working CXX compiler: /nix/store/bkkhnzl3wpla85cjq30xbz3nrcqjpi8q-gcc-wrapper-5.4.0/bin/g++
-- Check for working CXX compiler: /nix/store/bkkhnzl3wpla85cjq30xbz3nrcqjpi8q-gcc-wrapper-5.4.0/bin/g++ -- broken
CMake Error at /nix/store/aqqlrc5bsb6z18jq4i1qk6j7wc561vhb-cmake-3.7.1/share/cmake-3.7/Modules/CMakeTestCXXCompiler.cmake:44 (message):
The C++ compiler
"/nix/store/bkkhnzl3wpla85cjq30xbz3nrcqjpi8q-gcc-wrapper-5.4.0/bin/g++" is
not able to compile a simple test program.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment