<div dir="ltr">This is the error in fact :<div><br></div><div><span style="font-size:16px">CMake Error at ext_kf5/CMakeLists.txt:101 (message):</span><br style="font-size:16px"><span style="font-size:16px">  Cannot donwload MD5 sum for extra-cmake-modules!</span><br style="font-size:16px"><span style="font-size:16px">Call Stack (most recent call first):</span><br style="font-size:16px"><span style="font-size:16px">  ext_kf5/CMakeLists.txt:197 (InstallKF5Component)</span><br></div><div><span style="font-size:16px"><br></span></div><div><span style="font-size:16px">The cmake script is normally able to extract MD5 sum of download tarball directly from web page. There is no necessity to setup MD5 sum hard-coded somewhere in script.</span></div><div><span style="font-size:16px"><br></span></div><div><span style="font-size:16px">I suspect that KDE server switch all to https instead http. This can be a problem with cmake download interface, where SSL is not fully supported (i don't know why exactly).</span></div><div><span style="font-size:16px"><br></span></div><div><span style="font-size:16px">I see this problem under Windows through MXE. I found a simple solution to fix the problem.</span></div><div><span style="font-size:16px"><br></span></div><div><span style="font-size:16px">So i will test this morning on my mac if the problem is reproducible.</span></div><div><span style="font-size:16px"><br></span></div><div><span style="font-size:16px">Gilles Caulier</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-03-24 10:21 GMT+01:00 Stefan <span dir="ltr"><<a href="mailto:stefan@jalizer.com" target="_blank">stefan@jalizer.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi All,<br>
<br>
I'm trying to compile digikam from Git repo below macOS ElCapitan (aka<br>
10.11.6, XCode 8.2.1). The intention is to test a minor patch I made to<br>
import those Adobe-like sidecar files, if none sidecar with file<br>
extension like ".jpg" in the middle exists.<br>
<br>
I'm not that great C/C++-Hacker so I need a kind of help at this point.<br>
<br>
I got stucked in the batch files which are located in<br>
/digikam/project/bundles/<wbr>macports and can't pass the ./01-build-macports.sh<br>
<br>
It stops in the line:<br>
cmake $ORIG_WD/../3rdparty \<br>
       -DCMAKE_INSTALL_PREFIX:PATH=$<wbr>INSTALL_PREFIX \<br>
       -DINSTALL_ROOT=$INSTALL_PREFIX \<br>
       -DEXTERNALS_DOWNLOAD_DIR=$<wbr>DOWNLOAD_DIR \<br>
       -Wno-dev<br>
<br>
The shell writes (I patched it to get more verbose output):<br>
<br>
cmake /Volumes/git/digikam/project/<wbr>bundles/macports/../3rdparty<br>
-DCMAKE_INSTALL_PREFIX:PATH=/<wbr>opt/local -DINSTALL_ROOT=/opt/local<br>
-DEXTERNALS_DOWNLOAD_DIR=/<wbr>Volumes/git/digikam/project/<wbr>bundles/macports/temp.dwnld<br>
-Wno-dev<br>
<br>
<br>
-- The C compiler identification is AppleClang 8.0.0.8000042<br>
-- The CXX compiler identification is AppleClang 8.0.0.8000042<br>
-- Check for working C compiler:<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
-- Check for working C compiler:<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
-- works<br>
-- Detecting C compiler ABI info<br>
-- Detecting C compiler ABI info - done<br>
-- Detecting C compile features<br>
-- Detecting C compile features - done<br>
-- Check for working CXX compiler:<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/c++<br>
-- Check for working CXX compiler:<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/c++<br>
-- works<br>
-- Detecting CXX compiler ABI info<br>
-- Detecting CXX compiler ABI info - done<br>
-- Detecting CXX compile features<br>
-- Detecting CXX compile features - done<br>
-- CMAKE_GENERATOR: Unix Makefiles<br>
-- CMAKE_CL_64:<br>
CMake Error at ext_kf5/CMakeLists.txt:101 (message):<br>
  Cannot donwload MD5 sum for extra-cmake-modules!<br>
Call Stack (most recent call first):<br>
  ext_kf5/CMakeLists.txt:197 (InstallKF5Component)<br>
<br>
-- Configuring incomplete, errors occurred!<br>
See also<br>
"/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeOutput.log".<br>
<br>
<br>
<br>
<br>
That last log file contains:<br>
<br>
The system is: Darwin - 15.6.0 - x86_64<br>
Compiling the C compiler identification source file "CMakeCCompilerId.c"<br>
succeeded.<br>
Compiler:<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
<br>
Build flags:<br>
Id flags:<br>
<br>
The output was:<br>
0<br>
<br>
<br>
Compilation of the C compiler identification source "CMakeCCompilerId.c"<br>
produced "a.out"<br>
<br>
The C compiler identification is AppleClang, found in<br>
"/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/3.7.2/CompilerIdC/<wbr>a.out"<br>
<br>
Compiling the CXX compiler identification source file<br>
"CMakeCXXCompilerId.cpp" succeeded.<br>
Compiler:<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/c++<br>
<br>
Build flags: -stdlib=libc++<br>
Id flags:<br>
<br>
The output was:<br>
0<br>
<br>
<br>
Compilation of the CXX compiler identification source<br>
"CMakeCXXCompilerId.cpp" produced "a.out"<br>
<br>
The CXX compiler identification is AppleClang, found in<br>
"/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/3.7.2/<wbr>CompilerIdCXX/a.out"<br>
<br>
Determining if the C compiler works passed with the following output:<br>
Change Dir:<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp<br>
<br>
Run Build Command:"/opt/local/bin/gmake" "cmTC_6fdfb/fast"<br>
/opt/local/bin/gmake -f CMakeFiles/cmTC_6fdfb.dir/<wbr>build.make<br>
CMakeFiles/cmTC_6fdfb.dir/<wbr>build<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird betreten<br>
Building C object CMakeFiles/cmTC_6fdfb.dir/<wbr>testCCompiler.c.o<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
   -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8   -o<br>
CMakeFiles/cmTC_6fdfb.dir/<wbr>testCCompiler.c.o   -c<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp/<wbr>testCCompiler.c<br>
Linking C executable cmTC_6fdfb<br>
/opt/local/bin/cmake -E cmake_link_script<br>
CMakeFiles/cmTC_6fdfb.dir/<wbr>link.txt --verbose=1<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
   -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8 -Wl,-search_paths_first<br>
-Wl,-headerpad_max_install_<wbr>names<br>
CMakeFiles/cmTC_6fdfb.dir/<wbr>testCCompiler.c.o  -o cmTC_6fdfb<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird verlassen<br>
<br>
<br>
Detecting C compiler ABI info compiled with the following output:<br>
Change Dir:<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp<br>
<br>
Run Build Command:"/opt/local/bin/gmake" "cmTC_4639e/fast"<br>
/opt/local/bin/gmake -f CMakeFiles/cmTC_4639e.dir/<wbr>build.make<br>
CMakeFiles/cmTC_4639e.dir/<wbr>build<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird betreten<br>
Building C object CMakeFiles/cmTC_4639e.dir/<wbr>CMakeCCompilerABI.c.o<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
   -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8   -o<br>
CMakeFiles/cmTC_4639e.dir/<wbr>CMakeCCompilerABI.c.o   -c<br>
/opt/local/share/cmake-3.7/<wbr>Modules/CMakeCCompilerABI.c<br>
Linking C executable cmTC_4639e<br>
/opt/local/bin/cmake -E cmake_link_script<br>
CMakeFiles/cmTC_4639e.dir/<wbr>link.txt --verbose=1<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
   -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8 -Wl,-search_paths_first<br>
-Wl,-headerpad_max_install_<wbr>names  -v -Wl,-v<br>
CMakeFiles/cmTC_4639e.dir/<wbr>CMakeCCompilerABI.c.o  -o cmTC_4639e<br>
Apple LLVM version 8.0.0 (clang-800.0.42.1)<br>
Target: x86_64-apple-darwin15.6.0<br>
Thread model: posix<br>
InstalledDir:<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin<br>
 "/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -syslibroot /Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk -o cmTC_4639e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_4639e.dir/<wbr>CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/../lib/clang/8.0.0/lib/<wbr>darwin/libclang_rt.osx.a<br>
@(#)PROGRAM:ld  PROJECT:ld64-274.2<br>
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64<br>
x86_64h armv6m armv7k armv7m armv7em (tvOS)<br>
Library search paths:<br>
        /Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/usr/lib<br>
Framework search paths:<br>
        /Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/System/<wbr>Library/Frameworks/<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird verlassen<br>
<br>
<br>
Parsed C implicit link information from above output:<br>
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|<wbr>collect2)[^/\]*( |$)]<br>
  ignore line: [Change Dir:<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp]<br>
  ignore line: []<br>
  ignore line: [Run Build Command:"/opt/local/bin/gmake" "cmTC_4639e/fast"]<br>
  ignore line: [/opt/local/bin/gmake -f<br>
CMakeFiles/cmTC_4639e.dir/<wbr>build.make CMakeFiles/cmTC_4639e.dir/<wbr>build]<br>
  ignore line: [gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird betreten]<br>
  ignore line: [Building C object<br>
CMakeFiles/cmTC_4639e.dir/<wbr>CMakeCCompilerABI.c.o]<br>
  ignore line:<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
   -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8   -o<br>
CMakeFiles/cmTC_4639e.dir/<wbr>CMakeCCompilerABI.c.o   -c<br>
/opt/local/share/cmake-3.7/<wbr>Modules/CMakeCCompilerABI.c]<br>
  ignore line: [Linking C executable cmTC_4639e]<br>
  ignore line: [/opt/local/bin/cmake -E cmake_link_script<br>
CMakeFiles/cmTC_4639e.dir/<wbr>link.txt --verbose=1]<br>
  ignore line:<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
   -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8 -Wl,-search_paths_first<br>
-Wl,-headerpad_max_install_<wbr>names  -v -Wl,-v<br>
CMakeFiles/cmTC_4639e.dir/<wbr>CMakeCCompilerABI.c.o  -o cmTC_4639e   ]<br>
  ignore line: [Apple LLVM version 8.0.0 (clang-800.0.42.1)]<br>
  ignore line: [Target: x86_64-apple-darwin15.6.0]<br>
  ignore line: [Thread model: posix]<br>
  ignore line: [InstalledDir:<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin]<br>
  link line: [<br>
"/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/ld"<br>
-demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -syslibroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-o cmTC_4639e -search_paths_first -headerpad_max_install_names -v<br>
CMakeFiles/cmTC_4639e.dir/<wbr>CMakeCCompilerABI.c.o -lSystem<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/../lib/clang/8.0.0/lib/<wbr>darwin/libclang_rt.osx.a]<br>
    arg<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/ld]<br>
==> ignore<br>
    arg [-demangle] ==> ignore<br>
    arg [-dynamic] ==> ignore<br>
    arg [-arch] ==> ignore<br>
    arg [x86_64] ==> ignore<br>
    arg [-macosx_version_min] ==> ignore<br>
    arg [10.8.0] ==> ignore<br>
    arg [-syslibroot] ==> ignore<br>
    arg<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk]<br>
==> ignore<br>
    arg [-o] ==> ignore<br>
    arg [cmTC_4639e] ==> ignore<br>
    arg [-search_paths_first] ==> ignore<br>
    arg [-headerpad_max_install_names] ==> ignore<br>
    arg [-v] ==> ignore<br>
    arg [CMakeFiles/cmTC_4639e.dir/<wbr>CMakeCCompilerABI.c.o] ==> ignore<br>
    arg [-lSystem] ==> lib [System]<br>
    arg<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/../lib/clang/8.0.0/lib/<wbr>darwin/libclang_rt.osx.a]<br>
==> lib<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/../lib/clang/8.0.0/lib/<wbr>darwin/libclang_rt.osx.a]<br>
  Library search paths:<br>
[;/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/usr/lib]<br>
  Framework search paths:<br>
[;/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/System/<wbr>Library/Frameworks/]<br>
  remove lib [System]<br>
  remove lib<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/../lib/clang/8.0.0/lib/<wbr>darwin/libclang_rt.osx.a]<br>
  collapse library dir<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/usr/lib]<br>
==><br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/usr/lib]<br>
  collapse framework dir<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/System/<wbr>Library/Frameworks/]<br>
==><br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/System/<wbr>Library/Frameworks]<br>
  implicit libs: []<br>
  implicit dirs:<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/usr/lib]<br>
  implicit fwks:<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/System/<wbr>Library/Frameworks]<br>
<br>
<br>
<br>
<br>
Detecting C [-std=c11] compiler features compiled with the following output:<br>
Change Dir:<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp<br>
<br>
Run Build Command:"/opt/local/bin/gmake" "cmTC_59379/fast"<br>
/opt/local/bin/gmake -f CMakeFiles/cmTC_59379.dir/<wbr>build.make<br>
CMakeFiles/cmTC_59379.dir/<wbr>build<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird betreten<br>
Building C object CMakeFiles/cmTC_59379.dir/<wbr>feature_tests.c.o<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
   -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8   -std=c11 -o<br>
CMakeFiles/cmTC_59379.dir/<wbr>feature_tests.c.o   -c<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/feature_tests.c<br>
Linking C executable cmTC_59379<br>
/opt/local/bin/cmake -E cmake_link_script<br>
CMakeFiles/cmTC_59379.dir/<wbr>link.txt --verbose=1<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
   -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8 -Wl,-search_paths_first<br>
-Wl,-headerpad_max_install_<wbr>names<br>
CMakeFiles/cmTC_59379.dir/<wbr>feature_tests.c.o  -o cmTC_59379<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird verlassen<br>
<br>
<br>
    Feature record: C_FEATURE:1c_function_<wbr>prototypes<br>
    Feature record: C_FEATURE:1c_restrict<br>
    Feature record: C_FEATURE:1c_static_assert<br>
    Feature record: C_FEATURE:1c_variadic_macros<br>
<br>
<br>
Detecting C [-std=c99] compiler features compiled with the following output:<br>
Change Dir:<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp<br>
<br>
Run Build Command:"/opt/local/bin/gmake" "cmTC_7a622/fast"<br>
/opt/local/bin/gmake -f CMakeFiles/cmTC_7a622.dir/<wbr>build.make<br>
CMakeFiles/cmTC_7a622.dir/<wbr>build<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird betreten<br>
Building C object CMakeFiles/cmTC_7a622.dir/<wbr>feature_tests.c.o<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
   -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8   -std=c99 -o<br>
CMakeFiles/cmTC_7a622.dir/<wbr>feature_tests.c.o   -c<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/feature_tests.c<br>
Linking C executable cmTC_7a622<br>
/opt/local/bin/cmake -E cmake_link_script<br>
CMakeFiles/cmTC_7a622.dir/<wbr>link.txt --verbose=1<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
   -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8 -Wl,-search_paths_first<br>
-Wl,-headerpad_max_install_<wbr>names<br>
CMakeFiles/cmTC_7a622.dir/<wbr>feature_tests.c.o  -o cmTC_7a622<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird verlassen<br>
<br>
<br>
    Feature record: C_FEATURE:1c_function_<wbr>prototypes<br>
    Feature record: C_FEATURE:1c_restrict<br>
    Feature record: C_FEATURE:0c_static_assert<br>
    Feature record: C_FEATURE:1c_variadic_macros<br>
<br>
<br>
Detecting C [-std=c90] compiler features compiled with the following output:<br>
Change Dir:<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp<br>
<br>
Run Build Command:"/opt/local/bin/gmake" "cmTC_5b8dc/fast"<br>
/opt/local/bin/gmake -f CMakeFiles/cmTC_5b8dc.dir/<wbr>build.make<br>
CMakeFiles/cmTC_5b8dc.dir/<wbr>build<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird betreten<br>
Building C object CMakeFiles/cmTC_5b8dc.dir/<wbr>feature_tests.c.o<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
   -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8   -std=c90 -o<br>
CMakeFiles/cmTC_5b8dc.dir/<wbr>feature_tests.c.o   -c<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/feature_tests.c<br>
Linking C executable cmTC_5b8dc<br>
/opt/local/bin/cmake -E cmake_link_script<br>
CMakeFiles/cmTC_5b8dc.dir/<wbr>link.txt --verbose=1<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/cc<br>
   -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8 -Wl,-search_paths_first<br>
-Wl,-headerpad_max_install_<wbr>names<br>
CMakeFiles/cmTC_5b8dc.dir/<wbr>feature_tests.c.o  -o cmTC_5b8dc<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird verlassen<br>
<br>
<br>
    Feature record: C_FEATURE:1c_function_<wbr>prototypes<br>
    Feature record: C_FEATURE:0c_restrict<br>
    Feature record: C_FEATURE:0c_static_assert<br>
    Feature record: C_FEATURE:0c_variadic_macros<br>
Determining if the CXX compiler works passed with the following output:<br>
Change Dir:<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp<br>
<br>
Run Build Command:"/opt/local/bin/gmake" "cmTC_d8b53/fast"<br>
/opt/local/bin/gmake -f CMakeFiles/cmTC_d8b53.dir/<wbr>build.make<br>
CMakeFiles/cmTC_d8b53.dir/<wbr>build<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird betreten<br>
Building CXX object CMakeFiles/cmTC_d8b53.dir/<wbr>testCXXCompiler.cxx.o<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/c++<br>
    -stdlib=libc++  -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8   -o<br>
CMakeFiles/cmTC_d8b53.dir/<wbr>testCXXCompiler.cxx.o -c<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp/<wbr>testCXXCompiler.cxx<br>
Linking CXX executable cmTC_d8b53<br>
/opt/local/bin/cmake -E cmake_link_script<br>
CMakeFiles/cmTC_d8b53.dir/<wbr>link.txt --verbose=1<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/c++<br>
  -stdlib=libc++  -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8 -Wl,-search_paths_first<br>
-Wl,-headerpad_max_install_<wbr>names<br>
CMakeFiles/cmTC_d8b53.dir/<wbr>testCXXCompiler.cxx.o  -o cmTC_d8b53<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird verlassen<br>
<br>
<br>
Detecting CXX compiler ABI info compiled with the following output:<br>
Change Dir:<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp<br>
<br>
Run Build Command:"/opt/local/bin/gmake" "cmTC_535d6/fast"<br>
/opt/local/bin/gmake -f CMakeFiles/cmTC_535d6.dir/<wbr>build.make<br>
CMakeFiles/cmTC_535d6.dir/<wbr>build<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird betreten<br>
Building CXX object CMakeFiles/cmTC_535d6.dir/<wbr>CMakeCXXCompilerABI.cpp.o<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/c++<br>
    -stdlib=libc++  -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8   -o<br>
CMakeFiles/cmTC_535d6.dir/<wbr>CMakeCXXCompilerABI.cpp.o -c<br>
/opt/local/share/cmake-3.7/<wbr>Modules/CMakeCXXCompilerABI.<wbr>cpp<br>
Linking CXX executable cmTC_535d6<br>
/opt/local/bin/cmake -E cmake_link_script<br>
CMakeFiles/cmTC_535d6.dir/<wbr>link.txt --verbose=1<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/c++<br>
  -stdlib=libc++  -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8 -Wl,-search_paths_first<br>
-Wl,-headerpad_max_install_<wbr>names  -v -Wl,-v<br>
CMakeFiles/cmTC_535d6.dir/<wbr>CMakeCXXCompilerABI.cpp.o  -o cmTC_535d6<br>
Apple LLVM version 8.0.0 (clang-800.0.42.1)<br>
Target: x86_64-apple-darwin15.6.0<br>
Thread model: posix<br>
InstalledDir:<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin<br>
 "/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -syslibroot /Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk -o cmTC_535d6 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_535d6.dir/<wbr>CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/../lib/clang/8.0.0/lib/<wbr>darwin/libclang_rt.osx.a<br>
