Advertisement
Guest User

Untitled

a guest
Dec 19th, 2016
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. Determining if the Q_WS_WIN exist failed with the following output:
  2. Change Dir: /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:"/usr/bin/make" "cmTC_dd823/fast"
  5. /usr/bin/make -f CMakeFiles/cmTC_dd823.dir/build.make CMakeFiles/cmTC_dd823.dir/build
  6. make[1]: Entering directory '/home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp'
  7. Building C object CMakeFiles/cmTC_dd823.dir/CheckSymbolExists.c.o
  8. /usr/bin/cc -I/usr/include/qt4 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -o CMakeFiles/cmTC_dd823.dir/CheckSymbolExists.c.o -c /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  9. /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
  10. /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘Q_WS_WIN’ undeclared (first use in this function)
  11. return ((int*)(&Q_WS_WIN))[argc];
  12. ^~~~~~~~
  13. /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
  14. make[1]: *** [CMakeFiles/cmTC_dd823.dir/build.make:66: CMakeFiles/cmTC_dd823.dir/CheckSymbolExists.c.o] Error 1
  15. make[1]: Leaving directory '/home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp'
  16. make: *** [Makefile:126: cmTC_dd823/fast] Error 2
  17.  
  18. File /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  19. /* */
  20. #include <QtCore/qglobal.h>
  21.  
  22. int main(int argc, char** argv)
  23. {
  24. (void)argv;
  25. #ifndef Q_WS_WIN
  26. return ((int*)(&Q_WS_WIN))[argc];
  27. #else
  28. (void)argc;
  29. return 0;
  30. #endif
  31. }
  32.  
  33. Determining if the Q_WS_QWS exist failed with the following output:
  34. Change Dir: /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp
  35.  
  36. Run Build Command:"/usr/bin/make" "cmTC_19f4d/fast"
  37. /usr/bin/make -f CMakeFiles/cmTC_19f4d.dir/build.make CMakeFiles/cmTC_19f4d.dir/build
  38. make[1]: Entering directory '/home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp'
  39. Building C object CMakeFiles/cmTC_19f4d.dir/CheckSymbolExists.c.o
  40. /usr/bin/cc -I/usr/include/qt4 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -o CMakeFiles/cmTC_19f4d.dir/CheckSymbolExists.c.o -c /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  41. /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
  42. /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘Q_WS_QWS’ undeclared (first use in this function)
  43. return ((int*)(&Q_WS_QWS))[argc];
  44. ^~~~~~~~
  45. /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
  46. make[1]: *** [CMakeFiles/cmTC_19f4d.dir/build.make:66: CMakeFiles/cmTC_19f4d.dir/CheckSymbolExists.c.o] Error 1
  47. make[1]: Leaving directory '/home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp'
  48. make: *** [Makefile:126: cmTC_19f4d/fast] Error 2
  49.  
  50. File /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  51. /* */
  52. #include <QtCore/qglobal.h>
  53.  
  54. int main(int argc, char** argv)
  55. {
  56. (void)argv;
  57. #ifndef Q_WS_QWS
  58. return ((int*)(&Q_WS_QWS))[argc];
  59. #else
  60. (void)argc;
  61. return 0;
  62. #endif
  63. }
  64.  
  65. Determining if the Q_WS_MAC exist failed with the following output:
  66. Change Dir: /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp
  67.  
  68. Run Build Command:"/usr/bin/make" "cmTC_c6c0d/fast"
  69. /usr/bin/make -f CMakeFiles/cmTC_c6c0d.dir/build.make CMakeFiles/cmTC_c6c0d.dir/build
  70. make[1]: Entering directory '/home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp'
  71. Building C object CMakeFiles/cmTC_c6c0d.dir/CheckSymbolExists.c.o
  72. /usr/bin/cc -I/usr/include/qt4 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -o CMakeFiles/cmTC_c6c0d.dir/CheckSymbolExists.c.o -c /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  73. /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
  74. /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘Q_WS_MAC’ undeclared (first use in this function)
  75. return ((int*)(&Q_WS_MAC))[argc];
  76. ^~~~~~~~
  77. /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
  78. make[1]: *** [CMakeFiles/cmTC_c6c0d.dir/build.make:66: CMakeFiles/cmTC_c6c0d.dir/CheckSymbolExists.c.o] Error 1
  79. make[1]: Leaving directory '/home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp'
  80. make: *** [Makefile:126: cmTC_c6c0d/fast] Error 2
  81.  
  82. File /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  83. /* */
  84. #include <QtCore/qglobal.h>
  85.  
  86. int main(int argc, char** argv)
  87. {
  88. (void)argv;
  89. #ifndef Q_WS_MAC
  90. return ((int*)(&Q_WS_MAC))[argc];
  91. #else
  92. (void)argc;
  93. return 0;
  94. #endif
  95. }
  96.  
  97. Determining if the pthread_create exist failed with the following output:
  98. Change Dir: /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp
  99.  
  100. Run Build Command:"/usr/bin/make" "cmTC_88442/fast"
  101. /usr/bin/make -f CMakeFiles/cmTC_88442.dir/build.make CMakeFiles/cmTC_88442.dir/build
  102. make[1]: Entering directory '/home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp'
  103. Building C object CMakeFiles/cmTC_88442.dir/CheckSymbolExists.c.o
  104. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -o CMakeFiles/cmTC_88442.dir/CheckSymbolExists.c.o -c /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  105. Linking C executable cmTC_88442
  106. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_88442.dir/link.txt --verbose=1
  107. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_88442.dir/CheckSymbolExists.c.o -o cmTC_88442 -rdynamic
  108. CMakeFiles/cmTC_88442.dir/CheckSymbolExists.c.o: In function `main':
  109. CheckSymbolExists.c:(.text.startup+0x6): undefined reference to `pthread_create'
  110. collect2: error: ld returned 1 exit status
  111. make[1]: *** [CMakeFiles/cmTC_88442.dir/build.make:98: cmTC_88442] Error 1
  112. make[1]: Leaving directory '/home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp'
  113. make: *** [Makefile:126: cmTC_88442/fast] Error 2
  114.  
  115. File /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  116. /* */
  117. #include <pthread.h>
  118.  
  119. int main(int argc, char** argv)
  120. {
  121. (void)argv;
  122. #ifndef pthread_create
  123. return ((int*)(&pthread_create))[argc];
  124. #else
  125. (void)argc;
  126. return 0;
  127. #endif
  128. }
  129.  
  130. Determining if the function pthread_create exists in the pthreads failed with the following output:
  131. Change Dir: /home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp
  132.  
  133. Run Build Command:"/usr/bin/make" "cmTC_dbc15/fast"
  134. /usr/bin/make -f CMakeFiles/cmTC_dbc15.dir/build.make CMakeFiles/cmTC_dbc15.dir/build
  135. make[1]: Entering directory '/home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp'
  136. Building C object CMakeFiles/cmTC_dbc15.dir/CheckFunctionExists.c.o
  137. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_dbc15.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  138. Linking C executable cmTC_dbc15
  139. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dbc15.dir/link.txt --verbose=1
  140. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_dbc15.dir/CheckFunctionExists.c.o -o cmTC_dbc15 -rdynamic -lpthreads
  141. /usr/bin/ld: cannot find -lpthreads
  142. collect2: error: ld returned 1 exit status
  143. make[1]: *** [CMakeFiles/cmTC_dbc15.dir/build.make:98: cmTC_dbc15] Error 1
  144. make[1]: Leaving directory '/home/youser/temp/build/src/okular-backend-mupdf/build/CMakeFiles/CMakeTmp'
  145. make: *** [Makefile:126: cmTC_dbc15/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement