Performing C++ SOURCE FILE Test HAVE_cxx17 failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_0fecd/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_0fecd.dir\build.make CMakeFiles/cmTC_0fecd.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0fecd.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_cxx17  -std=gnu++1z -o CMakeFiles\cmTC_0fecd.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:7:19: fatal error: variant: No such file or directory
 #include <variant>
                   ^
compilation terminated.
CMakeFiles\cmTC_0fecd.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_0fecd.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_0fecd.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_0fecd/fast' failed
mingw32-make.exe: *** [cmTC_0fecd/fast] Error 2


Source file was:
 #if __cplusplus > 201402L
// Compiler claims to support C++17, trust it
#else
#  error __cplusplus must be > 201402L (the value for C++14)
#endif
#include <map>  // https://bugs.llvm.org//show_bug.cgi?id=33117
#include <variant>


int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
std::variant<int> v(42);
int i = std::get<int>(v);
std::visit([](const auto &) { return 1; }, v);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_cxx20 failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_443a3/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_443a3.dir\build.make CMakeFiles/cmTC_443a3.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_443a3.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_cxx20  -std=gnu++1z -o CMakeFiles\cmTC_443a3.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:4:4: error: #error __cplusplus must be > 201703L (the value for C++17)
 #  error __cplusplus must be > 201703L (the value for C++17)
    ^~~~~
CMakeFiles\cmTC_443a3.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_443a3.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_443a3.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_443a3/fast' failed
mingw32-make.exe: *** [cmTC_443a3/fast] Error 2


Source file was:
 #if __cplusplus > 201703L
// Compiler claims to support C++20, trust it
#else
#  error __cplusplus must be > 201703L (the value for C++17)
#endif


int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */

    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_precompile_header failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_e1888/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_e1888.dir\build.make CMakeFiles/cmTC_e1888.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e1888.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_precompile_header  -std=gnu++1z -o CMakeFiles\cmTC_e1888.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:4:2: error: #error no go
 #error no go
  ^~~~~
CMakeFiles\cmTC_e1888.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_e1888.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_e1888.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_e1888/fast' failed
mingw32-make.exe: *** [cmTC_e1888/fast] Error 2


Source file was:
 

#ifndef HEADER_H
#error no go
#endif
int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */

    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test TEST_use_lld_linker failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_8fb27/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_8fb27.dir\build.make CMakeFiles/cmTC_8fb27.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_8fb27.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DTEST_use_lld_linker  -fuse-ld=lld -std=gnu++1z -o CMakeFiles\cmTC_8fb27.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
g++.exe: error: unrecognized command line option '-fuse-ld=lld'; did you mean '-fuse-ld=bfd'?
CMakeFiles\cmTC_8fb27.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_8fb27.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_8fb27.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_8fb27/fast' failed
mingw32-make.exe: *** [cmTC_8fb27/fast] Error 2


Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test TEST_enable_new_dtags failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_961eb/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_961eb.dir\build.make CMakeFiles/cmTC_961eb.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_961eb.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DTEST_enable_new_dtags  -std=gnu++1z -o CMakeFiles\cmTC_961eb.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
Linking CXX executable cmTC_961eb.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_961eb.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_961eb.dir/objects.a
C:\MinGW\bin\ar.exe qc CMakeFiles\cmTC_961eb.dir/objects.a @CMakeFiles\cmTC_961eb.dir\objects1.rsp
C:\MinGW\bin\g++.exe -Wl,--enable-new-dtags -Wl,--whole-archive CMakeFiles\cmTC_961eb.dir/objects.a -Wl,--no-whole-archive -o cmTC_961eb.exe -Wl,--out-implib,libcmTC_961eb.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_961eb.dir\linklibs.rsp
c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: unrecognized option '--enable-new-dtags'
c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: use the --help option for usage information
collect2.exe: error: ld returned 1 exit status
CMakeFiles\cmTC_961eb.dir\build.make:99: recipe for target 'cmTC_961eb.exe' failed
mingw32-make.exe[1]: *** [cmTC_961eb.exe] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_961eb/fast' failed
mingw32-make.exe: *** [cmTC_961eb/fast] Error 2


Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test TEST_gdb_index failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_d463c/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_d463c.dir\build.make CMakeFiles/cmTC_d463c.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d463c.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DTEST_gdb_index  -std=gnu++1z -o CMakeFiles\cmTC_d463c.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
Linking CXX executable cmTC_d463c.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_d463c.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_d463c.dir/objects.a
C:\MinGW\bin\ar.exe qc CMakeFiles\cmTC_d463c.dir/objects.a @CMakeFiles\cmTC_d463c.dir\objects1.rsp
C:\MinGW\bin\g++.exe -Wl,--gdb-index -Wl,--whole-archive CMakeFiles\cmTC_d463c.dir/objects.a -Wl,--no-whole-archive -o cmTC_d463c.exe -Wl,--out-implib,libcmTC_d463c.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_d463c.dir\linklibs.rsp
c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: unrecognized option '--gdb-index'
c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: use the --help option for usage information
collect2.exe: error: ld returned 1 exit status
CMakeFiles\cmTC_d463c.dir\build.make:99: recipe for target 'cmTC_d463c.exe' failed
mingw32-make.exe[1]: *** [cmTC_d463c.exe] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_d463c/fast' failed
mingw32-make.exe: *** [cmTC_d463c/fast] Error 2


Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_posix_fallocate failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_82075/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_82075.dir\build.make CMakeFiles/cmTC_82075.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_82075.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_posix_fallocate  -std=gnu++1z -o CMakeFiles\cmTC_82075.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)':
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:9:31: error: 'posix_fallocate' was not declared in this scope
 (void) posix_fallocate(0, 0, 0);
                               ^
CMakeFiles\cmTC_82075.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_82075.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_82075.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_82075/fast' failed
mingw32-make.exe: *** [cmTC_82075/fast] Error 2


Source file was:
 
#include <fcntl.h>
#include <unistd.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
(void) posix_fallocate(0, 0, 0);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_alloca_stdlib_h failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_eb4e1/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_eb4e1.dir\build.make CMakeFiles/cmTC_eb4e1.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_eb4e1.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_alloca_stdlib_h  -std=gnu++1z -o CMakeFiles\cmTC_eb4e1.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)':
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:8:9: error: 'alloca' was not declared in this scope
 alloca(1);
         ^
CMakeFiles\cmTC_eb4e1.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_eb4e1.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_eb4e1.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_eb4e1/fast' failed
mingw32-make.exe: *** [cmTC_eb4e1/fast] Error 2


Source file was:
 
#include <stdlib.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
alloca(1);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_alloca_h failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_a08dd/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_a08dd.dir\build.make CMakeFiles/cmTC_a08dd.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a08dd.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_alloca_h  -std=gnu++1z -o CMakeFiles\cmTC_a08dd.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:2:20: fatal error: alloca.h: No such file or directory
 #include <alloca.h>
                    ^
compilation terminated.
CMakeFiles\cmTC_a08dd.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_a08dd.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_a08dd.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_a08dd/fast' failed
mingw32-make.exe: *** [cmTC_a08dd/fast] Error 2


Source file was:
 
#include <alloca.h>
#ifdef __QNXNTO__
// extra include needed in QNX7 to define NULL for the alloca() macro
#  include <stddef.h>
#endif
int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
alloca(1);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_intelcet failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_4a0cd/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_4a0cd.dir\build.make CMakeFiles/cmTC_4a0cd.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4a0cd.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_intelcet  -std=gnu++1z -o CMakeFiles\cmTC_4a0cd.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:9:4: error: #error Intel CET not available
 #  error Intel CET not available
    ^~~~~
CMakeFiles\cmTC_4a0cd.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_4a0cd.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_4a0cd.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_4a0cd/fast' failed
mingw32-make.exe: *** [cmTC_4a0cd/fast] Error 2


Source file was:
 


int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
#if !defined(__CET__)
#  error Intel CET not available
#endif
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_GETTIME failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_0045c/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_0045c.dir\build.make CMakeFiles/cmTC_0045c.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0045c.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_GETTIME  -std=gnu++1z -o CMakeFiles\cmTC_0045c.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)':
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:6:32: error: 'CLOCK_REALTIME' was not declared in this scope
     timespec ts; clock_gettime(CLOCK_REALTIME, &ts);
                                ^~~~~~~~~~~~~~
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:6:51: error: 'clock_gettime' was not declared in this scope
     timespec ts; clock_gettime(CLOCK_REALTIME, &ts);
                                                   ^
CMakeFiles\cmTC_0045c.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_0045c.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_0045c.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_0045c/fast' failed
mingw32-make.exe: *** [cmTC_0045c/fast] Error 2


Source file was:

#include <unistd.h>
#include <time.h>

int main(int argc, char *argv[]) {
    timespec ts; clock_gettime(CLOCK_REALTIME, &ts);
}
Performing C++ SOURCE FILE Test HAVE_cloexec failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_5ed47/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_5ed47.dir\build.make CMakeFiles/cmTC_5ed47.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_5ed47.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_cloexec  -std=gnu++1z -o CMakeFiles\cmTC_5ed47.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:3:24: fatal error: sys/socket.h: No such file or directory
 #include <sys/socket.h>
                        ^
compilation terminated.
CMakeFiles\cmTC_5ed47.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_5ed47.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_5ed47.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_5ed47/fast' failed
mingw32-make.exe: *** [cmTC_5ed47/fast] Error 2


Source file was:
 #define _GNU_SOURCE 1
#include <sys/types.h>
#include <sys/socket.h>
#include <fcntl.h>
#include <unistd.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
int pipes[2];
(void) pipe2(pipes, O_CLOEXEC | O_NONBLOCK);
(void) fcntl(0, F_DUPFD_CLOEXEC, 0);
(void) dup3(0, 3, O_CLOEXEC);
#if defined(__NetBSD__)
(void) paccept(0, 0, 0, NULL, SOCK_CLOEXEC | SOCK_NONBLOCK);
#else
(void) accept4(0, 0, 0, SOCK_CLOEXEC | SOCK_NONBLOCK);
#endif
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_cxx11_future failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_d5542/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_d5542.dir\build.make CMakeFiles/cmTC_d5542.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d5542.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_cxx11_future  -std=gnu++1z -o CMakeFiles\cmTC_d5542.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)':
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:8:18: error: variable 'std::future<int> f' has initializer but incomplete type
 std::future<int> f = std::async([]() { return 42; });
                  ^
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:8:52: error: invalid use of incomplete type 'class std::future<int>'
 std::future<int> f = std::async([]() { return 42; });
                                                    ^
In file included from C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:2:0:
c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\future:115:11: note: declaration of 'class std::future<int>'
     class future;
           ^~~~~~
c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\future: At global scope:
c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\future:183:5: error: 'std::future<typename std::result_of<typename std::decay<_Tp>::type(typename std::decay<_BoundArgs>::type ...)>::type> std::async(_Fn&&, _Args&& ...) [with _Fn = main(int, char**)::<lambda()>; _Args = {}; typename std::result_of<typename std::decay<_Tp>::type(typename std::decay<_BoundArgs>::type ...)>::type = int]', declared using local type 'main(int, char**)::<lambda()>', is used but never defined [-fpermissive]
     async(_Fn&& __fn, _Args&&... __args);
     ^~~~~
CMakeFiles\cmTC_d5542.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_d5542.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_d5542.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_d5542/fast' failed
mingw32-make.exe: *** [cmTC_d5542/fast] Error 2


Source file was:
 
#include <future>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
std::future<int> f = std::async([]() { return 42; });
(void)f.get();
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_cxx17_filesystem failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_10cd3/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_10cd3.dir\build.make CMakeFiles/cmTC_10cd3.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_10cd3.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_cxx17_filesystem  -std=gnu++1z -o CMakeFiles\cmTC_10cd3.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:2:22: fatal error: filesystem: No such file or directory
 #include <filesystem>
                      ^
compilation terminated.
CMakeFiles\cmTC_10cd3.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_10cd3.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_10cd3.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_10cd3/fast' failed
mingw32-make.exe: *** [cmTC_10cd3/fast] Error 2


Source file was:
 
#include <filesystem>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
std::filesystem::copy(
    std::filesystem::path("./file"),
    std::filesystem::path("./other"));
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_eventfd failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_c31a7/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_c31a7.dir\build.make CMakeFiles/cmTC_c31a7.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_c31a7.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_eventfd  -std=gnu++1z -o CMakeFiles\cmTC_c31a7.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:2:25: fatal error: sys/eventfd.h: No such file or directory
 #include <sys/eventfd.h>
                         ^
compilation terminated.
CMakeFiles\cmTC_c31a7.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_c31a7.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_c31a7.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_c31a7/fast' failed
mingw32-make.exe: *** [cmTC_c31a7/fast] Error 2


Source file was:
 
#include <sys/eventfd.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
eventfd_t value;
int fd = eventfd(0, EFD_CLOEXEC);
eventfd_read(fd, &value);
eventfd_write(fd, value);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_futimens failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_6dfef/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_6dfef.dir\build.make CMakeFiles/cmTC_6dfef.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_6dfef.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_futimens  -std=gnu++1z -o CMakeFiles\cmTC_6dfef.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)':
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:8:15: error: 'futimens' was not declared in this scope
 futimens(-1, 0);
               ^
CMakeFiles\cmTC_6dfef.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_6dfef.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_6dfef.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_6dfef/fast' failed
mingw32-make.exe: *** [cmTC_6dfef/fast] Error 2


Source file was:
 
#include <sys/stat.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
futimens(-1, 0);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_futimes failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_15ea2/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_15ea2.dir\build.make CMakeFiles/cmTC_15ea2.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_15ea2.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_futimes  -std=gnu++1z -o CMakeFiles\cmTC_15ea2.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)':
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:8:14: error: 'futimes' was not declared in this scope
 futimes(-1, 0);
              ^
CMakeFiles\cmTC_15ea2.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_15ea2.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_15ea2.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_15ea2/fast' failed
mingw32-make.exe: *** [cmTC_15ea2/fast] Error 2


Source file was:
 
#include <sys/time.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
futimes(-1, 0);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_getauxval failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_efce3/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_efce3.dir\build.make CMakeFiles/cmTC_efce3.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_efce3.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_getauxval  -std=gnu++1z -o CMakeFiles\cmTC_efce3.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:2:22: fatal error: sys/auxv.h: No such file or directory
 #include <sys/auxv.h>
                      ^
compilation terminated.
CMakeFiles\cmTC_efce3.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_efce3.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_efce3.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_efce3/fast' failed
mingw32-make.exe: *** [cmTC_efce3/fast] Error 2


Source file was:
 
#include <sys/auxv.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
(void) getauxval(AT_NULL);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_getentropy failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_147ae/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_147ae.dir\build.make CMakeFiles/cmTC_147ae.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_147ae.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_getentropy  -std=gnu++1z -o CMakeFiles\cmTC_147ae.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)':
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:9:35: error: 'getentropy' was not declared in this scope
 (void) getentropy(buf, sizeof(buf));
                                   ^
CMakeFiles\cmTC_147ae.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_147ae.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_147ae.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_147ae/fast' failed
mingw32-make.exe: *** [cmTC_147ae/fast] Error 2


Source file was:
 
#include <unistd.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
char buf[32];
(void) getentropy(buf, sizeof(buf));
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_glibc failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_b891f/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_b891f.dir\build.make CMakeFiles/cmTC_b891f.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b891f.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_glibc  -std=gnu++1z -o CMakeFiles\cmTC_b891f.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)':
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:8:8: error: '__GLIBC__' was not declared in this scope
 return __GLIBC__;
        ^~~~~~~~~
CMakeFiles\cmTC_b891f.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_b891f.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_b891f.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_b891f/fast' failed
mingw32-make.exe: *** [cmTC_b891f/fast] Error 2


Source file was:
 
#include <stdlib.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
return __GLIBC__;
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_inotify failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_0b955/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_0b955.dir\build.make CMakeFiles/cmTC_0b955.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0b955.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_inotify  -std=gnu++1z -o CMakeFiles\cmTC_0b955.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:2:25: fatal error: sys/inotify.h: No such file or directory
 #include <sys/inotify.h>
                         ^
compilation terminated.
CMakeFiles\cmTC_0b955.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_0b955.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_0b955.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_0b955/fast' failed
mingw32-make.exe: *** [cmTC_0b955/fast] Error 2


Source file was:
 
#include <sys/inotify.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
inotify_init();
inotify_add_watch(0, "foobar", IN_ACCESS);
inotify_rm_watch(0, 1);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_ipc_sysv failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_fcf01/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_fcf01.dir\build.make CMakeFiles/cmTC_fcf01.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_fcf01.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_ipc_sysv  -std=gnu++1z -o CMakeFiles\cmTC_fcf01.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:3:21: fatal error: sys/ipc.h: No such file or directory
 #include <sys/ipc.h>
                     ^
compilation terminated.
CMakeFiles\cmTC_fcf01.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_fcf01.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_fcf01.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_fcf01/fast' failed
mingw32-make.exe: *** [cmTC_fcf01/fast] Error 2


Source file was:
 
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/sem.h>
#include <sys/shm.h>
#include <fcntl.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
key_t unix_key = ftok("test", 'Q');
semctl(semget(unix_key, 1, 0666 | IPC_CREAT | IPC_EXCL), 0, IPC_RMID, 0);
shmget(unix_key, 0, 0666 | IPC_CREAT | IPC_EXCL);
shmctl(0, 0, (struct shmid_ds *)(0));
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_ipc_posix failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_e7800/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_e7800.dir\build.make CMakeFiles/cmTC_e7800.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e7800.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_ipc_posix  -std=gnu++1z -o CMakeFiles\cmTC_e7800.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:3:22: fatal error: sys/mman.h: No such file or directory
 #include <sys/mman.h>
                      ^
compilation terminated.
CMakeFiles\cmTC_e7800.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_e7800.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_e7800.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_e7800/fast' failed
mingw32-make.exe: *** [cmTC_e7800/fast] Error 2


Source file was:
 
#include <sys/types.h>
#include <sys/mman.h>
#include <semaphore.h>
#include <fcntl.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
sem_close(sem_open("test", O_CREAT | O_EXCL, 0666, 0));
shm_open("test", O_RDWR | O_CREAT | O_EXCL, 0666);
shm_unlink("test");
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_linkat failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_12a80/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_12a80.dir\build.make CMakeFiles/cmTC_12a80.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_12a80.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_linkat  -std=gnu++1z -o CMakeFiles\cmTC_12a80.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)':
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:9:8: error: 'AT_FDCWD' was not declared in this scope
 linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW);
        ^~~~~~~~
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:9:42: error: 'AT_SYMLINK_FOLLOW' was not declared in this scope
 linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW);
                                          ^~~~~~~~~~~~~~~~~
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:9:59: error: 'linkat' was not declared in this scope
 linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW);
                                                           ^
CMakeFiles\cmTC_12a80.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_12a80.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_12a80.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_12a80/fast' failed
mingw32-make.exe: *** [cmTC_12a80/fast] Error 2


Source file was:
 #define _ATFILE_SOURCE 1
#include <fcntl.h>
#include <unistd.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_ppoll failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_e2e51/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_e2e51.dir\build.make CMakeFiles/cmTC_e2e51.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e2e51.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_ppoll  -std=gnu++1z -o CMakeFiles\cmTC_e2e51.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:3:18: fatal error: poll.h: No such file or directory
 #include <poll.h>
                  ^
compilation terminated.
CMakeFiles\cmTC_e2e51.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_e2e51.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_e2e51.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_e2e51/fast' failed
mingw32-make.exe: *** [cmTC_e2e51/fast] Error 2


Source file was:
 
#include <signal.h>
#include <poll.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
struct pollfd pfd;
struct timespec ts;
sigset_t sig;
ppoll(&pfd, 1, &ts, &sig);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_pollts failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_dfb4a/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_dfb4a.dir\build.make CMakeFiles/cmTC_dfb4a.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_dfb4a.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_pollts  -std=gnu++1z -o CMakeFiles\cmTC_dfb4a.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:2:18: fatal error: poll.h: No such file or directory
 #include <poll.h>
                  ^
compilation terminated.
CMakeFiles\cmTC_dfb4a.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_dfb4a.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_dfb4a.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_dfb4a/fast' failed
mingw32-make.exe: *** [cmTC_dfb4a/fast] Error 2


Source file was:
 
#include <poll.h>
#include <signal.h>
#include <time.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
struct pollfd pfd;
struct timespec ts;
sigset_t sig;
pollts(&pfd, 1, &ts, &sig);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_poll failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_8733d/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_8733d.dir\build.make CMakeFiles/cmTC_8733d.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_8733d.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_poll  -std=gnu++1z -o CMakeFiles\cmTC_8733d.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:2:18: fatal error: poll.h: No such file or directory
 #include <poll.h>
                  ^
compilation terminated.
CMakeFiles\cmTC_8733d.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_8733d.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_8733d.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_8733d/fast' failed
mingw32-make.exe: *** [cmTC_8733d/fast] Error 2


Source file was:
 
#include <poll.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
struct pollfd pfd;
poll(&pfd, 1, 0);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_renameat2 failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_66bf5/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_66bf5.dir\build.make CMakeFiles/cmTC_66bf5.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_66bf5.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_renameat2  -std=gnu++1z -o CMakeFiles\cmTC_66bf5.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)':
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:9:11: error: 'AT_FDCWD' was not declared in this scope
 renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
           ^~~~~~~~
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:9:49: error: 'RENAME_NOREPLACE' was not declared in this scope
 renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
                                                 ^~~~~~~~~~~~~~~~
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:9:68: error: 'RENAME_WHITEOUT' was not declared in this scope
 renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
                                                                    ^~~~~~~~~~~~~~~
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:9:83: error: 'renameat2' was not declared in this scope
 renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
                                                                                   ^
CMakeFiles\cmTC_66bf5.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_66bf5.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_66bf5.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_66bf5/fast' failed
mingw32-make.exe: *** [cmTC_66bf5/fast] Error 2


Source file was:
 #define _ATFILE_SOURCE 1
#include <fcntl.h>
#include <stdio.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_statx failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_a84ab/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_a84ab.dir\build.make CMakeFiles/cmTC_a84ab.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a84ab.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_statx  -std=gnu++1z -o CMakeFiles\cmTC_a84ab.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)':
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:11:14: error: aggregate 'main(int, char**)::statx statxbuf' has incomplete type and cannot be defined
 struct statx statxbuf;
              ^~~~~~~~
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:12:21: error: 'STATX_BASIC_STATS' was not declared in this scope
 unsigned int mask = STATX_BASIC_STATS;
                     ^~~~~~~~~~~~~~~~~
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:13:14: error: 'AT_FDCWD' was not declared in this scope
 return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
              ^~~~~~~~
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:13:28: error: 'AT_STATX_SYNC_AS_STAT' was not declared in this scope
 return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
                            ^~~~~~~~~~~~~~~~~~~~~
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:13:66: error: invalid use of incomplete type 'struct main(int, char**)::statx'
 return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
                                                                  ^
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:11:8: note: forward declaration of 'struct main(int, char**)::statx'
 struct statx statxbuf;
        ^~~~~
CMakeFiles\cmTC_a84ab.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_a84ab.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_a84ab.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_a84ab/fast' failed
mingw32-make.exe: *** [cmTC_a84ab/fast] Error 2


Source file was:
 #define _ATFILE_SOURCE 1
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
struct statx statxbuf;
unsigned int mask = STATX_BASIC_STATS;
return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_syslog failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_3a315/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_3a315.dir\build.make CMakeFiles/cmTC_3a315.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_3a315.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_syslog  -std=gnu++1z -o CMakeFiles\cmTC_3a315.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:2:20: fatal error: syslog.h: No such file or directory
 #include <syslog.h>
                    ^
compilation terminated.
CMakeFiles\cmTC_3a315.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_3a315.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_3a315.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_3a315/fast' failed
mingw32-make.exe: *** [cmTC_3a315/fast] Error 2


Source file was:
 
#include <syslog.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
openlog("qt", 0, LOG_USER);
syslog(LOG_INFO, "configure");
closelog();
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_xlocalescanprint failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_187f4/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_187f4.dir\build.make CMakeFiles/cmTC_187f4.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_187f4.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_xlocalescanprint  -std=gnu++1z -o CMakeFiles\cmTC_187f4.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:12:10: error: #include expects "FILENAME" or <FILENAME>
 #include QDSP_P_H
          ^~~~~~~~
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx: In function 'int main(int, char**)':
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:20:1: error: 'locale_t' was not declared in this scope
 locale_t invalidLocale = NULL;
 ^~~~~~~~
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:23:29: error: 'invalidLocale' was not declared in this scope
 qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a);
                             ^~~~~~~~~~~~~
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:23:63: error: 'qDoubleSnprintf' was not declared in this scope
 qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a);
                                                               ^
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:24:66: error: 'qDoubleSscanf' was not declared in this scope
 qDoubleSscanf(argv[0], invalidLocale, "invalid format", &a, &argc);
                                                                  ^
CMakeFiles\cmTC_187f4.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_187f4.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_187f4.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_187f4/fast' failed
mingw32-make.exe: *** [cmTC_187f4/fast] Error 2


Source file was:
 

#define QT_BEGIN_NAMESPACE
#define QT_END_NAMESPACE

#ifdef _MSVC_VER
#define Q_CC_MSVC _MSVC_VER
#endif

#define QT_NO_DOUBLECONVERSION

#include QDSP_P_H
int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
#ifdef _MSVC_VER
_locale_t invalidLocale = NULL;
#else
locale_t invalidLocale = NULL;
#endif
double a = 3.4;
qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a);
qDoubleSscanf(argv[0], invalidLocale, "invalid format", &a, &argc);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_openssl failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_7034c/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_7034c.dir\build.make CMakeFiles/cmTC_7034c.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_7034c.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_openssl @CMakeFiles/cmTC_7034c.dir/includes_CXX.rsp -std=gnu++1z -o CMakeFiles\cmTC_7034c.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
Linking CXX executable cmTC_7034c.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_7034c.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_7034c.dir/objects.a
C:\MinGW\bin\ar.exe qc CMakeFiles\cmTC_7034c.dir/objects.a @CMakeFiles\cmTC_7034c.dir\objects1.rsp
C:\MinGW\bin\g++.exe -Wl,--whole-archive CMakeFiles\cmTC_7034c.dir/objects.a -Wl,--no-whole-archive -o cmTC_7034c.exe -Wl,--out-implib,libcmTC_7034c.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_7034c.dir\linklibs.rsp
CMakeFiles\cmTC_7034c.dir/objects.a(src.cxx.obj):src.cxx:(.text+0x16): undefined reference to `SSL_new'
CMakeFiles\cmTC_7034c.dir/objects.a(src.cxx.obj):src.cxx:(.text+0x1e): undefined reference to `SSL_free'
collect2.exe: error: ld returned 1 exit status
CMakeFiles\cmTC_7034c.dir\build.make:102: recipe for target 'cmTC_7034c.exe' failed
mingw32-make.exe[1]: *** [cmTC_7034c.exe] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_7034c/fast' failed
mingw32-make.exe: *** [cmTC_7034c/fast] Error 2


