Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Mine
Tuesday, June 12th, 2007 at 7:56:53am UTC 

  1. Determining if the Q_WS_MAC exist failed with the following output:
  2. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  3. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  4. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  5. Building C object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.o
  6. /usr/bin/gcc  -I/usr/include/qt4   -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  7. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
  8. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: ‘Q_WS_MAC’ undeclared (first use in this function)
  9. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: (Each undeclared identifier is reported only once
  10. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: for each function it appears in.)
  11. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.o] Error 1
  12. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  13. make: *** [cmTryCompileExec/fast] Error 2
  14.  
  15. File /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  16. /* */
  17. #include <QtCore/qglobal.h>
  18.  
  19. void cmakeRequireSymbol(int dummy,...){(void)dummy;}
  20. int main()
  21. {
  22. #ifndef Q_WS_MAC
  23.   cmakeRequireSymbol(0,&Q_WS_MAC);
  24. #endif
  25.   return 0;
  26. }
  27.  
  28. Determining if the Q_WS_WIN exist failed with the following output:
  29. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  30. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  31. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  32. Building C object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.o
  33. /usr/bin/gcc  -I/usr/include/qt4   -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  34. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
  35. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: ‘Q_WS_WIN’ undeclared (first use in this function)
  36. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: (Each undeclared identifier is reported only once
  37. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: for each function it appears in.)
  38. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.o] Error 1
  39. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  40. make: *** [cmTryCompileExec/fast] Error 2
  41.  
  42. File /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  43. /* */
  44. #include <QtCore/qglobal.h>
  45.  
  46. void cmakeRequireSymbol(int dummy,...){(void)dummy;}
  47. int main()
  48. {
  49. #ifndef Q_WS_WIN
  50.   cmakeRequireSymbol(0,&Q_WS_WIN);
  51. #endif
  52.   return 0;
  53. }
  54.  
  55. Determining if the Q_WS_QWS exist failed with the following output:
  56. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  57. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  58. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  59. Building C object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.o
  60. /usr/bin/gcc  -I/usr/include/qt4   -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  61. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
  62. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: ‘Q_WS_QWS’ undeclared (first use in this function)
  63. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: (Each undeclared identifier is reported only once
  64. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: for each function it appears in.)
  65. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.o] Error 1
  66. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  67. make: *** [cmTryCompileExec/fast] Error 2
  68.  
  69. File /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  70. /* */
  71. #include <QtCore/qglobal.h>
  72.  
  73. void cmakeRequireSymbol(int dummy,...){(void)dummy;}
  74. int main()
  75. {
  76. #ifndef Q_WS_QWS
  77.   cmakeRequireSymbol(0,&Q_WS_QWS);
  78. #endif
  79.   return 0;
  80. }
  81.  
  82. Determining if the function pthread_create exists in the pthreads failed with the following output:
  83. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  84. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  85. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  86. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  87. /usr/bin/gcc  -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  88. Linking C executable cmTryCompileExec
  89. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  90. /usr/bin/gcc      -DCHECK_FUNCTION_EXISTS=pthread_create  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic -lpthreads
  91. /usr/bin/ld: cannot find -lpthreads
  92. collect2: ld returned 1 exit status
  93. make[1]: *** [cmTryCompileExec] Error 1
  94. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  95. make: *** [cmTryCompileExec/fast] Error 2
  96.  
  97.  
  98. Determining if files attr/libattr.h exist failed with the following output:
  99. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  100. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  101. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  102. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  103. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  104. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:26: error: attr/libattr.h: No such file or directory
  105. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  106. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  107. make: *** [cmTryCompileExec/fast] Error 2
  108.  
  109. Source:
  110. /* */
  111. #include <attr/libattr.h>
  112.  
  113.  
  114. int main(){return 0;}
  115.  
  116. Determining if files sys/acl.h exist failed with the following output:
  117. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  118. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  119. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  120. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  121. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  122. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:21: error: sys/acl.h: No such file or directory
  123. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  124. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  125. make: *** [cmTryCompileExec/fast] Error 2
  126.  
  127. Source:
  128. /* */
  129. #include <sys/acl.h>
  130.  
  131.  
  132. int main(){return 0;}
  133.  
  134. Determining if files acl/libacl.h exist failed with the following output:
  135. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  136. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  137. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  138. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  139. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  140. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: error: acl/libacl.h: No such file or directory
  141. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  142. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  143. make: *** [cmTryCompileExec/fast] Error 2
  144.  
  145. Source:
  146. /* */
  147. #include <acl/libacl.h>
  148.  
  149.  
  150. int main(){return 0;}
  151.  
  152. Determining if files crt_externs.h exist failed with the following output:
  153. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  154. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  155. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  156. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  157. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  158. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:25: error: crt_externs.h: No such file or directory
  159. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  160. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  161. make: *** [cmTryCompileExec/fast] Error 2
  162.  
  163. Source:
  164. /* */
  165. #include <crt_externs.h>
  166.  
  167.  
  168. int main(){return 0;}
  169.  
  170. Determining if files sysent.h exist failed with the following output:
  171. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  172. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  173. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  174. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  175. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  176. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:20: error: sysent.h: No such file or directory
  177. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  178. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  179. make: *** [cmTryCompileExec/fast] Error 2
  180.  
  181. Source:
  182. /* */
  183. #include <sysent.h>
  184.  
  185.  
  186. int main(){return 0;}
  187.  
  188. Determining if files sys/ucred.h exist failed with the following output:
  189. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  190. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  191. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  192. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  193. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  194. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: error: sys/ucred.h: No such file or directory
  195. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  196. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  197. make: *** [cmTryCompileExec/fast] Error 2
  198.  
  199. Source:
  200. /* */
  201. #include <sys/ucred.h>
  202.  
  203.  
  204. int main(){return 0;}
  205.  
  206. Determining if files sys/mnttab.h exist failed with the following output:
  207. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  208. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  209. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  210. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  211. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  212. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: error: sys/mnttab.h: No such file or directory
  213. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  214. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  215. make: *** [cmTryCompileExec/fast] Error 2
  216.  
  217. Source:
  218. /* */
  219. #include <sys/mnttab.h>
  220.  
  221.  
  222. int main(){return 0;}
  223.  
  224. Determining if files sys/mntent.h exist failed with the following output:
  225. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  226. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  227. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  228. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  229. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  230. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: error: sys/mntent.h: No such file or directory
  231. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  232. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  233. make: *** [cmTryCompileExec/fast] Error 2
  234.  
  235. Source:
  236. /* */
  237. #include <sys/mntent.h>
  238.  
  239.  
  240. int main(){return 0;}
  241.  
  242. Determining if files valgrind/memcheck.h exist failed with the following output:
  243. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  244. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  245. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  246. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  247. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  248. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:31: error: valgrind/memcheck.h: No such file or directory
  249. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  250. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  251. make: *** [cmTryCompileExec/fast] Error 2
  252.  
  253. Source:
  254. /* */
  255. #include <valgrind/memcheck.h>
  256.  
  257.  
  258. int main(){return 0;}
  259.  
  260. Determining if files crtdbg.h exist failed with the following output:
  261. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  262. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  263. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  264. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  265. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  266. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:20: error: crtdbg.h: No such file or directory
  267. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  268. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  269. make: *** [cmTryCompileExec/fast] Error 2
  270.  
  271. Source:
  272. /* */
  273. #include <crtdbg.h>
  274.  
  275.  
  276. int main(){return 0;}
  277.  
  278. Determining if files arpa/nameser8_compat.h exist failed with the following output:
  279. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  280. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  281. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  282. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  283. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  284. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:34: error: arpa/nameser8_compat.h: No such file or directory
  285. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  286. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  287. make: *** [cmTryCompileExec/fast] Error 2
  288.  
  289. Source:
  290. /* */
  291. #include <arpa/nameser8_compat.h>
  292.  
  293.  
  294. int main(){return 0;}
  295.  
  296. Determining if the function getpeereid exists failed with the following output:
  297. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  298. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  299. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  300. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  301. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=getpeereid   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  302. Linking C executable cmTryCompileExec
  303. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  304. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=getpeereid  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic
  305. CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o: In function `main':
  306. CheckFunctionExists.c:(.text+0x15): undefined reference to `getpeereid'
  307. collect2: ld returned 1 exit status
  308. make[1]: *** [cmTryCompileExec] Error 1
  309. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  310. make: *** [cmTryCompileExec/fast] Error 2
  311.  
  312.  
  313. Determining if the function _NSGetEnviron exists failed with the following output:
  314. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  315. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  316. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  317. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  318. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=_NSGetEnviron   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  319. Linking C executable cmTryCompileExec
  320. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  321. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=_NSGetEnviron  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic
  322. CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o: In function `main':
  323. CheckFunctionExists.c:(.text+0x15): undefined reference to `_NSGetEnviron'
  324. collect2: ld returned 1 exit status
  325. make[1]: *** [cmTryCompileExec] Error 1
  326. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  327. make: *** [cmTryCompileExec/fast] Error 2
  328.  
  329.  
  330. Determining if the function volmgt_running exists in the volmgt failed with the following output:
  331. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  332. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  333. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  334. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  335. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=volmgt_running   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  336. Linking C executable cmTryCompileExec
  337. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  338. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=volmgt_running  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic -lvolmgt
  339. /usr/bin/ld: cannot find -lvolmgt
  340. collect2: ld returned 1 exit status
  341. make[1]: *** [cmTryCompileExec] Error 1
  342. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  343. make: *** [cmTryCompileExec/fast] Error 2
  344.  
  345.  
  346. Determining if the function res_init exists in the resolv failed with the following output:
  347. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  348. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  349. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  350. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  351. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=res_init   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  352. Linking C executable cmTryCompileExec
  353. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  354. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=res_init  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic -lresolv
  355. CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o: In function `main':
  356. CheckFunctionExists.c:(.text+0x15): undefined reference to `res_init'
  357. collect2: ld returned 1 exit status
  358. make[1]: *** [cmTryCompileExec] Error 1
  359. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  360. make: *** [cmTryCompileExec/fast] Error 2
  361.  
  362.  
  363. Determining if files sys/types.h;libutil.h exist failed with the following output:
  364. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  365. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  366. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  367. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  368. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  369. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:3:21: error: libutil.h: No such file or directory
  370. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  371. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  372. make: *** [cmTryCompileExec/fast] Error 2
  373.  
  374. Source:
  375. /* */
  376. #include <sys/types.h>
  377. #include <libutil.h>
  378.  
  379.  
  380. int main(){return 0;}
  381.  
  382. Determining if files util.h exist failed with the following output:
  383. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  384. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  385. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  386. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  387. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  388. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:18: error: util.h: No such file or directory
  389. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  390. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  391. make: *** [cmTryCompileExec/fast] Error 2
  392.  
  393. Source:
  394. /* */
  395. #include <util.h>
  396.  
  397.  
  398. int main(){return 0;}
  399.  
  400. Determining if the function _getpty exists failed with the following output:
  401. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  402. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  403. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  404. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  405. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=_getpty   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  406. Linking C executable cmTryCompileExec
  407. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  408. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=_getpty  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic
  409. CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o: In function `main':
  410. CheckFunctionExists.c:(.text+0x15): undefined reference to `_getpty'
  411. collect2: ld returned 1 exit status
  412. make[1]: *** [cmTryCompileExec] Error 1
  413. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  414. make: *** [cmTryCompileExec/fast] Error 2
  415.  
  416.  
  417. Determining if the function addToUtmp exists in the utempter failed with the following output:
  418. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  419. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  420. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  421. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  422. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=addToUtmp   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  423. Linking C executable cmTryCompileExec
  424. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  425. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=addToUtmp  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic -lutempter
  426. /usr/bin/ld: cannot find -lutempter
  427. collect2: ld returned 1 exit status
  428. make[1]: *** [cmTryCompileExec] Error 1
  429. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  430. make: *** [cmTryCompileExec/fast] Error 2
  431.  
  432.  
  433. Determining if the function getmntinfo exists failed with the following output:
  434. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  435. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  436. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  437. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  438. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=getmntinfo   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  439. Linking C executable cmTryCompileExec
  440. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  441. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=getmntinfo  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic
  442. CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o: In function `main':
  443. CheckFunctionExists.c:(.text+0x15): undefined reference to `getmntinfo'
  444. collect2: ld returned 1 exit status
  445. make[1]: *** [cmTryCompileExec] Error 1
  446. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  447. make: *** [cmTryCompileExec/fast] Error 2
  448.  
  449.  
  450. Determining if the function mkstemps exists failed with the following output:
  451. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  452. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  453. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  454. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  455. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=mkstemps   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  456. Linking C executable cmTryCompileExec
  457. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  458. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=mkstemps  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic
  459. CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o: In function `main':
  460. CheckFunctionExists.c:(.text+0x15): undefined reference to `mkstemps'
  461. collect2: ld returned 1 exit status
  462. make[1]: *** [cmTryCompileExec] Error 1
  463. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  464. make: *** [cmTryCompileExec/fast] Error 2
  465.  
  466.  
  467. Determining if the function strlcpy exists failed with the following output:
  468. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  469. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  470. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  471. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  472. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=strlcpy   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  473. Linking C executable cmTryCompileExec
  474. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  475. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=strlcpy  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic
  476. CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o: In function `main':
  477. CheckFunctionExists.c:(.text+0x15): undefined reference to `strlcpy'
  478. collect2: ld returned 1 exit status
  479. make[1]: *** [cmTryCompileExec] Error 1
  480. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  481. make: *** [cmTryCompileExec/fast] Error 2
  482.  
  483.  
  484. Determining if the function strlcat exists failed with the following output:
  485. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  486. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  487. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  488. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  489. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=strlcat   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  490. Linking C executable cmTryCompileExec
  491. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  492. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=strlcat  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic
  493. CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o: In function `main':
  494. CheckFunctionExists.c:(.text+0x15): undefined reference to `strlcat'
  495. collect2: ld returned 1 exit status
  496. make[1]: *** [cmTryCompileExec] Error 1
  497. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  498. make: *** [cmTryCompileExec/fast] Error 2
  499.  
  500.  
  501. Performing C++ SOURCE FILE Test HAVE_MKSTEMPS_PROTO failed with the following output:
  502. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  503. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  504. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  505. Building CXX object CMakeFiles/cmTryCompileExec.dir/src.o
  506. /usr/bin/c++   -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden  -DHAVE_MKSTEMPS_PROTO   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/src.o -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx
  507. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
  508. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx:8: error: ‘mkstemps’ was not declared in this scope
  509. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx:8: warning: unused variable ‘i’
  510. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/src.o] Error 1
  511. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  512. make: *** [cmTryCompileExec/fast] Error 2
  513.  
  514. Source file was:
  515.  
  516. #include <stdlib.h>
  517. #include <unistd.h>
  518.  
  519. int main()
  520. {
  521. #ifndef mkstemps
  522.    int i = sizeof(&mkstemps);
  523. #endif
  524.   return 0;
  525. }
  526.  
  527. Performing C++ SOURCE FILE Test HAVE_STRLCAT_PROTO failed with the following output:
  528. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  529. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  530. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  531. Building CXX object CMakeFiles/cmTryCompileExec.dir/src.o
  532. /usr/bin/c++   -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden  -DHAVE_STRLCAT_PROTO   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/src.o -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx
  533. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
  534. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx:7: error: ‘strlcat’ was not declared in this scope
  535. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx:7: warning: unused variable ‘i’
  536. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/src.o] Error 1
  537. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  538. make: *** [cmTryCompileExec/fast] Error 2
  539.  
  540. Source file was:
  541.  
  542. #include <string.h>
  543.  
  544. int main()
  545. {
  546. #ifndef strlcat
  547.    int i = sizeof(&strlcat);
  548. #endif
  549.   return 0;
  550. }
  551.  
  552. Performing C++ SOURCE FILE Test HAVE_STRLCPY_PROTO failed with the following output:
  553. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  554. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  555. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  556. Building CXX object CMakeFiles/cmTryCompileExec.dir/src.o
  557. /usr/bin/c++   -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden  -DHAVE_STRLCPY_PROTO   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/src.o -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx
  558. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
  559. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx:7: error: ‘strlcpy’ was not declared in this scope
  560. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx:7: warning: unused variable ‘i’
  561. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/src.o] Error 1
  562. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  563. make: *** [cmTryCompileExec/fast] Error 2
  564.  
  565. Source file was:
  566.  
  567. #include <string.h>
  568.  
  569. int main()
  570. {
  571. #ifndef strlcpy
  572.    int i = sizeof(&strlcpy);
  573. #endif
  574.   return 0;
  575. }
  576.  
  577. Performing C++ SOURCE FILE Test GETMNTINFO_USES_STATVFS failed with the following output:
  578. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  579. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  580. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  581. Building CXX object CMakeFiles/cmTryCompileExec.dir/src.o
  582. /usr/bin/c++   -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden  -DGETMNTINFO_USES_STATVFS   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/src.o -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx
  583. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
  584. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx:7: error: ‘getmntinfo’ was not declared in this scope
  585. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/src.o] Error 1
  586. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  587. make: *** [cmTryCompileExec/fast] Error 2
  588.  
  589. Source file was:
  590.  
  591.   #include <sys/types.h>
  592.   #include <sys/statvfs.h>
  593.   int main(){
  594.     struct statvfs *mntbufp;
  595.     int flags;
  596.     return getmntinfo(&mntbufp, flags);
  597.   }
  598.  
  599. Determining the endianes of the system passed. The system is little endianTest produced following output:
  600. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  601. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  602. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  603. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/TestBigEndian.o
  604. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/TestBigEndian.o   -c /usr/share/cmake-2.4/Modules/TestBigEndian.c
  605. Linking C executable cmTryCompileExec
  606. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  607. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common    -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/TestBigEndian.o"   -o cmTryCompileExec -rdynamic
  608. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  609.  
  610.  
  611. Performing C++ SOURCE FILE Test HAVE_PPC_ALTIVEC failed with the following output:
  612. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  613. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  614. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  615. Building CXX object CMakeFiles/cmTryCompileExec.dir/src.o
  616. /usr/bin/c++   -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden  -DHAVE_PPC_ALTIVEC   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/src.o -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx
  617. /tmp/ccmxFvp9.s: Assembler messages:
  618. /tmp/ccmxFvp9.s:16: Error: no such instruction: `mtspr 256,%eax'
  619. /tmp/ccmxFvp9.s:16: Error: no such instruction: `vand %v0,%v0,%v0'
  620. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/src.o] Error 1
  621. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  622. make: *** [cmTryCompileExec/fast] Error 2
  623.  
  624. Source file was:
  625.  int main() { __asm__("mtspr 256, %0; vand %%v0, %%v0, %%v0" : : "r"(-1) ); }
  626. Determining if files sys/filio.h exist failed with the following output:
  627. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  628. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  629. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  630. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  631. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  632. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: error: sys/filio.h: No such file or directory
  633. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  634. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  635. make: *** [cmTryCompileExec/fast] Error 2
  636.  
  637. Source:
  638. /* */
  639. #include <sys/filio.h>
  640.  
  641.  
  642. int main(){return 0;}
  643.  
  644. Performing C++ SOURCE FILE Test HAVE_STRUCT_SOCKADDR_SA_LEN failed with the following output:
  645. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  646. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  647. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  648. Building CXX object CMakeFiles/cmTryCompileExec.dir/src.o
  649. /usr/bin/c++   -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden  -DHAVE_STRUCT_SOCKADDR_SA_LEN   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/src.o -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx
  650. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
  651. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/src.cxx:8: error: ‘struct sockaddr’ has no member named ‘sa_len’
  652. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/src.o] Error 1
  653. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  654. make: *** [cmTryCompileExec/fast] Error 2
  655.  
  656. Source file was:
  657.  
  658. #include <sys/types.h>
  659. #include <sys/socket.h>
  660.  
  661. int main()
  662. {
  663.    struct sockaddr* tmp;
  664.    tmp->sa_len;
  665.   return 0;
  666. }
  667.  
  668. Determining if the function pthread_attr_get_np exists in the pthread failed with the following output:
  669. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  670. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  671. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  672. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  673. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=pthread_attr_get_np   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  674. Linking C executable cmTryCompileExec
  675. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  676. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=pthread_attr_get_np  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic -lpthread
  677. CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o: In function `main':
  678. CheckFunctionExists.c:(.text+0x15): undefined reference to `pthread_attr_get_np'
  679. collect2: ld returned 1 exit status
  680. make[1]: *** [cmTryCompileExec] Error 1
  681. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  682. make: *** [cmTryCompileExec/fast] Error 2
  683.  
  684.  
  685. Determining if files ieeefp.h exist failed with the following output:
  686. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  687. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  688. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  689. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  690. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  691. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  692. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:20: error: ieeefp.h: No such file or directory
  693. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  694. make: *** [cmTryCompileExec/fast] Error 2
  695.  
  696. Source:
  697. /* */
  698. #include <ieeefp.h>
  699.  
  700.  
  701. int main(){return 0;}
  702.  
  703. Determining if files pthread.h;pthread_np.h exist failed with the following output:
  704. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  705. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  706. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  707. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  708. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  709. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:3:24: error: pthread_np.h: No such file or directory
  710. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  711. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  712. make: *** [cmTryCompileExec/fast] Error 2
  713.  
  714. Source:
  715. /* */
  716. #include <pthread.h>
  717. #include <pthread_np.h>
  718.  
  719.  
  720. int main(){return 0;}
  721.  
  722. Determining if files valgrind/memcheck.h exist failed with the following output:
  723. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  724. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  725. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  726. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  727. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  728. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:31: error: valgrind/memcheck.h: No such file or directory
  729. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  730. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  731. make: *** [cmTryCompileExec/fast] Error 2
  732.  
  733. Source:
  734. /* */
  735. #include <valgrind/memcheck.h>
  736.  
  737.  
  738. int main(){return 0;}
  739.  
  740. Determining if the function _finite exists failed with the following output:
  741. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  742. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  743. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  744. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  745. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=_finite   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  746. Linking C executable cmTryCompileExec
  747. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  748. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=_finite  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic -lm
  749. CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o: In function `main':
  750. CheckFunctionExists.c:(.text+0x15): undefined reference to `_finite'
  751. collect2: ld returned 1 exit status
  752. make[1]: *** [cmTryCompileExec] Error 1
  753. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  754. make: *** [cmTryCompileExec/fast] Error 2
  755.  
  756.  
  757. Determining if the function snd_seq_create_simple_port exists in the asound failed with the following output:
  758. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  759. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  760. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  761. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  762. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=snd_seq_create_simple_port   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  763. Linking C executable cmTryCompileExec
  764. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  765. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=snd_seq_create_simple_port  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic -LASOUND_LIBRARY-NOTFOUND -lasound -Wl,-rpath,ASOUND_LIBRARY-NOTFOUND
  766. /usr/bin/ld: cannot find -lasound
  767. collect2: ld returned 1 exit status
  768. make[1]: *** [cmTryCompileExec] Error 1
  769. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  770. make: *** [cmTryCompileExec/fast] Error 2
  771.  
  772.  
  773. Determining if files machine/soundcard.h exist failed with the following output:
  774. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  775. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  776. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  777. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  778. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  779. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:31: error: machine/soundcard.h: No such file or directory
  780. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  781. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  782. make: *** [cmTryCompileExec/fast] Error 2
  783.  
  784. Source:
  785. /* */
  786. #include <machine/soundcard.h>
  787.  
  788.  
  789. int main(){return 0;}
  790.  
  791. Determining if files awe_voice.h exist failed with the following output:
  792. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  793. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  794. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  795. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  796. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  797. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: error: awe_voice.h: No such file or directory
  798. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  799. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  800. make: *** [cmTryCompileExec/fast] Error 2
  801.  
  802. Source:
  803. /* */
  804. #include <awe_voice.h>
  805.  
  806.  
  807. int main(){return 0;}
  808.  
  809. Determining if files /usr/src/sys/i386/isa/sound/awe_voice.h exist failed with the following output:
  810. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  811. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  812. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  813. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  814. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  815. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:51: error: /usr/src/sys/i386/isa/sound/awe_voice.h: No such file or directory
  816. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  817. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  818. make: *** [cmTryCompileExec/fast] Error 2
  819.  
  820. Source:
  821. /* */
  822. #include </usr/src/sys/i386/isa/sound/awe_voice.h>
  823.  
  824.  
  825. int main(){return 0;}
  826.  
  827. Determining if files /usr/src/sys/gnu/i386/isa/sound/awe_voice.h exist failed with the following output:
  828. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  829. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  830. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  831. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  832. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  833. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:55: error: /usr/src/sys/gnu/i386/isa/sound/awe_voice.h: No such file or directory
  834. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  835. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  836. make: *** [cmTryCompileExec/fast] Error 2
  837.  
  838. Source:
  839. /* */
  840. #include </usr/src/sys/gnu/i386/isa/sound/awe_voice.h>
  841.  
  842.  
  843. int main(){return 0;}
  844.  
  845. Determining if the include file sys/asoundlib.h exists failed with the following output:
  846. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  847. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  848. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  849. Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o
  850. /usr/bin/c++   -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
  851. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:27: error: sys/asoundlib.h: No such file or directory
  852. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o] Error 1
  853. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  854. make: *** [cmTryCompileExec/fast] Error 2
  855.  
  856.  
  857. Determining if the include file alsa/asoundlib.h exists failed with the following output:
  858. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  859. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  860. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  861. Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o
  862. /usr/bin/c++   -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
  863. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:28: error: alsa/asoundlib.h: No such file or directory
  864. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o] Error 1
  865. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  866. make: *** [cmTryCompileExec/fast] Error 2
  867.  
  868.  
  869. Determining if the function snd_pcm_resume exists in the asound failed with the following output:
  870. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  871. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  872. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  873. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  874. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=snd_pcm_resume   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  875. Linking C executable cmTryCompileExec
  876. /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
  877. /usr/bin/gcc     -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=snd_pcm_resume  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o"   -o cmTryCompileExec -rdynamic -LASOUND_LIBRARY-NOTFOUND -lasound -Wl,-rpath,ASOUND_LIBRARY-NOTFOUND
  878. /usr/bin/ld: cannot find -lasound
  879. collect2: ld returned 1 exit status
  880. make[1]: *** [cmTryCompileExec] Error 1
  881. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  882. make: *** [cmTryCompileExec/fast] Error 2
  883.  
  884.  
  885. Determining if the variable __progname, exists failed with the following output:
  886. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  887. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  888. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  889. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckVariableExists.o
  890. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_VARIABLE_EXISTS=__progname,   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckVariableExists.o   -c /usr/share/cmake-2.4/Modules/CheckVariableExists.c
  891. /usr/share/cmake-2.4/Modules/CheckVariableExists.c:3: error: expected identifier or ‘(’ before ‘;’ token
  892. /usr/share/cmake-2.4/Modules/CheckVariableExists.c: In function ‘main’:
  893. /usr/share/cmake-2.4/Modules/CheckVariableExists.c:13: error: expected expression before ‘;’ token
  894. /usr/share/cmake-2.4/Modules/CheckVariableExists.c:13: warning: left-hand operand of comma expression has no effect
  895. /usr/share/cmake-2.4/Modules/CheckVariableExists.c:14: warning: control reaches end of non-void function
  896. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckVariableExists.o] Error 1
  897. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  898. make: *** [cmTryCompileExec/fast] Error 2
  899.  
  900.  
  901. Determining if files sys/pstat.h, exist failed with the following output:
  902. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  903. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  904. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  905. Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o
  906. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common     -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o   -c /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  907. /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: error: sys/pstat.h,: No such file or directory
  908. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFiles.o] Error 1
  909. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  910. make: *** [cmTryCompileExec/fast] Error 2
  911.  
  912. Source:
  913. /* */
  914. #include <sys/pstat.h,>
  915.  
  916.  
  917. int main(){return 0;}
  918.  
  919. Determining if the function pstat, exists failed with the following output:
  920. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  921. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  922. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  923. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  924. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=pstat,   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  925. /usr/share/cmake-2.4/Modules/CheckFunctionExists.c:3: error: expected identifier or ‘(’ before ‘)’ token
  926. /usr/share/cmake-2.4/Modules/CheckFunctionExists.c: In function ‘main’:
  927. /usr/share/cmake-2.4/Modules/CheckFunctionExists.c:11: error: expected expression before ‘)’ token
  928. /usr/share/cmake-2.4/Modules/CheckFunctionExists.c:11: warning: left-hand operand of comma expression has no effect
  929. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o] Error 1
  930. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  931. make: *** [cmTryCompileExec/fast] Error 2
  932.  
  933.  
  934. Determining if the function setproctitle, exists failed with the following output:
  935. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  936. make[1]: Entering directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  937. /usr/bin/cmake -E cmake_progress_report /home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp/CMakeFiles 1
  938. Building C object CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o
  939. /usr/bin/gcc  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common  -DCHECK_FUNCTION_EXISTS=setproctitle,   -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -o CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o   -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
  940. /usr/share/cmake-2.4/Modules/CheckFunctionExists.c:3: error: expected identifier or ‘(’ before ‘)’ token
  941. /usr/share/cmake-2.4/Modules/CheckFunctionExists.c: In function ‘main’:
  942. /usr/share/cmake-2.4/Modules/CheckFunctionExists.c:11: error: expected expression before ‘)’ token
  943. /usr/share/cmake-2.4/Modules/CheckFunctionExists.c:11: warning: left-hand operand of comma expression has no effect
  944. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/usr/share/cmake-2.4/Modules/CheckFunctionExists.o] Error 1
  945. make[1]: Leaving directory `/home/kde-devel/kde/build/KDE/kdelibs/CMakeFiles/CMakeTmp'
  946. make: *** [cmTryCompileExec/fast] Error 2

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right