Advertisement
Alucryd

pcsx2 - cmake error

Oct 14th, 2013
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.04 KB | None | 0 0
  1. -- The C compiler identification is GNU 4.8.1
  2. -- The CXX compiler identification is GNU 4.8.1
  3. -- Check for working C compiler: /usr/bin/cc
  4. -- Check for working C compiler: /usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Check for working CXX compiler: /usr/bin/c++
  8. -- Check for working CXX compiler: /usr/bin/c++ -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Enable the stripping by default in Release build !!!
  12. -- Enable the building of po files by default in Release build !!!
  13. -- Found Freetype: /usr/lib/libfreetype.so (found version "2.5.0")
  14. -- Found GTK2_GTK: /usr/lib/libgtk-x11-2.0.so
  15. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
  16. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
  17. -- Looking for gethostbyname
  18. -- Looking for gethostbyname - found
  19. -- Looking for connect
  20. -- Looking for connect - found
  21. -- Looking for remove
  22. -- Looking for remove - found
  23. -- Looking for shmat
  24. -- Looking for shmat - found
  25. -- Looking for IceConnectionNumber in ICE
  26. -- Looking for IceConnectionNumber in ICE - found
  27. -- Found X11: /usr/lib/libX11.so
  28. -- Found ALSA: /usr/lib/libasound.so (found version "1.0.27.2")
  29. -- Found BZip2: /usr/lib/libbz2.so (found version "1.0.6")
  30. -- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so
  31. -- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so - found
  32. -- Found Gettext: /usr/bin/msgmerge (found version "0.18.3")
  33. -- Found JPEG: /usr/lib/libjpeg.so
  34. -- Found OpenGL: /usr/lib/libGL.so
  35. -- Looking for include file pthread.h
  36. -- Looking for include file pthread.h - found
  37. -- Looking for pthread_create
  38. -- Looking for pthread_create - found
  39. -- Found Threads: TRUE
  40. -- Found SDL: /usr/lib/libSDL.so (found version "1.2.15")
  41. -- Found Subversion: /usr/bin/svn (found version "1.8.3")
  42. -- Found wxWidgets: TRUE
  43. -- Found ZLIB: /usr/lib/libz.so (found version "1.2.8")
  44. -- Found AIO: /usr/lib/libaio.so
  45. -- Could NOT find Cg (missing: CG_LIBRARIES)
  46. -- Found EGL: /usr/lib/libEGL.so
  47. -- Found GLESV2: /usr/lib/libGLESv2.so
  48. -- Found GLEW: /usr/lib/libGLEW.so
  49. -- Found Libc: /usr/lib/librt.so;/usr/lib/libdl.so;/usr/lib/libm.so
  50. -- Found PortAudio: /usr/lib/libportaudio.so
  51. -- Found SoundTouch: /usr/lib/libSoundTouch.so
  52. -- Found SparseHash: /usr/include
  53. -- Found SparseHash_new: /usr/include
  54. -- Skip build of zerogs: miss some dependencies
  55. -- check these libraries -> glew (>=1.6), opengl, X11, nvidia-cg-toolkit (>=2.1)
  56. -- Don't build zerospu2. It is super-seeded by spu2x
  57. -- Configuring done
  58. CMake Error:
  59. Error evaluating generator expression:
  60.  
  61. $<LINK_ONLY:-Wl,-O1,--sort-common,--as-needed,-z,relro>
  62.  
  63. $<LINK_ONLY> expression requires exactly one parameter.
  64.  
  65.  
  66. CMake Warning (dev) in common/src/Utilities/CMakeLists.txt:
  67. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  68. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  69. cmake_policy command to set the policy and suppress this warning.
  70.  
  71. Static library target "Utilities" has a INTERFACE_LINK_LIBRARIES property.
  72. This should be preferred as the source of the link interface for this
  73. library. Ignoring the property and using the link implementation as the
  74. link interface instead.
  75. This warning is for project developers. Use -Wno-dev to suppress it.
  76.  
  77. CMake Error:
  78. Error evaluating generator expression:
  79.  
  80. $<LINK_ONLY:-Wl,-O1,--sort-common,--as-needed,-z,relro>
  81.  
  82. $<LINK_ONLY> expression requires exactly one parameter.
  83.  
  84.  
  85. CMake Warning (dev) in common/src/x86emitter/CMakeLists.txt:
  86. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  87. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  88. cmake_policy command to set the policy and suppress this warning.
  89.  
  90. Static library target "x86emitter" has a INTERFACE_LINK_LIBRARIES property.
  91. This should be preferred as the source of the link interface for this
  92. library. Ignoring the property and using the link implementation as the
  93. link interface instead.
  94. This warning is for project developers. Use -Wno-dev to suppress it.
  95.  
  96. CMake Error:
  97. Error evaluating generator expression:
  98.  
  99. $<LINK_ONLY:-Wl,-O1,--sort-common,--as-needed,-z,relro>
  100.  
  101. $<LINK_ONLY> expression requires exactly one parameter.
  102.  
  103.  
  104. CMake Warning (dev) in common/src/Utilities/CMakeLists.txt:
  105. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  106. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  107. cmake_policy command to set the policy and suppress this warning.
  108.  
  109. Static library target "Utilities" has a INTERFACE_LINK_LIBRARIES property.
  110. This should be preferred as the source of the link interface for this
  111. library. Ignoring the property and using the link implementation as the
  112. link interface instead.
  113. This warning is for project developers. Use -Wno-dev to suppress it.
  114.  
  115. CMake Error:
  116. Error evaluating generator expression:
  117.  
  118. $<LINK_ONLY:-Wl,-O1,--sort-common,--as-needed,-z,relro>
  119.  
  120. $<LINK_ONLY> expression requires exactly one parameter.
  121.  
  122.  
  123. CMake Warning (dev) in common/src/Utilities/CMakeLists.txt:
  124. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  125. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  126. cmake_policy command to set the policy and suppress this warning.
  127.  
  128. Static library target "Utilities" has a INTERFACE_LINK_LIBRARIES property.
  129. This should be preferred as the source of the link interface for this
  130. library. Ignoring the property and using the link implementation as the
  131. link interface instead.
  132. This warning is for project developers. Use -Wno-dev to suppress it.
  133.  
  134. CMake Error:
  135. Error evaluating generator expression:
  136.  
  137. $<LINK_ONLY:-Wl,-O1,--sort-common,--as-needed,-z,relro>
  138.  
  139. $<LINK_ONLY> expression requires exactly one parameter.
  140.  
  141.  
  142. CMake Warning (dev) in common/src/Utilities/CMakeLists.txt:
  143. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  144. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  145. cmake_policy command to set the policy and suppress this warning.
  146.  
  147. Static library target "Utilities" has a INTERFACE_LINK_LIBRARIES property.
  148. This should be preferred as the source of the link interface for this
  149. library. Ignoring the property and using the link implementation as the
  150. link interface instead.
  151. This warning is for project developers. Use -Wno-dev to suppress it.
  152.  
  153. CMake Error:
  154. Error evaluating generator expression:
  155.  
  156. $<LINK_ONLY:-Wl,-O1,--sort-common,--as-needed,-z,relro>
  157.  
  158. $<LINK_ONLY> expression requires exactly one parameter.
  159.  
  160.  
  161. CMake Warning (dev) in common/src/Utilities/CMakeLists.txt:
  162. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  163. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  164. cmake_policy command to set the policy and suppress this warning.
  165.  
  166. Static library target "Utilities" has a INTERFACE_LINK_LIBRARIES property.
  167. This should be preferred as the source of the link interface for this
  168. library. Ignoring the property and using the link implementation as the
  169. link interface instead.
  170. This warning is for project developers. Use -Wno-dev to suppress it.
  171.  
  172. CMake Error:
  173. Error evaluating generator expression:
  174.  
  175. $<LINK_ONLY:-Wl,-O1,--sort-common,--as-needed,-z,relro>
  176.  
  177. $<LINK_ONLY> expression requires exactly one parameter.
  178.  
  179.  
  180. CMake Warning (dev) in common/src/Utilities/CMakeLists.txt:
  181. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  182. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  183. cmake_policy command to set the policy and suppress this warning.
  184.  
  185. Static library target "Utilities" has a INTERFACE_LINK_LIBRARIES property.
  186. This should be preferred as the source of the link interface for this
  187. library. Ignoring the property and using the link implementation as the
  188. link interface instead.
  189. This warning is for project developers. Use -Wno-dev to suppress it.
  190.  
  191. CMake Error:
  192. Error evaluating generator expression:
  193.  
  194. $<LINK_ONLY:-Wl,-O1,--sort-common,--as-needed,-z,relro>
  195.  
  196. $<LINK_ONLY> expression requires exactly one parameter.
  197.  
  198.  
  199. CMake Warning (dev) in common/src/x86emitter/CMakeLists.txt:
  200. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  201. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  202. cmake_policy command to set the policy and suppress this warning.
  203.  
  204. Static library target "x86emitter" has a INTERFACE_LINK_LIBRARIES property.
  205. This should be preferred as the source of the link interface for this
  206. library. Ignoring the property and using the link implementation as the
  207. link interface instead.
  208. This warning is for project developers. Use -Wno-dev to suppress it.
  209.  
  210. CMake Error:
  211. Error evaluating generator expression:
  212.  
  213. $<LINK_ONLY:-Wl,-O1,--sort-common,--as-needed,-z,relro>
  214.  
  215. $<LINK_ONLY> expression requires exactly one parameter.
  216.  
  217.  
  218. CMake Warning (dev) in common/src/Utilities/CMakeLists.txt:
  219. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  220. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  221. cmake_policy command to set the policy and suppress this warning.
  222.  
  223. Static library target "Utilities" has a INTERFACE_LINK_LIBRARIES property.
  224. This should be preferred as the source of the link interface for this
  225. library. Ignoring the property and using the link implementation as the
  226. link interface instead.
  227. This warning is for project developers. Use -Wno-dev to suppress it.
  228.  
  229. CMake Error:
  230. Error evaluating generator expression:
  231.  
  232. $<LINK_ONLY:-Wl,-O1,--sort-common,--as-needed,-z,relro>
  233.  
  234. $<LINK_ONLY> expression requires exactly one parameter.
  235.  
  236.  
  237. CMake Warning (dev) in common/src/Utilities/CMakeLists.txt:
  238. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  239. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  240. cmake_policy command to set the policy and suppress this warning.
  241.  
  242. Static library target "Utilities" has a INTERFACE_LINK_LIBRARIES property.
  243. This should be preferred as the source of the link interface for this
  244. library. Ignoring the property and using the link implementation as the
  245. link interface instead.
  246. This warning is for project developers. Use -Wno-dev to suppress it.
  247.  
  248. CMake Error:
  249. Error evaluating generator expression:
  250.  
  251. $<LINK_ONLY:-Wl,-O1,--sort-common,--as-needed,-z,relro>
  252.  
  253. $<LINK_ONLY> expression requires exactly one parameter.
  254.  
  255.  
  256. CMake Warning (dev) in common/src/Utilities/CMakeLists.txt:
  257. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  258. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  259. cmake_policy command to set the policy and suppress this warning.
  260.  
  261. Static library target "Utilities" has a INTERFACE_LINK_LIBRARIES property.
  262. This should be preferred as the source of the link interface for this
  263. library. Ignoring the property and using the link implementation as the
  264. link interface instead.
  265. This warning is for project developers. Use -Wno-dev to suppress it.
  266.  
  267. CMake Error:
  268. Error evaluating generator expression:
  269.  
  270. $<LINK_ONLY:-Wl,-O1,--sort-common,--as-needed,-z,relro>
  271.  
  272. $<LINK_ONLY> expression requires exactly one parameter.
  273.  
  274.  
  275. CMake Warning (dev) in common/src/Utilities/CMakeLists.txt:
  276. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  277. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  278. cmake_policy command to set the policy and suppress this warning.
  279.  
  280. Static library target "Utilities" has a INTERFACE_LINK_LIBRARIES property.
  281. This should be preferred as the source of the link interface for this
  282. library. Ignoring the property and using the link implementation as the
  283. link interface instead.
  284. This warning is for project developers. Use -Wno-dev to suppress it.
  285.  
  286. -- Generating done
  287. -- Build files have been written to: /build/pcsx2-svn/src/pcsx2/build
  288. ==> ERROR: Build failed, check /var/lib/archbuild/extra-i686/alucryd-mkpkg/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement