Performing C++ SOURCE FILE Test format-security_cxx_result failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec236135909/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec236135909.dir/build.make CMakeFiles/cmTryCompileExec236135909.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec236135909.dir/src.cxx.o /usr/lib/ccache/c++ -Dformat-security_cxx_result -Wformat-security -o CMakeFiles/cmTryCompileExec236135909.dir/src.cxx.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx cc1plus: warning: -Wformat-security ignored without -Wformat [-Wformat-security] :0:7: warning: missing whitespace after the macro name [enabled by default] cc1plus: warning: -Wformat-security ignored without -Wformat [-Wformat-security] Linking CXX executable cmTryCompileExec236135909 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec236135909.dir/link.txt --verbose=1 /usr/lib/ccache/c++ -Dformat-security_cxx_result CMakeFiles/cmTryCompileExec236135909.dir/src.cxx.o -o cmTryCompileExec236135909 -rdynamic make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' Source file was: int main() { return 0;} Determining if the Q_WS_WIN exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2248939817/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2248939817.dir/build.make CMakeFiles/cmTryCompileExec2248939817.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec2248939817.dir/CheckSymbolExists.cxx.o /usr/lib/ccache/c++ -Wall -Wextra -Wsign-compare -Wpointer-arith -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec2248939817.dir/CheckSymbolExists.cxx.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'Q_WS_WIN' was not declared in this scope return ((int*)(&Q_WS_WIN))[argc]; ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2248939817.dir/CheckSymbolExists.cxx.o] Error 1 make: *** [cmTryCompileExec2248939817/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef Q_WS_WIN return ((int*)(&Q_WS_WIN))[argc]; #else (void)argc; return 0; #endif } Determining if the Q_WS_QWS exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1322597011/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1322597011.dir/build.make CMakeFiles/cmTryCompileExec1322597011.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec1322597011.dir/CheckSymbolExists.cxx.o /usr/lib/ccache/c++ -Wall -Wextra -Wsign-compare -Wpointer-arith -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec1322597011.dir/CheckSymbolExists.cxx.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'Q_WS_QWS' was not declared in this scope return ((int*)(&Q_WS_QWS))[argc]; ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1322597011.dir/CheckSymbolExists.cxx.o] Error 1 make: *** [cmTryCompileExec1322597011/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef Q_WS_QWS return ((int*)(&Q_WS_QWS))[argc]; #else (void)argc; return 0; #endif } Determining if the Q_WS_MAC exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3596598724/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3596598724.dir/build.make CMakeFiles/cmTryCompileExec3596598724.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec3596598724.dir/CheckSymbolExists.cxx.o /usr/lib/ccache/c++ -Wall -Wextra -Wsign-compare -Wpointer-arith -Winit-self -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec3596598724.dir/CheckSymbolExists.cxx.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'Q_WS_MAC' was not declared in this scope return ((int*)(&Q_WS_MAC))[argc]; ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3596598724.dir/CheckSymbolExists.cxx.o] Error 1 make: *** [cmTryCompileExec3596598724/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef Q_WS_MAC return ((int*)(&Q_WS_MAC))[argc]; #else (void)argc; return 0; #endif }