Skip to content

Instantly share code, notes, and snippets.

@iMichka
Created December 1, 2015 20:37
Show Gist options
  • Save iMichka/9e256769e3bbd691b886 to your computer and use it in GitHub Desktop.
Save iMichka/9e256769e3bbd691b886 to your computer and use it in GitHub Desktop.
Cmake CastXML llvm 3.6.2
$ cmake -DCMAKE_CXX_COMPILER=/usr/local/Cellar/llvm/3.6.2/bin/clang++ -DLLVM_DIR=/usr/local/Cellar/llvm/3.6.2/share/llvm/cmake ../../CastXML
-- The C compiler identification is AppleClang 7.0.0.7000176
-- The CXX compiler identification is Clang 3.6.2
-- 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: /usr/local/Cellar/llvm/3.6.2/bin/clang++
-- Check for working CXX compiler: /usr/local/Cellar/llvm/3.6.2/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Git: /usr/local/bin/git (found version "2.6.3")
-- Checking whether header cstdio is available
-- Checking whether header cstdio is available - yes
-- Checking for Large File Support
-- Checking for Large File Support - yes
-- Checking whether C compiler has ptrdiff_t in stddef.h
-- Checking whether C compiler has ptrdiff_t in stddef.h - yes
-- Checking whether C compiler has ssize_t in unistd.h
-- Checking whether C compiler has ssize_t in unistd.h - yes
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/michkapopoff/repo/cast/build/castmxl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment