Determining if the include file conio.h exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2926052480/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2926052480.dir/build.make CMakeFiles/cmTryCompileExec2926052480.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/cmTryCompileExec2926052480.dir/CheckIncludeFile.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec2926052480.dir/CheckIncludeFile.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:19: fatal error: conio.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2926052480.dir/CheckIncludeFile.c.o] Error 1 make: *** [cmTryCompileExec2926052480/fast] Error 2 Determining if the rint exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec704248934/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec704248934.dir/build.make CMakeFiles/cmTryCompileExec704248934.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/cmTryCompileExec704248934.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec704248934.dir/CheckSymbolExists.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTryCompileExec704248934 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec704248934.dir/link.txt --verbose=1 /usr/lib/ccache/cc CMakeFiles/cmTryCompileExec704248934.dir/CheckSymbolExists.c.o -o cmTryCompileExec704248934 -rdynamic CMakeFiles/cmTryCompileExec704248934.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text+0xa): undefined reference to `rint' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec704248934] Error 1 make: *** [cmTryCompileExec704248934/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef rint return ((int*)(&rint))[argc]; #else (void)argc; return 0; #endif } Determining if the sranddev exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec831789774/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec831789774.dir/build.make CMakeFiles/cmTryCompileExec831789774.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/cmTryCompileExec831789774.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec831789774.dir/CheckSymbolExists.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'sranddev' undeclared (first use in this function) return ((int*)(&sranddev))[argc]; ^ /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: 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/cmTryCompileExec831789774.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec831789774/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef sranddev return ((int*)(&sranddev))[argc]; #else (void)argc; return 0; #endif } Performing C SOURCE FILE Test SCANDIR_NEEDS_CONST failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2348183179/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2348183179.dir/build.make CMakeFiles/cmTryCompileExec2348183179.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/cmTryCompileExec2348183179.dir/src.c.o /usr/lib/ccache/cc -DSCANDIR_NEEDS_CONST -Werror -o CMakeFiles/cmTryCompileExec2348183179.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:7:6: error: passing argument 3 of 'scandir' from incompatible pointer type [-Werror] int count = scandir ("./", &entries_pp, matchFiles, 0); ^ In file included from /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c:3:0: /usr/include/dirent.h:254:12: note: expected 'int (*)(const struct dirent *)' but argument is of type 'int (*)(struct dirent *)' extern int scandir (const char *__restrict __dir, ^ cc1: all warnings being treated as errors make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2348183179.dir/src.c.o] Error 1 make: *** [cmTryCompileExec2348183179/fast] Error 2 Source file was: #include #include int main(){ extern int matchFiles (struct dirent *entry_p); struct dirent **entries_pp; int count = scandir ("./", &entries_pp, matchFiles, 0); return count; }