Created
December 3, 2015 16:16
-
-
Save tomwj/a49a5d6fb3260ca1a086 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- The C compiler identification is AppleClang 7.0.0.7000176 | |
-- The CXX compiler identification is AppleClang 7.0.0.7000176 | |
-- 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 | |
-- prefix: /usr/local | |
-- datadir: data | |
-- docdir: doc | |
-- includedir: include | |
-- libdir: /usr/local/lib | |
CMake Error at CMakeLists.txt:502 (message): | |
Only found the stock Python, that's probably bad. | |
-- Boost version: 1.59.0 | |
-- Found the following Boost libraries: | |
-- filesystem | |
-- program_options | |
-- regex | |
-- signals | |
-- system | |
-- thread | |
-- Found Xerces-C: /usr/local/lib/libxerces-c.dylib | |
-- PyCXX found: | |
-- Headers: /Users/tomjennings/src/FreeCAD/FreeCAD-git/src | |
-- Sources: /Users/tomjennings/src/FreeCAD/FreeCAD-git/src/CXX | |
-- -- OpenCASCADE Community Edition has been found. | |
-- -- Found OCE/OpenCASCADE version: 6.8.0 | |
-- -- OCE/OpenCASCADE include directory: /usr/local/OCE.framework/Versions/0.17-dev/Resources/../../../../include/oce | |
-- -- OCE/OpenCASCADE shared libraries directory: | |
-- Could NOT find Spnav (missing: SPNAV_LIBRARY SPNAV_INCLUDE_DIR) | |
-- libshiboken built for Release | |
-- Found PySide Tools: /usr/local/bin/pyside-uic, /usr/local/bin/pyside-rcc | |
-- -- matplotlib-1.1.1 has been found. | |
-- Platform is 64-bit, set -D_OCC64 | |
-- Build type: Debug | |
git | |
/Users/tomjennings/src/FreeCAD/FreeCAD-git/src/Build/Version.h written | |
-- Note: Doxygen docs will look better with graphviz's dot installed. | |
-- Configuring incomplete, errors occurred! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment