Advertisement
Guest User

Untitled

a guest
Dec 7th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.04 KB | None | 0 0
  1. anatoly@002 /tmp/FreeRDP-WebConnect-fork (master) $ ./setup-all.sh
  2. ---- Fetching webconnect dependencies ehs and FreeRDP into /home/anatoly/prereqs ----
  3. ~ /tmp/FreeRDP-WebConnect-fork
  4. ---- Checking out ehs trunk code ----
  5. ~/prereqs ~/prereqs /tmp/FreeRDP-WebConnect-fork
  6. Already up-to-date.
  7. ~/prereqs /tmp/FreeRDP-WebConnect-fork
  8. ---- Starting ehs build ----
  9. Include dir:
  10. OPENSSL INCLUDE DIR: /usr/include
  11. -- Strcasecmp has been redefined to strcasecmp
  12. -- Try_compile pretty_func.c returned TRUE
  13. -- Try_compile unique_pointer.c returned FALSE.
  14. -- Boost version: 1.58.0
  15. -- Found the following Boost libraries:
  16. -- filesystem
  17. -- system
  18. -- regex
  19. -- program_options
  20. -- Configuring done
  21. -- Generating done
  22. -- Build files have been written to: /home/anatoly/prereqs/EHS/build
  23. [100%] Built target ehs
  24. ---- Finished building ehs ----
  25. sudo available. Please enter your password to install ehs:
  26. [sudo] password for anatoly:
  27. [100%] Built target ehs
  28. Install the project...
  29. -- Install configuration: "Release"
  30. -- Up-to-date: /usr/lib/libehs.a
  31. -- Up-to-date: /usr/include/ehs/contentdisposition.h
  32. -- Up-to-date: /usr/include/ehs/datum.h
  33. -- Up-to-date: /usr/include/ehs/ehs.h
  34. -- Up-to-date: /usr/include/ehs/ehstypes.h
  35. -- Up-to-date: /usr/include/ehs/formvalue.h
  36. -- Up-to-date: /usr/include/ehs/httprequest.h
  37. -- Up-to-date: /usr/include/ehs/httpresponse.h
  38. -- Up-to-date: /usr/include/ehs/networkabstraction.h
  39. ---- Finished installing ehs ----
  40. ---- Checking out freerdp master ----
  41. ~/prereqs ~/prereqs /tmp/FreeRDP-WebConnect-fork
  42. Already up-to-date.
  43. ./setup-all.sh: line 47: cd: FreeRDP: No such file or directory
  44. Already on 'stable-1.1'
  45. Your branch is up-to-date with 'origin/stable-1.1'.
  46. ~/prereqs /tmp/FreeRDP-WebConnect-fork
  47. ---- Start installing freerdp ----
  48. -- FreeRDP GIT
  49. -- Git Revision 1.1.0-beta+2013071101-162-g770c67
  50. -- Finding recommended feature X11 for X11 (X11 client and server)
  51. -- Disable feature X11 using "-DWITH_X11=OFF"
  52. -- Skipping optional feature DirectFB for DirectFB (DirectFB client)
  53. -- Enable feature DirectFB using "-DWITH_DIRECTFB=ON"
  54. -- Finding required feature ZLIB for compression (data compression)
  55. -- Finding required feature OpenSSL for cryptography (encryption, certificate validation, hashing functions)
  56. -- Finding recommended feature ALSA for sound (audio input, audio output and multimedia redirection)
  57. -- Disable feature ALSA using "-DWITH_ALSA=OFF"
  58. -- Skipping optional feature Pulse for sound (audio input, audio output and multimedia redirection)
  59. -- Enable feature Pulse using "-DWITH_PULSE=ON"
  60. -- Skipping optional feature Cups for printing (printer device redirection)
  61. -- Enable feature Cups using "-DWITH_CUPS=ON"
  62. -- Skipping optional feature PCSC for smart card (smart card device redirection)
  63. -- Enable feature PCSC using "-DWITH_PCSC=ON"
  64. -- Finding recommended feature FFmpeg for multimedia (multimedia redirection, audio and video playback)
  65. -- Disable feature FFmpeg using "-DWITH_FFMPEG=OFF"
  66. -- Skipping recommended feature Gstreamer for multimedia (multimedia redirection, audio and video playback)
  67. -- Skipping optional feature JPEG for codec (use JPEG library)
  68. -- Enable feature JPEG using "-DWITH_JPEG=ON"
  69. -- Skipping optional feature IPP for performance (Intel Integrated Performance Primitives library)
  70. -- Enable feature IPP using "-DWITH_IPP=ON"
  71. -- Skipping optional feature NPP for performance (NVIDIA Performance Primitives library)
  72. -- Enable feature NPP using "-DWITH_NPP=ON"
  73. -- FreeRDP GIT
  74. -- Skipping recommended feature XKBFile for X11 keyboard (X11 keyboard file extension)
  75. -- Adding dynamic channel client "echo": Echo Virtual Channel Extension
  76. -- Adding device channel client "serial": Serial Port Virtual Channel Extension
  77. -- Adding dynamic channel client "rdpei": Input Virtual Channel Extension
  78. -- Adding static channel client "rail": Remote Programs Virtual Channel Extension
  79. -- Adding static channel client "drdynvc": Dynamic Virtual Channel Extension
  80. -- Adding dynamic channel client "tsmf": Video Redirection Virtual Channel Extension
  81. -- Adding static channel client server "rdpsnd": Audio Output Virtual Channel Extension
  82. -- Adding static channel client "rdpdr": Device Redirection Virtual Channel Extension
  83. -- Adding static channel client "cliprdr": Clipboard Virtual Channel Extension
  84. -- Adding device channel client "drive": Drive Redirection Virtual Channel Extension
  85. -- Adding dynamic channel client server "audin": Audio Input Redirection Virtual Channel Extension
  86. -- Adding device channel client "parallel": Parallel Port Virtual Channel Extension
  87. -- Could NOT find DocBook XSL stylesheets (missing: DOCBOOKXSL_DIR)
  88. CMake Warning at client/X11/CMakeLists.txt:115 (message):
  89. WITH_MANPAGES was set, but xsltproc was not found. man-pages will not be
  90. installed
  91.  
  92.  
  93. -- Finding required feature XShm for X11 shared memory (X11 shared memory extension)
  94. -- Finding recommended feature Xinerama for multi-monitor (X11 multi-monitor extension)
  95. -- Disable feature Xinerama using "-DWITH_XINERAMA=OFF"
  96. -- Finding recommended feature Xext for X11 extension (X11 core extensions)
  97. -- Disable feature Xext using "-DWITH_XEXT=OFF"
  98. -- Finding recommended feature Xcursor for cursor (X11 cursor extension)
  99. -- Disable feature Xcursor using "-DWITH_XCURSOR=OFF"
  100. -- Skipping recommended feature Xv for video (X11 video extension)
  101. -- Finding recommended feature Xi for input (X11 input extension)
  102. -- Disable feature Xi using "-DWITH_XI=OFF"
  103. -- Finding recommended feature Xrender for rendering (X11 render extension)
  104. -- Disable feature Xrender using "-DWITH_XRENDER=OFF"
  105. -- Configuring done
  106. CMake Warning (dev) in client/common/CMakeLists.txt:
  107. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  108. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  109. cmake_policy command to set the policy and suppress this warning.
  110.  
  111. Target "freerdp-client" has an INTERFACE_LINK_LIBRARIES property which
  112. differs from its LINK_INTERFACE_LIBRARIES properties.
  113.  
  114. INTERFACE_LINK_LIBRARIES:
  115.  
  116. echo-client;rdpei-client;tsmf-client;audin-client;serial-client;drive-client;parallel-client;rail-client;drdynvc-client;rdpsnd-client;rdpdr-client;cliprdr-client;tsmf-client-ffmpeg-decoder;tsmf-client-alsa-audio;rdpsnd-client-alsa;audin-client-alsa;freerdp-utils;winpr-crt;winpr-path;winpr-file;winpr-synch;winpr-library;winpr-interlocked;freerdp-core;winpr-crt;winpr-utils
  117.  
  118. LINK_INTERFACE_LIBRARIES:
  119.  
  120.  
  121.  
  122. This warning is for project developers. Use -Wno-dev to suppress it.
  123.  
  124. -- Generating done
  125. -- Build files have been written to: /home/anatoly/prereqs/FreeRDP/build
  126. ---- Building freerdp ----
  127. [ 1%] Built target winpr-handle
  128. [ 2%] Built target winpr-thread
  129. [ 3%] Built target winpr-error
  130. [ 5%] Built target winpr-crt
  131. [ 5%] Built target winpr-interlocked
  132. [ 6%] Built target winpr-winhttp
  133. [ 7%] Built target winpr-sysinfo
  134. [ 11%] Built target winpr-synch
  135. [ 17%] Built target winpr-utils
  136. [ 20%] Built target winpr-pool
  137. [ 20%] Built target winpr-credentials
  138. [ 21%] Built target winpr-crypto
  139. [ 21%] Built target winpr-environment
  140. [ 25%] Built target winpr-rpc
  141. [ 27%] Built target winpr-input
  142. [ 27%] Built target winpr-registry
  143. [ 30%] Built target winpr-sspi
  144. [ 30%] Built target winpr-asn1
  145. [ 30%] Built target winpr-file
  146. [ 30%] Built target winpr-heap
  147. [ 31%] Built target winpr-credui
  148. [ 32%] Built target winpr-timezone
  149. [ 32%] Built target winpr-sspicli
  150. [ 32%] Built target winpr-winsock
  151. [ 33%] Built target winpr-io
  152. [ 34%] Built target winpr-pipe
  153. [ 35%] Built target winpr-dsparse
  154. [ 35%] Built target winpr-library
  155. [ 36%] Built target winpr-path
  156. [ 37%] Built target winpr-bcrypt
  157. [ 38%] Built target winpr-hash
  158. [ 38%] Built target winpr-makecert-tool
  159. [ 39%] Built target winpr-makecert
  160. [ 43%] Built target freerdp-utils
  161. [ 43%] Built target freerdp-common
  162. [ 47%] Built target freerdp-primitives
  163. [ 53%] Built target freerdp-codec
  164. [ 55%] Built target freerdp-crypto
  165. [ 57%] Built target freerdp-locale
  166. [ 70%] Built target freerdp-core
  167. [ 72%] Built target freerdp-cache
  168. [ 77%] Built target freerdp-gdi
  169. [ 79%] Built target freerdp-rail
  170. [ 80%] Built target echo-client
  171. [ 81%] Built target serial-client
  172. [ 82%] Built target rdpei-client
  173. [ 82%] Built target rail-client
  174. [ 83%] Built target drdynvc-client
  175. [ 85%] Built target tsmf-client
  176. [ 86%] Built target tsmf-client-ffmpeg-decoder
  177. [ 86%] Built target tsmf-client-alsa-audio
  178. [ 86%] Built target rdpsnd-client
  179. [ 87%] Built target rdpsnd-client-alsa
  180. [ 89%] Built target rdpdr-client
  181. [ 89%] Built target cliprdr-client
  182. [ 90%] Built target drive-client
  183. [ 90%] Built target audin-client
  184. [ 91%] Built target audin-client-alsa
  185. [ 92%] Built target parallel-client
  186. [ 95%] Built target freerdp-client
  187. [ 99%] Built target xfreerdp-client
  188. [100%] Built target xfreerdp-cli
  189. ---- Finished building freerdp ----
  190. sudo available. Please enter your password to install freerdp:
  191. [ 1%] Built target winpr-handle
  192. [ 2%] Built target winpr-thread
  193. [ 3%] Built target winpr-error
  194. [ 5%] Built target winpr-crt
  195. [ 5%] Built target winpr-interlocked
  196. [ 6%] Built target winpr-winhttp
  197. [ 7%] Built target winpr-sysinfo
  198. [ 11%] Built target winpr-synch
  199. [ 17%] Built target winpr-utils
  200. [ 20%] Built target winpr-pool
  201. [ 20%] Built target winpr-credentials
  202. [ 21%] Built target winpr-crypto
  203. [ 21%] Built target winpr-environment
  204. [ 25%] Built target winpr-rpc
  205. [ 27%] Built target winpr-input
  206. [ 27%] Built target winpr-registry
  207. [ 30%] Built target winpr-sspi
  208. [ 30%] Built target winpr-asn1
  209. [ 30%] Built target winpr-file
  210. [ 30%] Built target winpr-heap
  211. [ 31%] Built target winpr-credui
  212. [ 32%] Built target winpr-timezone
  213. [ 32%] Built target winpr-sspicli
  214. [ 32%] Built target winpr-winsock
  215. [ 33%] Built target winpr-io
  216. [ 34%] Built target winpr-pipe
  217. [ 35%] Built target winpr-dsparse
  218. [ 35%] Built target winpr-library
  219. [ 36%] Built target winpr-path
  220. [ 37%] Built target winpr-bcrypt
  221. [ 38%] Built target winpr-hash
  222. [ 38%] Built target winpr-makecert-tool
  223. [ 39%] Built target winpr-makecert
  224. [ 43%] Built target freerdp-utils
  225. [ 43%] Built target freerdp-common
  226. [ 47%] Built target freerdp-primitives
  227. [ 53%] Built target freerdp-codec
  228. [ 55%] Built target freerdp-crypto
  229. [ 57%] Built target freerdp-locale
  230. [ 70%] Built target freerdp-core
  231. [ 72%] Built target freerdp-cache
  232. [ 77%] Built target freerdp-gdi
  233. [ 79%] Built target freerdp-rail
  234. [ 80%] Built target echo-client
  235. [ 81%] Built target serial-client
  236. [ 82%] Built target rdpei-client
  237. [ 82%] Built target rail-client
  238. [ 83%] Built target drdynvc-client
  239. [ 85%] Built target tsmf-client
  240. [ 86%] Built target tsmf-client-ffmpeg-decoder
  241. [ 86%] Built target tsmf-client-alsa-audio
  242. [ 86%] Built target rdpsnd-client
  243. [ 87%] Built target rdpsnd-client-alsa
  244. [ 89%] Built target rdpdr-client
  245. [ 89%] Built target cliprdr-client
  246. [ 90%] Built target drive-client
  247. [ 90%] Built target audin-client
  248. [ 91%] Built target audin-client-alsa
  249. [ 92%] Built target parallel-client
  250. [ 95%] Built target freerdp-client
  251. [ 99%] Built target xfreerdp-client
  252. [100%] Built target xfreerdp-cli
  253. Install the project...
  254. -- Install configuration: "Release"
  255. -- Up-to-date: /usr/lib/x86_64-linux-gnu/pkgconfig/freerdp.pc
  256. -- Up-to-date: /usr/include/winpr/pipe.h
  257. -- Up-to-date: /usr/include/winpr/dsparse.h
  258. -- Up-to-date: /usr/include/winpr/synch.h
  259. -- Up-to-date: /usr/include/winpr/registry.h
  260. -- Up-to-date: /usr/include/winpr/path.h
  261. -- Up-to-date: /usr/include/winpr/collections.h
  262. -- Up-to-date: /usr/include/winpr/crypto.h
  263. -- Up-to-date: /usr/include/winpr/io.h
  264. -- Up-to-date: /usr/include/winpr/winhttp.h
  265. -- Up-to-date: /usr/include/winpr/credentials.h
  266. -- Up-to-date: /usr/include/winpr/print.h
  267. -- Up-to-date: /usr/include/winpr/pool.h
  268. -- Up-to-date: /usr/include/winpr/heap.h
  269. -- Up-to-date: /usr/include/winpr/ndr.h
  270. -- Up-to-date: /usr/include/winpr/winsock.h
  271. -- Up-to-date: /usr/include/winpr/sysinfo.h
  272. -- Up-to-date: /usr/include/winpr/asn1.h
  273. -- Up-to-date: /usr/include/winpr/error.h
  274. -- Up-to-date: /usr/include/winpr/schannel.h
  275. -- Up-to-date: /usr/include/winpr/winpr.h
  276. -- Up-to-date: /usr/include/winpr/library.h
  277. -- Up-to-date: /usr/include/winpr/timezone.h
  278. -- Up-to-date: /usr/include/winpr/sam.h
  279. -- Up-to-date: /usr/include/winpr/cmdline.h
  280. -- Up-to-date: /usr/include/winpr/spec.h
  281. -- Up-to-date: /usr/include/winpr/memory.h
  282. -- Up-to-date: /usr/include/winpr/platform.h
  283. -- Up-to-date: /usr/include/winpr/stream.h
  284. -- Up-to-date: /usr/include/winpr/sspicli.h
  285. -- Up-to-date: /usr/include/winpr/file.h
  286. -- Up-to-date: /usr/include/winpr/endian.h
  287. -- Up-to-date: /usr/include/winpr/handle.h
  288. -- Up-to-date: /usr/include/winpr/string.h
  289. -- Up-to-date: /usr/include/winpr/tchar.h
  290. -- Up-to-date: /usr/include/winpr/input.h
  291. -- Up-to-date: /usr/include/winpr/interlocked.h
  292. -- Up-to-date: /usr/include/winpr/midl.h
  293. -- Up-to-date: /usr/include/winpr/crt.h
  294. -- Up-to-date: /usr/include/winpr/rpc.h
  295. -- Up-to-date: /usr/include/winpr/ntlm.h
  296. -- Up-to-date: /usr/include/winpr/sspi.h
  297. -- Up-to-date: /usr/include/winpr/credui.h
  298. -- Up-to-date: /usr/include/winpr/wtypes.h
  299. -- Up-to-date: /usr/include/winpr/windows.h
  300. -- Up-to-date: /usr/include/winpr/thread.h
  301. -- Up-to-date: /usr/include/winpr/security.h
  302. -- Up-to-date: /usr/include/winpr/environment.h
  303. -- Up-to-date: /usr/include/winpr/bcrypt.h
  304. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-thread.so.0.1.0
  305. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-thread.so.0.1
  306. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-thread.so
  307. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-error.so.0.1.0
  308. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-error.so.0.1
  309. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-error.so
  310. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-interlocked.so.0.1.0
  311. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-interlocked.so.0.1
  312. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-interlocked.so
  313. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-winhttp.so.0.1.0
  314. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-winhttp.so.0.1
  315. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-winhttp.so
  316. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-pool.so.0.1.0
  317. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-pool.so.0.1
  318. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-pool.so
  319. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-credentials.so.0.1.0
  320. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-credentials.so.0.1
  321. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-credentials.so
  322. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-crypto.so.0.1.0
  323. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-crypto.so.0.1
  324. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-crypto.so
  325. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-environment.so.0.1.0
  326. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-environment.so.0.1
  327. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-environment.so
  328. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-rpc.so.0.1.0
  329. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-rpc.so.0.1
  330. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-rpc.so
  331. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-input.so.0.1.0
  332. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-input.so.0.1
  333. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-input.so
  334. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-sspi.so.0.1.0
  335. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-sspi.so.0.1
  336. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-sspi.so
  337. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-asn1.so.0.1.0
  338. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-asn1.so.0.1
  339. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-asn1.so
  340. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-file.so.0.1.0
  341. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-file.so.0.1
  342. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-file.so
  343. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-handle.so.0.1.0
  344. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-handle.so.0.1
  345. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-handle.so
  346. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-heap.so.0.1.0
  347. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-heap.so.0.1
  348. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-heap.so
  349. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-credui.so.0.1.0
  350. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-credui.so.0.1
  351. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-credui.so
  352. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-timezone.so.0.1.0
  353. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-timezone.so.0.1
  354. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-timezone.so
  355. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-utils.so.0.1.0
  356. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-utils.so.0.1
  357. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-utils.so
  358. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-sspicli.so.0.1.0
  359. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-sspicli.so.0.1
  360. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-sspicli.so
  361. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-winsock.so.0.1.0
  362. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-winsock.so.0.1
  363. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-winsock.so
  364. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-io.so.0.1.0
  365. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-io.so.0.1
  366. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-io.so
  367. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-pipe.so.0.1.0
  368. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-pipe.so.0.1
  369. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-pipe.so
  370. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-crt.so.0.1.0
  371. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-crt.so.0.1
  372. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-crt.so
  373. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-synch.so.0.1.0
  374. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-synch.so.0.1
  375. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-synch.so
  376. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-dsparse.so.0.1.0
  377. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-dsparse.so.0.1
  378. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-dsparse.so
  379. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-registry.so.0.1.0
  380. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-registry.so.0.1
  381. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-registry.so
  382. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-library.so.0.1.0
  383. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-library.so.0.1
  384. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-library.so
  385. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-sysinfo.so.0.1.0
  386. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-sysinfo.so.0.1
  387. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-sysinfo.so
  388. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-path.so.0.1.0
  389. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-path.so.0.1
  390. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-path.so
  391. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-bcrypt.so.0.1.0
  392. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-bcrypt.so.0.1
  393. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-bcrypt.so
  394. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libwinpr-makecert-tool.a
  395. -- Up-to-date: /usr/include/freerdp/event.h
  396. -- Up-to-date: /usr/include/freerdp/window.h
  397. -- Up-to-date: /usr/include/freerdp/rail.h
  398. -- Up-to-date: /usr/include/freerdp/pointer.h
  399. -- Up-to-date: /usr/include/freerdp/altsec.h
  400. -- Up-to-date: /usr/include/freerdp/addin.h
  401. -- Up-to-date: /usr/include/freerdp/peer.h
  402. -- Up-to-date: /usr/include/freerdp/constants.h
  403. -- Up-to-date: /usr/include/freerdp/primitives.h
  404. -- Up-to-date: /usr/include/freerdp/error.h
  405. -- Up-to-date: /usr/include/freerdp/freerdp.h
  406. -- Up-to-date: /usr/include/freerdp/client.h
  407. -- Up-to-date: /usr/include/freerdp/scancode.h
  408. -- Up-to-date: /usr/include/freerdp/api.h
  409. -- Up-to-date: /usr/include/freerdp/primary.h
  410. -- Up-to-date: /usr/include/freerdp/extension.h
  411. -- Up-to-date: /usr/include/freerdp/types.h
  412. -- Up-to-date: /usr/include/freerdp/svc.h
  413. -- Up-to-date: /usr/include/freerdp/dvc.h
  414. -- Up-to-date: /usr/include/freerdp/update.h
  415. -- Up-to-date: /usr/include/freerdp/input.h
  416. -- Up-to-date: /usr/include/freerdp/graphics.h
  417. -- Up-to-date: /usr/include/freerdp/message.h
  418. -- Up-to-date: /usr/include/freerdp/secondary.h
  419. -- Up-to-date: /usr/include/freerdp/settings.h
  420. -- Up-to-date: /usr/include/freerdp/listener.h
  421. -- Up-to-date: /usr/include/freerdp/version.h
  422. -- Up-to-date: /usr/include/freerdp/cache
  423. -- Up-to-date: /usr/include/freerdp/cache/cache.h
  424. -- Up-to-date: /usr/include/freerdp/cache/pointer.h
  425. -- Up-to-date: /usr/include/freerdp/cache/glyph.h
  426. -- Up-to-date: /usr/include/freerdp/cache/bitmap.h
  427. -- Up-to-date: /usr/include/freerdp/cache/palette.h
  428. -- Up-to-date: /usr/include/freerdp/cache/brush.h
  429. -- Up-to-date: /usr/include/freerdp/cache/nine_grid.h
  430. -- Up-to-date: /usr/include/freerdp/cache/offscreen.h
  431. -- Up-to-date: /usr/include/freerdp/codec
  432. -- Up-to-date: /usr/include/freerdp/codec/mppc_dec.h
  433. -- Up-to-date: /usr/include/freerdp/codec/color.h
  434. -- Up-to-date: /usr/include/freerdp/codec/bitmap.h
  435. -- Up-to-date: /usr/include/freerdp/codec/nsc.h
  436. -- Up-to-date: /usr/include/freerdp/codec/audio.h
  437. -- Up-to-date: /usr/include/freerdp/codec/mppc_enc.h
  438. -- Up-to-date: /usr/include/freerdp/codec/jpeg.h
  439. -- Up-to-date: /usr/include/freerdp/codec/dsp.h
  440. -- Up-to-date: /usr/include/freerdp/codec/rfx.h
  441. -- Up-to-date: /usr/include/freerdp/crypto
  442. -- Up-to-date: /usr/include/freerdp/crypto/crypto.h
  443. -- Up-to-date: /usr/include/freerdp/crypto/ber.h
  444. -- Up-to-date: /usr/include/freerdp/crypto/per.h
  445. -- Up-to-date: /usr/include/freerdp/crypto/er.h
  446. -- Up-to-date: /usr/include/freerdp/crypto/certificate.h
  447. -- Up-to-date: /usr/include/freerdp/crypto/der.h
  448. -- Up-to-date: /usr/include/freerdp/crypto/tls.h
  449. -- Up-to-date: /usr/include/freerdp/gdi
  450. -- Up-to-date: /usr/include/freerdp/gdi/pen.h
  451. -- Up-to-date: /usr/include/freerdp/gdi/shape.h
  452. -- Up-to-date: /usr/include/freerdp/gdi/bitmap.h
  453. -- Up-to-date: /usr/include/freerdp/gdi/palette.h
  454. -- Up-to-date: /usr/include/freerdp/gdi/16bpp.h
  455. -- Up-to-date: /usr/include/freerdp/gdi/gdi.h
  456. -- Up-to-date: /usr/include/freerdp/gdi/line.h
  457. -- Up-to-date: /usr/include/freerdp/gdi/region.h
  458. -- Up-to-date: /usr/include/freerdp/gdi/32bpp.h
  459. -- Up-to-date: /usr/include/freerdp/gdi/8bpp.h
  460. -- Up-to-date: /usr/include/freerdp/gdi/drawing.h
  461. -- Up-to-date: /usr/include/freerdp/gdi/brush.h
  462. -- Up-to-date: /usr/include/freerdp/gdi/dc.h
  463. -- Up-to-date: /usr/include/freerdp/gdi/clipping.h
  464. -- Up-to-date: /usr/include/freerdp/locale
  465. -- Up-to-date: /usr/include/freerdp/locale/keyboard.h
  466. -- Up-to-date: /usr/include/freerdp/locale/timezone.h
  467. -- Up-to-date: /usr/include/freerdp/locale/locale.h
  468. -- Up-to-date: /usr/include/freerdp/rail
  469. -- Up-to-date: /usr/include/freerdp/rail/window.h
  470. -- Up-to-date: /usr/include/freerdp/rail/rail.h
  471. -- Up-to-date: /usr/include/freerdp/rail/window_list.h
  472. -- Up-to-date: /usr/include/freerdp/rail/icon.h
  473. -- Up-to-date: /usr/include/freerdp/utils
  474. -- Up-to-date: /usr/include/freerdp/utils/msusb.h
  475. -- Up-to-date: /usr/include/freerdp/utils/event.h
  476. -- Up-to-date: /usr/include/freerdp/utils/rail.h
  477. -- Up-to-date: /usr/include/freerdp/utils/time.h
  478. -- Up-to-date: /usr/include/freerdp/utils/tcp.h
  479. -- Up-to-date: /usr/include/freerdp/utils/bitmap.h
  480. -- Up-to-date: /usr/include/freerdp/utils/stopwatch.h
  481. -- Up-to-date: /usr/include/freerdp/utils/list.h
  482. -- Up-to-date: /usr/include/freerdp/utils/svc_plugin.h
  483. -- Up-to-date: /usr/include/freerdp/utils/profiler.h
  484. -- Up-to-date: /usr/include/freerdp/utils/pcap.h
  485. -- Up-to-date: /usr/include/freerdp/utils/debug.h
  486. -- Up-to-date: /usr/include/freerdp/utils/passphrase.h
  487. -- Up-to-date: /usr/include/freerdp/utils/signal.h
  488. -- Up-to-date: /usr/include/freerdp/utils/uds.h
  489. -- Up-to-date: /usr/include/freerdp/client
  490. -- Up-to-date: /usr/include/freerdp/client/cmdline.h
  491. -- Up-to-date: /usr/include/freerdp/client/channels.h
  492. -- Up-to-date: /usr/include/freerdp/client/drdynvc.h
  493. -- Up-to-date: /usr/include/freerdp/client/disp.h
  494. -- Up-to-date: /usr/include/freerdp/client/file.h
  495. -- Up-to-date: /usr/include/freerdp/client/rdpei.h
  496. -- Up-to-date: /usr/include/freerdp/client/tsmf.h
  497. -- Up-to-date: /usr/include/freerdp/client/cliprdr.h
  498. -- Up-to-date: /usr/include/freerdp/server
  499. -- Up-to-date: /usr/include/freerdp/server/audin.h
  500. -- Up-to-date: /usr/include/freerdp/server/rdpsnd.h
  501. -- Up-to-date: /usr/include/freerdp/server/channels.h
  502. -- Up-to-date: /usr/include/freerdp/channels
  503. -- Up-to-date: /usr/include/freerdp/channels/rdpdr.h
  504. -- Up-to-date: /usr/include/freerdp/channels/rdpsnd.h
  505. -- Up-to-date: /usr/include/freerdp/channels/channels.h
  506. -- Up-to-date: /usr/include/freerdp/channels/wtsvc.h
  507. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-utils.so.1.1.0
  508. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-utils.so.1.1
  509. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-utils.so
  510. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-common.so.1.1.0-beta1
  511. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-common.so.1.1.0
  512. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-common.so
  513. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-gdi.so.1.1.0
  514. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-gdi.so.1.1
  515. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-gdi.so
  516. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-rail.so.1.1.0
  517. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-rail.so.1.1
  518. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-rail.so
  519. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-cache.so.1.1.0
  520. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-cache.so.1.1
  521. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-cache.so
  522. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-codec.so.1.1.0
  523. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-codec.so.1.1
  524. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-codec.so
  525. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-crypto.so.1.1.0
  526. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-crypto.so.1.1
  527. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-crypto.so
  528. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-locale.so.1.1.0
  529. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-locale.so.1.1
  530. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-locale.so
  531. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-primitives.so.1.1.0
  532. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-primitives.so.1.1
  533. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-primitives.so
  534. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-core.so.1.1.0
  535. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-core.so.1.1
  536. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-core.so
  537. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-client.so.1.1.0
  538. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-client.so.1.1
  539. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libfreerdp-client.so
  540. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libxfreerdp-client.so.1.1.0
  541. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libxfreerdp-client.so.1.1
  542. -- Up-to-date: /usr/lib/x86_64-linux-gnu/libxfreerdp-client.so
  543. -- Up-to-date: /usr/bin/xfreerdp
  544. ---- Finished installing freerdp ----
  545. ---- Checking out casablanca master ----
  546. ~/prereqs ~/prereqs /tmp/FreeRDP-WebConnect-fork
  547. Already up-to-date.
  548. ~/prereqs /tmp/FreeRDP-WebConnect-fork
  549. -- Boost version: 1.58.0
  550. -- Found the following Boost libraries:
  551. -- random
  552. -- chrono
  553. -- system
  554. -- thread
  555. -- regex
  556. -- filesystem
  557. -- Setting gcc options
  558. -- Added test library httpclient_test
  559. -- Added test library httplistener_test
  560. -- Added test library json_test
  561. -- Added test library pplx_test
  562. -- Added test library streams_test
  563. -- Added test library uri_test
  564. -- Added test library utils_test
  565. -- Added test library websocketclient_test
  566. -- Configuring done
  567. -- Generating done
  568. -- Build files have been written to: /home/anatoly/prereqs/casablanca/Release
  569. [ 18%] Built target cpprest
  570. [ 30%] Built target unittestpp
  571. [ 32%] Built target common_utilities
  572. [ 34%] Built target test_runner
  573. [ 38%] Built target httptest_utilities
  574. [ 52%] Built target httpclient_test
  575. [ 61%] Built target httplistener_test
  576. [ 66%] Built target json_test
  577. [ 70%] Built target pplx_test
  578. [ 74%] Built target streams_test
  579. [ 80%] Built target uri_test
  580. [ 84%] Built target utils_test
  581. [ 86%] Built target websockettest_utilities
  582. [ 90%] Built target websocketclient_test
  583. [ 91%] Built target SearchFile
  584. [ 92%] Built target BingRequest
  585. [ 95%] Built target blackjackserver
  586. [ 97%] Built target blackjackclient
  587. [ 99%] Built target oauth1client
  588. [100%] Built target oauth2client
  589. sudo available. Please enter your password to install casablanca:
  590. ---- Going back to webconnect ----
  591. /tmp/FreeRDP-WebConnect-fork
  592. -- The C compiler identification is GNU 5.2.1
  593. -- The CXX compiler identification is GNU 5.2.1
  594. -- Check for working C compiler: /usr/bin/cc
  595. -- Check for working C compiler: /usr/bin/cc -- works
  596. -- Detecting C compiler ABI info
  597. -- Detecting C compiler ABI info - done
  598. -- Detecting C compile features
  599. -- Detecting C compile features - done
  600. -- Check for working CXX compiler: /usr/bin/c++
  601. -- Check for working CXX compiler: /usr/bin/c++ -- works
  602. -- Detecting CXX compiler ABI info
  603. -- Detecting CXX compiler ABI info - done
  604. -- Detecting CXX compile features
  605. -- Detecting CXX compile features - done
  606. -- Found Perl: /usr/bin/perl (found version "5.20.2")
  607. -- Found Java: /usr/bin/java (found version "1.7.0.85")
  608. -- Performing Test HAVE_CPLUSPLUS11
  609. -- Performing Test HAVE_CPLUSPLUS11 - Success
  610. -- Looking for arpa/inet.h
  611. -- Looking for arpa/inet.h - found
  612. -- Looking for dlfcn.h
  613. -- Looking for dlfcn.h - found
  614. -- Looking for fcntl.h
  615. -- Looking for fcntl.h - found
  616. -- Looking for netinet/in.h
  617. -- Looking for netinet/in.h - found
  618. -- Looking for signal.h
  619. -- Looking for signal.h - found
  620. -- Looking for stdlib.h
  621. -- Looking for stdlib.h - found
  622. -- Looking for string.h
  623. -- Looking for string.h - found
  624. -- Looking for strings.h
  625. -- Looking for strings.h - found
  626. -- Looking for syslog.h
  627. -- Looking for syslog.h - found
  628. -- Looking for sys/ioctl.h
  629. -- Looking for sys/ioctl.h - found
  630. -- Looking for sys/resource.h
  631. -- Looking for sys/resource.h - found
  632. -- Looking for sys/socket.h
  633. -- Looking for sys/socket.h - found
  634. -- Looking for sys/stat.h
  635. -- Looking for sys/stat.h - found
  636. -- Looking for sys/time.h
  637. -- Looking for sys/time.h - found
  638. -- Looking for sys/types.h
  639. -- Looking for sys/types.h - found
  640. -- Looking for sys/wait.h
  641. -- Looking for sys/wait.h - found
  642. -- Looking for termios.h
  643. -- Looking for termios.h - found
  644. -- Looking for time.h
  645. -- Looking for time.h - found
  646. -- Looking for unistd.h
  647. -- Looking for unistd.h - found
  648. -- Looking for stdint.h
  649. -- Looking for stdint.h - found
  650. -- Looking for execinfo.h
  651. -- Looking for execinfo.h - found
  652. -- Looking for conio.h
  653. -- Looking for conio.h - not found
  654. -- Looking for vfork.h
  655. -- Looking for vfork.h - not found
  656. -- Looking for memory.h
  657. -- Looking for memory.h - found
  658. -- Looking for stddef.h
  659. -- Looking for stddef.h - found
  660. -- Check size of pid_t
  661. -- Check size of pid_t - done
  662. -- Check size of size_t
  663. -- Check size of size_t - done
  664. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
  665. -- Looking for pthread_create in pthreads
  666. -- Looking for pthread_create in pthreads - not found
  667. -- Looking for pthread_create in pthread
  668. -- Looking for pthread_create in pthread - found
  669. Include dir:
  670. -- Found Threads: TRUE
  671. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  672. -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.2d")
  673. OPENSSL INCLUDE DIR: /usr/include
  674. -- Found MyPNG: /usr/lib/x86_64-linux-gnu/libpng.a
  675. PNG INCLUDE PATH: /usr/include
  676. -- Found Casablanca: /usr/lib/libcpprest.so
  677. -- Found FreeRDP: /usr/lib/x86_64-linux-gnu/libfreerdp-core.so;/usr/lib/x86_64-linux-gnu/libfreerdp-codec.so;/usr/lib/x86_64-linux-gnu/libfreerdp-gdi.so;/usr/lib/x86_64-linux-gnu/libfreerdp-cache.so (found version "1.1.0-beta1")
  678. -- Found WinPR: /usr/lib/x86_64-linux-gnu/libwinpr-input.so (found version "1.1.0-beta1")
  679. -- Found EHS: /usr/lib/libehs.a
  680. -- Looking for memset
  681. -- Looking for memset - found
  682. -- Looking for select
  683. -- Looking for select - found
  684. -- Looking for setlocale
  685. -- Looking for setlocale - found
  686. -- Looking for strcasecmp
  687. -- Looking for strcasecmp - found
  688. -- Looking for fork
  689. -- Looking for fork - found
  690. -- Looking for vfork
  691. -- Looking for vfork - found
  692. -- Strcasecmp has been redefined to strcasecmp
  693. -- Looking for strerror
  694. -- Looking for strerror - found
  695. -- Looking for strtoul
  696. -- Looking for strtoul - found
  697. -- Looking for vprintf
  698. -- Looking for vprintf - found
  699. -- Looking for inet_ntoa
  700. -- Looking for inet_ntoa - found
  701. -- Try_compile pretty_func.c returned TRUE
  702. -- Looking for socket in sokt
  703. -- Looking for socket in sokt - not found
  704. -- Looking for inflate in z
  705. -- Looking for inflate in z - found
  706. -- Looking for ERR_free_strings in crypto
  707. -- Looking for ERR_free_strings in crypto - found
  708. -- Looking for printf in ws2_32
  709. -- Looking for printf in ws2_32 - not found
  710. -- Looking for png_read_info in png
  711. -- Looking for png_read_info in png - found
  712. -- Looking for dwfl_begin in dw
  713. -- Looking for dwfl_begin in dw - not found
  714. -- Looking for bfd_openr in bfd
  715. -- Looking for bfd_openr in bfd - not found
  716. -- Looking for cplus_demangle in iberty
  717. -- Looking for cplus_demangle in iberty - not found
  718. -- Boost version: 1.58.0
  719. -- Found the following Boost libraries:
  720. -- filesystem
  721. -- system
  722. -- regex
  723. -- program_options
  724. -- Configuring done
  725. -- Generating done
  726. -- Build files have been written to: /tmp/FreeRDP-WebConnect-fork/wsgate/build
  727. ---- Building webconnect ----
  728. Scanning dependencies of target bindhelper
  729. [ 3%] Building C object CMakeFiles/bindhelper.dir/bindhelper.c.o
  730. [ 6%] Linking C executable bindhelper
  731. [ 6%] Built target bindhelper
  732. Scanning dependencies of target pluginOpenstack
  733. [ 9%] Building CXX object CMakeFiles/pluginOpenstack.dir/pluginOpenstack/nova_token_auth.cpp.o
  734. [ 12%] Building CXX object CMakeFiles/pluginOpenstack.dir/pluginOpenstack/pluginOpenstack.cpp.o
  735. [ 16%] Building CXX object CMakeFiles/pluginOpenstack.dir/pluginTemplate/pluginCommon.cpp.o
  736. [ 19%] Linking CXX shared library libpluginOpenstack.so
  737. [ 19%] Built target pluginOpenstack
  738. Scanning dependencies of target wsgate
  739. [ 22%] Building CXX object CMakeFiles/wsgate.dir/base64.cpp.o
  740. [ 25%] Building CXX object CMakeFiles/wsgate.dir/btexception.cpp.o
  741. In file included from /tmp/FreeRDP-WebConnect-fork/wsgate/btexception.cpp:24:0:
  742. /tmp/FreeRDP-WebConnect-fork/wsgate/btexception.hpp:176:3: warning: #warning Neither libbfd nor libdwarf are available, so no backtracing enabled [-Wcpp]
  743. # warning Neither libbfd nor libdwarf are available, so no backtracing enabled
  744. ^
  745. [ 29%] Building CXX object CMakeFiles/wsgate.dir/logging.cpp.o
  746. [ 32%] Building CXX object CMakeFiles/wsgate.dir/sha1.cpp.o
  747. [ 35%] Building CXX object CMakeFiles/wsgate.dir/wsgate_main.cpp.o
  748. In file included from /tmp/FreeRDP-WebConnect-fork/wsgate/wsgateEHS.hpp:31:0,
  749. from /tmp/FreeRDP-WebConnect-fork/wsgate/wsgate_main.cpp:22:
  750. /tmp/FreeRDP-WebConnect-fork/wsgate/btexception.hpp:176:3: warning: #warning Neither libbfd nor libdwarf are available, so no backtracing enabled [-Wcpp]
  751. # warning Neither libbfd nor libdwarf are available, so no backtracing enabled
  752. ^
  753. [ 38%] Building CXX object CMakeFiles/wsgate.dir/RDP.cpp.o
  754. In file included from /tmp/FreeRDP-WebConnect-fork/wsgate/RDP.cpp:40:0:
  755. /tmp/FreeRDP-WebConnect-fork/wsgate/btexception.hpp:176:3: warning: #warning Neither libbfd nor libdwarf are available, so no backtracing enabled [-Wcpp]
  756. # warning Neither libbfd nor libdwarf are available, so no backtracing enabled
  757. ^
  758. /tmp/FreeRDP-WebConnect-fork/wsgate/RDP.cpp: In member function ‘void wsgate::RDP::Pointer_New(rdpContext*, rdpPointer*)’:
  759. /tmp/FreeRDP-WebConnect-fork/wsgate/RDP.cpp:945:22: warning: narrowing conversion of ‘pointer->rdp_pointer::width’ from ‘UINT32 {aka unsigned int}’ to ‘unsigned char’ inside { } [-Wnarrowing]
  760. pointer->width,
  761. ^
  762. /tmp/FreeRDP-WebConnect-fork/wsgate/RDP.cpp:946:22: warning: narrowing conversion of ‘pointer->rdp_pointer::height’ from ‘UINT32 {aka unsigned int}’ to ‘unsigned char’ inside { } [-Wnarrowing]
  763. pointer->height,
  764. ^
  765. /tmp/FreeRDP-WebConnect-fork/wsgate/RDP.cpp:949:22: warning: narrowing conversion of ‘pointer->rdp_pointer::xPos’ from ‘UINT32 {aka unsigned int}’ to ‘unsigned char’ inside { } [-Wnarrowing]
  766. pointer->xPos,
  767. ^
  768. /tmp/FreeRDP-WebConnect-fork/wsgate/RDP.cpp:950:27: warning: narrowing conversion of ‘(pointer->rdp_pointer::xPos >> 8)’ from ‘UINT32 {aka unsigned int}’ to ‘unsigned char’ inside { } [-Wnarrowing]
  769. pointer->xPos >> 8,
  770. ^
  771. /tmp/FreeRDP-WebConnect-fork/wsgate/RDP.cpp:951:22: warning: narrowing conversion of ‘pointer->rdp_pointer::yPos’ from ‘UINT32 {aka unsigned int}’ to ‘unsigned char’ inside { } [-Wnarrowing]
  772. pointer->yPos,
  773. ^
  774. /tmp/FreeRDP-WebConnect-fork/wsgate/RDP.cpp:952:27: warning: narrowing conversion of ‘(pointer->rdp_pointer::yPos >> 8)’ from ‘UINT32 {aka unsigned int}’ to ‘unsigned char’ inside { } [-Wnarrowing]
  775. pointer->yPos >>8,
  776. ^
  777. /tmp/FreeRDP-WebConnect-fork/wsgate/RDP.cpp:953:30: warning: narrowing conversion of ‘png_string.std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::length<char, std::char_traits<char>, std::allocator<char> >()’ from ‘std::__cxx11::basic_string<char>::size_type {aka long unsigned int}’ to ‘unsigned char’ inside { } [-Wnarrowing]
  778. png_string.length(), png_string.length() >> 8, png_string.length() >> 16, png_string.length() >> 24,
  779. ^
  780. /tmp/FreeRDP-WebConnect-fork/wsgate/RDP.cpp:953:54: warning: narrowing conversion of ‘(png_string.std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::length<char, std::char_traits<char>, std::allocator<char> >() >> 8)’ from ‘std::__cxx11::basic_string<char>::size_type {aka long unsigned int}’ to ‘unsigned char’ inside { } [-Wnarrowing]
  781. png_string.length(), png_string.length() >> 8, png_string.length() >> 16, png_string.length() >> 24,
  782. ^
  783. /tmp/FreeRDP-WebConnect-fork/wsgate/RDP.cpp:953:80: warning: narrowing conversion of ‘(png_string.std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::length<char, std::char_traits<char>, std::allocator<char> >() >> 16)’ from ‘std::__cxx11::basic_string<char>::size_type {aka long unsigned int}’ to ‘unsigned char’ inside { } [-Wnarrowing]
  784. png_string.length(), png_string.length() >> 8, png_string.length() >> 16, png_string.length() >> 24,
  785. ^
  786. /tmp/FreeRDP-WebConnect-fork/wsgate/RDP.cpp:953:107: warning: narrowing conversion of ‘(png_string.std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::length<char, std::char_traits<char>, std::allocator<char> >() >> 24)’ from ‘std::__cxx11::basic_string<char>::size_type {aka long unsigned int}’ to ‘unsigned char’ inside { } [-Wnarrowing]
  787. png_string.length(), png_string.length() >> 8, png_string.length() >> 16, png_string.length() >> 24,
  788. ^
  789. [ 41%] Building CXX object CMakeFiles/wsgate.dir/Update.cpp.o
  790. [ 45%] Building CXX object CMakeFiles/wsgate.dir/Primary.cpp.o
  791. [ 48%] Building CXX object CMakeFiles/wsgate.dir/myBindHelper.cpp.o
  792. [ 51%] Building CXX object CMakeFiles/wsgate.dir/myWsHandler.cpp.o
  793. [ 54%] Building CXX object CMakeFiles/wsgate.dir/myrawsocket.cpp.o
  794. In file included from /tmp/FreeRDP-WebConnect-fork/wsgate/wsgateEHS.hpp:31:0,
  795. from /tmp/FreeRDP-WebConnect-fork/wsgate/myrawsocket.cpp:2:
  796. /tmp/FreeRDP-WebConnect-fork/wsgate/btexception.hpp:176:3: warning: #warning Neither libbfd nor libdwarf are available, so no backtracing enabled [-Wcpp]
  797. # warning Neither libbfd nor libdwarf are available, so no backtracing enabled
  798. ^
  799. [ 58%] Building CXX object CMakeFiles/wsgate.dir/wsendpoint.cpp.o
  800. In file included from /tmp/FreeRDP-WebConnect-fork/wsgate/wsframe.hpp:36:0,
  801. from /tmp/FreeRDP-WebConnect-fork/wsgate/wsendpoint.hpp:35,
  802. from /tmp/FreeRDP-WebConnect-fork/wsgate/wsendpoint.cpp:23:
  803. /tmp/FreeRDP-WebConnect-fork/wsgate/btexception.hpp:176:3: warning: #warning Neither libbfd nor libdwarf are available, so no backtracing enabled [-Wcpp]
  804. # warning Neither libbfd nor libdwarf are available, so no backtracing enabled
  805. ^
  806. [ 61%] Building CXX object CMakeFiles/wsgate.dir/wsgateEHS.cpp.o
  807. In file included from /tmp/FreeRDP-WebConnect-fork/wsgate/wsgateEHS.hpp:31:0,
  808. from /tmp/FreeRDP-WebConnect-fork/wsgate/wsgateEHS.cpp:1:
  809. /tmp/FreeRDP-WebConnect-fork/wsgate/btexception.hpp:176:3: warning: #warning Neither libbfd nor libdwarf are available, so no backtracing enabled [-Wcpp]
  810. # warning Neither libbfd nor libdwarf are available, so no backtracing enabled
  811. ^
  812. [ 64%] Building CXX object CMakeFiles/wsgate.dir/wshandler.cpp.o
  813. In file included from /tmp/FreeRDP-WebConnect-fork/wsgate/wsframe.hpp:36:0,
  814. from /tmp/FreeRDP-WebConnect-fork/wsgate/wsendpoint.hpp:35,
  815. from /tmp/FreeRDP-WebConnect-fork/wsgate/wshandler.cpp:2:
  816. /tmp/FreeRDP-WebConnect-fork/wsgate/btexception.hpp:176:3: warning: #warning Neither libbfd nor libdwarf are available, so no backtracing enabled [-Wcpp]
  817. # warning Neither libbfd nor libdwarf are available, so no backtracing enabled
  818. ^
  819. [ 67%] Building CXX object CMakeFiles/wsgate.dir/Png.cpp.o
  820. In file included from /tmp/FreeRDP-WebConnect-fork/wsgate/Png.cpp:29:0:
  821. /tmp/FreeRDP-WebConnect-fork/wsgate/btexception.hpp:176:3: warning: #warning Neither libbfd nor libdwarf are available, so no backtracing enabled [-Wcpp]
  822. # warning Neither libbfd nor libdwarf are available, so no backtracing enabled
  823. ^
  824. [ 70%] Building CXX object CMakeFiles/wsgate.dir/pluginManager.cpp.o
  825. [ 74%] Linking CXX executable wsgate
  826. [ 74%] Built target wsgate
  827. Scanning dependencies of target strip_debug
  828. [ 77%] Generating index.html
  829. [ 80%] Generating js/modernizr.js
  830. [ 83%] Generating js/mootools.js
  831. [ 87%] Generating js/simpletabs.js
  832. [ 90%] Generating js/vkb.js
  833. [ 93%] Generating js/wsgate.js
  834. [ 96%] Generating css/style.css
  835. [100%] Generating css/vkb.css
  836. [100%] Built target strip_debug
  837. ---- Built wsgate successfully in /tmp/FreeRDP-WebConnect-fork/wsgate/build ----
  838. ---- Finished successfully ----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement