Dear ALL,
The purpose of my project is to use opencv in CODEBLOCKS for face identification.
The tools I am using:
Windows 10 professional french version 64 bits
CodeBlocks-16.01 mingw setup.exe
Opencv 2.4.13
CMake 3.8.2 -win64
The Cmake configuration generated the following errors.
I am grateful for any help to move forward.
Thank you in advance for your assistance.
Best Regards
C:\fakepath\CMake settings.png C:\fakepath\CMake error.png
CMake Warning at C:/Program Files (x86)/CMake/share/cmake-3.8/Modules/Platform/Windows-GNU.cmake:196 (message):
Disabling CMAKE_GNUtoMS option because CMAKE_GNUtoMS_VCVARS is not set.
Call Stack (most recent call first):
C:/Program Files (x86)/CMake/share/cmake-3.8/Modules/Platform/Windows-GNU-CXX-ABI.cmake:1 (__windows_compiler_gnu_abi)
C:/Program Files (x86)/CMake/share/cmake-3.8/Modules/CMakeCXXInformation.cmake:70 (include)
CMakeLists.txt:68 (project)
Detected version of GNU GCC: 49 (409)
CMake Warning at cmake/OpenCVFindLibsGUI.cmake:18 (find_package):
By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Qt5Core", but
CMake did not find one.
Could not find a package configuration file provided by "Qt5Core" with any
of the following names:
Qt5CoreConfig.cmake
qt5core-config.cmake
Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
"Qt5Core_DIR" to a directory containing one of the above files. If
"Qt5Core" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:487 (include)
CMake Warning at cmake/OpenCVFindLibsGUI.cmake:19 (find_package):
By not providing "FindQt5Gui.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Qt5Gui", but
CMake did not find one.
Could not find a package configuration file provided by "Qt5Gui" with any
of the following names:
Qt5GuiConfig.cmake
qt5gui-config.cmake
Add the installation prefix of "Qt5Gui" to CMAKE_PREFIX_PATH or set
"Qt5Gui_DIR" to a directory containing one of the above files. If "Qt5Gui"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
CMakeLists.txt:487 (include)
CMake Warning at cmake/OpenCVFindLibsGUI.cmake:20 (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.
Call Stack (most recent call first):
CMakeLists.txt:487 (include)
CMake Warning at cmake/OpenCVFindLibsGUI.cmake:21 (find_package):
By not providing "FindQt5Test.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Qt5Test", but
CMake did not find one.
Could not find a package configuration file provided by "Qt5Test" with any
of the following names:
Qt5TestConfig.cmake
qt5test-config.cmake
Add the installation prefix of "Qt5Test" to CMAKE_PREFIX_PATH or set
"Qt5Test_DIR" to a directory containing one of the above files. If
"Qt5Test" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:487 (include)
CMake Warning at cmake/OpenCVFindLibsGUI.cmake:22 (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.
Call Stack (most recent call first):
CMakeLists.txt:487 (include)
CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.8/Modules/FindQt4.cmake:1318 (message):
Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x
Call Stack (most recent call first):
cmake/OpenCVFindLibsGUI.cmake:34 (find_package)
CMakeLists.txt:487 (include)
Configuring incomplete, errors occurred!
See also "C:/opencv/build/x64/MinGW/CMakeFiles/CMakeOutput.log".
See also "C:/opencv/build/x64/MinGW/CMakeFiles/CMakeError.log".
CMake output shows below
The system is: Windows - 10.0.14393 - AMD64
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: C:/Program Files (x86)/CodeBlocks/MinGW/bin/g++.exe
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe"
The CXX compiler identification is GNU, found in "C:/opencv/build/x64/MinGW/CMakeFiles/3.8.2/CompilerIdCXX/a.exe"
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: C:/Program Files (x86)/CodeBlocks/MinGW/bin/gcc.exe
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.exe"
The C compiler identification is GNU, found in "C:/opencv/build/x64/MinGW/CMakeFiles/3.8.2/CompilerIdC/a.exe"
Determining if the CXX compiler works passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_ab26f/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_ab26f.dir\build.make CMakeFiles/cmTC_ab26f.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ab26f.dir/testCXXCompiler.cxx.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\G__~1.EXE -o CMakeFiles\cmTC_ab26f.dir\testCXXCompiler.cxx.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CMakeTmp\testCXXCompiler.cxx
Linking CXX executable cmTC_ab26f.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_ab26f.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_ab26f.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_ab26f.dir/objects.a @CMakeFiles\cmTC_ab26f.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\G__~1.EXE -Wl,--whole-archive CMakeFiles\cmTC_ab26f.dir/objects.a -Wl,--no-whole-archive -o cmTC_ab26f.exe -Wl,--out-implib,libcmTC_ab26f.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_ab26f.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_bef4e/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_bef4e.dir\build.make CMakeFiles/cmTC_bef4e.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_bef4e.dir/CMakeCXXCompilerABI.cpp.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\G__~1.EXE -o CMakeFiles\cmTC_bef4e.dir\CMakeCXXCompilerABI.cpp.obj -c "C:\Program Files (x86)\CMake\share\cmake-3.8\Modules\CMakeCXXCompilerABI.cpp"
Linking CXX executable cmTC_bef4e.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_bef4e.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_bef4e.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_bef4e.dir/objects.a @CMakeFiles\cmTC_bef4e.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\G__~1.EXE -v -Wl,--whole-archive CMakeFiles\cmTC_bef4e.dir/objects.a -Wl,--no-whole-archive -o cmTC_bef4e.exe -Wl,--out-implib,libcmTC_bef4e.dll.a -Wl,--major-image-version,0,--minor-image-version,0
Using built-in specs.
COLLECT_GCC=C:\PROGRA~2\CODEBL~1\MinGW\bin\G__~1.EXE
COLLECT_LTO_WRAPPER=C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/lto-wrapper.exe
Target: mingw32
Configured with: ../../../src/gcc-4.9.2/configure --build=mingw32 --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-libgomp --enable-lto --enable-graphite --enable-libstdcxx-debug --enable-threads=posix --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libstdcxx-threads --enable-libstdcxx-time --with-gnu-ld --disable-werror --disable-nls --disable-win32-registry --disable-symvers --enable-cxx-flags='-fno-function-sections -fno-data-sections -DWINPTHREAD_STATIC' --prefix=/mingw32tdm --with-local-prefix=/mingw32tdm --with-pkgversion=tdm-1 --enable-sjlj-exceptions --with-bugurl=http://tdm-gcc.tdragon.net/bugs
Thread model: posix
gcc version 4.9.2 (tdm-1)
COMPILER_PATH=C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/;C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/;C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/bin/
LIBRARY_PATH=C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/;C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/;C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/lib/;C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_bef4e.exe' '-mtune=generic' '-march=pentiumpro'
C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/collect2.exe -plugin C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/liblto_plugin-0.dll -plugin-opt=C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\DSPP\AppData\Local\Temp\ccMlr07b.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --exclude-libs=libpthread.a -Bdynamic -o cmTC_bef4e.exe C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../crt2.o C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/crtbegin.o -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2 -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/lib -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../.. --whole-archive CMakeFiles\cmTC_bef4e.dir/objects.a --no-whole-archive --out-implib libcmTC_bef4e.dll.a --major-image-version 0 --minor-image-version 0 -Bstatic -lstdc++ -Bdynamic -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/crtend.o
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld\.exe|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_bef4e/fast"]
ignore line: [C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_bef4e.dir\build.make CMakeFiles/cmTC_bef4e.dir/build]
ignore line: [mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_bef4e.dir/CMakeCXXCompilerABI.cpp.obj]
ignore line: [C:\PROGRA~2\CODEBL~1\MinGW\bin\G__~1.EXE -o CMakeFiles\cmTC_bef4e.dir\CMakeCXXCompilerABI.cpp.obj -c "C:\Program Files (x86)\CMake\share\cmake-3.8\Modules\CMakeCXXCompilerABI.cpp"]
ignore line: [Linking CXX executable cmTC_bef4e.exe]
ignore line: ["C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_bef4e.dir\link.txt --verbose=1]
ignore line: ["C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_bef4e.dir/objects.a]
ignore line: [C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_bef4e.dir/objects.a @CMakeFiles\cmTC_bef4e.dir\objects1.rsp]
ignore line: [C:\PROGRA~2\CODEBL~1\MinGW\bin\G__~1.EXE -v -Wl,--whole-archive CMakeFiles\cmTC_bef4e.dir/objects.a -Wl,--no-whole-archive -o cmTC_bef4e.exe -Wl,--out-implib,libcmTC_bef4e.dll.a -Wl,--major-image-version,0,--minor-image-version,0 ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=C:\PROGRA~2\CODEBL~1\MinGW\bin\G__~1.EXE]
ignore line: [COLLECT_LTO_WRAPPER=C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/lto-wrapper.exe]
ignore line: [Target: mingw32]
ignore line: [Configured with: ../../../src/gcc-4.9.2/configure --build=mingw32 --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-libgomp --enable-lto --enable-graphite --enable-libstdcxx-debug --enable-threads=posix --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libstdcxx-threads --enable-libstdcxx-time --with-gnu-ld --disable-werror --disable-nls --disable-win32-registry --disable-symvers --enable-cxx-flags='-fno-function-sections -fno-data-sections -DWINPTHREAD_STATIC' --prefix=/mingw32tdm --with-local-prefix=/mingw32tdm --with-pkgversion=tdm-1 --enable-sjlj-exceptions --with-bugurl=http://tdm-gcc.tdragon.net/bugs]
ignore line: [Thread model: posix]
ignore line: [gcc version 4.9.2 (tdm-1) ]
ignore line: [COMPILER_PATH=C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/]
ignore line: [C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/]
ignore line: [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/bin/]
ignore line: [LIBRARY_PATH=C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/]
ignore line: [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/]
ignore line: [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/lib/]
ignore line: [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_bef4e.exe' '-mtune=generic' '-march=pentiumpro']
link line: [ C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/collect2.exe -plugin C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/liblto_plugin-0.dll -plugin-opt=C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\DSPP\AppData\Local\Temp\ccMlr07b.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --exclude-libs=libpthread.a -Bdynamic -o cmTC_bef4e.exe C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../crt2.o C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/crtbegin.o -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2 -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/lib -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../.. --whole-archive CMakeFiles\cmTC_bef4e.dir/objects.a --no-whole-archive --out-implib libcmTC_bef4e.dll.a --major-image-version 0 --minor-image-version 0 -Bstatic -lstdc++ -Bdynamic -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/crtend.o]
arg [C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/collect2.exe] ==> ignore
arg [-plugin] ==> ignore
arg [C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/liblto_plugin-0.dll] ==> ignore
arg [-plugin-opt=C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/lto-wrapper.exe] ==> ignore
arg [-plugin-opt=-fresolution=C:\Users\DSPP\AppData\Local\Temp\ccMlr07b.res] ==> ignore
arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore
arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore
arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore
arg [-plugin-opt=-pass-through=-lpthread] ==> ignore
arg [-plugin-opt=-pass-through=-ladvapi32] ==> ignore
arg [-plugin-opt=-pass-through=-lshell32] ==> ignore
arg [-plugin-opt=-pass-through=-luser32] ==> ignore
arg [-plugin-opt=-pass-through=-lkernel32] ==> ignore
arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore
arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore
arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore
arg [--exclude-libs=libpthread.a] ==> ignore
arg [-Bdynamic] ==> ignore
arg [-o] ==> ignore
arg [cmTC_bef4e.exe] ==> ignore
arg [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../crt2.o] ==> ignore
arg [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/crtbegin.o] ==> ignore
arg [-LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2] ==> dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2]
arg [-LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc] ==> dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc]
arg [-LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/lib] ==> dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/lib]
arg [-LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../..] ==> dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../..]
arg [--whole-archive] ==> ignore
arg [CMakeFiles\cmTC_bef4e.dir/objects.a] ==> ignore
arg [--no-whole-archive] ==> ignore
arg [--out-implib] ==> ignore
arg [libcmTC_bef4e.dll.a] ==> ignore
arg [--major-image-version] ==> ignore
arg [0] ==> ignore
arg [--minor-image-version] ==> ignore
arg [0] ==> ignore
arg [-Bstatic] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-Bdynamic] ==> ignore
arg [-lmingw32] ==> lib [mingw32]
arg [-lgcc] ==> lib [gcc]
arg [-lmoldname] ==> lib [moldname]
arg [-lmingwex] ==> lib [mingwex]
arg [-lmsvcrt] ==> lib [msvcrt]
arg [-lpthread] ==> lib [pthread]
arg [-ladvapi32] ==> lib [advapi32]
arg [-lshell32] ==> lib [shell32]
arg [-luser32] ==> lib [user32]
arg [-lkernel32] ==> lib [kernel32]
arg [-lmingw32] ==> lib [mingw32]
arg [-lgcc] ==> lib [gcc]
arg [-lmoldname] ==> lib [moldname]
arg [-lmingwex] ==> lib [mingwex]
arg [-lmsvcrt] ==> lib [msvcrt]
arg [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/crtend.o] ==> ignore
remove lib [gcc]
remove lib [gcc]
collapse library dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2] ==> [C:/Program Files (x86)/CodeBlocks/MinGW/lib/gcc/mingw32/4.9.2]
collapse library dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc] ==> [C:/Program Files (x86)/CodeBlocks/MinGW/lib/gcc]
collapse library dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/lib] ==> [C:/Program Files (x86)/CodeBlocks/MinGW/mingw32/lib]
collapse library dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../..] ==> [C:/Program Files (x86)/CodeBlocks/MinGW/lib]
implicit libs: [stdc++;mingw32;moldname;mingwex;msvcrt;pthread;advapi32;shell32;user32;kernel32;mingw32;moldname;mingwex;msvcrt]
implicit dirs: [C:/Program Files (x86)/CodeBlocks/MinGW/lib/gcc/mingw32/4.9.2;C:/Program Files (x86)/CodeBlocks/MinGW/lib/gcc;C:/Program Files (x86)/CodeBlocks/MinGW/mingw32/lib;C:/Program Files (x86)/CodeBlocks/MinGW/lib]
implicit fwks: []
Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_f5a07/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_f5a07.dir\build.make CMakeFiles/cmTC_f5a07.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f5a07.dir/feature_tests.cxx.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\G__~1.EXE -std=c++14 -o CMakeFiles\cmTC_f5a07.dir\feature_tests.cxx.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\feature_tests.cxx
Linking CXX executable cmTC_f5a07.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_f5a07.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_f5a07.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_f5a07.dir/objects.a @CMakeFiles\cmTC_f5a07.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\G__~1.EXE -Wl,--whole-archive CMakeFiles\cmTC_f5a07.dir/objects.a -Wl,--no-whole-archive -o cmTC_f5a07.exe -Wl,--out-implib,libcmTC_f5a07.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_f5a07.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/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: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:0cxx_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:0cxx_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: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_e0e5e/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_e0e5e.dir\build.make CMakeFiles/cmTC_e0e5e.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e0e5e.dir/feature_tests.cxx.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\G__~1.EXE -std=c++11 -o CMakeFiles\cmTC_e0e5e.dir\feature_tests.cxx.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\feature_tests.cxx
Linking CXX executable cmTC_e0e5e.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_e0e5e.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_e0e5e.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_e0e5e.dir/objects.a @CMakeFiles\cmTC_e0e5e.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\G__~1.EXE -Wl,--whole-archive CMakeFiles\cmTC_e0e5e.dir/objects.a -Wl,--no-whole-archive -o cmTC_e0e5e.exe -Wl,--out-implib,libcmTC_e0e5e.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_e0e5e.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/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: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_b2144/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_b2144.dir\build.make CMakeFiles/cmTC_b2144.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b2144.dir/feature_tests.cxx.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\G__~1.EXE -std=c++98 -o CMakeFiles\cmTC_b2144.dir\feature_tests.cxx.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\feature_tests.cxx
Linking CXX executable cmTC_b2144.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_b2144.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_b2144.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_b2144.dir/objects.a @CMakeFiles\cmTC_b2144.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\G__~1.EXE -Wl,--whole-archive CMakeFiles\cmTC_b2144.dir/objects.a -Wl,--no-whole-archive -o cmTC_b2144.exe -Wl,--out-implib,libcmTC_b2144.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_b2144.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/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 C compiler works passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_8b159/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_8b159.dir\build.make CMakeFiles/cmTC_8b159.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8b159.dir/testCCompiler.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -o CMakeFiles\cmTC_8b159.dir\testCCompiler.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CMakeTmp\testCCompiler.c
Linking C executable cmTC_8b159.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_8b159.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_8b159.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_8b159.dir/objects.a @CMakeFiles\cmTC_8b159.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -Wl,--whole-archive CMakeFiles\cmTC_8b159.dir/objects.a -Wl,--no-whole-archive -o cmTC_8b159.exe -Wl,--out-implib,libcmTC_8b159.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_8b159.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_41a00/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_41a00.dir\build.make CMakeFiles/cmTC_41a00.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_41a00.dir/CMakeCCompilerABI.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -o CMakeFiles\cmTC_41a00.dir\CMakeCCompilerABI.c.obj -c "C:\Program Files (x86)\CMake\share\cmake-3.8\Modules\CMakeCCompilerABI.c"
Linking C executable cmTC_41a00.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_41a00.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_41a00.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_41a00.dir/objects.a @CMakeFiles\cmTC_41a00.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -v -Wl,--whole-archive CMakeFiles\cmTC_41a00.dir/objects.a -Wl,--no-whole-archive -o cmTC_41a00.exe -Wl,--out-implib,libcmTC_41a00.dll.a -Wl,--major-image-version,0,--minor-image-version,0
Using built-in specs.
COLLECT_GCC=C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe
COLLECT_LTO_WRAPPER=C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/lto-wrapper.exe
Target: mingw32
Configured with: ../../../src/gcc-4.9.2/configure --build=mingw32 --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-libgomp --enable-lto --enable-graphite --enable-libstdcxx-debug --enable-threads=posix --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libstdcxx-threads --enable-libstdcxx-time --with-gnu-ld --disable-werror --disable-nls --disable-win32-registry --disable-symvers --enable-cxx-flags='-fno-function-sections -fno-data-sections -DWINPTHREAD_STATIC' --prefix=/mingw32tdm --with-local-prefix=/mingw32tdm --with-pkgversion=tdm-1 --enable-sjlj-exceptions --with-bugurl=http://tdm-gcc.tdragon.net/bugs
Thread model: posix
gcc version 4.9.2 (tdm-1)
COMPILER_PATH=C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/;C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/;C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/bin/
LIBRARY_PATH=C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/;C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/;C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/lib/;C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_41a00.exe' '-mtune=generic' '-march=pentiumpro'
C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/collect2.exe -plugin C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/liblto_plugin-0.dll -plugin-opt=C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\DSPP\AppData\Local\Temp\ccXQJnGF.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --exclude-libs=libpthread.a -Bdynamic -o cmTC_41a00.exe C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../crt2.o C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/crtbegin.o -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2 -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/lib -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../.. --whole-archive CMakeFiles\cmTC_41a00.dir/objects.a --no-whole-archive --out-implib libcmTC_41a00.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/crtend.o
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld\.exe|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_41a00/fast"]
ignore line: [C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_41a00.dir\build.make CMakeFiles/cmTC_41a00.dir/build]
ignore line: [mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_41a00.dir/CMakeCCompilerABI.c.obj]
ignore line: [C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -o CMakeFiles\cmTC_41a00.dir\CMakeCCompilerABI.c.obj -c "C:\Program Files (x86)\CMake\share\cmake-3.8\Modules\CMakeCCompilerABI.c"]
ignore line: [Linking C executable cmTC_41a00.exe]
ignore line: ["C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_41a00.dir\link.txt --verbose=1]
ignore line: ["C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_41a00.dir/objects.a]
ignore line: [C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_41a00.dir/objects.a @CMakeFiles\cmTC_41a00.dir\objects1.rsp]
ignore line: [C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -v -Wl,--whole-archive CMakeFiles\cmTC_41a00.dir/objects.a -Wl,--no-whole-archive -o cmTC_41a00.exe -Wl,--out-implib,libcmTC_41a00.dll.a -Wl,--major-image-version,0,--minor-image-version,0 ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe]
ignore line: [COLLECT_LTO_WRAPPER=C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/lto-wrapper.exe]
ignore line: [Target: mingw32]
ignore line: [Configured with: ../../../src/gcc-4.9.2/configure --build=mingw32 --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-libgomp --enable-lto --enable-graphite --enable-libstdcxx-debug --enable-threads=posix --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libstdcxx-threads --enable-libstdcxx-time --with-gnu-ld --disable-werror --disable-nls --disable-win32-registry --disable-symvers --enable-cxx-flags='-fno-function-sections -fno-data-sections -DWINPTHREAD_STATIC' --prefix=/mingw32tdm --with-local-prefix=/mingw32tdm --with-pkgversion=tdm-1 --enable-sjlj-exceptions --with-bugurl=http://tdm-gcc.tdragon.net/bugs]
ignore line: [Thread model: posix]
ignore line: [gcc version 4.9.2 (tdm-1) ]
ignore line: [COMPILER_PATH=C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/]
ignore line: [C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/]
ignore line: [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/bin/]
ignore line: [LIBRARY_PATH=C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/]
ignore line: [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/]
ignore line: [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/lib/]
ignore line: [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_41a00.exe' '-mtune=generic' '-march=pentiumpro']
link line: [ C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/collect2.exe -plugin C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/liblto_plugin-0.dll -plugin-opt=C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\DSPP\AppData\Local\Temp\ccXQJnGF.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --exclude-libs=libpthread.a -Bdynamic -o cmTC_41a00.exe C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../crt2.o C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/crtbegin.o -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2 -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/lib -LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../.. --whole-archive CMakeFiles\cmTC_41a00.dir/objects.a --no-whole-archive --out-implib libcmTC_41a00.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/crtend.o]
arg [C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/collect2.exe] ==> ignore
arg [-plugin] ==> ignore
arg [C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/liblto_plugin-0.dll] ==> ignore
arg [-plugin-opt=C:/PROGRA~2/CODEBL~1/MinGW/bin/../libexec/gcc/mingw32/4.9.2/lto-wrapper.exe] ==> ignore
arg [-plugin-opt=-fresolution=C:\Users\DSPP\AppData\Local\Temp\ccXQJnGF.res] ==> ignore
arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore
arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore
arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore
arg [-plugin-opt=-pass-through=-lpthread] ==> ignore
arg [-plugin-opt=-pass-through=-ladvapi32] ==> ignore
arg [-plugin-opt=-pass-through=-lshell32] ==> ignore
arg [-plugin-opt=-pass-through=-luser32] ==> ignore
arg [-plugin-opt=-pass-through=-lkernel32] ==> ignore
arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore
arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore
arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore
arg [--exclude-libs=libpthread.a] ==> ignore
arg [-Bdynamic] ==> ignore
arg [-o] ==> ignore
arg [cmTC_41a00.exe] ==> ignore
arg [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../crt2.o] ==> ignore
arg [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/crtbegin.o] ==> ignore
arg [-LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2] ==> dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2]
arg [-LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc] ==> dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc]
arg [-LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/lib] ==> dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/lib]
arg [-LC:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../..] ==> dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../..]
arg [--whole-archive] ==> ignore
arg [CMakeFiles\cmTC_41a00.dir/objects.a] ==> ignore
arg [--no-whole-archive] ==> ignore
arg [--out-implib] ==> ignore
arg [libcmTC_41a00.dll.a] ==> ignore
arg [--major-image-version] ==> ignore
arg [0] ==> ignore
arg [--minor-image-version] ==> ignore
arg [0] ==> ignore
arg [-lmingw32] ==> lib [mingw32]
arg [-lgcc] ==> lib [gcc]
arg [-lmoldname] ==> lib [moldname]
arg [-lmingwex] ==> lib [mingwex]
arg [-lmsvcrt] ==> lib [msvcrt]
arg [-lpthread] ==> lib [pthread]
arg [-ladvapi32] ==> lib [advapi32]
arg [-lshell32] ==> lib [shell32]
arg [-luser32] ==> lib [user32]
arg [-lkernel32] ==> lib [kernel32]
arg [-lmingw32] ==> lib [mingw32]
arg [-lgcc] ==> lib [gcc]
arg [-lmoldname] ==> lib [moldname]
arg [-lmingwex] ==> lib [mingwex]
arg [-lmsvcrt] ==> lib [msvcrt]
arg [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/crtend.o] ==> ignore
remove lib [gcc]
remove lib [gcc]
collapse library dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2] ==> [C:/Program Files (x86)/CodeBlocks/MinGW/lib/gcc/mingw32/4.9.2]
collapse library dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc] ==> [C:/Program Files (x86)/CodeBlocks/MinGW/lib/gcc]
collapse library dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/lib] ==> [C:/Program Files (x86)/CodeBlocks/MinGW/mingw32/lib]
collapse library dir [C:/PROGRA~2/CODEBL~1/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../..] ==> [C:/Program Files (x86)/CodeBlocks/MinGW/lib]
implicit libs: [mingw32;moldname;mingwex;msvcrt;pthread;advapi32;shell32;user32;kernel32;mingw32;moldname;mingwex;msvcrt]
implicit dirs: [C:/Program Files (x86)/CodeBlocks/MinGW/lib/gcc/mingw32/4.9.2;C:/Program Files (x86)/CodeBlocks/MinGW/lib/gcc;C:/Program Files (x86)/CodeBlocks/MinGW/mingw32/lib;C:/Program Files (x86)/CodeBlocks/MinGW/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_383e0/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_383e0.dir\build.make CMakeFiles/cmTC_383e0.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_383e0.dir/feature_tests.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -std=c11 -o CMakeFiles\cmTC_383e0.dir\feature_tests.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\feature_tests.c
Linking C executable cmTC_383e0.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_383e0.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_383e0.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_383e0.dir/objects.a @CMakeFiles\cmTC_383e0.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -Wl,--whole-archive CMakeFiles\cmTC_383e0.dir/objects.a -Wl,--no-whole-archive -o cmTC_383e0.exe -Wl,--out-implib,libcmTC_383e0.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_383e0.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/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: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_53665/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_53665.dir\build.make CMakeFiles/cmTC_53665.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_53665.dir/feature_tests.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -std=c99 -o CMakeFiles\cmTC_53665.dir\feature_tests.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\feature_tests.c
Linking C executable cmTC_53665.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_53665.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_53665.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_53665.dir/objects.a @CMakeFiles\cmTC_53665.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -Wl,--whole-archive CMakeFiles\cmTC_53665.dir/objects.a -Wl,--no-whole-archive -o cmTC_53665.exe -Wl,--out-implib,libcmTC_53665.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_53665.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/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: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_16866/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_16866.dir\build.make CMakeFiles/cmTC_16866.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_16866.dir/feature_tests.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -std=c90 -o CMakeFiles\cmTC_16866.dir\feature_tests.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\feature_tests.c
Linking C executable cmTC_16866.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_16866.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_16866.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_16866.dir/objects.a @CMakeFiles\cmTC_16866.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -Wl,--whole-archive CMakeFiles\cmTC_16866.dir/objects.a -Wl,--no-whole-archive -o cmTC_16866.exe -Wl,--out-implib,libcmTC_16866.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_16866.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/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 include file sys/types.h exists passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_8930b/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_8930b.dir\build.make CMakeFiles/cmTC_8930b.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8930b.dir/CheckIncludeFile.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -o CMakeFiles\cmTC_8930b.dir\CheckIncludeFile.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CMakeTmp\CheckIncludeFile.c
Linking C executable cmTC_8930b.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_8930b.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_8930b.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_8930b.dir/objects.a @CMakeFiles\cmTC_8930b.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_8930b.dir/objects.a -Wl,--no-whole-archive -o cmTC_8930b.exe -Wl,--out-implib,libcmTC_8930b.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_8930b.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Determining if the include file stdint.h exists passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_45788/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_45788.dir\build.make CMakeFiles/cmTC_45788.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_45788.dir/CheckIncludeFile.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -o CMakeFiles\cmTC_45788.dir\CheckIncludeFile.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CMakeTmp\CheckIncludeFile.c
Linking C executable cmTC_45788.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_45788.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_45788.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_45788.dir/objects.a @CMakeFiles\cmTC_45788.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_45788.dir/objects.a -Wl,--no-whole-archive -o cmTC_45788.exe -Wl,--out-implib,libcmTC_45788.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_45788.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Determining if the include file stddef.h exists passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_47c85/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_47c85.dir\build.make CMakeFiles/cmTC_47c85.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_47c85.dir/CheckIncludeFile.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -o CMakeFiles\cmTC_47c85.dir\CheckIncludeFile.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CMakeTmp\CheckIncludeFile.c
Linking C executable cmTC_47c85.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_47c85.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_47c85.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_47c85.dir/objects.a @CMakeFiles\cmTC_47c85.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_47c85.dir/objects.a -Wl,--no-whole-archive -o cmTC_47c85.exe -Wl,--out-implib,libcmTC_47c85.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_47c85.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Determining size of unsigned short passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_e076d/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_e076d.dir\build.make CMakeFiles/cmTC_e076d.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e076d.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -o CMakeFiles\cmTC_e076d.dir\CMAKE_SIZEOF_UNSIGNED_SHORT.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CheckTypeSize\CMAKE_SIZEOF_UNSIGNED_SHORT.c
Linking C executable cmTC_e076d.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_e076d.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_e076d.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_e076d.dir/objects.a @CMakeFiles\cmTC_e076d.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_e076d.dir/objects.a -Wl,--no-whole-archive -o cmTC_e076d.exe -Wl,--out-implib,libcmTC_e076d.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_e076d.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Determining if the system is big endian passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_3ed01/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_3ed01.dir\build.make CMakeFiles/cmTC_3ed01.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3ed01.dir/TestEndianess.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -o CMakeFiles\cmTC_3ed01.dir\TestEndianess.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CMakeTmp\TestEndianess.c
Linking C executable cmTC_3ed01.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_3ed01.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_3ed01.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_3ed01.dir/objects.a @CMakeFiles\cmTC_3ed01.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_3ed01.dir/objects.a -Wl,--no-whole-archive -o cmTC_3ed01.exe -Wl,--out-implib,libcmTC_3ed01.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_3ed01.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
TestEndianess.c:
/* A 16 bit integer is required. */
typedef unsigned short cmakeint16;
/* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN."
On a big endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000};
/* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN."
On a little endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_little[argc];
require += info_big[argc];
(void)argv;
return require;
}
Determining if the include file unistd.h exists passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_c23e8/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_c23e8.dir\build.make CMakeFiles/cmTC_c23e8.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c23e8.dir/CheckIncludeFile.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -o CMakeFiles\cmTC_c23e8.dir\CheckIncludeFile.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CMakeTmp\CheckIncludeFile.c
Linking C executable cmTC_c23e8.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_c23e8.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_c23e8.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_c23e8.dir/objects.a @CMakeFiles\cmTC_c23e8.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_c23e8.dir/objects.a -Wl,--no-whole-archive -o cmTC_c23e8.exe -Wl,--out-implib,libcmTC_c23e8.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_c23e8.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Determining size of off64_t passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_dfe7d/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_dfe7d.dir\build.make CMakeFiles/cmTC_dfe7d.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_dfe7d.dir/OFF64_T.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -o CMakeFiles\cmTC_dfe7d.dir\OFF64_T.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CheckTypeSize\OFF64_T.c
Linking C executable cmTC_dfe7d.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_dfe7d.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_dfe7d.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_dfe7d.dir/objects.a @CMakeFiles\cmTC_dfe7d.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_dfe7d.dir/objects.a -Wl,--no-whole-archive -o cmTC_dfe7d.exe -Wl,--out-implib,libcmTC_dfe7d.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_dfe7d.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Determining if the include file assert.h exists passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_82332/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_82332.dir\build.make CMakeFiles/cmTC_82332.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_82332.dir/CheckIncludeFile.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -o CMakeFiles\cmTC_82332.dir\CheckIncludeFile.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CMakeTmp\CheckIncludeFile.c
Linking C executable cmTC_82332.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_82332.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_82332.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_82332.dir/objects.a @CMakeFiles\cmTC_82332.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_82332.dir/objects.a -Wl,--no-whole-archive -o cmTC_82332.exe -Wl,--out-implib,libcmTC_82332.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_82332.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Determining if the include file fcntl.h exists passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_2da38/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_2da38.dir\build.make CMakeFiles/cmTC_2da38.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2da38.dir/CheckIncludeFile.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -o CMakeFiles\cmTC_2da38.dir\CheckIncludeFile.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CMakeTmp\CheckIncludeFile.c
Linking C executable cmTC_2da38.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_2da38.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_2da38.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_2da38.dir/objects.a @CMakeFiles\cmTC_2da38.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_2da38.dir/objects.a -Wl,--no-whole-archive -o cmTC_2da38.exe -Wl,--out-implib,libcmTC_2da38.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_2da38.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Determining if the include file io.h exists passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_0d0cf/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_0d0cf.dir\build.make CMakeFiles/cmTC_0d0cf.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0d0cf.dir/CheckIncludeFile.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -o CMakeFiles\cmTC_0d0cf.dir\CheckIncludeFile.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CMakeTmp\CheckIncludeFile.c
Linking C executable cmTC_0d0cf.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_0d0cf.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_0d0cf.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_0d0cf.dir/objects.a @CMakeFiles\cmTC_0d0cf.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_0d0cf.dir/objects.a -Wl,--no-whole-archive -o cmTC_0d0cf.exe -Wl,--out-implib,libcmTC_0d0cf.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_0d0cf.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Determining if the include file search.h exists passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_f5d7a/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_f5d7a.dir\build.make CMakeFiles/cmTC_f5d7a.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f5d7a.dir/CheckIncludeFile.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -o CMakeFiles\cmTC_f5d7a.dir\CheckIncludeFile.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CMakeTmp\CheckIncludeFile.c
Linking C executable cmTC_f5d7a.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_f5d7a.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_f5d7a.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_f5d7a.dir/objects.a @CMakeFiles\cmTC_f5d7a.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_f5d7a.dir/objects.a -Wl,--no-whole-archive -o cmTC_f5d7a.exe -Wl,--out-implib,libcmTC_f5d7a.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_f5d7a.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Determining if the include file string.h exists passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_736d5/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_736d5.dir\build.make CMakeFiles/cmTC_736d5.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_736d5.dir/CheckIncludeFile.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -o CMakeFiles\cmTC_736d5.dir\CheckIncludeFile.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CMakeTmp\CheckIncludeFile.c
Linking C executable cmTC_736d5.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_736d5.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_736d5.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_736d5.dir/objects.a @CMakeFiles\cmTC_736d5.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_736d5.dir/objects.a -Wl,--no-whole-archive -o cmTC_736d5.exe -Wl,--out-implib,libcmTC_736d5.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_736d5.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Determining if the include file unistd.h exists passed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_fc05d/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_fc05d.dir\build.make CMakeFiles/cmTC_fc05d.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fc05d.dir/CheckIncludeFile.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -o CMakeFiles\cmTC_fc05d.dir\CheckIncludeFile.c.obj -c C:\opencv\build\x64\MinGW\CMakeFiles\CMakeTmp\CheckIncludeFile.c
Linking C executable cmTC_fc05d.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_fc05d.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_fc05d.dir/objects.a
C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_fc05d.dir/objects.a @CMakeFiles\cmTC_fc05d.dir\objects1.rsp
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_fc05d.dir/objects.a -Wl,--no-whole-archive -o cmTC_fc05d.exe -Wl,--out-implib,libcmTC_fc05d.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_fc05d.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
CMake errors show below:
Determining if the function fseeko exists failed with the following output:
Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_c5301/fast" C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_c5301.dir\build.make CMakeFiles/cmTC_c5301.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c5301.dir/CheckFunctionExists.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -DCHECK_FUNCTION_EXISTS=fseeko -O3 -DNDEBUG -o CMakeFiles\cmTC_c5301.dir\CheckFunctionExists.c.obj -c "C:\Program Files (x86)\CMake\share\cmake-3.8\Modules\CheckFunctionExists.c"
Linking C executable cmTC_c5301.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_c5301.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_c5301.dir/objects.a C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_c5301.dir/objects.a @CMakeFiles\cmTC_c5301.dir\objects1.rsp C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -DCHECK_FUNCTION_EXISTS=fseeko -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_c5301.dir/objects.a -Wl,--no-whole-archive -o cmTC_c5301.exe -Wl,--out-implib,libcmTC_c5301.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_c5301.dir\linklibs.rsp CMakeFiles\cmTC_c5301.dir/objects.a(CheckFunctionExists.c.obj):CheckFunctionExists.c:(.text.startup.main+0xc): undefined reference to `fseeko'
collect2.exe: error: ld returned 1 exit status
CMakeFiles\cmTC_c5301.dir\build.make:98: recipe for target 'cmTC_c5301.exe' failed
mingw32-make.exe[1]: * [cmTC_c5301.exe] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Makefile:125: recipe for target 'cmTC_c5301/fast' failed
mingw32-make.exe: * [cmTC_c5301/fast] Error 2
Determining if the function jbg_newlen exists failed with the following output: Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_5d5db/fast" C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_5d5db.dir\build.make CMakeFiles/cmTC_5d5db.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5d5db.dir/CheckFunctionExists.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -DCHECK_FUNCTION_EXISTS=jbg_newlen -O3 -DNDEBUG -o CMakeFiles\cmTC_5d5db.dir\CheckFunctionExists.c.obj -c "C:\Program Files (x86)\CMake\share\cmake-3.8\Modules\CheckFunctionExists.c"
Linking C executable cmTC_5d5db.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_5d5db.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_5d5db.dir/objects.a C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_5d5db.dir/objects.a @CMakeFiles\cmTC_5d5db.dir\objects1.rsp C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -DCHECK_FUNCTION_EXISTS=jbg_newlen -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_5d5db.dir/objects.a -Wl,--no-whole-archive -o cmTC_5d5db.exe -Wl,--out-implib,libcmTC_5d5db.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_5d5db.dir\linklibs.rsp CMakeFiles\cmTC_5d5db.dir/objects.a(CheckFunctionExists.c.obj):CheckFunctionExists.c:(.text.startup.main+0xc): undefined reference to `jbg_newlen'
collect2.exe: error: ld returned 1 exit status
CMakeFiles\cmTC_5d5db.dir\build.make:98: recipe for target 'cmTC_5d5db.exe' failed
mingw32-make.exe[1]: * [cmTC_5d5db.exe] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Makefile:125: recipe for target 'cmTC_5d5db/fast' failed
mingw32-make.exe: * [cmTC_5d5db/fast] Error 2
Determining if the function mmap exists failed with the following output: Change Dir: C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe" "cmTC_0eb38/fast" C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_0eb38.dir\build.make CMakeFiles/cmTC_0eb38.dir/build
mingw32-make.exe[1]: Entering directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0eb38.dir/CheckFunctionExists.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -DCHECK_FUNCTION_EXISTS=mmap -O3 -DNDEBUG -o CMakeFiles\cmTC_0eb38.dir\CheckFunctionExists.c.obj -c "C:\Program Files (x86)\CMake\share\cmake-3.8\Modules\CheckFunctionExists.c"
Linking C executable cmTC_0eb38.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_0eb38.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_0eb38.dir/objects.a C:\PROGRA~2\CODEBL~1\MinGW\bin\ar.exe cr CMakeFiles\cmTC_0eb38.dir/objects.a @CMakeFiles\cmTC_0eb38.dir\objects1.rsp C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -fsigned-char -mstackrealign -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -march=i686 -fomit-frame-pointer -msse -msse2 -mfpmath=sse -ffunction-sections -DCHECK_FUNCTION_EXISTS=mmap -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\cmTC_0eb38.dir/objects.a -Wl,--no-whole-archive -o cmTC_0eb38.exe -Wl,--out-implib,libcmTC_0eb38.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_0eb38.dir\linklibs.rsp CMakeFiles\cmTC_0eb38.dir/objects.a(CheckFunctionExists.c.obj):CheckFunctionExists.c:(.text.startup.main+0xc): undefined reference to `mmap'
collect2.exe: error: ld returned 1 exit status
CMakeFiles\cmTC_0eb38.dir\build.make:98: recipe for target 'cmTC_0eb38.exe' failed
mingw32-make.exe[1]: * [cmTC_0eb38.exe] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/opencv/build/x64/MinGW/CMakeFiles/CMakeTmp'
Makefile:125: recipe for target 'cmTC_0eb38/fast' failed
mingw32-make.exe: * [cmTC_0eb38/fast] Error 2