@(#)PROGRAM:ld  PROJECT:ld64-274.2<br>
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64<br>
x86_64h armv6m armv7k armv7m armv7em (tvOS)<br>
Library search paths:<br>
        /Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/usr/lib<br>
Framework search paths:<br>
        /Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/System/<wbr>Library/Frameworks/<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird verlassen<br>
<br>
<br>
Parsed CXX implicit link information from above output:<br>
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|<wbr>collect2)[^/\]*( |$)]<br>
  ignore line: [Change Dir:<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp]<br>
  ignore line: []<br>
  ignore line: [Run Build Command:"/opt/local/bin/gmake" "cmTC_535d6/fast"]<br>
  ignore line: [/opt/local/bin/gmake -f<br>
CMakeFiles/cmTC_535d6.dir/<wbr>build.make CMakeFiles/cmTC_535d6.dir/<wbr>build]<br>
  ignore line: [gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird betreten]<br>
  ignore line: [Building CXX object<br>
CMakeFiles/cmTC_535d6.dir/<wbr>CMakeCXXCompilerABI.cpp.o]<br>
  ignore line:<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/c++<br>
    -stdlib=libc++  -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8   -o<br>
CMakeFiles/cmTC_535d6.dir/<wbr>CMakeCXXCompilerABI.cpp.o -c<br>
/opt/local/share/cmake-3.7/<wbr>Modules/CMakeCXXCompilerABI.<wbr>cpp]<br>
  ignore line: [Linking CXX executable cmTC_535d6]<br>
  ignore line: [/opt/local/bin/cmake -E cmake_link_script<br>
CMakeFiles/cmTC_535d6.dir/<wbr>link.txt --verbose=1]<br>
  ignore line:<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/c++<br>
  -stdlib=libc++  -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8 -Wl,-search_paths_first<br>
-Wl,-headerpad_max_install_<wbr>names  -v -Wl,-v<br>
CMakeFiles/cmTC_535d6.dir/<wbr>CMakeCXXCompilerABI.cpp.o  -o cmTC_535d6   ]<br>
  ignore line: [Apple LLVM version 8.0.0 (clang-800.0.42.1)]<br>
  ignore line: [Target: x86_64-apple-darwin15.6.0]<br>
  ignore line: [Thread model: posix]<br>
  ignore line: [InstalledDir:<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin]<br>
  link line: [<br>
"/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/ld"<br>
-demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -syslibroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-o cmTC_535d6 -search_paths_first -headerpad_max_install_names -v<br>
CMakeFiles/cmTC_535d6.dir/<wbr>CMakeCXXCompilerABI.cpp.o -lc++ -lSystem<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/../lib/clang/8.0.0/lib/<wbr>darwin/libclang_rt.osx.a]<br>
    arg<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/ld]<br>
==> ignore<br>
    arg [-demangle] ==> ignore<br>
    arg [-dynamic] ==> ignore<br>
    arg [-arch] ==> ignore<br>
    arg [x86_64] ==> ignore<br>
    arg [-macosx_version_min] ==> ignore<br>
    arg [10.8.0] ==> ignore<br>
    arg [-syslibroot] ==> ignore<br>
    arg<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk]<br>
==> ignore<br>
    arg [-o] ==> ignore<br>
    arg [cmTC_535d6] ==> ignore<br>
    arg [-search_paths_first] ==> ignore<br>
    arg [-headerpad_max_install_names] ==> ignore<br>
    arg [-v] ==> ignore<br>
    arg [CMakeFiles/cmTC_535d6.dir/<wbr>CMakeCXXCompilerABI.cpp.o] ==> ignore<br>
    arg [-lc++] ==> lib [c++]<br>
    arg [-lSystem] ==> lib [System]<br>
    arg<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/../lib/clang/8.0.0/lib/<wbr>darwin/libclang_rt.osx.a]<br>
==> lib<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/../lib/clang/8.0.0/lib/<wbr>darwin/libclang_rt.osx.a]<br>
  Library search paths:<br>
[;/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/usr/lib]<br>
  Framework search paths:<br>
[;/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/System/<wbr>Library/Frameworks/]<br>
  remove lib [System]<br>
  remove lib<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/../lib/clang/8.0.0/lib/<wbr>darwin/libclang_rt.osx.a]<br>
  collapse library dir<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/usr/lib]<br>
==><br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/usr/lib]<br>
  collapse framework dir<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/System/<wbr>Library/Frameworks/]<br>
==><br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/System/<wbr>Library/Frameworks]<br>
  implicit libs: [c++]<br>
  implicit dirs:<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/usr/lib]<br>
  implicit fwks:<br>
[/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/System/<wbr>Library/Frameworks]<br>
<br>
<br>
<br>
<br>
Detecting CXX [-std=c++14] compiler features compiled with the following<br>
output:<br>
Change Dir:<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp<br>
<br>
Run Build Command:"/opt/local/bin/gmake" "cmTC_2a8a2/fast"<br>
/opt/local/bin/gmake -f CMakeFiles/cmTC_2a8a2.dir/<wbr>build.make<br>
CMakeFiles/cmTC_2a8a2.dir/<wbr>build<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird betreten<br>
Building CXX object CMakeFiles/cmTC_2a8a2.dir/<wbr>feature_tests.cxx.o<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/c++<br>
    -stdlib=libc++  -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8   -std=c++14 -o<br>
CMakeFiles/cmTC_2a8a2.dir/<wbr>feature_tests.cxx.o -c<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/feature_tests.cxx<br>
Linking CXX executable cmTC_2a8a2<br>
/opt/local/bin/cmake -E cmake_link_script<br>
CMakeFiles/cmTC_2a8a2.dir/<wbr>link.txt --verbose=1<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/c++<br>
  -stdlib=libc++  -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8 -Wl,-search_paths_first<br>
