View Issue Details

IDProjectCategoryView StatusLast Update
0003043FreeCADBugpublic2017-06-10 11:45
Reporterfederico.carminati@gmail.com Assigned Toblacey  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformMacOSOS XOS Version10.12.5 (16F73)
Product Version0.17 
Summary0003043: Cannot compile FreeCad
Description[/Users/fca] brew install --only-dependencies freecad
==> Installing freecad from freecad/freecad
All dependencies for freecad/freecad/freecad are satisfied.

[...r/local/FreeCAD/build] cd .. ; rm -rf build ; mkdir build; cd build ; cmake -DBUILD_QT5=1 -DFREECAD_USE_EXTERNAL_KDL=1 -DBUILD_FEM_NETGEN=1 -DFREECAD_CREATE_MAC_APP=1 -DCMAKE_BUILD_TYPE="Release" ../FreeCAD-git/
-- The C compiler identification is AppleClang 8.1.0.8020042
-- The CXX compiler identification is AppleClang 8.1.0.8020042
-- 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
-- Looking for GL/gl.h
-- Looking for GL/gl.h - not found
-- Looking for C++ include istream
-- Looking for C++ include istream - found
-- Looking for C++ include ostream
-- Looking for C++ include ostream - found
-- Looking for C++ include fstream
-- Looking for C++ include fstream - found
-- Looking for C++ include sstream
-- Looking for C++ include sstream - found
-- Looking for C++ include ios
-- Looking for C++ include ios - found
-- Looking for C++ include iostream
-- Looking for C++ include iostream - found
-- Looking for C++ include iomanip
-- Looking for C++ include iomanip - found
-- Looking for C++ include iostream
-- Looking for C++ include iostream - found
-- Check for STD namespace
-- Check for STD namespace - found
-- Force BOOST_PP_VARIADICS=1 for clang
-- prefix: /usr/local
-- datadir: data
-- docdir: doc
-- includedir: include
-- libdir: /usr/local/lib
-- Detected Homebrew install at /usr/local
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.13")
-- Found PythonLibs: /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib (Required is exact version "2.7.13")
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Boost version: 1.64.0
-- Found the following Boost libraries:
-- filesystem
-- program_options
-- regex
-- signals
-- system
-- thread
-- chrono
-- date_time
-- atomic
-- Found Xerces-C: /usr/local/lib/libxerces-c.dylib
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.8")
-- PyCXX found:
-- Headers: /usr/local/FreeCAD/FreeCAD-git/src
-- Sources: /usr/local/FreeCAD/FreeCAD-git/src/CXX
-- Found OCC: /usr/local/include/opencascade (found version "7.1.0")
-- -- Found OCE/OpenCASCADE version: 7.1.0
-- -- OCE/OpenCASCADE include directory: /usr/local/include/opencascade
-- -- OCE/OpenCASCADE shared libraries directory: /usr/local/lib
-- VTK components: vtkCommonCore;vtkCommonDataModel;vtkFiltersVerdict;vtkIOXML;vtkFiltersCore;vtkFiltersGeneral;vtkIOLegacy;vtkFiltersExtraction;vtkFiltersSources;vtkFiltersGeometry;vtkhdf5
-- HDF5: Using hdf5 compiler wrapper to determine C configuration
-- Found HDF5: /sw/lib/libhdf5.dylib;/sw/lib/libsz.dylib;/usr/lib/libz.dylib;/usr/lib/libdl.dylib;/usr/lib/libm.dylib (found version "1.8.14")
-- Check for medfile (libmed and libmedc) ...
-- Found MEDFile: /usr/local/include
-- Found NETGEN version 5.3, calculated: 328448
-- Found SWIG: /sw/bin/swig (found version "3.0.10")
-- Found Eigen3: /sw/include/eigen3 (Required is at least version "2.91.0")
CMake Warning at CMakeLists.txt:772 (find_package):
  By not providing "FindQt5Network.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5Network", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Network" with
  any of the following names:

    Qt5NetworkConfig.cmake
    qt5network-config.cmake

  Add the installation prefix of "Qt5Network" to CMAKE_PREFIX_PATH or set
  "Qt5Network_DIR" to a directory containing one of the above files. If
  "Qt5Network" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at CMakeLists.txt:773 (find_package):
  By not providing "FindQt5Xml.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5Xml", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt5Xml" with any
  of the following names:

    Qt5XmlConfig.cmake
    qt5xml-config.cmake

  Add the installation prefix of "Qt5Xml" to CMAKE_PREFIX_PATH or set
  "Qt5Xml_DIR" to a directory containing one of the above files. If "Qt5Xml"
  provides a separate development package or SDK, be sure it has been
  installed.


CMake Warning at CMakeLists.txt:775 (find_package):
  By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5Widgets", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Widgets" with
  any of the following names:

    Qt5WidgetsConfig.cmake
    qt5widgets-config.cmake

  Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  "Qt5Widgets_DIR" to a directory containing one of the above files. If
  "Qt5Widgets" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at CMakeLists.txt:776 (find_package):
  By not providing "FindQt5PrintSupport.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5PrintSupport", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5PrintSupport"
  with any of the following names:

    Qt5PrintSupportConfig.cmake
    qt5printsupport-config.cmake

  Add the installation prefix of "Qt5PrintSupport" to CMAKE_PREFIX_PATH or
  set "Qt5PrintSupport_DIR" to a directory containing one of the above files.
  If "Qt5PrintSupport" provides a separate development package or SDK, be
  sure it has been installed.


CMake Warning at CMakeLists.txt:777 (find_package):
  By not providing "FindQt5OpenGL.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5OpenGL", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5OpenGL" with
  any of the following names:

    Qt5OpenGLConfig.cmake
    qt5opengl-config.cmake

  Add the installation prefix of "Qt5OpenGL" to CMAKE_PREFIX_PATH or set
  "Qt5OpenGL_DIR" to a directory containing one of the above files. If
  "Qt5OpenGL" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at CMakeLists.txt:778 (find_package):
  By not providing "FindQt5Svg.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5Svg", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt5Svg" with any
  of the following names:

    Qt5SvgConfig.cmake
    qt5svg-config.cmake

  Add the installation prefix of "Qt5Svg" to CMAKE_PREFIX_PATH or set
  "Qt5Svg_DIR" to a directory containing one of the above files. If "Qt5Svg"
  provides a separate development package or SDK, be sure it has been
  installed.


CMake Warning at CMakeLists.txt:779 (find_package):
  By not providing "FindQt5UiTools.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5UiTools", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5UiTools" with
  any of the following names:

    Qt5UiToolsConfig.cmake
    qt5uitools-config.cmake

  Add the installation prefix of "Qt5UiTools" to CMAKE_PREFIX_PATH or set
  "Qt5UiTools_DIR" to a directory containing one of the above files. If
  "Qt5UiTools" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at CMakeLists.txt:780 (find_package):
  By not providing "FindQt5Network.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5Network", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Network" with
  any of the following names:

    Qt5NetworkConfig.cmake
    qt5network-config.cmake

  Add the installation prefix of "Qt5Network" to CMAKE_PREFIX_PATH or set
  "Qt5Network_DIR" to a directory containing one of the above files. If
  "Qt5Network" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at CMakeLists.txt:781 (find_package):
  By not providing "FindQt5Concurrent.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5Concurrent", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Concurrent"
  with any of the following names:

    Qt5ConcurrentConfig.cmake
    qt5concurrent-config.cmake

  Add the installation prefix of "Qt5Concurrent" to CMAKE_PREFIX_PATH or set
  "Qt5Concurrent_DIR" to a directory containing one of the above files. If
  "Qt5Concurrent" provides a separate development package or SDK, be sure it
  has been installed.


CMake Warning at CMakeLists.txt:784 (find_package):
  By not providing "FindQt5WebKitWidgets.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5WebKitWidgets", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5WebKitWidgets"
  with any of the following names:

    Qt5WebKitWidgetsConfig.cmake
    qt5webkitwidgets-config.cmake

  Add the installation prefix of "Qt5WebKitWidgets" to CMAKE_PREFIX_PATH or
  set "Qt5WebKitWidgets_DIR" to a directory containing one of the above
  files. If "Qt5WebKitWidgets" provides a separate development package or
  SDK, be sure it has been installed.


CMake Error at CMakeLists.txt:789 (MESSAGE):
  ========================

  Qt5 libraries not found.

  ========================



-- Configuring incomplete, errors occurred!
See also "/usr/local/FreeCAD/build/CMakeFiles/CMakeOutput.log".
See also "/usr/local/FreeCAD/build/CMakeFiles/CMakeError.log".
[...r/local/FreeCAD/build]
Steps To ReproduceSee above, jus trying to install FreeCAD from sources
TagsmacOS
FreeCAD Information

Relationships

related to 0003042 closed Path Problem in using the Path workbench 

Activities

federico.carminati@gmail.com

2017-05-20 09:40

reporter  

CMakeOutput.log (47,036 bytes)   
The system is: Darwin - 16.6.0 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc 
Build flags: 
Id flags:  

The output was:
0


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"

The C compiler identification is AppleClang, found in "/usr/local/FreeCAD/build/CMakeFiles/3.8.0/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ 
Build flags: 
Id flags:  

The output was:
0


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"

The CXX compiler identification is AppleClang, found in "/usr/local/FreeCAD/build/CMakeFiles/3.8.0/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_049c6/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_049c6.dir/build.make CMakeFiles/cmTC_049c6.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_049c6.dir/testCCompiler.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -o CMakeFiles/cmTC_049c6.dir/testCCompiler.c.o   -c /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_049c6
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_049c6.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_049c6.dir/testCCompiler.c.o  -o cmTC_049c6 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


Detecting C compiler ABI info compiled with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_2be91/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_2be91.dir/build.make CMakeFiles/cmTC_2be91.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2be91.dir/CMakeCCompilerABI.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -o CMakeFiles/cmTC_2be91.dir/CMakeCCompilerABI.c.o   -c /sw/share/cmake-3.8/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_2be91
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2be91.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -Wl,-search_paths_first -Wl,-headerpad_max_install_names  -v -Wl,-v CMakeFiles/cmTC_2be91.dir/CMakeCCompilerABI.c.o  -o cmTC_2be91 
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin16.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_2be91 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_2be91.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld  PROJECT:ld64-278.4
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
	/usr/lib
	/usr/local/lib
Framework search paths:
	/Library/Frameworks/
	/System/Library/Frameworks/
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/Users/fca/bin/gmake" "cmTC_2be91/fast"]
  ignore line: [/Users/fca/bin/gmake -f CMakeFiles/cmTC_2be91.dir/build.make CMakeFiles/cmTC_2be91.dir/build]
  ignore line: [gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp']
  ignore line: [Building C object CMakeFiles/cmTC_2be91.dir/CMakeCCompilerABI.c.o]
  ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -o CMakeFiles/cmTC_2be91.dir/CMakeCCompilerABI.c.o   -c /sw/share/cmake-3.8/Modules/CMakeCCompilerABI.c]
  ignore line: [Linking C executable cmTC_2be91]
  ignore line: [/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2be91.dir/link.txt --verbose=1]
  ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -Wl,-search_paths_first -Wl,-headerpad_max_install_names  -v -Wl,-v CMakeFiles/cmTC_2be91.dir/CMakeCCompilerABI.c.o  -o cmTC_2be91 ]
  ignore line: [Apple LLVM version 8.1.0 (clang-802.0.42)]
  ignore line: [Target: x86_64-apple-darwin16.6.0]
  ignore line: [Thread model: posix]
  ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
  link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_2be91 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_2be91.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
    arg [-demangle] ==> ignore
    arg [-lto_library] ==> ignore, skip following value
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
    arg [-dynamic] ==> ignore
    arg [-arch] ==> ignore
    arg [x86_64] ==> ignore
    arg [-macosx_version_min] ==> ignore
    arg [10.12.0] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_2be91] ==> ignore
    arg [-search_paths_first] ==> ignore
    arg [-headerpad_max_install_names] ==> ignore
    arg [-v] ==> ignore
    arg [CMakeFiles/cmTC_2be91.dir/CMakeCCompilerABI.c.o] ==> ignore
    arg [-lSystem] ==> lib [System]
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
  Library search paths: [;/usr/lib;/usr/local/lib]
  Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
  remove lib [System]
  remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
  collapse library dir [/usr/lib] ==> [/usr/lib]
  collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
  collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
  collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
  implicit libs: []
  implicit dirs: [/usr/lib;/usr/local/lib]
  implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]




Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_fcc78/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_fcc78.dir/build.make CMakeFiles/cmTC_fcc78.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fcc78.dir/feature_tests.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -std=c11 -o CMakeFiles/cmTC_fcc78.dir/feature_tests.c.o   -c /usr/local/FreeCAD/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_fcc78
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fcc78.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_fcc78.dir/feature_tests.c.o  -o cmTC_fcc78 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:1c_restrict
    Feature record: C_FEATURE:1c_static_assert
    Feature record: C_FEATURE:1c_variadic_macros


Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_81a75/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_81a75.dir/build.make CMakeFiles/cmTC_81a75.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_81a75.dir/feature_tests.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -std=c99 -o CMakeFiles/cmTC_81a75.dir/feature_tests.c.o   -c /usr/local/FreeCAD/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_81a75
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_81a75.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_81a75.dir/feature_tests.c.o  -o cmTC_81a75 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:1c_restrict
    Feature record: C_FEATURE:0c_static_assert
    Feature record: C_FEATURE:1c_variadic_macros


Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_0bb03/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_0bb03.dir/build.make CMakeFiles/cmTC_0bb03.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0bb03.dir/feature_tests.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -std=c90 -o CMakeFiles/cmTC_0bb03.dir/feature_tests.c.o   -c /usr/local/FreeCAD/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_0bb03
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0bb03.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_0bb03.dir/feature_tests.c.o  -o cmTC_0bb03 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:0c_restrict
    Feature record: C_FEATURE:0c_static_assert
    Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_aca8f/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_aca8f.dir/build.make CMakeFiles/cmTC_aca8f.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_aca8f.dir/testCXXCompiler.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -o CMakeFiles/cmTC_aca8f.dir/testCXXCompiler.cxx.o -c /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_aca8f
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aca8f.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_aca8f.dir/testCXXCompiler.cxx.o  -o cmTC_aca8f 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_216ce/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_216ce.dir/build.make CMakeFiles/cmTC_216ce.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_216ce.dir/CMakeCXXCompilerABI.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -o CMakeFiles/cmTC_216ce.dir/CMakeCXXCompilerABI.cpp.o -c /sw/share/cmake-3.8/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_216ce
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_216ce.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names  -v -Wl,-v CMakeFiles/cmTC_216ce.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_216ce 
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin16.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_216ce -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_216ce.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld  PROJECT:ld64-278.4
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
	/usr/lib
	/usr/local/lib
Framework search paths:
	/Library/Frameworks/
	/System/Library/Frameworks/
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/Users/fca/bin/gmake" "cmTC_216ce/fast"]
  ignore line: [/Users/fca/bin/gmake -f CMakeFiles/cmTC_216ce.dir/build.make CMakeFiles/cmTC_216ce.dir/build]
  ignore line: [gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp']
  ignore line: [Building CXX object CMakeFiles/cmTC_216ce.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -o CMakeFiles/cmTC_216ce.dir/CMakeCXXCompilerABI.cpp.o -c /sw/share/cmake-3.8/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Linking CXX executable cmTC_216ce]
  ignore line: [/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_216ce.dir/link.txt --verbose=1]
  ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names  -v -Wl,-v CMakeFiles/cmTC_216ce.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_216ce ]
  ignore line: [Apple LLVM version 8.1.0 (clang-802.0.42)]
  ignore line: [Target: x86_64-apple-darwin16.6.0]
  ignore line: [Thread model: posix]
  ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
  link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_216ce -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_216ce.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
    arg [-demangle] ==> ignore
    arg [-lto_library] ==> ignore, skip following value
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
    arg [-dynamic] ==> ignore
    arg [-arch] ==> ignore
    arg [x86_64] ==> ignore
    arg [-macosx_version_min] ==> ignore
    arg [10.12.0] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_216ce] ==> ignore
    arg [-search_paths_first] ==> ignore
    arg [-headerpad_max_install_names] ==> ignore
    arg [-v] ==> ignore
    arg [CMakeFiles/cmTC_216ce.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
    arg [-lc++] ==> lib [c++]
    arg [-lSystem] ==> lib [System]
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
  Library search paths: [;/usr/lib;/usr/local/lib]
  Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
  remove lib [System]
  remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
  collapse library dir [/usr/lib] ==> [/usr/lib]
  collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
  collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
  collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
  implicit libs: [c++]
  implicit dirs: [/usr/lib;/usr/local/lib]
  implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]




