Determining if the include file windows.h exists failed with the following output: Change Dir: /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_ca700 && [1/2] Building CXX object CMakeFiles/cmTC_ca700.dir/CheckIncludeFile.cxx.o FAILED: CMakeFiles/cmTC_ca700.dir/CheckIncludeFile.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 --std=gnu++11 -o CMakeFiles/cmTC_ca700.dir/CheckIncludeFile.cxx.o -c /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: windows.h: No such file or directory 1 | #include | ^~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Performing C++ SOURCE FILE Test HAVE_NDIR_H failed with the following output: Change Dir: /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_f237d && [1/2] Building CXX object CMakeFiles/cmTC_f237d.dir/src.cxx.o FAILED: CMakeFiles/cmTC_f237d.dir/src.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_NDIR_H -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 --std=gnu++11 -o CMakeFiles/cmTC_f237d.dir/src.cxx.o -c /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/src.cxx /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/src.cxx:2:14: fatal error: ndir.h: No such file or directory 2 | #include | ^~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source file was: #include DIR *a = 0; int main(){return(0);} Performing C++ SOURCE FILE Test HAVE_SYS_NDIR_H failed with the following output: Change Dir: /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_dde50 && [1/2] Building CXX object CMakeFiles/cmTC_dde50.dir/src.cxx.o FAILED: CMakeFiles/cmTC_dde50.dir/src.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_SYS_NDIR_H -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 --std=gnu++11 -o CMakeFiles/cmTC_dde50.dir/src.cxx.o -c /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/src.cxx /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/src.cxx:2:14: fatal error: sys/ndir.h: No such file or directory 2 | #include | ^~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source file was: #include DIR *a = 0; int main(){return(0);} Performing C++ SOURCE FILE Test HAVE_AS_CONST failed with the following output: Change Dir: /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_5766c && [1/2] Building CXX object CMakeFiles/cmTC_5766c.dir/src.cxx.o FAILED: CMakeFiles/cmTC_5766c.dir/src.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_AS_CONST -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 --std=gnu++11 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 --std=gnu++11 -o CMakeFiles/cmTC_5766c.dir/src.cxx.o -c /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/src.cxx /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/src.cxx:9:41: error: ‘as_const’ is not a member of ‘std’; did you mean ‘is_const’? 9 | const std::string& const_s = std::as_const(s); | ^~~~~~~~ | is_const ninja: build stopped: subcommand failed. Source file was: #include #include #include int main() { std::string s("foo"); const std::string& const_s = std::as_const(s); return 0; } Performing C++ SOURCE FILE Test HAVE_STD_FILESYSTEM failed with the following output: Change Dir: /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_6ed79 && [1/2] Building CXX object CMakeFiles/cmTC_6ed79.dir/src.cxx.o FAILED: CMakeFiles/cmTC_6ed79.dir/src.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_STD_FILESYSTEM -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 --std=gnu++11 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 --std=gnu++11 -o CMakeFiles/cmTC_6ed79.dir/src.cxx.o -c /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/src.cxx /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/src.cxx:7:12: error: ‘std::tr2’ has not been declared 7 | std::tr2::sys::path filepath; | ^~~ /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/src.cxx:8:21: error: ‘filepath’ was not declared in this scope 8 | std::string s=filepath.filename().string(); | ^~~~~~~~ ninja: build stopped: subcommand failed. Source file was: #include #include int main() { std::tr2::sys::path filepath; std::string s=filepath.filename().string(); return 0; }; Performing C++ SOURCE FILE Test HAVE_BOOST_FALLTHROUGH failed with the following output: Change Dir: /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_0c56e && [1/2] Building CXX object CMakeFiles/cmTC_0c56e.dir/src.cxx.o FAILED: CMakeFiles/cmTC_0c56e.dir/src.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_BOOST_FALLTHROUGH -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 --std=gnu++11 -o CMakeFiles/cmTC_0c56e.dir/src.cxx.o -c /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/src.cxx /var/tmp/portage/media-gfx/enblend-4.2.0_p20161007-r1/work/enblend-4.2.0_p20161007_build/CMakeFiles/CMakeTmp/src.cxx:2:14: fatal error: boost/config/suffix.hpp: No such file or directory 2 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source file was: #include #ifndef BOOST_FALLTHROUGH #error "BOOST_FALLTHROUGH not defined" #endif int main(){return(0);}