Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.56 KB | None | 0 0
  1. pi@raspberrypi:~/hyperion.ng/build $ cmake -DCMAKE_BUILD_TYPE=Release ..
  2. -- The C compiler identification is GNU 4.9.2
  3. -- The CXX compiler identification is GNU 4.9.2
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- PLATFORM is not defined, evaluated platform: rpi
  13. -- PLATFORM: rpi
  14. -- ENABLE_AMLOGIC = OFF
  15. -- ENABLE_DISPMANX = ON
  16. -- ENABLE_FB = ON
  17. -- ENABLE_OSX = OFF
  18. -- ENABLE_SPIDEV = ON
  19. -- ENABLE_TINKERFORGE = ON
  20. -- ENABLE_V4L2 = ON
  21. -- ENABLE_WS281XPWM = ON
  22. -- ENABLE_X11 = OFF
  23. -- ENABLE_TESTS = OFF
  24. -- ENABLE_PROFILER = OFF
  25. -- Current Version: master (GitHub-a43d60e/58374b6-1480976174)
  26. -- Performing Test COMPILER_SUPPORTS_CXX11
  27. -- Performing Test COMPILER_SUPPORTS_CXX11 - Success
  28. -- Performing Test COMPILER_SUPPORTS_CXX0X
  29. -- Performing Test COMPILER_SUPPORTS_CXX0X - Success
  30. -- Found Qt Version: 5.3.2
  31. -- Found libusb-1.0:
  32. -- - Includes: /usr/include/libusb-1.0
  33. -- - Libraries: /usr/lib/arm-linux-gnueabihf/libusb-1.0.so
  34. -- Looking for include file pthread.h
  35. -- Looking for include file pthread.h - found
  36. -- Looking for pthread_create
  37. -- Looking for pthread_create - not found
  38. -- Looking for pthread_create in pthreads
  39. -- Looking for pthread_create in pthreads - not found
  40. -- Looking for pthread_create in pthread
  41. -- Looking for pthread_create in pthread - found
  42. -- Found Threads: TRUE
  43. -- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.8")
  44. -- Looking for dlfcn.h
  45. -- Looking for dlfcn.h - found
  46. -- Looking for inttypes.h
  47. -- Looking for inttypes.h - found
  48. -- Looking for memory.h
  49. -- Looking for memory.h - found
  50. -- Looking for stdint.h
  51. -- Looking for stdint.h - found
  52. -- Looking for stdlib.h
  53. -- Looking for stdlib.h - found
  54. -- Looking for strings.h
  55. -- Looking for strings.h - found
  56. -- Looking for string.h
  57. -- Looking for string.h - found
  58. -- Looking for sys/stat.h
  59. -- Looking for sys/stat.h - found
  60. -- Looking for sys/types.h
  61. -- Looking for sys/types.h - found
  62. -- Looking for unistd.h
  63. -- Looking for unistd.h - found
  64. -- Protobuf: doing try-compiles for hash map/set headers
  65. -- Protobuf: doing try-compiles for pthread test
  66. -- Looking for stddef.h
  67. -- Looking for stddef.h - found
  68. CMake Warning (dev) at dependencies/external/protobuf/src/CMakeLists.txt:324 (get_target_property):
  69. Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  70. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
  71. command to set the policy and suppress this warning.
  72.  
  73. The LOCATION property should not be read from target "protoc_compiler".
  74. Use the target name directly with add_custom_command, or use the generator
  75. expression $<TARGET_FILE>, as appropriate.
  76.  
  77. This warning is for project developers. Use -Wno-dev to suppress it.
  78.  
  79. -- Using protobuf compiler: /home/pi/hyperion.ng/build/bin//protoc
  80. -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython3.4m.so (found version "3.4.2")
  81. CMake Warning at doc/CMakeLists.txt:31 (message):
  82. Doxygen not found, unable to generate documenation!
  83.  
  84.  
  85. -- Configuring done
  86. CMake Warning (dev) at libsrc/hyperion/CMakeLists.txt:50 (add_library):
  87. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  88. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  89. Use the cmake_policy command to set the policy and suppress this warning.
  90.  
  91. Target "hyperion" links to target "Qt5::SerialPort" but the target was not
  92. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  93. an ALIAS target is missing?
  94. This warning is for project developers. Use -Wno-dev to suppress it.
  95.  
  96. CMake Warning (dev) at libsrc/commandline/CMakeLists.txt:33 (add_library):
  97. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  98. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  99. Use the cmake_policy command to set the policy and suppress this warning.
  100.  
  101. Target "commandline" links to target "Qt5::SerialPort" but the target was
  102. not found. Perhaps a find_package() call is missing for an IMPORTED
  103. target, or an ALIAS target is missing?
  104. This warning is for project developers. Use -Wno-dev to suppress it.
  105.  
  106. CMake Warning (dev) at libsrc/jsonserver/CMakeLists.txt:27 (add_library):
  107. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  108. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  109. Use the cmake_policy command to set the policy and suppress this warning.
  110.  
  111. Target "jsonserver" links to target "Qt5::SerialPort" but the target was
  112. not found. Perhaps a find_package() call is missing for an IMPORTED
  113. target, or an ALIAS target is missing?
  114. This warning is for project developers. Use -Wno-dev to suppress it.
  115.  
  116. CMake Warning (dev) at libsrc/protoserver/CMakeLists.txt:39 (add_library):
  117. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  118. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  119. Use the cmake_policy command to set the policy and suppress this warning.
  120.  
  121. Target "protoserver" links to target "Qt5::SerialPort" but the target was
  122. not found. Perhaps a find_package() call is missing for an IMPORTED
  123. target, or an ALIAS target is missing?
  124. This warning is for project developers. Use -Wno-dev to suppress it.
  125.  
  126. CMake Warning (dev) at libsrc/bonjour/CMakeLists.txt:24 (add_library):
  127. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  128. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  129. Use the cmake_policy command to set the policy and suppress this warning.
  130.  
  131. Target "bonjour" links to target "Qt5::SerialPort" but the target was not
  132. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  133. an ALIAS target is missing?
  134. This warning is for project developers. Use -Wno-dev to suppress it.
  135.  
  136. CMake Warning (dev) at libsrc/boblightserver/CMakeLists.txt:22 (add_library):
  137. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  138. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  139. Use the cmake_policy command to set the policy and suppress this warning.
  140.  
  141. Target "boblightserver" links to target "Qt5::SerialPort" but the target
  142. was not found. Perhaps a find_package() call is missing for an IMPORTED
  143. target, or an ALIAS target is missing?
  144. This warning is for project developers. Use -Wno-dev to suppress it.
  145.  
  146. CMake Warning (dev) at libsrc/udplistener/CMakeLists.txt:20 (add_library):
  147. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  148. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  149. Use the cmake_policy command to set the policy and suppress this warning.
  150.  
  151. Target "udplistener" links to target "Qt5::SerialPort" but the target was
  152. not found. Perhaps a find_package() call is missing for an IMPORTED
  153. target, or an ALIAS target is missing?
  154. This warning is for project developers. Use -Wno-dev to suppress it.
  155.  
  156. CMake Warning (dev) at libsrc/kodivideochecker/CMakeLists.txt:20 (add_library):
  157. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  158. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  159. Use the cmake_policy command to set the policy and suppress this warning.
  160.  
  161. Target "kodivideochecker" links to target "Qt5::SerialPort" but the target
  162. was not found. Perhaps a find_package() call is missing for an IMPORTED
  163. target, or an ALIAS target is missing?
  164. This warning is for project developers. Use -Wno-dev to suppress it.
  165.  
  166. CMake Warning (dev) at libsrc/effectengine/CMakeLists.txt:43 (add_library):
  167. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  168. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  169. Use the cmake_policy command to set the policy and suppress this warning.
  170.  
  171. Target "effectengine" links to target "Qt5::SerialPort" but the target was
  172. not found. Perhaps a find_package() call is missing for an IMPORTED
  173. target, or an ALIAS target is missing?
  174. This warning is for project developers. Use -Wno-dev to suppress it.
  175.  
  176. CMake Warning (dev) at libsrc/grabber/dispmanx/CMakeLists.txt:26 (add_library):
  177. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  178. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  179. Use the cmake_policy command to set the policy and suppress this warning.
  180.  
  181. Target "dispmanx-grabber" links to target "Qt5::SerialPort" but the target
  182. was not found. Perhaps a find_package() call is missing for an IMPORTED
  183. target, or an ALIAS target is missing?
  184. This warning is for project developers. Use -Wno-dev to suppress it.
  185.  
  186. CMake Warning (dev) at libsrc/grabber/framebuffer/CMakeLists.txt:26 (add_library):
  187. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  188. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  189. Use the cmake_policy command to set the policy and suppress this warning.
  190.  
  191. Target "framebuffer-grabber" links to target "Qt5::SerialPort" but the
  192. target was not found. Perhaps a find_package() call is missing for an
  193. IMPORTED target, or an ALIAS target is missing?
  194. This warning is for project developers. Use -Wno-dev to suppress it.
  195.  
  196. CMake Warning (dev) at libsrc/grabber/v4l2/CMakeLists.txt:21 (add_library):
  197. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  198. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  199. Use the cmake_policy command to set the policy and suppress this warning.
  200.  
  201. Target "v4l2-grabber" links to target "Qt5::SerialPort" but the target was
  202. not found. Perhaps a find_package() call is missing for an IMPORTED
  203. target, or an ALIAS target is missing?
  204. This warning is for project developers. Use -Wno-dev to suppress it.
  205.  
  206. CMake Warning (dev) at libsrc/webconfig/CMakeLists.txt:41 (add_library):
  207. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  208. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  209. Use the cmake_policy command to set the policy and suppress this warning.
  210.  
  211. Target "webconfig" links to target "Qt5::SerialPort" but the target was not
  212. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  213. an ALIAS target is missing?
  214. This warning is for project developers. Use -Wno-dev to suppress it.
  215.  
  216. CMake Warning (dev) at src/hyperiond/CMakeLists.txt:2 (add_executable):
  217. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  218. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  219. Use the cmake_policy command to set the policy and suppress this warning.
  220.  
  221. Target "hyperiond" links to target "Qt5::SerialPort" but the target was not
  222. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  223. an ALIAS target is missing?
  224. This warning is for project developers. Use -Wno-dev to suppress it.
  225.  
  226. CMake Warning (dev) at src/hyperion-remote/CMakeLists.txt:24 (add_executable):
  227. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  228. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  229. Use the cmake_policy command to set the policy and suppress this warning.
  230.  
  231. Target "hyperion-remote" links to target "Qt5::SerialPort" but the target
  232. was not found. Perhaps a find_package() call is missing for an IMPORTED
  233. target, or an ALIAS target is missing?
  234. This warning is for project developers. Use -Wno-dev to suppress it.
  235.  
  236. CMake Warning (dev) at src/hyperion-v4l2/CMakeLists.txt:27 (add_executable):
  237. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  238. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  239. Use the cmake_policy command to set the policy and suppress this warning.
  240.  
  241. Target "hyperion-v4l2" links to target "Qt5::SerialPort" but the target was
  242. not found. Perhaps a find_package() call is missing for an IMPORTED
  243. target, or an ALIAS target is missing?
  244. This warning is for project developers. Use -Wno-dev to suppress it.
  245.  
  246. CMake Warning (dev) at src/hyperion-dispmanx/CMakeLists.txt:27 (add_executable):
  247. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  248. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  249. Use the cmake_policy command to set the policy and suppress this warning.
  250.  
  251. Target "hyperion-dispmanx" links to target "Qt5::SerialPort" but the target
  252. was not found. Perhaps a find_package() call is missing for an IMPORTED
  253. target, or an ALIAS target is missing?
  254. This warning is for project developers. Use -Wno-dev to suppress it.
  255.  
  256. CMake Warning (dev) at src/hyperion-framebuffer/CMakeLists.txt:26 (add_executable):
  257. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  258. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  259. Use the cmake_policy command to set the policy and suppress this warning.
  260.  
  261. Target "hyperion-framebuffer" links to target "Qt5::SerialPort" but the
  262. target was not found. Perhaps a find_package() call is missing for an
  263. IMPORTED target, or an ALIAS target is missing?
  264. This warning is for project developers. Use -Wno-dev to suppress it.
  265.  
  266. CMake Warning (dev) at src/hyperiond/CMakeLists.txt:2 (add_executable):
  267. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  268. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  269. Use the cmake_policy command to set the policy and suppress this warning.
  270.  
  271. Target "hyperiond" links to target "Qt5::SerialPort" but the target was not
  272. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  273. an ALIAS target is missing?
  274. This warning is for project developers. Use -Wno-dev to suppress it.
  275.  
  276. CMake Warning (dev) at src/hyperion-remote/CMakeLists.txt:24 (add_executable):
  277. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  278. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  279. Use the cmake_policy command to set the policy and suppress this warning.
  280.  
  281. Target "hyperion-remote" links to target "Qt5::SerialPort" but the target
  282. was not found. Perhaps a find_package() call is missing for an IMPORTED
  283. target, or an ALIAS target is missing?
  284. This warning is for project developers. Use -Wno-dev to suppress it.
  285.  
  286. CMake Warning (dev) at src/hyperion-v4l2/CMakeLists.txt:27 (add_executable):
  287. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  288. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  289. Use the cmake_policy command to set the policy and suppress this warning.
  290.  
  291. Target "hyperion-v4l2" links to target "Qt5::SerialPort" but the target was
  292. not found. Perhaps a find_package() call is missing for an IMPORTED
  293. target, or an ALIAS target is missing?
  294. This warning is for project developers. Use -Wno-dev to suppress it.
  295.  
  296. CMake Warning (dev) at src/hyperion-dispmanx/CMakeLists.txt:27 (add_executable):
  297. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  298. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  299. Use the cmake_policy command to set the policy and suppress this warning.
  300.  
  301. Target "hyperion-dispmanx" links to target "Qt5::SerialPort" but the target
  302. was not found. Perhaps a find_package() call is missing for an IMPORTED
  303. target, or an ALIAS target is missing?
  304. This warning is for project developers. Use -Wno-dev to suppress it.
  305.  
  306. CMake Warning (dev) at src/hyperion-framebuffer/CMakeLists.txt:26 (add_executable):
  307. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  308. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  309. Use the cmake_policy command to set the policy and suppress this warning.
  310.  
  311. Target "hyperion-framebuffer" links to target "Qt5::SerialPort" but the
  312. target was not found. Perhaps a find_package() call is missing for an
  313. IMPORTED target, or an ALIAS target is missing?
  314. This warning is for project developers. Use -Wno-dev to suppress it.
  315.  
  316. CMake Warning (dev) in src/hyperion-remote/CMakeLists.txt:
  317. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  318. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  319. command to set the policy and suppress this warning.
  320. This warning is for project developers. Use -Wno-dev to suppress it.
  321.  
  322. CMake Warning (dev) in src/hyperion-v4l2/CMakeLists.txt:
  323. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  324. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  325. command to set the policy and suppress this warning.
  326. This warning is for project developers. Use -Wno-dev to suppress it.
  327.  
  328. CMake Warning (dev) in src/hyperion-dispmanx/CMakeLists.txt:
  329. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  330. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  331. command to set the policy and suppress this warning.
  332. This warning is for project developers. Use -Wno-dev to suppress it.
  333.  
  334. CMake Warning (dev) in src/hyperion-framebuffer/CMakeLists.txt:
  335. Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties.
  336. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy
  337. command to set the policy and suppress this warning.
  338. This warning is for project developers. Use -Wno-dev to suppress it.
  339.  
  340. -- Generating done
  341. -- Build files have been written to: /home/pi/hyperion.ng/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement