Determining if the include file intrin.h exists failed with the following output: Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4154d/fast" /usr/bin/make -f CMakeFiles/cmTC_4154d.dir/build.make CMakeFiles/cmTC_4154d.dir/build make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4154d.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_4154d.dir/CheckIncludeFile.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:20: fatal error: intrin.h: No such file or directory compilation terminated. CMakeFiles/cmTC_4154d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4154d.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_4154d.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_4154d/fast' failed make: *** [cmTC_4154d/fast] Error 2 Performing C++ SOURCE FILE Test HAVE_WERROR_UNUSED_CMD_LINE_ARG failed with the following output: Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_86d2c/fast" /usr/bin/make -f CMakeFiles/cmTC_86d2c.dir/build.make CMakeFiles/cmTC_86d2c.dir/build make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_86d2c.dir/src.cxx.o /usr/bin/c++ -DHAVE_WERROR_UNUSED_CMD_LINE_ARG -Werror=unused-command-line-argument -o CMakeFiles/cmTC_86d2c.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx cc1plus: error: -Werror=unused-command-line-argument: no option -Wunused-command-line-argument CMakeFiles/cmTC_86d2c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_86d2c.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_86d2c.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_86d2c/fast' failed make: *** [cmTC_86d2c/fast] Error 2 Source file was: int main() { return 0; } Determining if the pthread_create exist failed with the following output: Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_175c7/fast" /usr/bin/make -f CMakeFiles/cmTC_175c7.dir/build.make CMakeFiles/cmTC_175c7.dir/build make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_175c7.dir/CheckSymbolExists.c.o /usr/bin/cc -o CMakeFiles/cmTC_175c7.dir/CheckSymbolExists.c.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_175c7 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_175c7.dir/link.txt --verbose=1 /usr/bin/cc CMakeFiles/cmTC_175c7.dir/CheckSymbolExists.c.o -o cmTC_175c7 -rdynamic CMakeFiles/cmTC_175c7.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_175c7.dir/build.make:97: recipe for target 'cmTC_175c7' failed make[1]: *** [cmTC_175c7] Error 1 make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_175c7/fast' failed make: *** [cmTC_175c7/fast] Error 2 File /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef pthread_create return ((int*)(&pthread_create))[argc]; #else (void)argc; return 0; #endif } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e4c3e/fast" /usr/bin/make -f CMakeFiles/cmTC_e4c3e.dir/build.make CMakeFiles/cmTC_e4c3e.dir/build make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e4c3e.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_e4c3e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c Linking C executable cmTC_e4c3e /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e4c3e.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_e4c3e.dir/CheckFunctionExists.c.o -o cmTC_e4c3e -rdynamic -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_e4c3e.dir/build.make:97: recipe for target 'cmTC_e4c3e' failed make[1]: *** [cmTC_e4c3e] Error 1 make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e4c3e/fast' failed make: *** [cmTC_e4c3e/fast] Error 2 Determining if the include file io.h exists failed with the following output: Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_07334/fast" /usr/bin/make -f CMakeFiles/cmTC_07334.dir/build.make CMakeFiles/cmTC_07334.dir/build make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_07334.dir/CheckIncludeFile.cxx.o /usr/bin/c++ -o CMakeFiles/cmTC_07334.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:16: fatal error: io.h: No such file or directory compilation terminated. CMakeFiles/cmTC_07334.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_07334.dir/CheckIncludeFile.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_07334.dir/CheckIncludeFile.cxx.o] Error 1 make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_07334/fast' failed make: *** [cmTC_07334/fast] Error 2 Determining if the include file dev/ppbus/ppi.h exists failed with the following output: Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8c09a/fast" /usr/bin/make -f CMakeFiles/cmTC_8c09a.dir/build.make CMakeFiles/cmTC_8c09a.dir/build make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_8c09a.dir/CheckIncludeFile.cxx.o /usr/bin/c++ -o CMakeFiles/cmTC_8c09a.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:27: fatal error: dev/ppbus/ppi.h: No such file or directory compilation terminated. CMakeFiles/cmTC_8c09a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8c09a.dir/CheckIncludeFile.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_8c09a.dir/CheckIncludeFile.cxx.o] Error 1 make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_8c09a/fast' failed make: *** [cmTC_8c09a/fast] Error 2 Performing C++ SOURCE FILE Test HAVE_SSLEEP failed with the following output: Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e21d3/fast" /usr/bin/make -f CMakeFiles/cmTC_e21d3.dir/build.make CMakeFiles/cmTC_e21d3.dir/build make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_e21d3.dir/src.cxx.o /usr/bin/c++ -DHAVE_SSLEEP -o CMakeFiles/cmTC_e21d3.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx:2:25: fatal error: Winbase.h: No such file or directory compilation terminated. CMakeFiles/cmTC_e21d3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e21d3.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_e21d3.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e21d3/fast' failed make: *** [cmTC_e21d3/fast] Error 2 Source file was: #include int main(){Sleep(0); return 0;} Performing C++ SOURCE FILE Test HAVE_CREATEFILEMAPPING failed with the following output: Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d5541/fast" /usr/bin/make -f CMakeFiles/cmTC_d5541.dir/build.make CMakeFiles/cmTC_d5541.dir/build make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_d5541.dir/src.cxx.o /usr/bin/c++ -DHAVE_CREATEFILEMAPPING -o CMakeFiles/cmTC_d5541.dir/src.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/src.cxx:2:25: fatal error: windows.h: No such file or directory compilation terminated. CMakeFiles/cmTC_d5541.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d5541.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_d5541.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d5541/fast' failed make: *** [cmTC_d5541/fast] Error 2 Source file was: #include int main(){ HANDLE handle; int size; LPCTSTR lpName; handle = CreateFileMapping( INVALID_HANDLE_VALUE, // use paging file NULL, // default security PAGE_READWRITE, // read/write access 0, // max. object size size, // buffer size lpName); // name of mapping object return 0; } Determining if the include file windows.h exists failed with the following output: Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bf51c/fast" /usr/bin/make -f CMakeFiles/cmTC_bf51c.dir/build.make CMakeFiles/cmTC_bf51c.dir/build make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_bf51c.dir/CheckIncludeFile.cxx.o /usr/bin/c++ -o CMakeFiles/cmTC_bf51c.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:21: fatal error: windows.h: No such file or directory compilation terminated. CMakeFiles/cmTC_bf51c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bf51c.dir/CheckIncludeFile.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_bf51c.dir/CheckIncludeFile.cxx.o] Error 1 make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bf51c/fast' failed make: *** [cmTC_bf51c/fast] Error 2 Determining if the include file AudioUnit/AudioUnit.h exists failed with the following output: Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7ba46/fast" /usr/bin/make -f CMakeFiles/cmTC_7ba46.dir/build.make CMakeFiles/cmTC_7ba46.dir/build make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_7ba46.dir/CheckIncludeFile.cxx.o /usr/bin/c++ -o CMakeFiles/cmTC_7ba46.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:33: fatal error: AudioUnit/AudioUnit.h: No such file or directory compilation terminated. CMakeFiles/cmTC_7ba46.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7ba46.dir/CheckIncludeFile.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_7ba46.dir/CheckIncludeFile.cxx.o] Error 1 make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7ba46/fast' failed make: *** [cmTC_7ba46/fast] Error 2 Determining if the include file AudioToolbox/AudioToolbox.h exists failed with the following output: Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5f021/fast" /usr/bin/make -f CMakeFiles/cmTC_5f021.dir/build.make CMakeFiles/cmTC_5f021.dir/build make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_5f021.dir/CheckIncludeFile.cxx.o /usr/bin/c++ -o CMakeFiles/cmTC_5f021.dir/CheckIncludeFile.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:39: fatal error: AudioToolbox/AudioToolbox.h: No such file or directory compilation terminated. CMakeFiles/cmTC_5f021.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5f021.dir/CheckIncludeFile.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_5f021.dir/CheckIncludeFile.cxx.o] Error 1 make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5f021/fast' failed make: *** [cmTC_5f021/fast] Error 2 Determining if the Q_WS_WIN exist failed with the following output: Change Dir: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4c59f/fast" /usr/bin/make -f CMakeFiles/cmTC_4c59f.dir/build.make CMakeFiles/cmTC_4c59f.dir/build make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4c59f.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTC_4c59f.dir/CheckSymbolExists.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_WIN’ was not declared in this scope return ((int*)(&Q_WS_WIN))[argc]; ^ CMakeFiles/cmTC_4c59f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4c59f.dir/CheckSymbolExists.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_4c59f.dir/CheckSymbolExists.cxx.o] Error 1 make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_4c59f/fast' failed make: *** [cmTC_4c59f/fast] Error 2 File /home/user/Downloads/gnuradio-old-master/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: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_85e2b/fast" /usr/bin/make -f CMakeFiles/cmTC_85e2b.dir/build.make CMakeFiles/cmTC_85e2b.dir/build make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_85e2b.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTC_85e2b.dir/CheckSymbolExists.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_QWS’ was not declared in this scope return ((int*)(&Q_WS_QWS))[argc]; ^ CMakeFiles/cmTC_85e2b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_85e2b.dir/CheckSymbolExists.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_85e2b.dir/CheckSymbolExists.cxx.o] Error 1 make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_85e2b/fast' failed make: *** [cmTC_85e2b/fast] Error 2 File /home/user/Downloads/gnuradio-old-master/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: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_adcdf/fast" /usr/bin/make -f CMakeFiles/cmTC_adcdf.dir/build.make CMakeFiles/cmTC_adcdf.dir/build make[1]: Entering directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_adcdf.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTC_adcdf.dir/CheckSymbolExists.cxx.o -c /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’: /home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_MAC’ was not declared in this scope return ((int*)(&Q_WS_MAC))[argc]; ^ CMakeFiles/cmTC_adcdf.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_adcdf.dir/CheckSymbolExists.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_adcdf.dir/CheckSymbolExists.cxx.o] Error 1 make[1]: Leaving directory '/home/user/Downloads/gnuradio-old-master/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_adcdf/fast' failed make: *** [cmTC_adcdf/fast] Error 2 File /home/user/Downloads/gnuradio-old-master/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 }