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 "cmTryCompileExec3631096057/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3631096057.dir/build.make CMakeFiles/cmTryCompileExec3631096057.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 C object CMakeFiles/cmTryCompileExec3631096057.dir/src.c.o /usr/lib/ccache/cc -UNDEBUG -Werror -DICONV_SECOND_ARGUMENT_IS_CONST -o CMakeFiles/cmTryCompileExec3631096057.dir/src.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c: In function 'main': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c:9:5: error: passing argument 2 of 'iconv' from incompatible pointer type [-Werror] iconv(conv, &in, &ilen, &out, &olen); ^ In file included from /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c:2:0: /usr/include/iconv.h:42:15: note: expected 'char ** __restrict__' but argument is of type 'const char **' extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, ^ cc1: all warnings being treated as errors make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3631096057.dir/src.c.o] Error 1 make: *** [cmTryCompileExec3631096057/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; } Performing C SOURCE FILE Test FOUND_LIBJPEG_TURBO failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3654945786/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3654945786.dir/build.make CMakeFiles/cmTryCompileExec3654945786.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 C object CMakeFiles/cmTryCompileExec3654945786.dir/src.c.o /usr/lib/ccache/cc -UNDEBUG -DFOUND_LIBJPEG_TURBO -I/usr/include -o CMakeFiles/cmTryCompileExec3654945786.dir/src.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c: In function 'main': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c:21:28: error: 'JCS_EXT_RGB' undeclared (first use in this function) cinfo.in_color_space = JCS_EXT_RGB; ^ /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c:21:28: note: each undeclared identifier is reported only once for each function it appears in make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3654945786.dir/src.c.o] Error 1 make: *** [cmTryCompileExec3654945786/fast] Error 2 Return value: 1 Source file was: #include #include int main(void) { struct jpeg_compress_struct cinfo; struct jpeg_error_mgr jerr; cinfo.err=jpeg_std_error(&jerr); jpeg_create_compress(&cinfo); cinfo.input_components = 3; jpeg_set_defaults(&cinfo); cinfo.in_color_space = JCS_EXT_RGB; jpeg_default_colorspace(&cinfo); return 0; } Performing C++ SOURCE FILE Test HAVE_FLTK_DEAD_KEYS failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1220719248/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1220719248.dir/build.make CMakeFiles/cmTryCompileExec1220719248.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/cmTryCompileExec1220719248.dir/src.cxx.o /usr/lib/ccache/c++ -UNDEBUG -DHAVE_FLTK_DEAD_KEYS -o CMakeFiles/cmTryCompileExec1220719248.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(int, char**)': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:2:57: error: 'set_simple_keyboard' is not a member of 'Fl_Widget' int main(int c, char** v) { void (Fl_Widget::*foo)() = &Fl_Widget::set_simple_keyboard; return 0; } ^ make[1]: *** [CMakeFiles/cmTryCompileExec1220719248.dir/src.cxx.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1220719248/fast] Error 2 Source file was: #include int main(int c, char** v) { void (Fl_Widget::*foo)() = &Fl_Widget::set_simple_keyboard; return 0; } Performing C++ SOURCE FILE Test HAVE_FLTK_CLIPBOARD failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2383067013/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2383067013.dir/build.make CMakeFiles/cmTryCompileExec2383067013.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/cmTryCompileExec2383067013.dir/src.cxx.o /usr/lib/ccache/c++ -UNDEBUG -DHAVE_FLTK_CLIPBOARD -o CMakeFiles/cmTryCompileExec2383067013.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(int, char**)': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:2:29: error: 'add_clipboard_notify' is not a member of 'Fl' int main(int c, char** v) { Fl::add_clipboard_notify(NULL, NULL); return 0; } ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2383067013.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec2383067013/fast] Error 2 Source file was: #include int main(int c, char** v) { Fl::add_clipboard_notify(NULL, NULL); return 0; } Performing C++ SOURCE FILE Test HAVE_FLTK_CURSOR failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2006541075/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2006541075.dir/build.make CMakeFiles/cmTryCompileExec2006541075.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/cmTryCompileExec2006541075.dir/src.cxx.o /usr/lib/ccache/c++ -UNDEBUG -DHAVE_FLTK_CURSOR -o CMakeFiles/cmTryCompileExec2006541075.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(int, char**)': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:2:58: error: 'Fl_RGB_Image' does not name a type int main(int c, char** v) { void (Fl_Window::*foo)(const Fl_RGB_Image*,int,int) = &Fl_Window::cursor; return 0; } ^ /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:2:70: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive] int main(int c, char** v) { void (Fl_Window::*foo)(const Fl_RGB_Image*,int,int) = &Fl_Window::cursor; return 0; } ^ /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:2:95: error: cannot convert 'void (Fl_Window::*)(Fl_Cursor, Fl_Color, Fl_Color) {aka void (Fl_Window::*)(Fl_Cursor, unsigned int, unsigned int)}' to 'void (Fl_Window::*)(const int*, int, int)' in initialization int main(int c, char** v) { void (Fl_Window::*foo)(const Fl_RGB_Image*,int,int) = &Fl_Window::cursor; return 0; } ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2006541075.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec2006541075/fast] Error 2 Source file was: #include int main(int c, char** v) { void (Fl_Window::*foo)(const Fl_RGB_Image*,int,int) = &Fl_Window::cursor; return 0; } Performing C++ SOURCE FILE Test HAVE_FLTK_ICONS failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1398410203/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1398410203.dir/build.make CMakeFiles/cmTryCompileExec1398410203.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/cmTryCompileExec1398410203.dir/src.cxx.o /usr/lib/ccache/c++ -UNDEBUG -DHAVE_FLTK_ICONS -o CMakeFiles/cmTryCompileExec1398410203.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(int, char**)': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:2:29: error: 'default_icons' is not a member of 'Fl_Window' int main(int c, char** v) { Fl_Window::default_icons(0, 0); return 0; } ^ make[1]: *** [CMakeFiles/cmTryCompileExec1398410203.dir/src.cxx.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1398410203/fast] Error 2 Source file was: #include int main(int c, char** v) { Fl_Window::default_icons(0, 0); return 0; } Performing C++ SOURCE FILE Test HAVE_FLTK_FULLSCREEN_SCREENS failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3563901102/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3563901102.dir/build.make CMakeFiles/cmTryCompileExec3563901102.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/cmTryCompileExec3563901102.dir/src.cxx.o /usr/lib/ccache/c++ -UNDEBUG -DHAVE_FLTK_FULLSCREEN_SCREENS -o CMakeFiles/cmTryCompileExec3563901102.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(int, char**)': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:2:72: error: 'fullscreen_screens' is not a member of 'Fl_Window' int main(int c, char** v) { void (Fl_Window::*foo)(int,int,int,int) = &Fl_Window::fullscreen_screens; return 0; } ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3563901102.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec3563901102/fast] Error 2 Source file was: #include int main(int c, char** v) { void (Fl_Window::*foo)(int,int,int,int) = &Fl_Window::fullscreen_screens; return 0; } Determining if the function gnutls_transport_set_global_errno exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec492412345/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec492412345.dir/build.make CMakeFiles/cmTryCompileExec492412345.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 C object CMakeFiles/cmTryCompileExec492412345.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -UNDEBUG -DCHECK_FUNCTION_EXISTS=gnutls_transport_set_global_errno -I/usr/include -o CMakeFiles/cmTryCompileExec492412345.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec492412345 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec492412345.dir/link.txt --verbose=1 /usr/lib/ccache/cc -UNDEBUG -DCHECK_FUNCTION_EXISTS=gnutls_transport_set_global_errno -I/usr/include CMakeFiles/cmTryCompileExec492412345.dir/CheckFunctionExists.c.o -o cmTryCompileExec492412345 -rdynamic -lgnutls -lgcrypt -lgpg-error -lz CMakeFiles/cmTryCompileExec492412345.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `gnutls_transport_set_global_errno' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec492412345] Error 1 make: *** [cmTryCompileExec492412345/fast] Error 2