Detecting CXX [-std=c++1z] compiler features compiled with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_6ce8d/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_6ce8d.dir/build.make CMakeFiles/cmTC_6ce8d.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_6ce8d.dir/feature_tests.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -std=c++1z -o CMakeFiles/cmTC_6ce8d.dir/feature_tests.cxx.o -c /usr/local/FreeCAD/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_6ce8d
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6ce8d.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_6ce8d.dir/feature_tests.cxx.o  -o cmTC_6ce8d 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:1cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:1cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:1cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:1cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:1cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:1cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:1cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:1cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:1cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_95cd3/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_95cd3.dir/build.make CMakeFiles/cmTC_95cd3.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_95cd3.dir/feature_tests.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -std=c++14 -o CMakeFiles/cmTC_95cd3.dir/feature_tests.cxx.o -c /usr/local/FreeCAD/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_95cd3
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95cd3.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_95cd3.dir/feature_tests.cxx.o  -o cmTC_95cd3 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:1cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:1cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:1cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:1cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:1cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:1cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:1cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:1cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:1cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_5a1ed/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_5a1ed.dir/build.make CMakeFiles/cmTC_5a1ed.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_5a1ed.dir/feature_tests.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -std=c++11 -o CMakeFiles/cmTC_5a1ed.dir/feature_tests.cxx.o -c /usr/local/FreeCAD/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_5a1ed
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a1ed.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_5a1ed.dir/feature_tests.cxx.o  -o cmTC_5a1ed 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:0cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:0cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:0cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:0cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:0cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:0cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:0cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_01199/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_01199.dir/build.make CMakeFiles/cmTC_01199.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_01199.dir/feature_tests.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -std=c++98 -o CMakeFiles/cmTC_01199.dir/feature_tests.cxx.o -c /usr/local/FreeCAD/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_01199
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_01199.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_01199.dir/feature_tests.cxx.o  -o cmTC_01199 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:0cxx_alias_templates
    Feature record: CXX_FEATURE:0cxx_alignas
    Feature record: CXX_FEATURE:0cxx_alignof
    Feature record: CXX_FEATURE:0cxx_attributes
    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
    Feature record: CXX_FEATURE:0cxx_auto_type
    Feature record: CXX_FEATURE:0cxx_binary_literals
    Feature record: CXX_FEATURE:0cxx_constexpr
    Feature record: CXX_FEATURE:0cxx_contextual_conversions
    Feature record: CXX_FEATURE:0cxx_decltype
    Feature record: CXX_FEATURE:0cxx_decltype_auto
    Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:0cxx_default_function_template_args
    Feature record: CXX_FEATURE:0cxx_defaulted_functions
    Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:0cxx_delegating_constructors
    Feature record: CXX_FEATURE:0cxx_deleted_functions
    Feature record: CXX_FEATURE:0cxx_digit_separators
    Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:0cxx_explicit_conversions
    Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:0cxx_extern_templates
    Feature record: CXX_FEATURE:0cxx_final
    Feature record: CXX_FEATURE:0cxx_func_identifier
    Feature record: CXX_FEATURE:0cxx_generalized_initializers
    Feature record: CXX_FEATURE:0cxx_generic_lambdas
    Feature record: CXX_FEATURE:0cxx_inheriting_constructors
    Feature record: CXX_FEATURE:0cxx_inline_namespaces
    Feature record: CXX_FEATURE:0cxx_lambdas
    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
    Feature record: CXX_FEATURE:0cxx_local_type_template_args
    Feature record: CXX_FEATURE:0cxx_long_long_type
    Feature record: CXX_FEATURE:0cxx_noexcept
    Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:0cxx_nullptr
    Feature record: CXX_FEATURE:0cxx_override
    Feature record: CXX_FEATURE:0cxx_range_for
    Feature record: CXX_FEATURE:0cxx_raw_string_literals
    Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:0cxx_return_type_deduction
    Feature record: CXX_FEATURE:0cxx_right_angle_brackets
    Feature record: CXX_FEATURE:0cxx_rvalue_references
    Feature record: CXX_FEATURE:0cxx_sizeof_member
    Feature record: CXX_FEATURE:0cxx_static_assert
    Feature record: CXX_FEATURE:0cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:0cxx_thread_local
    Feature record: CXX_FEATURE:0cxx_trailing_return_types
    Feature record: CXX_FEATURE:0cxx_unicode_literals
    Feature record: CXX_FEATURE:0cxx_uniform_initialization
    Feature record: CXX_FEATURE:0cxx_unrestricted_unions
    Feature record: CXX_FEATURE:0cxx_user_literals
    Feature record: CXX_FEATURE:0cxx_variable_templates
    Feature record: CXX_FEATURE:0cxx_variadic_macros
    Feature record: CXX_FEATURE:0cxx_variadic_templates
Determining if the include file istream exists passed with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_06580/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_06580.dir/build.make CMakeFiles/cmTC_06580.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_06580.dir/CheckIncludeFile.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -o CMakeFiles/cmTC_06580.dir/CheckIncludeFile.cxx.o -c /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_06580
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_06580.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_06580.dir/CheckIncludeFile.cxx.o  -o cmTC_06580 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


Determining if the include file ostream exists passed with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_12340/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_12340.dir/build.make CMakeFiles/cmTC_12340.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_12340.dir/CheckIncludeFile.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -o CMakeFiles/cmTC_12340.dir/CheckIncludeFile.cxx.o -c /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_12340
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_12340.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_12340.dir/CheckIncludeFile.cxx.o  -o cmTC_12340 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


Determining if the include file fstream exists passed with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_e5aa6/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_e5aa6.dir/build.make CMakeFiles/cmTC_e5aa6.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e5aa6.dir/CheckIncludeFile.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -o CMakeFiles/cmTC_e5aa6.dir/CheckIncludeFile.cxx.o -c /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_e5aa6
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e5aa6.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_e5aa6.dir/CheckIncludeFile.cxx.o  -o cmTC_e5aa6 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


Determining if the include file sstream exists passed with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_01676/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_01676.dir/build.make CMakeFiles/cmTC_01676.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_01676.dir/CheckIncludeFile.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -o CMakeFiles/cmTC_01676.dir/CheckIncludeFile.cxx.o -c /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_01676
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_01676.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_01676.dir/CheckIncludeFile.cxx.o  -o cmTC_01676 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


Determining if the include file ios exists passed with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_238df/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_238df.dir/build.make CMakeFiles/cmTC_238df.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_238df.dir/CheckIncludeFile.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -o CMakeFiles/cmTC_238df.dir/CheckIncludeFile.cxx.o -c /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_238df
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_238df.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_238df.dir/CheckIncludeFile.cxx.o  -o cmTC_238df 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


Determining if the include file iostream exists passed with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_74c9c/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_74c9c.dir/build.make CMakeFiles/cmTC_74c9c.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_74c9c.dir/CheckIncludeFile.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -o CMakeFiles/cmTC_74c9c.dir/CheckIncludeFile.cxx.o -c /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_74c9c
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_74c9c.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_74c9c.dir/CheckIncludeFile.cxx.o  -o cmTC_74c9c 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


Determining if the include file iomanip exists passed with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_14a82/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_14a82.dir/build.make CMakeFiles/cmTC_14a82.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_14a82.dir/CheckIncludeFile.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -o CMakeFiles/cmTC_14a82.dir/CheckIncludeFile.cxx.o -c /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_14a82
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_14a82.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_14a82.dir/CheckIncludeFile.cxx.o  -o cmTC_14a82 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


Determining if the include file iostream exists passed with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_d976b/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_d976b.dir/build.make CMakeFiles/cmTC_d976b.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d976b.dir/CheckIncludeFile.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -o CMakeFiles/cmTC_d976b.dir/CheckIncludeFile.cxx.o -c /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_d976b
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d976b.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_d976b.dir/CheckIncludeFile.cxx.o  -o cmTC_d976b 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


Determining if the CXX compiler has std namespace passed with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_bc168/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_bc168.dir/build.make CMakeFiles/cmTC_bc168.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_bc168.dir/TestForSTDNamespace.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -o CMakeFiles/cmTC_bc168.dir/TestForSTDNamespace.cxx.o -c /sw/share/cmake-3.8/Modules/TestForSTDNamespace.cxx
Linking CXX executable cmTC_bc168
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bc168.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_bc168.dir/TestForSTDNamespace.cxx.o  -o cmTC_bc168 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


Determining if the include file pthread.h exists passed with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_7b68a/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_7b68a.dir/build.make CMakeFiles/cmTC_7b68a.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7b68a.dir/CheckIncludeFile.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -o CMakeFiles/cmTC_7b68a.dir/CheckIncludeFile.c.o   -c /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_7b68a
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b68a.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_7b68a.dir/CheckIncludeFile.c.o  -o cmTC_7b68a 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'


Determining if the pthread_create exist passed with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_2bd3f/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_2bd3f.dir/build.make CMakeFiles/cmTC_2bd3f.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2bd3f.dir/CheckSymbolExists.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -o CMakeFiles/cmTC_2bd3f.dir/CheckSymbolExists.c.o   -c /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_2bd3f
/sw/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2bd3f.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_2bd3f.dir/CheckSymbolExists.c.o  -o cmTC_2bd3f 
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'

File /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef pthread_create
  return ((int*)(&pthread_create))[argc];
#else
  (void)argc;
  return 0;
#endif
}

CMakeOutput.log (47,036 bytes)   
CMakeError.log (1,041 bytes)   
Determining if the include file GL/gl.h exists failed with the following output:
Change Dir: /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp

Run Build Command:"/Users/fca/bin/gmake" "cmTC_d8c6e/fast"
/Users/fca/bin/gmake -f CMakeFiles/cmTC_d8c6e.dir/build.make CMakeFiles/cmTC_d8c6e.dir/build
gmake[1]: Entering directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d8c6e.dir/CheckIncludeFile.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -o CMakeFiles/cmTC_d8c6e.dir/CheckIncludeFile.c.o   -c /usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'GL/gl.h' file not found
#include <GL/gl.h>
         ^
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_d8c6e.dir/build.make:66: CMakeFiles/cmTC_d8c6e.dir/CheckIncludeFile.c.o] Error 1
gmake[1]: Leaving directory '/usr/local/FreeCAD/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:126: cmTC_d8c6e/fast] Error 2


CMakeError.log (1,041 bytes)   

Kunda1

2017-05-20 19:03

administrator   ~0009067

Please post to the forum first before opening ticket.

Kunda1

2017-05-24 22:02

administrator   ~0009118

OP did you make a forum thread yet? If so please link to it. Thanks

Kunda1

2017-05-26 13:19

administrator   ~0009148

Last edited: 2017-05-26 13:31

Forum thread: https://forum.freecadweb.org/viewtopic.php?f=4&t=22565
Seems OP found a solution in https://forum.freecadweb.org/viewtopic.php?f=4&t=22565&hilit=federico#p174924
But is reporting that the docs are obsolete and misleading

CC @blacey

Linking to: https://github.com/FreeCAD/homebrew-freecad/issues/47

federico.carminati@gmail.com

2017-05-29 08:21

reporter   ~0009182

For completeness I am reporting here the solution found. FreeCAD needs to be configured with

cmake -DBUILD_QT5=1 -DFREECAD_USE_EXTERNAL_KDL=1 -DBUILD_FEM_NETGEN=1 -DFREECAD_CREATE_MAC_APP=1 -DCMAKE_BUILD_TYPE="Release" -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt\@5.6/5.6.2/ -DCMAKE_INSTALL_PREFIX=/Applications -DBUILD_JTREADER=ON -DBUILD_SANDBOX=ON -DBUILD_TEMPLATE=ON -DFREECAD_USE_FREETYPE=OFF ../FreeCAD-git/

blacey

2017-06-03 19:19

developer   ~0009279

Thanks for the feedback and while I agree it could the "simpler" or more automatic, specifying the prefix is required because Home-brew supports multiple Qt5 versions.

Here is how we build on Travis (database of record):

Qt5 cmake args
Eigen cmake args

This is not a bug.

Kunda1

2017-06-10 11:45

administrator   ~0009332

Closing as 'No change required'
Thanks blacey.

Issue History

Date Modified Username Field Change
2017-05-20 09:40 federico.carminati@gmail.com New Issue
2017-05-20 09:40 federico.carminati@gmail.com File Added: CMakeOutput.log
2017-05-20 09:40 federico.carminati@gmail.com File Added: CMakeError.log
2017-05-20 19:03 Kunda1 Note Added: 0009067
2017-05-24 22:00 Kunda1 Severity major => minor
2017-05-24 22:02 Kunda1 Note Added: 0009118
2017-05-26 13:19 Kunda1 Note Added: 0009148
2017-05-26 13:20 Kunda1 Assigned To => blacey
2017-05-26 13:20 Kunda1 Status new => assigned
2017-05-26 13:20 Kunda1 Tag Attached: MacOSX
2017-05-26 13:21 Kunda1 Priority high => normal
2017-05-26 13:27 Kunda1 Relationship added related to 0003042
2017-05-26 13:31 Kunda1 Note Edited: 0009148
2017-05-29 08:21 federico.carminati@gmail.com Note Added: 0009182
2017-06-03 19:19 blacey Note Added: 0009279
2017-06-10 11:45 Kunda1 Status assigned => closed
2017-06-10 11:45 Kunda1 Resolution open => no change required
2017-06-10 11:45 Kunda1 Note Added: 0009332
2020-11-13 14:08 Kunda1 Tag Renamed MacOSX => macOS