-Wl,-headerpad_max_install_<wbr>names<br>
CMakeFiles/cmTC_2a8a2.dir/<wbr>feature_tests.cxx.o  -o cmTC_2a8a2<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird verlassen<br>
<br>
<br>
    Feature record: CXX_FEATURE:1cxx_aggregate_<wbr>default_initializers<br>
    Feature record: CXX_FEATURE:1cxx_alias_<wbr>templates<br>
    Feature record: CXX_FEATURE:1cxx_alignas<br>
    Feature record: CXX_FEATURE:1cxx_alignof<br>
    Feature record: CXX_FEATURE:1cxx_attributes<br>
    Feature record: CXX_FEATURE:1cxx_attribute_<wbr>deprecated<br>
    Feature record: CXX_FEATURE:1cxx_auto_type<br>
    Feature record: CXX_FEATURE:1cxx_binary_<wbr>literals<br>
    Feature record: CXX_FEATURE:1cxx_constexpr<br>
    Feature record: CXX_FEATURE:1cxx_contextual_<wbr>conversions<br>
    Feature record: CXX_FEATURE:1cxx_decltype<br>
    Feature record: CXX_FEATURE:1cxx_decltype_auto<br>
    Feature record: CXX_FEATURE:1cxx_decltype_<wbr>incomplete_return_types<br>
    Feature record: CXX_FEATURE:1cxx_default_<wbr>function_template_args<br>
    Feature record: CXX_FEATURE:1cxx_defaulted_<wbr>functions<br>
    Feature record: CXX_FEATURE:1cxx_defaulted_<wbr>move_initializers<br>
    Feature record: CXX_FEATURE:1cxx_delegating_<wbr>constructors<br>
    Feature record: CXX_FEATURE:1cxx_deleted_<wbr>functions<br>
    Feature record: CXX_FEATURE:1cxx_digit_<wbr>separators<br>
    Feature record: CXX_FEATURE:1cxx_enum_forward_<wbr>declarations<br>
    Feature record: CXX_FEATURE:1cxx_explicit_<wbr>conversions<br>
    Feature record: CXX_FEATURE:1cxx_extended_<wbr>friend_declarations<br>
    Feature record: CXX_FEATURE:1cxx_extern_<wbr>templates<br>
    Feature record: CXX_FEATURE:1cxx_final<br>
    Feature record: CXX_FEATURE:1cxx_func_<wbr>identifier<br>
    Feature record: CXX_FEATURE:1cxx_generalized_<wbr>initializers<br>
    Feature record: CXX_FEATURE:1cxx_generic_<wbr>lambdas<br>
    Feature record: CXX_FEATURE:1cxx_inheriting_<wbr>constructors<br>
    Feature record: CXX_FEATURE:1cxx_inline_<wbr>namespaces<br>
    Feature record: CXX_FEATURE:1cxx_lambdas<br>
    Feature record: CXX_FEATURE:1cxx_lambda_init_<wbr>captures<br>
    Feature record: CXX_FEATURE:1cxx_local_type_<wbr>template_args<br>
    Feature record: CXX_FEATURE:1cxx_long_long_<wbr>type<br>
    Feature record: CXX_FEATURE:1cxx_noexcept<br>
    Feature record: CXX_FEATURE:1cxx_nonstatic_<wbr>member_init<br>
    Feature record: CXX_FEATURE:1cxx_nullptr<br>
    Feature record: CXX_FEATURE:1cxx_override<br>
    Feature record: CXX_FEATURE:1cxx_range_for<br>
    Feature record: CXX_FEATURE:1cxx_raw_string_<wbr>literals<br>
    Feature record: CXX_FEATURE:1cxx_reference_<wbr>qualified_functions<br>
    Feature record: CXX_FEATURE:1cxx_relaxed_<wbr>constexpr<br>
    Feature record: CXX_FEATURE:1cxx_return_type_<wbr>deduction<br>
    Feature record: CXX_FEATURE:1cxx_right_angle_<wbr>brackets<br>
    Feature record: CXX_FEATURE:1cxx_rvalue_<wbr>references<br>
    Feature record: CXX_FEATURE:1cxx_sizeof_member<br>
    Feature record: CXX_FEATURE:1cxx_static_assert<br>
    Feature record: CXX_FEATURE:1cxx_strong_enums<br>
    Feature record: CXX_FEATURE:1cxx_template_<wbr>template_parameters<br>
    Feature record: CXX_FEATURE:1cxx_thread_local<br>
    Feature record: CXX_FEATURE:1cxx_trailing_<wbr>return_types<br>
    Feature record: CXX_FEATURE:1cxx_unicode_<wbr>literals<br>
    Feature record: CXX_FEATURE:1cxx_uniform_<wbr>initialization<br>
    Feature record: CXX_FEATURE:1cxx_unrestricted_<wbr>unions<br>
    Feature record: CXX_FEATURE:1cxx_user_literals<br>
    Feature record: CXX_FEATURE:1cxx_variable_<wbr>templates<br>
    Feature record: CXX_FEATURE:1cxx_variadic_<wbr>macros<br>
    Feature record: CXX_FEATURE:1cxx_variadic_<wbr>templates<br>
<br>
<br>
Detecting CXX [-std=c++11] compiler features compiled with the following<br>
output:<br>
Change Dir:<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp<br>
<br>
Run Build Command:"/opt/local/bin/gmake" "cmTC_21fc4/fast"<br>
/opt/local/bin/gmake -f CMakeFiles/cmTC_21fc4.dir/<wbr>build.make<br>
CMakeFiles/cmTC_21fc4.dir/<wbr>build<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird betreten<br>
Building CXX object CMakeFiles/cmTC_21fc4.dir/<wbr>feature_tests.cxx.o<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/c++<br>
    -stdlib=libc++  -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8   -std=c++11 -o<br>
CMakeFiles/cmTC_21fc4.dir/<wbr>feature_tests.cxx.o -c<br>
/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/feature_tests.cxx<br>
Linking CXX executable cmTC_21fc4<br>
/opt/local/bin/cmake -E cmake_link_script<br>
CMakeFiles/cmTC_21fc4.dir/<wbr>link.txt --verbose=1<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/c++<br>
  -stdlib=libc++  -isysroot<br>
/Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk<br>
-mmacosx-version-min=10.8 -Wl,-search_paths_first<br>
-Wl,-headerpad_max_install_<wbr>names<br>
CMakeFiles/cmTC_21fc4.dir/<wbr>feature_tests.cxx.o  -o cmTC_21fc4<br>
gmake[1]: Verzeichnis<br>
„/Volumes/git/digikam/project/<wbr>bundles/macports/temp.build/<wbr>CMakeFiles/CMakeTmp“<br>
wird verlassen<br>
<br>
<br>
    Feature record: CXX_FEATURE:0cxx_aggregate_<wbr>default_initializers<br>
    Feature record: CXX_FEATURE:1cxx_alias_<wbr>templates<br>
    Feature record: CXX_FEATURE:1cxx_alignas<br>
    Feature record: CXX_FEATURE:1cxx_alignof<br>
    Feature record: CXX_FEATURE:1cxx_attributes<br>
    Feature record: CXX_FEATURE:0cxx_attribute_<wbr>deprecated<br>
    Feature record: CXX_FEATURE:1cxx_auto_type<br>
    Feature record: CXX_FEATURE:0cxx_binary_<wbr>literals<br>
    Feature record: CXX_FEATURE:1cxx_constexpr<br>
    Feature record: CXX_FEATURE:0cxx_contextual_<wbr>conversions<br>
    Feature record: CXX_FEATURE:1cxx_decltype<br>
    Feature record: CXX_FEATURE:0cxx_decltype_auto<br>
    Feature record: CXX_FEATURE:1cxx_decltype_<wbr>incomplete_return_types<br>
    Feature record: CXX_FEATURE:1cxx_default_<wbr>function_template_args<br>
    Feature record: CXX_FEATURE:1cxx_defaulted_<wbr>functions<br>
    Feature record: CXX_FEATURE:1cxx_defaulted_<wbr>move_initializers<br>
    Feature record: CXX_FEATURE:1cxx_delegating_<wbr>constructors<br>
    Feature record: CXX_FEATURE:1cxx_deleted_<wbr>functions<br>
    Feature record: CXX_FEATURE:0cxx_digit_<wbr>separators<br>
    Feature record: CXX_FEATURE:1cxx_enum_forward_<wbr>declarations<br>
    Feature record: CXX_FEATURE:1cxx_explicit_<wbr>conversions<br>
    Feature record: CXX_FEATURE:1cxx_extended_<wbr>friend_declarations<br>
    Feature record: CXX_FEATURE:1cxx_extern_<wbr>templates<br>
    Feature record: CXX_FEATURE:1cxx_final<br>
    Feature record: CXX_FEATURE:1cxx_func_<wbr>identifier<br>
    Feature record: CXX_FEATURE:1cxx_generalized_<wbr>initializers<br>
    Feature record: CXX_FEATURE:0cxx_generic_<wbr>lambdas<br>
    Feature record: CXX_FEATURE:1cxx_inheriting_<wbr>constructors<br>
    Feature record: CXX_FEATURE:1cxx_inline_<wbr>namespaces<br>
    Feature record: CXX_FEATURE:1cxx_lambdas<br>
    Feature record: CXX_FEATURE:0cxx_lambda_init_<wbr>captures<br>
    Feature record: CXX_FEATURE:1cxx_local_type_<wbr>template_args<br>
    Feature record: CXX_FEATURE:1cxx_long_long_<wbr>type<br>
    Feature record: CXX_FEATURE:1cxx_noexcept<br>
    Feature record: CXX_FEATURE:1cxx_nonstatic_<wbr>member_init<br>
    Feature record: CXX_FEATURE:1cxx_nullptr<br>
    Feature record: CXX_FEATURE:1cxx_override<br>
    Feature record: CXX_FEATURE:1cxx_range_for<br>
    Feature record: CXX_FEATURE:1cxx_raw_string_<wbr>literals<br>
    Feature record: CXX_FEATURE:1cxx_reference_<wbr>qualified_functions<br>
    Feature record: CXX_FEATURE:0cxx_relaxed_<wbr>constexpr<br>
    Feature record: CXX_FEATURE:0cxx_return_type_<wbr>deduction<br>
    Feature record: CXX_FEATURE:1cxx_right_angle_<wbr>brackets<br>
    Feature record: CXX_FEATURE:1cxx_rvalue_<wbr>references<br>
    Feature record: CXX_FEATURE:1cxx_sizeof_member<br>
    Feature record: CXX_FEATURE:0cxx_alias_<wbr>templates<br>
    Feature record: CXX_FEATURE:0cxx_alignas<br>
    Feature record: CXX_FEATURE:0cxx_alignof<br>
    Feature record: CXX_FEATURE:0cxx_attributes<br>
    Feature record: CXX_FEATURE:0cxx_attribute_<wbr>deprecated<br>
    Feature record: CXX_FEATURE:0cxx_auto_type<br>
    Feature record: CXX_FEATURE:0cxx_binary_<wbr>literals<br>
    Feature record: CXX_FEATURE:0cxx_constexpr<br>
    Feature record: CXX_FEATURE:0cxx_contextual_<wbr>conversions<br>
    Feature record: CXX_FEATURE:0cxx_decltype<br>
    Feature record: CXX_FEATURE:0cxx_decltype_auto<br>
    Feature record: CXX_FEATURE:0cxx_decltype_<wbr>incomplete_return_types<br>
    Feature record: CXX_FEATURE:0cxx_default_<wbr>function_template_args<br>
    Feature record: CXX_FEATURE:0cxx_defaulted_<wbr>functions<br>
    Feature record: CXX_FEATURE:0cxx_defaulted_<wbr>move_initializers<br>
    Feature record: CXX_FEATURE:0cxx_delegating_<wbr>constructors<br>
    Feature record: CXX_FEATURE:0cxx_deleted_<wbr>functions<br>
    Feature record: CXX_FEATURE:0cxx_digit_<wbr>separators<br>
    Feature record: CXX_FEATURE:0cxx_enum_forward_<wbr>declarations<br>
    Feature record: CXX_FEATURE:0cxx_explicit_<wbr>conversions<br>
    Feature record: CXX_FEATURE:0cxx_extended_<wbr>friend_declarations<br>
    Feature record: CXX_FEATURE:0cxx_extern_<wbr>templates<br>
    Feature record: CXX_FEATURE:0cxx_final<br>
    Feature record: CXX_FEATURE:0cxx_func_<wbr>identifier<br>
    Feature record: CXX_FEATURE:0cxx_generalized_<wbr>initializers<br>
    Feature record: CXX_FEATURE:0cxx_generic_<wbr>lambdas<br>
    Feature record: CXX_FEATURE:0cxx_inheriting_<wbr>constructors<br>
    Feature record: CXX_FEATURE:0cxx_inline_<wbr>namespaces<br>
    Feature record: CXX_FEATURE:0cxx_lambdas<br>
    Feature record: CXX_FEATURE:0cxx_lambda_init_<wbr>captures<br>
    Feature record: CXX_FEATURE:0cxx_local_type_<wbr>template_args<br>
    Feature record: CXX_FEATURE:0cxx_long_long_<wbr>type<br>
    Feature record: CXX_FEATURE:0cxx_noexcept<br>
    Feature record: CXX_FEATURE:0cxx_nonstatic_<wbr>member_init<br>
    Feature record: CXX_FEATURE:0cxx_nullptr<br>
    Feature record: CXX_FEATURE:0cxx_override<br>
    Feature record: CXX_FEATURE:0cxx_range_for<br>
    Feature record: CXX_FEATURE:0cxx_raw_string_<wbr>literals<br>
    Feature record: CXX_FEATURE:0cxx_reference_<wbr>qualified_functions<br>
    Feature record: CXX_FEATURE:0cxx_relaxed_<wbr>constexpr<br>
    Feature record: CXX_FEATURE:0cxx_return_type_<wbr>deduction<br>
    Feature record: CXX_FEATURE:0cxx_right_angle_<wbr>brackets<br>
    Feature record: CXX_FEATURE:0cxx_rvalue_<wbr>references<br>
    Feature record: CXX_FEATURE:0cxx_sizeof_member<br>
    Feature record: CXX_FEATURE:0cxx_static_assert<br>
    Feature record: CXX_FEATURE:0cxx_strong_enums<br>
    Feature record: CXX_FEATURE:1cxx_template_<wbr>template_parameters<br>
    Feature record: CXX_FEATURE:0cxx_thread_local<br>
    Feature record: CXX_FEATURE:0cxx_trailing_<wbr>return_types<br>
    Feature record: CXX_FEATURE:0cxx_unicode_<wbr>literals<br>
    Feature record: CXX_FEATURE:0cxx_uniform_<wbr>initialization<br>
    Feature record: CXX_FEATURE:0cxx_unrestricted_<wbr>unions<br>
    Feature record: CXX_FEATURE:0cxx_user_literals<br>
    Feature record: CXX_FEATURE:0cxx_variable_<wbr>templates<br>
    Feature record: CXX_FEATURE:0cxx_variadic_<wbr>macros<br>
    Feature record: CXX_FEATURE:0cxx_variadic_<wbr>templates<br>
<br>
<br>
        Thanks, and cheers,<br>
        Stefan<br>
<br>
</blockquote></div><br></div>