Source file was:
 
#include <openssl/ssl.h>
#include <openssl/opensslv.h>
#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x10101000L
#  error OpenSSL >= 1.1.1 is required
#endif
#if !defined(OPENSSL_NO_EC) && !defined(SSL_CTRL_SET_CURVES)
#  error OpenSSL was reported as >= 1.1.1 but is missing required features, possibly it is libressl which is unsupported
#endif
int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
SSL_free(SSL_new(0));
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_getifaddrs failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_db891/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_db891.dir\build.make CMakeFiles/cmTC_db891.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_db891.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_getifaddrs  -std=gnu++1z -o CMakeFiles\cmTC_db891.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:3:24: fatal error: sys/socket.h: No such file or directory
 #include <sys/socket.h>
                        ^
compilation terminated.
CMakeFiles\cmTC_db891.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_db891.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_db891.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_db891/fast' failed
mingw32-make.exe: *** [cmTC_db891/fast] Error 2


Source file was:
 
#include <sys/types.h>
#include <sys/socket.h>
#include <net/if.h>
#include <ifaddrs.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
ifaddrs *list;
getifaddrs(&list);
freeifaddrs(list);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_ipv6ifname failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_917de/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_917de.dir\build.make CMakeFiles/cmTC_917de.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_917de.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_ipv6ifname  -std=gnu++1z -o CMakeFiles\cmTC_917de.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:3:24: fatal error: sys/socket.h: No such file or directory
 #include <sys/socket.h>
                        ^
compilation terminated.
CMakeFiles\cmTC_917de.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_917de.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_917de.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_917de/fast' failed
mingw32-make.exe: *** [cmTC_917de/fast] Error 2


Source file was:
 
#include <sys/types.h>
#include <sys/socket.h>
#include <net/if.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
char buf[IFNAMSIZ];
if_nametoindex("eth0");
if_indextoname(1, buf);
if_freenameindex(if_nameindex());
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_linux_netlink failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_8a57d/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_8a57d.dir\build.make CMakeFiles/cmTC_8a57d.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_8a57d.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_linux_netlink  -std=gnu++1z -o CMakeFiles\cmTC_8a57d.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:2:23: fatal error: asm/types.h: No such file or directory
 #include <asm/types.h>
                       ^
compilation terminated.
CMakeFiles\cmTC_8a57d.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_8a57d.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_8a57d.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_8a57d/fast' failed
mingw32-make.exe: *** [cmTC_8a57d/fast] Error 2


Source file was:
 
#include <asm/types.h>
#include <linux/netlink.h>
#include <linux/rtnetlink.h>
#include <sys/socket.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
struct rtattr rta = { };
struct ifinfomsg ifi = {};
struct ifaddrmsg ifa = {};
struct ifa_cacheinfo ci;
ci.ifa_prefered = ci.ifa_valid = 0;
(void)RTM_NEWLINK; (void)RTM_NEWADDR;
(void)IFLA_ADDRESS; (void)IFLA_IFNAME;
(void)IFA_ADDRESS; (void)IFA_LABEL; (void)IFA_CACHEINFO;
(void)(IFA_F_SECONDARY | IFA_F_DEPRECATED | IFA_F_PERMANENT | IFA_F_MANAGETEMPADDR);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_sctp failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_6fff7/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_6fff7.dir\build.make CMakeFiles/cmTC_6fff7.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_6fff7.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_sctp  -std=gnu++1z -o CMakeFiles\cmTC_6fff7.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:3:24: fatal error: sys/socket.h: No such file or directory
 #include <sys/socket.h>
                        ^
compilation terminated.
CMakeFiles\cmTC_6fff7.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_6fff7.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_6fff7.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_6fff7/fast' failed
mingw32-make.exe: *** [cmTC_6fff7/fast] Error 2


Source file was:
 
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/sctp.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
sctp_initmsg sctpInitMsg;
socklen_t sctpInitMsgSize = sizeof(sctpInitMsg);
(void) socket(PF_INET, SOCK_STREAM, IPPROTO_SCTP);
(void) getsockopt(-1, SOL_SCTP, SCTP_INITMSG, &sctpInitMsg, &sctpInitMsgSize);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_networklistmanager failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_b7b6f/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_b7b6f.dir\build.make CMakeFiles/cmTC_b7b6f.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b7b6f.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_networklistmanager  -std=gnu++1z -o CMakeFiles\cmTC_b7b6f.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:2:24: fatal error: netlistmgr.h: No such file or directory
 #include <netlistmgr.h>
                        ^
compilation terminated.
CMakeFiles\cmTC_b7b6f.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_b7b6f.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_b7b6f.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_b7b6f/fast' failed
mingw32-make.exe: *** [cmTC_b7b6f/fast] Error 2


Source file was:
 
#include <netlistmgr.h>
#include <wrl/client.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
using namespace Microsoft::WRL;
ComPtr<INetworkListManager> networkListManager;
ComPtr<IConnectionPoint> connectionPoint;
ComPtr<IConnectionPointContainer> connectionPointContainer;
networkListManager.As(&connectionPointContainer);
connectionPointContainer->FindConnectionPoint(IID_INetworkConnectionEvents, &connectionPoint);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_EGL failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_7058d/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_7058d.dir\build.make CMakeFiles/cmTC_7058d.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_7058d.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_EGL  -std=gnu++1z -o CMakeFiles\cmTC_7058d.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:2:21: fatal error: EGL/egl.h: No such file or directory
 #include <EGL/egl.h>
                     ^
compilation terminated.
CMakeFiles\cmTC_7058d.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_7058d.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_7058d.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_7058d/fast' failed
mingw32-make.exe: *** [cmTC_7058d/fast] Error 2


Source file was:

#include <EGL/egl.h>

int main(int argc, char *argv[]) {
    EGLint x = 0; EGLDisplay dpy = 0; EGLContext ctx = 0;
    eglDestroyContext(dpy, ctx);
}
Performing C++ SOURCE FILE Test HAVE_GLESv2 failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_0fc08/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_0fc08.dir\build.make CMakeFiles/cmTC_0fc08.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0fc08.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_GLESv2  -std=gnu++1z -o CMakeFiles\cmTC_0fc08.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:6:25: fatal error: GLES2/gl2.h: No such file or directory
 #  include <GLES2/gl2.h>
                         ^
compilation terminated.
CMakeFiles\cmTC_0fc08.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_0fc08.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_0fc08.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_0fc08/fast' failed
mingw32-make.exe: *** [cmTC_0fc08/fast] Error 2


Source file was:

#ifdef __APPLE__
#  include <OpenGLES/ES2/gl.h>
#else
#  define GL_GLEXT_PROTOTYPES
#  include <GLES2/gl2.h>
#endif

int main(int argc, char *argv[]) {
    glUniform1f(1, GLfloat(1.0));
    glClear(GL_COLOR_BUFFER_BIT);
}
Performing C++ SOURCE FILE Test HAVE_evdev failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_53ca6/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_53ca6.dir\build.make CMakeFiles/cmTC_53ca6.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_53ca6.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_evdev  -std=gnu++1z -o CMakeFiles\cmTC_53ca6.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:4:27: fatal error: linux/input.h: No such file or directory
 #  include <linux/input.h>
                           ^
compilation terminated.
CMakeFiles\cmTC_53ca6.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_53ca6.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_53ca6.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_53ca6/fast' failed
mingw32-make.exe: *** [cmTC_53ca6/fast] Error 2


Source file was:
 #if defined(__FreeBSD__)
#  include <dev/evdev/input.h>
#else
#  include <linux/input.h>
#  include <linux/kd.h>
#endif
enum {
    e1 = ABS_PRESSURE,
    e2 = ABS_X,
    e3 = REL_X,
    e4 = SYN_REPORT,
};


int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
input_event buf[32];
(void) buf;
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_integrityfb failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_c0e8a/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_c0e8a.dir\build.make CMakeFiles/cmTC_c0e8a.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_c0e8a.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_integrityfb  -std=gnu++1z -o CMakeFiles\cmTC_c0e8a.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:2:29: fatal error: device/fbdriver.h: No such file or directory
 #include <device/fbdriver.h>
                             ^
compilation terminated.
CMakeFiles\cmTC_c0e8a.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_c0e8a.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_c0e8a.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_c0e8a/fast' failed
mingw32-make.exe: *** [cmTC_c0e8a/fast] Error 2


Source file was:
 
#include <device/fbdriver.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
FBDriver *driver = 0;
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_linuxfb failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_dd76d/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_dd76d.dir\build.make CMakeFiles/cmTC_dd76d.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_dd76d.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_linuxfb  -std=gnu++1z -o CMakeFiles\cmTC_dd76d.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:2:22: fatal error: linux/fb.h: No such file or directory
 #include <linux/fb.h>
                      ^
compilation terminated.
CMakeFiles\cmTC_dd76d.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_dd76d.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_dd76d.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_dd76d/fast' failed
mingw32-make.exe: *** [cmTC_dd76d/fast] Error 2


Source file was:
 
#include <linux/fb.h>
#include <sys/kd.h>
#include <sys/ioctl.h>

int main(int argc, char **argv)
{
    (void)argc; (void)argv;
    /* BEGIN TEST: */
fb_fix_screeninfo finfo;
fb_var_screeninfo vinfo;
int fd = 3;
ioctl(fd, FBIOGET_FSCREENINFO, &finfo);
ioctl(fd, FBIOGET_VSCREENINFO, &vinfo);
    /* END TEST: */
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_directwrite failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_d5d79/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_d5d79.dir\build.make CMakeFiles/cmTC_d5d79.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d5d79.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_directwrite  -std=gnu++1z -o CMakeFiles\cmTC_d5d79.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:1:23: fatal error: dwrite_2.h: No such file or directory
  #include <dwrite_2.h>
                       ^
compilation terminated.
CMakeFiles\cmTC_d5d79.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_d5d79.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_d5d79.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_d5d79/fast' failed
mingw32-make.exe: *** [cmTC_d5d79/fast] Error 2


Source file was:
 #include <dwrite_2.h>
int main(int, char **)
{
    IUnknown *factory = nullptr;
    DWriteCreateFactory(DWRITE_FACTORY_TYPE_SHARED, __uuidof(IDWriteFactory2),
                        &factory);
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_directwrite3 failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_ae68d/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_ae68d.dir\build.make CMakeFiles/cmTC_ae68d.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ae68d.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_directwrite3  -std=gnu++1z -o CMakeFiles\cmTC_ae68d.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:1:23: fatal error: dwrite_3.h: No such file or directory
  #include <dwrite_3.h>
                       ^
compilation terminated.
CMakeFiles\cmTC_ae68d.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_ae68d.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_ae68d.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_ae68d/fast' failed
mingw32-make.exe: *** [cmTC_ae68d/fast] Error 2


Source file was:
 #include <dwrite_3.h>
int main(int, char **)
{
    IUnknown *factory = nullptr;
    DWriteCreateFactory(DWRITE_FACTORY_TYPE_SHARED, __uuidof(IDWriteFactory3),
                        &factory);
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_d2d1 failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_33403/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_33403.dir\build.make CMakeFiles/cmTC_33403.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_33403.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_d2d1  -std=gnu++1z -o CMakeFiles\cmTC_33403.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:1:19: fatal error: d2d1.h: No such file or directory
  #include <d2d1.h>
                   ^
compilation terminated.
CMakeFiles\cmTC_33403.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_33403.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_33403.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_33403/fast' failed
mingw32-make.exe: *** [cmTC_33403/fast] Error 2


Source file was:
 #include <d2d1.h>
int main(int, char **)
{
    void *factory = nullptr;
    D2D1_FACTORY_OPTIONS options;
    ZeroMemory(&options, sizeof(D2D1_FACTORY_OPTIONS));
    D2D1CreateFactory(D2D1_FACTORY_TYPE_SINGLE_THREADED, GUID{}, &options, &factory);
    return 0;
}

Performing C++ SOURCE FILE Test HAVE_d2d1_1 failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_0983c/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_0983c.dir\build.make CMakeFiles/cmTC_0983c.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0983c.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_d2d1_1  -std=gnu++1z -o CMakeFiles\cmTC_0983c.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx:1:21: fatal error: d2d1_1.h: No such file or directory
  #include <d2d1_1.h>
                     ^
compilation terminated.
CMakeFiles\cmTC_0983c.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_0983c.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_0983c.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_0983c/fast' failed
mingw32-make.exe: *** [cmTC_0983c/fast] Error 2


Source file was:
 #include <d2d1_1.h>
int main(int, char **)
{
    ID2D1Factory1 *d2dFactory;
    D2D1CreateFactory(D2D1_FACTORY_TYPE_SINGLE_THREADED, &d2dFactory);
    return 0;
}

Determining if the include file pthread.h exists failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_9f380/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_9f380.dir\build.make CMakeFiles/cmTC_9f380.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9f380.dir/CheckIncludeFile.c.obj
C:\MinGW\bin\gcc.exe   -std=gnu11 -o CMakeFiles\cmTC_9f380.dir\CheckIncludeFile.c.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\CheckIncludeFile.c
C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\CheckIncludeFile.c:1:21: fatal error: pthread.h: No such file or directory
 #include <pthread.h>
                     ^
compilation terminated.
CMakeFiles\cmTC_9f380.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_9f380.dir/CheckIncludeFile.c.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_9f380.dir/CheckIncludeFile.c.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_9f380/fast' failed
mingw32-make.exe: *** [cmTC_9f380/fast] Error 2



Performing C++ SOURCE FILE Test HAVE_DASH_UNDEFINED_SYMBOLS failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_7874f/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_7874f.dir\build.make CMakeFiles/cmTC_7874f.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_7874f.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_DASH_UNDEFINED_SYMBOLS  -std=gnu++1z -o CMakeFiles\cmTC_7874f.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
CMakeFiles\cmTC_7874f.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_7874f.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_7874f.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_7874f/fast' failed
mingw32-make.exe: *** [cmTC_7874f/fast] Error 2


Source file was:
int main() {}
Performing C++ SOURCE FILE Test HAVE_DASH_DASH_NO_UNDEFINED failed with the following output:
Change Dir: C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp

Run Build Command(s):C:/MinGW/bin/mingw32-make.exe -f Makefile cmTC_0f3d2/fast && C:/MinGW/bin/mingw32-make.exe  -f CMakeFiles\cmTC_0f3d2.dir\build.make CMakeFiles/cmTC_0f3d2.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0f3d2.dir/src.cxx.obj
C:\MinGW\bin\g++.exe -DHAVE_DASH_DASH_NO_UNDEFINED  -std=gnu++1z -o CMakeFiles\cmTC_0f3d2.dir\src.cxx.obj -c C:\Qt\6.1.3\Src\CMakeFiles\CMakeTmp\src.cxx
CMakeFiles\cmTC_0f3d2.dir\build.make:76: recipe for target 'CMakeFiles/cmTC_0f3d2.dir/src.cxx.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_0f3d2.dir/src.cxx.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Qt/6.1.3/Src/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_0f3d2/fast' failed
mingw32-make.exe: *** [cmTC_0f3d2/fast] Error 2


Source file was:
int main() {}
