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 "cmTryCompileExec140950957/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec140950957.dir/build.make CMakeFiles/cmTryCompileExec140950957.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/cmTryCompileExec140950957.dir/CheckSymbolExists.cxx.o /usr/lib/ccache/c++ -Wall -Wextra -Wno-unused-parameter -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec140950957.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/cmTryCompileExec140950957.dir/CheckSymbolExists.cxx.o] Error 1 make: *** [cmTryCompileExec140950957/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 "cmTryCompileExec2263209958/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2263209958.dir/build.make CMakeFiles/cmTryCompileExec2263209958.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/cmTryCompileExec2263209958.dir/CheckSymbolExists.cxx.o /usr/lib/ccache/c++ -Wall -Wextra -Wno-unused-parameter -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec2263209958.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]: *** [CMakeFiles/cmTryCompileExec2263209958.dir/CheckSymbolExists.cxx.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2263209958/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 "cmTryCompileExec1734368909/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1734368909.dir/build.make CMakeFiles/cmTryCompileExec1734368909.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/cmTryCompileExec1734368909.dir/CheckSymbolExists.cxx.o /usr/lib/ccache/c++ -Wall -Wextra -Wno-unused-parameter -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec1734368909.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/cmTryCompileExec1734368909.dir/CheckSymbolExists.cxx.o] Error 1 make: *** [cmTryCompileExec1734368909/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 } Performing C++ SOURCE FILE Test ICONV_SECOND_ARGUMENT_IS_CONST failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2300056333/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2300056333.dir/build.make CMakeFiles/cmTryCompileExec2300056333.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/cmTryCompileExec2300056333.dir/src.cxx.o /usr/lib/ccache/c++ -Wall -Wextra -Wno-unused-parameter -DICONV_SECOND_ARGUMENT_IS_CONST -o CMakeFiles/cmTryCompileExec2300056333.dir/src.cxx.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:9:40: error: invalid conversion from 'const char**' to 'char**' [-fpermissive] iconv(conv, &in, &ilen, &out, &olen); ^ In file included from /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/iconv.h:42:15: error: initializing argument 2 of 'size_t iconv(iconv_t, char**, size_t*, char**, size_t*)' [-fpermissive] extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2300056333.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec2300056333/fast] Error 2 Source file was: #include int main(){ iconv_t conv = 0; const char* in = 0; size_t ilen = 0; char* out = 0; size_t olen = 0; iconv(conv, &in, &ilen, &out, &olen); return 0; }