Advertisement
Guest User

Untitled

a guest
Apr 4th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.04 KB | None | 0 0
  1. user@hostname:~/workarea-gnuradio/gnuradio-3.7.9/build$ cat CMakeFiles/CMakeError.log
  2. Determining if the pthread_create exist failed with the following output:
  3. Change Dir: /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp
  4.  
  5. Run Build Command:"/usr/bin/make" "cmTC_c9ff0/fast"
  6. /usr/bin/make -f CMakeFiles/cmTC_c9ff0.dir/build.make CMakeFiles/cmTC_c9ff0.dir/build
  7. make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  8. Building C object CMakeFiles/cmTC_c9ff0.dir/CheckSymbolExists.c.o
  9. /usr/bin/cc -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_c9ff0.dir/CheckSymbolExists.c.o -c /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  10. Linking C executable cmTC_c9ff0
  11. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c9ff0.dir/link.txt --verbose=1
  12. /usr/bin/cc -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized CMakeFiles/cmTC_c9ff0.dir/CheckSymbolExists.c.o -o cmTC_c9ff0 -rdynamic
  13. CMakeFiles/cmTC_c9ff0.dir/CheckSymbolExists.c.o: In function `main':
  14. CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create'
  15. collect2: error: ld returned 1 exit status
  16. CMakeFiles/cmTC_c9ff0.dir/build.make:97: recipe for target 'cmTC_c9ff0' failed
  17. make[1]: *** [cmTC_c9ff0] Error 1
  18. make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  19. Makefile:126: recipe for target 'cmTC_c9ff0/fast' failed
  20. make: *** [cmTC_c9ff0/fast] Error 2
  21.  
  22. File /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  23. /* */
  24. #include <pthread.h>
  25.  
  26. int main(int argc, char** argv)
  27. {
  28. (void)argv;
  29. #ifndef pthread_create
  30. return ((int*)(&pthread_create))[argc];
  31. #else
  32. (void)argc;
  33. return 0;
  34. #endif
  35. }
  36.  
  37. Determining if the function pthread_create exists in the pthreads failed with the following output:
  38. Change Dir: /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp
  39.  
  40. Run Build Command:"/usr/bin/make" "cmTC_8cd59/fast"
  41. /usr/bin/make -f CMakeFiles/cmTC_8cd59.dir/build.make CMakeFiles/cmTC_8cd59.dir/build
  42. make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  43. Building C object CMakeFiles/cmTC_8cd59.dir/CheckFunctionExists.c.o
  44. /usr/bin/cc -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_8cd59.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
  45. Linking C executable cmTC_8cd59
  46. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8cd59.dir/link.txt --verbose=1
  47. /usr/bin/cc -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_8cd59.dir/CheckFunctionExists.c.o -o cmTC_8cd59 -rdynamic -lpthreads
  48. /usr/bin/ld: cannot find -lpthreads
  49. collect2: error: ld returned 1 exit status
  50. CMakeFiles/cmTC_8cd59.dir/build.make:97: recipe for target 'cmTC_8cd59' failed
  51. make[1]: *** [cmTC_8cd59] Error 1
  52. make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  53. Makefile:126: recipe for target 'cmTC_8cd59/fast' failed
  54. make: *** [cmTC_8cd59/fast] Error 2
  55.  
  56.  
  57. Determining if the include file io.h exists failed with the following output:
  58. Change Dir: /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp
  59.  
  60. Run Build Command:"/usr/bin/make" "cmTC_2c54e/fast"
  61. /usr/bin/make -f CMakeFiles/cmTC_2c54e.dir/build.make CMakeFiles/cmTC_2c54e.dir/build
  62. make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  63. Building CXX object CMakeFiles/cmTC_2c54e.dir/CheckIncludeFile.cxx.o
  64. /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_2c54e.dir/CheckIncludeFile.cxx.o -c /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
  65. /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:16: fatal error: io.h: No such file or directory
  66. #include <io.h>
  67. ^
  68. compilation terminated.
  69. CMakeFiles/cmTC_2c54e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2c54e.dir/CheckIncludeFile.cxx.o' failed
  70. make[1]: *** [CMakeFiles/cmTC_2c54e.dir/CheckIncludeFile.cxx.o] Error 1
  71. make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  72. Makefile:126: recipe for target 'cmTC_2c54e/fast' failed
  73. make: *** [cmTC_2c54e/fast] Error 2
  74.  
  75.  
  76. Determining if the include file dev/ppbus/ppi.h exists failed with the following output:
  77. Change Dir: /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp
  78.  
  79. Run Build Command:"/usr/bin/make" "cmTC_a8cfe/fast"
  80. /usr/bin/make -f CMakeFiles/cmTC_a8cfe.dir/build.make CMakeFiles/cmTC_a8cfe.dir/build
  81. make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  82. Building CXX object CMakeFiles/cmTC_a8cfe.dir/CheckIncludeFile.cxx.o
  83. /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_a8cfe.dir/CheckIncludeFile.cxx.o -c /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
  84. /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:27: fatal error: dev/ppbus/ppi.h: No such file or directory
  85. #include <dev/ppbus/ppi.h>
  86. ^
  87. compilation terminated.
  88. CMakeFiles/cmTC_a8cfe.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a8cfe.dir/CheckIncludeFile.cxx.o' failed
  89. make[1]: *** [CMakeFiles/cmTC_a8cfe.dir/CheckIncludeFile.cxx.o] Error 1
  90. make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  91. Makefile:126: recipe for target 'cmTC_a8cfe/fast' failed
  92. make: *** [cmTC_a8cfe/fast] Error 2
  93.  
  94.  
  95. Performing C++ SOURCE FILE Test HAVE_SSLEEP failed with the following output:
  96. Change Dir: /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp
  97.  
  98. Run Build Command:"/usr/bin/make" "cmTC_1c5f8/fast"
  99. /usr/bin/make -f CMakeFiles/cmTC_1c5f8.dir/build.make CMakeFiles/cmTC_1c5f8.dir/build
  100. make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  101. Building CXX object CMakeFiles/cmTC_1c5f8.dir/src.cxx.o
  102. /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -DHAVE_SSLEEP -o CMakeFiles/cmTC_1c5f8.dir/src.cxx.o -c /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/src.cxx
  103. /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/src.cxx:2:25: fatal error: Winbase.h: No such file or directory
  104. #include <Winbase.h>
  105. ^
  106. compilation terminated.
  107. CMakeFiles/cmTC_1c5f8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1c5f8.dir/src.cxx.o' failed
  108. make[1]: *** [CMakeFiles/cmTC_1c5f8.dir/src.cxx.o] Error 1
  109. make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  110. Makefile:126: recipe for target 'cmTC_1c5f8/fast' failed
  111. make: *** [cmTC_1c5f8/fast] Error 2
  112.  
  113. Source file was:
  114.  
  115. #include <Winbase.h>
  116. int main(){Sleep(0); return 0;}
  117.  
  118. Performing C++ SOURCE FILE Test HAVE_CREATEFILEMAPPING failed with the following output:
  119. Change Dir: /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp
  120.  
  121. Run Build Command:"/usr/bin/make" "cmTC_ad736/fast"
  122. /usr/bin/make -f CMakeFiles/cmTC_ad736.dir/build.make CMakeFiles/cmTC_ad736.dir/build
  123. make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  124. Building CXX object CMakeFiles/cmTC_ad736.dir/src.cxx.o
  125. /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -DHAVE_CREATEFILEMAPPING -o CMakeFiles/cmTC_ad736.dir/src.cxx.o -c /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/src.cxx
  126. /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/src.cxx:2:25: fatal error: windows.h: No such file or directory
  127. #include <windows.h>
  128. ^
  129. compilation terminated.
  130. CMakeFiles/cmTC_ad736.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ad736.dir/src.cxx.o' failed
  131. make[1]: *** [CMakeFiles/cmTC_ad736.dir/src.cxx.o] Error 1
  132. make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  133. Makefile:126: recipe for target 'cmTC_ad736/fast' failed
  134. make: *** [cmTC_ad736/fast] Error 2
  135.  
  136. Source file was:
  137.  
  138. #include <windows.h>
  139. int main(){
  140. HANDLE handle;
  141. int size;
  142. LPCTSTR lpName;
  143. handle = CreateFileMapping(
  144. INVALID_HANDLE_VALUE, // use paging file
  145. NULL, // default security
  146. PAGE_READWRITE, // read/write access
  147. 0, // max. object size
  148. size, // buffer size
  149. lpName); // name of mapping object
  150. return 0;
  151. }
  152. Determining if the include file windows.h exists failed with the following output:
  153. Change Dir: /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp
  154.  
  155. Run Build Command:"/usr/bin/make" "cmTC_1de5f/fast"
  156. /usr/bin/make -f CMakeFiles/cmTC_1de5f.dir/build.make CMakeFiles/cmTC_1de5f.dir/build
  157. make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  158. Building CXX object CMakeFiles/cmTC_1de5f.dir/CheckIncludeFile.cxx.o
  159. /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_1de5f.dir/CheckIncludeFile.cxx.o -c /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
  160. /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:21: fatal error: windows.h: No such file or directory
  161. #include <windows.h>
  162. ^
  163. compilation terminated.
  164. CMakeFiles/cmTC_1de5f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1de5f.dir/CheckIncludeFile.cxx.o' failed
  165. make[1]: *** [CMakeFiles/cmTC_1de5f.dir/CheckIncludeFile.cxx.o] Error 1
  166. make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  167. Makefile:126: recipe for target 'cmTC_1de5f/fast' failed
  168. make: *** [cmTC_1de5f/fast] Error 2
  169.  
  170.  
  171. Determining if the include file AudioUnit/AudioUnit.h exists failed with the following output:
  172. Change Dir: /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp
  173.  
  174. Run Build Command:"/usr/bin/make" "cmTC_6de4a/fast"
  175. /usr/bin/make -f CMakeFiles/cmTC_6de4a.dir/build.make CMakeFiles/cmTC_6de4a.dir/build
  176. make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  177. Building CXX object CMakeFiles/cmTC_6de4a.dir/CheckIncludeFile.cxx.o
  178. /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_6de4a.dir/CheckIncludeFile.cxx.o -c /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
  179. /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:33: fatal error: AudioUnit/AudioUnit.h: No such file or directory
  180. #include <AudioUnit/AudioUnit.h>
  181. ^
  182. compilation terminated.
  183. CMakeFiles/cmTC_6de4a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6de4a.dir/CheckIncludeFile.cxx.o' failed
  184. make[1]: *** [CMakeFiles/cmTC_6de4a.dir/CheckIncludeFile.cxx.o] Error 1
  185. make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  186. Makefile:126: recipe for target 'cmTC_6de4a/fast' failed
  187. make: *** [cmTC_6de4a/fast] Error 2
  188.  
  189.  
  190. Determining if the include file AudioToolbox/AudioToolbox.h exists failed with the following output:
  191. Change Dir: /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp
  192.  
  193. Run Build Command:"/usr/bin/make" "cmTC_97db4/fast"
  194. /usr/bin/make -f CMakeFiles/cmTC_97db4.dir/build.make CMakeFiles/cmTC_97db4.dir/build
  195. make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  196. Building CXX object CMakeFiles/cmTC_97db4.dir/CheckIncludeFile.cxx.o
  197. /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_97db4.dir/CheckIncludeFile.cxx.o -c /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
  198. /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:39: fatal error: AudioToolbox/AudioToolbox.h: No such file or directory
  199. #include <AudioToolbox/AudioToolbox.h>
  200. ^
  201. compilation terminated.
  202. CMakeFiles/cmTC_97db4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_97db4.dir/CheckIncludeFile.cxx.o' failed
  203. make[1]: *** [CMakeFiles/cmTC_97db4.dir/CheckIncludeFile.cxx.o] Error 1
  204. make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  205. Makefile:126: recipe for target 'cmTC_97db4/fast' failed
  206. make: *** [cmTC_97db4/fast] Error 2
  207.  
  208.  
  209. Determining if the Q_WS_WIN exist failed with the following output:
  210. Change Dir: /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp
  211.  
  212. Run Build Command:"/usr/bin/make" "cmTC_8954e/fast"
  213. /usr/bin/make -f CMakeFiles/cmTC_8954e.dir/build.make CMakeFiles/cmTC_8954e.dir/build
  214. make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  215. Building CXX object CMakeFiles/cmTC_8954e.dir/CheckSymbolExists.cxx.o
  216. /usr/bin/c++ -I/usr/include/qt4 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_8954e.dir/CheckSymbolExists.cxx.o -c /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  217. /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  218. /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_WIN’ was not declared in this scope
  219. return ((int*)(&Q_WS_WIN))[argc];
  220. ^~~~~~~~
  221. CMakeFiles/cmTC_8954e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8954e.dir/CheckSymbolExists.cxx.o' failed
  222. make[1]: *** [CMakeFiles/cmTC_8954e.dir/CheckSymbolExists.cxx.o] Error 1
  223. make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  224. Makefile:126: recipe for target 'cmTC_8954e/fast' failed
  225. make: *** [cmTC_8954e/fast] Error 2
  226.  
  227. File /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  228. /* */
  229. #include <QtCore/qglobal.h>
  230.  
  231. int main(int argc, char** argv)
  232. {
  233. (void)argv;
  234. #ifndef Q_WS_WIN
  235. return ((int*)(&Q_WS_WIN))[argc];
  236. #else
  237. (void)argc;
  238. return 0;
  239. #endif
  240. }
  241.  
  242. Determining if the Q_WS_QWS exist failed with the following output:
  243. Change Dir: /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp
  244.  
  245. Run Build Command:"/usr/bin/make" "cmTC_11f23/fast"
  246. /usr/bin/make -f CMakeFiles/cmTC_11f23.dir/build.make CMakeFiles/cmTC_11f23.dir/build
  247. make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  248. Building CXX object CMakeFiles/cmTC_11f23.dir/CheckSymbolExists.cxx.o
  249. /usr/bin/c++ -I/usr/include/qt4 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_11f23.dir/CheckSymbolExists.cxx.o -c /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  250. /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  251. /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_QWS’ was not declared in this scope
  252. return ((int*)(&Q_WS_QWS))[argc];
  253. ^~~~~~~~
  254. CMakeFiles/cmTC_11f23.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_11f23.dir/CheckSymbolExists.cxx.o' failed
  255. make[1]: *** [CMakeFiles/cmTC_11f23.dir/CheckSymbolExists.cxx.o] Error 1
  256. make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  257. Makefile:126: recipe for target 'cmTC_11f23/fast' failed
  258. make: *** [cmTC_11f23/fast] Error 2
  259.  
  260. File /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  261. /* */
  262. #include <QtCore/qglobal.h>
  263.  
  264. int main(int argc, char** argv)
  265. {
  266. (void)argv;
  267. #ifndef Q_WS_QWS
  268. return ((int*)(&Q_WS_QWS))[argc];
  269. #else
  270. (void)argc;
  271. return 0;
  272. #endif
  273. }
  274.  
  275. Determining if the Q_WS_MAC exist failed with the following output:
  276. Change Dir: /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp
  277.  
  278. Run Build Command:"/usr/bin/make" "cmTC_f0c1e/fast"
  279. /usr/bin/make -f CMakeFiles/cmTC_f0c1e.dir/build.make CMakeFiles/cmTC_f0c1e.dir/build
  280. make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  281. Building CXX object CMakeFiles/cmTC_f0c1e.dir/CheckSymbolExists.cxx.o
  282. /usr/bin/c++ -I/usr/include/qt4 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_f0c1e.dir/CheckSymbolExists.cxx.o -c /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  283. /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  284. /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_MAC’ was not declared in this scope
  285. return ((int*)(&Q_WS_MAC))[argc];
  286. ^~~~~~~~
  287. CMakeFiles/cmTC_f0c1e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f0c1e.dir/CheckSymbolExists.cxx.o' failed
  288. make[1]: *** [CMakeFiles/cmTC_f0c1e.dir/CheckSymbolExists.cxx.o] Error 1
  289. make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp'
  290. Makefile:126: recipe for target 'cmTC_f0c1e/fast' failed
  291. make: *** [cmTC_f0c1e/fast] Error 2
  292.  
  293. File /home/user/workarea-gnuradio/gnuradio-3.7.9/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  294. /* */
  295. #include <QtCore/qglobal.h>
  296.  
  297. int main(int argc, char** argv)
  298. {
  299. (void)argv;
  300. #ifndef Q_WS_MAC
  301. return ((int*)(&Q_WS_MAC))[argc];
  302. #else
  303. (void)argc;
  304. return 0;
  305. #endif
  306. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement