grzesiek11

cpdiscord error #2

Aug 28th, 2018
678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.50 KB | None | 0 0
  1. grzesiek11@debianek:~$ cd cpdiscord2
  2. grzesiek11@debianek:~/cpdiscord2$
  3. grzesiek11@debianek:~/cpdiscord2$ mkdir build
  4. grzesiek11@debianek:~/cpdiscord2$ cd build
  5. grzesiek11@debianek:~/cpdiscord2/build$ cmake ..
  6. -- The C compiler identification is GNU 6.3.0
  7. -- The CXX compiler identification is GNU 6.3.0
  8. -- Check for working C compiler: /usr/bin/cc
  9. -- Check for working C compiler: /usr/bin/cc -- works
  10. -- Detecting C compiler ABI info
  11. -- Detecting C compiler ABI info - done
  12. -- Detecting C compile features
  13. -- Detecting C compile features - done
  14. -- Check for working CXX compiler: /usr/bin/c++
  15. -- Check for working CXX compiler: /usr/bin/c++ -- works
  16. -- Detecting CXX compiler ABI info
  17. -- Detecting CXX compiler ABI info - done
  18. -- Detecting CXX compile features
  19. -- Detecting CXX compile features - done
  20. -- Downloading/updating cpr
  21. -- Configuring done
  22. -- Generating done
  23. -- Build files have been written to: /home/grzesiek11/cpdiscord2/build/cpr-download
  24. Scanning dependencies of target cpr-download
  25. [ 11%] Creating directories for 'cpr-download'
  26. [ 22%] Performing download step (git clone) for 'cpr-download'
  27. Cloning into 'cpr'...
  28. Already on 'master'
  29. Your branch is up-to-date with 'origin/master'.
  30. Submodule 'opt/curl' (https://github.com/whoshuu/curl.git) registered for path 'opt/curl'
  31. Submodule 'opt/googletest' (https://github.com/whoshuu/googletest.git) registered for path 'opt/googletest'
  32. Submodule 'opt/mongoose' (https://github.com/whoshuu/mongoose.git) registered for path 'opt/mongoose'
  33. Cloning into '/home/grzesiek11/cpdiscord2/deps/cpr/opt/curl'...
  34. Cloning into '/home/grzesiek11/cpdiscord2/deps/cpr/opt/googletest'...
  35. Cloning into '/home/grzesiek11/cpdiscord2/deps/cpr/opt/mongoose'...
  36. Submodule path 'opt/curl': checked out '3ea76790571c1f7cf1bed34fabffd3cc20ad3dd3'
  37. Submodule path 'opt/googletest': checked out '3be1ef9f1c6139654a7784c53aa833c7a37a3148'
  38. Submodule path 'opt/mongoose': checked out 'df9f7a795e65657017ab302d6367a49fdd4da183'
  39. [ 33%] No patch step for 'cpr-download'
  40. [ 44%] Skipping update step for 'cpr-download'
  41. [ 55%] No configure step for 'cpr-download'
  42. [ 66%] No build step for 'cpr-download'
  43. [ 77%] No install step for 'cpr-download'
  44. [ 88%] No test step for 'cpr-download'
  45. [100%] Completed 'cpr-download'
  46. [100%] Built target cpr-download
  47. -- C++ Requests CMake Options
  48. -- =======================================================
  49. -- USE_SYSTEM_CURL: OFF
  50. -- BUILD_CPR_TESTS: ON
  51. -- GENERATE_COVERAGE: OFF
  52. -- CPR_CURL_NOSIGNAL: OFF
  53. -- USE_SYSTEM_GTEST: OFF
  54. -- CMAKE_USE_OPENSSL: ON
  55. -- =======================================================
  56. -- Not using system Curl, using built-in curl project instead.
  57. CMake Warning at deps/cpr/opt/curl/CMakeLists.txt:50 (message):
  58. the curl cmake build system is poorly maintained. Be aware
  59.  
  60.  
  61. -- curl version=[7.56.0-DEV]
  62. -- Performing Test OPT-pedantic
  63. -- Performing Test OPT-pedantic - Success
  64. -- Performing Test OPT-Wall
  65. -- Performing Test OPT-Wall - Success
  66. -- Performing Test OPT-W
  67. -- Performing Test OPT-W - Success
  68. -- Performing Test OPT-Wpointer-arith
  69. -- Performing Test OPT-Wpointer-arith - Success
  70. -- Performing Test OPT-Wwrite-strings
  71. -- Performing Test OPT-Wwrite-strings - Success
  72. -- Performing Test OPT-Wunused
  73. -- Performing Test OPT-Wunused - Success
  74. -- Performing Test OPT-Wshadow
  75. -- Performing Test OPT-Wshadow - Success
  76. -- Performing Test OPT-Winline
  77. -- Performing Test OPT-Winline - Success
  78. -- Performing Test OPT-Wnested-externs
  79. -- Performing Test OPT-Wnested-externs - Success
  80. -- Performing Test OPT-Wmissing-declarations
  81. -- Performing Test OPT-Wmissing-declarations - Success
  82. -- Performing Test OPT-Wmissing-prototypes
  83. -- Performing Test OPT-Wmissing-prototypes - Success
  84. -- Performing Test OPT-Wno-long-long
  85. -- Performing Test OPT-Wno-long-long - Success
  86. -- Performing Test OPT-Wfloat-equal
  87. -- Performing Test OPT-Wfloat-equal - Success
  88. -- Performing Test OPT-Wno-multichar
  89. -- Performing Test OPT-Wno-multichar - Success
  90. -- Performing Test OPT-Wsign-compare
  91. -- Performing Test OPT-Wsign-compare - Success
  92. -- Performing Test OPT-Wundef
  93. -- Performing Test OPT-Wundef - Success
  94. -- Performing Test OPT-Wno-format-nonliteral
  95. -- Performing Test OPT-Wno-format-nonliteral - Success
  96. -- Performing Test OPT-Wendif-labels
  97. -- Performing Test OPT-Wendif-labels - Success
  98. -- Performing Test OPT-Wstrict-prototypes
  99. -- Performing Test OPT-Wstrict-prototypes - Success
  100. -- Performing Test OPT-Wdeclaration-after-statement
  101. -- Performing Test OPT-Wdeclaration-after-statement - Success
  102. -- Performing Test OPT-Wstrict-aliasing=3
  103. -- Performing Test OPT-Wstrict-aliasing=3 - Success
  104. -- Performing Test OPT-Wcast-align
  105. -- Performing Test OPT-Wcast-align - Success
  106. -- Performing Test OPT-Wtype-limits
  107. -- Performing Test OPT-Wtype-limits - Success
  108. -- Performing Test OPT-Wold-style-declaration
  109. -- Performing Test OPT-Wold-style-declaration - Success
  110. -- Performing Test OPT-Wmissing-parameter-type
  111. -- Performing Test OPT-Wmissing-parameter-type - Success
  112. -- Performing Test OPT-Wempty-body
  113. -- Performing Test OPT-Wempty-body - Success
  114. -- Performing Test OPT-Wclobbered
  115. -- Performing Test OPT-Wclobbered - Success
  116. -- Performing Test OPT-Wignored-qualifiers
  117. -- Performing Test OPT-Wignored-qualifiers - Success
  118. -- Performing Test OPT-Wconversion
  119. -- Performing Test OPT-Wconversion - Success
  120. -- Performing Test OPT-Wno-sign-conversion
  121. -- Performing Test OPT-Wno-sign-conversion - Success
  122. -- Performing Test OPT-Wvla
  123. -- Performing Test OPT-Wvla - Success
  124. -- Performing Test OPT-Wdouble-promotion
  125. -- Performing Test OPT-Wdouble-promotion - Success
  126. -- Performing Test OPT-Wno-system-headers
  127. -- Performing Test OPT-Wno-system-headers - Success
  128. -- Performing Test HAVE_SOCKADDR_IN6_SIN6_ADDR
  129. -- Performing Test HAVE_SOCKADDR_IN6_SIN6_ADDR - Success
  130. -- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
  131. -- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID - Success
  132. Found *nroff option: -- -man
  133. -- Found Perl: /usr/bin/perl (found version "5.24.1")
  134. -- Looking for pthread.h
  135. -- Looking for pthread.h - found
  136. -- Looking for pthread_create
  137. -- Looking for pthread_create - not found
  138. -- Looking for pthread_create in pthreads
  139. -- Looking for pthread_create in pthreads - not found
  140. -- Looking for pthread_create in pthread
  141. -- Looking for pthread_create in pthread - found
  142. -- Found Threads: TRUE
  143. -- Looking for dlopen in dl;-lpthread
  144. -- Looking for dlopen in dl;-lpthread - found
  145. -- Looking for connect in socket;dl;-lpthread
  146. -- Looking for connect in socket;dl;-lpthread - not found
  147. -- Looking for gethostbyname in c
  148. -- Looking for gethostbyname in c - found
  149. -- Looking for gethostname
  150. -- Looking for gethostname - found
  151. -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.1.0f")
  152. -- Looking for openssl/crypto.h
  153. -- Looking for openssl/crypto.h - found
  154. -- Looking for openssl/engine.h
  155. -- Looking for openssl/engine.h - found
  156. -- Looking for openssl/err.h
  157. -- Looking for openssl/err.h - found
  158. -- Looking for openssl/pem.h
  159. -- Looking for openssl/pem.h - found
  160. -- Looking for openssl/pkcs12.h
  161. -- Looking for openssl/pkcs12.h - found
  162. -- Looking for openssl/rsa.h
  163. -- Looking for openssl/rsa.h - found
  164. -- Looking for openssl/ssl.h
  165. -- Looking for openssl/ssl.h - found
  166. -- Looking for openssl/x509.h
  167. -- Looking for openssl/x509.h - found
  168. -- Looking for openssl/rand.h
  169. -- Looking for openssl/rand.h - found
  170. -- Looking for RAND_status
  171. -- Looking for RAND_status - not found
  172. -- Looking for RAND_screen
  173. -- Looking for RAND_screen - not found
  174. -- Looking for RAND_egd
  175. -- Looking for RAND_egd - not found
  176. -- Looking for ldap_init in ldap;dl;-lpthread;/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
  177. -- Looking for ldap_init in ldap;dl;-lpthread;/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so - not found
  178. -- Looking for ber_init in lber;dl;-lpthread;/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
  179. -- Looking for ber_init in lber;dl;-lpthread;/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so - not found
  180. -- Looking for include file ldap.h
  181. -- Looking for include file ldap.h - not found
  182. -- Looking for include file lber.h
  183. -- Looking for include file lber.h - not found
  184. -- LDAP_H not found CURL_DISABLE_LDAP set ON
  185. -- LDAP needs to be enabled to support LDAPS
  186. -- Looking for idn2_lookup_ul in idn2;dl;-lpthread;/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
  187. -- Looking for idn2_lookup_ul in idn2;dl;-lpthread;/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so - not found
  188. -- Looking for dlopen in dl;-lpthread;/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
  189. -- Looking for dlopen in dl;-lpthread;/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so - found
  190. -- Could NOT find LibSSH2 (missing: LIBSSH2_INCLUDE_DIR LIBSSH2_LIBRARY)
  191. -- Performing Test USE_UNIX_SOCKETS
  192. -- Performing Test USE_UNIX_SOCKETS - Success
  193. -- Found CA bundle: /etc/ssl/certs/ca-certificates.crt
  194. -- Looking for include file stdio.h
  195. -- Looking for include file stdio.h - found
  196. -- Looking for include files stdio.h, inttypes.h
  197. -- Looking for include files stdio.h, inttypes.h - found
  198. -- Looking for 3 include files stdio.h, ..., sys/filio.h
  199. -- Looking for 3 include files stdio.h, ..., sys/filio.h - not found
  200. -- Looking for 3 include files stdio.h, ..., sys/ioctl.h
  201. -- Looking for 3 include files stdio.h, ..., sys/ioctl.h - found
  202. -- Looking for 4 include files stdio.h, ..., sys/param.h
  203. -- Looking for 4 include files stdio.h, ..., sys/param.h - found
  204. -- Looking for 5 include files stdio.h, ..., sys/poll.h
  205. -- Looking for 5 include files stdio.h, ..., sys/poll.h - found
  206. -- Looking for 6 include files stdio.h, ..., sys/resource.h
  207. -- Looking for 6 include files stdio.h, ..., sys/resource.h - found
  208. -- Looking for 7 include files stdio.h, ..., sys/select.h
  209. -- Looking for 7 include files stdio.h, ..., sys/select.h - found
  210. -- Looking for 8 include files stdio.h, ..., sys/socket.h
  211. -- Looking for 8 include files stdio.h, ..., sys/socket.h - found
  212. -- Looking for 9 include files stdio.h, ..., sys/sockio.h
  213. -- Looking for 9 include files stdio.h, ..., sys/sockio.h - not found
  214. -- Looking for 9 include files stdio.h, ..., sys/stat.h
  215. -- Looking for 9 include files stdio.h, ..., sys/stat.h - found
  216. -- Looking for 10 include files stdio.h, ..., sys/time.h
  217. -- Looking for 10 include files stdio.h, ..., sys/time.h - found
  218. -- Looking for 11 include files stdio.h, ..., sys/types.h
  219. -- Looking for 11 include files stdio.h, ..., sys/types.h - found
  220. -- Looking for 12 include files stdio.h, ..., sys/uio.h
  221. -- Looking for 12 include files stdio.h, ..., sys/uio.h - found
  222. -- Looking for 13 include files stdio.h, ..., sys/un.h
  223. -- Looking for 13 include files stdio.h, ..., sys/un.h - found
  224. -- Looking for 14 include files stdio.h, ..., sys/utime.h
  225. -- Looking for 14 include files stdio.h, ..., sys/utime.h - not found
  226. -- Looking for 14 include files stdio.h, ..., sys/xattr.h
  227. -- Looking for 14 include files stdio.h, ..., sys/xattr.h - found
  228. -- Looking for 15 include files stdio.h, ..., alloca.h
  229. -- Looking for 15 include files stdio.h, ..., alloca.h - found
  230. -- Looking for 16 include files stdio.h, ..., arpa/inet.h
  231. -- Looking for 16 include files stdio.h, ..., arpa/inet.h - found
  232. -- Looking for 17 include files stdio.h, ..., arpa/tftp.h
  233. -- Looking for 17 include files stdio.h, ..., arpa/tftp.h - found
  234. -- Looking for 18 include files stdio.h, ..., assert.h
  235. -- Looking for 18 include files stdio.h, ..., assert.h - found
  236. -- Looking for 19 include files stdio.h, ..., crypto.h
  237. -- Looking for 19 include files stdio.h, ..., crypto.h - not found
  238. -- Looking for 19 include files stdio.h, ..., des.h
  239. -- Looking for 19 include files stdio.h, ..., des.h - not found
  240. -- Looking for 19 include files stdio.h, ..., err.h
  241. -- Looking for 19 include files stdio.h, ..., err.h - found
  242. -- Looking for 20 include files stdio.h, ..., errno.h
  243. -- Looking for 20 include files stdio.h, ..., errno.h - found
  244. -- Looking for 21 include files stdio.h, ..., fcntl.h
  245. -- Looking for 21 include files stdio.h, ..., fcntl.h - found
  246. -- Looking for 22 include files stdio.h, ..., idn2.h
  247. -- Looking for 22 include files stdio.h, ..., idn2.h - not found
  248. -- Looking for 22 include files stdio.h, ..., ifaddrs.h
  249. -- Looking for 22 include files stdio.h, ..., ifaddrs.h - found
  250. -- Looking for 23 include files stdio.h, ..., io.h
  251. -- Looking for 23 include files stdio.h, ..., io.h - not found
  252. -- Looking for 23 include files stdio.h, ..., krb.h
  253. -- Looking for 23 include files stdio.h, ..., krb.h - not found
  254. -- Looking for 23 include files stdio.h, ..., libgen.h
  255. -- Looking for 23 include files stdio.h, ..., libgen.h - found
  256. -- Looking for 24 include files stdio.h, ..., limits.h
  257. -- Looking for 24 include files stdio.h, ..., limits.h - found
  258. -- Looking for 25 include files stdio.h, ..., locale.h
  259. -- Looking for 25 include files stdio.h, ..., locale.h - found
  260. -- Looking for 26 include files stdio.h, ..., net/if.h
  261. -- Looking for 26 include files stdio.h, ..., net/if.h - found
  262. -- Looking for 27 include files stdio.h, ..., netdb.h
  263. -- Looking for 27 include files stdio.h, ..., netdb.h - found
  264. -- Looking for 28 include files stdio.h, ..., netinet/in.h
  265. -- Looking for 28 include files stdio.h, ..., netinet/in.h - found
  266. -- Looking for 29 include files stdio.h, ..., netinet/tcp.h
  267. -- Looking for 29 include files stdio.h, ..., netinet/tcp.h - found
  268. -- Looking for 30 include files stdio.h, ..., pem.h
  269. -- Looking for 30 include files stdio.h, ..., pem.h - not found
  270. -- Looking for 30 include files stdio.h, ..., poll.h
  271. -- Looking for 30 include files stdio.h, ..., poll.h - found
  272. -- Looking for 31 include files stdio.h, ..., pwd.h
  273. -- Looking for 31 include files stdio.h, ..., pwd.h - found
  274. -- Looking for 32 include files stdio.h, ..., rsa.h
  275. -- Looking for 32 include files stdio.h, ..., rsa.h - not found
  276. -- Looking for 32 include files stdio.h, ..., setjmp.h
  277. -- Looking for 32 include files stdio.h, ..., setjmp.h - found
  278. -- Looking for 33 include files stdio.h, ..., sgtty.h
  279. -- Looking for 33 include files stdio.h, ..., sgtty.h - found
  280. -- Looking for 34 include files stdio.h, ..., signal.h
  281. -- Looking for 34 include files stdio.h, ..., signal.h - found
  282. -- Looking for 35 include files stdio.h, ..., ssl.h
  283. -- Looking for 35 include files stdio.h, ..., ssl.h - not found
  284. -- Looking for 35 include files stdio.h, ..., stdbool.h
  285. -- Looking for 35 include files stdio.h, ..., stdbool.h - found
  286. -- Looking for 36 include files stdio.h, ..., stdint.h
  287. -- Looking for 36 include files stdio.h, ..., stdint.h - found
  288. -- Looking for 38 include files stdio.h, ..., stdlib.h
  289. -- Looking for 38 include files stdio.h, ..., stdlib.h - found
  290. -- Looking for 39 include files stdio.h, ..., string.h
  291. -- Looking for 39 include files stdio.h, ..., string.h - found
  292. -- Looking for 40 include files stdio.h, ..., strings.h
  293. -- Looking for 40 include files stdio.h, ..., strings.h - found
  294. -- Looking for 41 include files stdio.h, ..., stropts.h
  295. -- Looking for 41 include files stdio.h, ..., stropts.h - found
  296. -- Looking for 42 include files stdio.h, ..., termio.h
  297. -- Looking for 42 include files stdio.h, ..., termio.h - found
  298. -- Looking for 43 include files stdio.h, ..., termios.h
  299. -- Looking for 43 include files stdio.h, ..., termios.h - found
  300. -- Looking for 44 include files stdio.h, ..., time.h
  301. -- Looking for 44 include files stdio.h, ..., time.h - found
  302. -- Looking for 45 include files stdio.h, ..., unistd.h
  303. -- Looking for 45 include files stdio.h, ..., unistd.h - found
  304. -- Looking for 46 include files stdio.h, ..., utime.h
  305. -- Looking for 46 include files stdio.h, ..., utime.h - found
  306. -- Looking for 47 include files stdio.h, ..., x509.h
  307. -- Looking for 47 include files stdio.h, ..., x509.h - not found
  308. -- Looking for 47 include files stdio.h, ..., process.h
  309. -- Looking for 47 include files stdio.h, ..., process.h - not found
  310. -- Looking for 47 include files stdio.h, ..., stddef.h
  311. -- Looking for 47 include files stdio.h, ..., stddef.h - found
  312. -- Looking for 48 include files stdio.h, ..., dlfcn.h
  313. -- Looking for 48 include files stdio.h, ..., dlfcn.h - found
  314. -- Looking for 49 include files stdio.h, ..., malloc.h
  315. -- Looking for 49 include files stdio.h, ..., malloc.h - found
  316. -- Looking for 50 include files stdio.h, ..., memory.h
  317. -- Looking for 50 include files stdio.h, ..., memory.h - found
  318. -- Looking for 51 include files stdio.h, ..., netinet/if_ether.h
  319. -- Looking for 51 include files stdio.h, ..., netinet/if_ether.h - found
  320. -- Looking for 53 include files stdio.h, ..., sockio.h
  321. -- Looking for 53 include files stdio.h, ..., sockio.h - not found
  322. -- Looking for 53 include files stdio.h, ..., sys/utsname.h
  323. -- Looking for 53 include files stdio.h, ..., sys/utsname.h - found
  324. -- Check size of size_t
  325. -- Check size of size_t - done
  326. -- Check size of ssize_t
  327. -- Check size of ssize_t - done
  328. -- Check size of long long
  329. -- Check size of long long - done
  330. -- Check size of long
  331. -- Check size of long - done
  332. -- Check size of short
  333. -- Check size of short - done
  334. -- Check size of int
  335. -- Check size of int - done
  336. -- Check size of __int64
  337. -- Check size of __int64 - failed
  338. -- Check size of long double
  339. -- Check size of long double - done
  340. -- Check size of time_t
  341. -- Check size of time_t - done
  342. -- Looking for basename
  343. -- Looking for basename - found
  344. -- Looking for socket
  345. -- Looking for socket - found
  346. -- Looking for poll
  347. -- Looking for poll - found
  348. -- Looking for select
  349. -- Looking for select - found
  350. -- Looking for strdup
  351. -- Looking for strdup - found
  352. -- Looking for strstr
  353. -- Looking for strstr - found
  354. -- Looking for strtok_r
  355. -- Looking for strtok_r - found
  356. -- Looking for strftime
  357. -- Looking for strftime - found
  358. -- Looking for uname
  359. -- Looking for uname - found
  360. -- Looking for strcasecmp
  361. -- Looking for strcasecmp - found
  362. -- Looking for stricmp
  363. -- Looking for stricmp - not found
  364. -- Looking for strcmpi
  365. -- Looking for strcmpi - not found
  366. -- Looking for strncmpi
  367. -- Looking for strncmpi - not found
  368. -- Looking for alarm
  369. -- Looking for alarm - found
  370. -- Looking for gethostbyaddr
  371. -- Looking for gethostbyaddr - found
  372. -- Looking for gethostbyaddr_r
  373. -- Looking for gethostbyaddr_r - found
  374. -- Looking for gettimeofday
  375. -- Looking for gettimeofday - found
  376. -- Looking for inet_addr
  377. -- Looking for inet_addr - found
  378. -- Looking for inet_ntoa
  379. -- Looking for inet_ntoa - found
  380. -- Looking for inet_ntoa_r
  381. -- Looking for inet_ntoa_r - not found
  382. -- Looking for tcsetattr
  383. -- Looking for tcsetattr - found
  384. -- Looking for tcgetattr
  385. -- Looking for tcgetattr - found
  386. -- Looking for perror
  387. -- Looking for perror - found
  388. -- Looking for closesocket
  389. -- Looking for closesocket - not found
  390. -- Looking for setvbuf
  391. -- Looking for setvbuf - found
  392. -- Looking for sigsetjmp
  393. -- Looking for sigsetjmp - found
  394. -- Looking for getpass_r
  395. -- Looking for getpass_r - not found
  396. -- Looking for strlcat
  397. -- Looking for strlcat - not found
  398. -- Looking for getpwuid
  399. -- Looking for getpwuid - found
  400. -- Looking for geteuid
  401. -- Looking for geteuid - found
  402. -- Looking for utime
  403. -- Looking for utime - found
  404. -- Looking for gmtime_r
  405. -- Looking for gmtime_r - found
  406. -- Looking for localtime_r
  407. -- Looking for localtime_r - found
  408. -- Looking for gethostbyname
  409. -- Looking for gethostbyname - found
  410. -- Looking for gethostbyname_r
  411. -- Looking for gethostbyname_r - found
  412. -- Looking for signal
  413. -- Looking for signal - found
  414. -- Looking for SIGALRM
  415. -- Looking for SIGALRM - found
  416. -- Looking for strtoll
  417. -- Looking for strtoll - found
  418. -- Looking for _strtoi64
  419. -- Looking for _strtoi64 - not found
  420. -- Looking for strerror_r
  421. -- Looking for strerror_r - found
  422. -- Looking for siginterrupt
  423. -- Looking for siginterrupt - found
  424. -- Looking for fork
  425. -- Looking for fork - found
  426. -- Looking for getaddrinfo
  427. -- Looking for getaddrinfo - found
  428. -- Looking for freeaddrinfo
  429. -- Looking for freeaddrinfo - found
  430. -- Looking for freeifaddrs
  431. -- Looking for freeifaddrs - found
  432. -- Looking for pipe
  433. -- Looking for pipe - found
  434. -- Looking for ftruncate
  435. -- Looking for ftruncate - found
  436. -- Looking for getprotobyname
  437. -- Looking for getprotobyname - found
  438. -- Looking for getrlimit
  439. -- Looking for getrlimit - found
  440. -- Looking for setlocale
  441. -- Looking for setlocale - found
  442. -- Looking for setrlimit
  443. -- Looking for setrlimit - found
  444. -- Looking for fcntl
  445. -- Looking for fcntl - found
  446. -- Looking for ioctl
  447. -- Looking for ioctl - found
  448. -- Looking for setsockopt
  449. -- Looking for setsockopt - found
  450. -- Looking for inet_pton
  451. -- Looking for inet_pton - found
  452. -- Looking for fsetxattr
  453. -- Looking for fsetxattr - found
  454. -- Performing Curl Test HAVE_FSETXATTR_5
  455. -- Performing Curl Test HAVE_FSETXATTR_5 - Success
  456. -- Performing Curl Test HAVE_FSETXATTR_6
  457. -- Performing Curl Test HAVE_FSETXATTR_6 - Failed
  458. -- Looking for sigaction
  459. -- Looking for sigaction - found
  460. -- Performing Curl Test HAVE_FCNTL_O_NONBLOCK
  461. -- Performing Curl Test HAVE_FCNTL_O_NONBLOCK - Success
  462. -- Performing Curl Test HAVE_IOCTLSOCKET
  463. -- Performing Curl Test HAVE_IOCTLSOCKET - Failed
  464. -- Performing Curl Test HAVE_IOCTLSOCKET_CAMEL
  465. -- Performing Curl Test HAVE_IOCTLSOCKET_CAMEL - Failed
  466. -- Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO
  467. -- Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO - Failed
  468. -- Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO
  469. -- Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO - Failed
  470. -- Performing Curl Test HAVE_IOCTL_FIONBIO
  471. -- Performing Curl Test HAVE_IOCTL_FIONBIO - Success
  472. -- Performing Curl Test HAVE_IOCTL_SIOCGIFADDR
  473. -- Performing Curl Test HAVE_IOCTL_SIOCGIFADDR - Success
  474. -- Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK
  475. -- Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK - Failed
  476. -- Performing Curl Test TIME_WITH_SYS_TIME
  477. -- Performing Curl Test TIME_WITH_SYS_TIME - Success
  478. -- Performing Curl Test HAVE_O_NONBLOCK
  479. -- Performing Curl Test HAVE_O_NONBLOCK - Failed
  480. -- Performing Curl Test HAVE_GETHOSTBYADDR_R_5
  481. -- Performing Curl Test HAVE_GETHOSTBYADDR_R_5 - Failed
  482. -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7
  483. -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7 - Failed
  484. -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8
  485. -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8 - Success
  486. -- Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT
  487. -- Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT - Failed
  488. -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT
  489. -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT - Failed
  490. -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT
  491. -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT - Success
  492. -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3
  493. -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3 - Failed
  494. -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5
  495. -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5 - Failed
  496. -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6
  497. -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6 - Success
  498. -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT
  499. -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT - Failed
  500. -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT
  501. -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT - Failed
  502. -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT
  503. -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT - Success
  504. -- Performing Curl Test HAVE_SOCKLEN_T
  505. -- Performing Curl Test HAVE_SOCKLEN_T - Success
  506. -- Performing Curl Test HAVE_IN_ADDR_T
  507. -- Performing Curl Test HAVE_IN_ADDR_T - Success
  508. -- Performing Curl Test HAVE_BOOL_T
  509. -- Performing Curl Test HAVE_BOOL_T - Success
  510. -- Performing Curl Test STDC_HEADERS
  511. -- Performing Curl Test STDC_HEADERS - Success
  512. -- Performing Curl Test RETSIGTYPE_TEST
  513. -- Performing Curl Test RETSIGTYPE_TEST - Success
  514. -- Performing Curl Test HAVE_INET_NTOA_R_DECL
  515. -- Performing Curl Test HAVE_INET_NTOA_R_DECL - Failed
  516. -- Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT
  517. -- Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT - Failed
  518. -- Performing Curl Test HAVE_FILE_OFFSET_BITS
  519. -- Performing Curl Test HAVE_FILE_OFFSET_BITS - Success
  520. -- Check size of off_t
  521. -- Check size of off_t - done
  522. -- Check size of curl_off_t
  523. -- Check size of curl_off_t - done
  524. -- Performing Curl Test HAVE_GLIBC_STRERROR_R
  525. -- Performing Curl Test HAVE_GLIBC_STRERROR_R - Failed
  526. -- Performing Curl Test HAVE_POSIX_STRERROR_R
  527. -- Performing Curl Test HAVE_POSIX_STRERROR_R - Success
  528. -- Check size of socklen_t
  529. -- Check size of socklen_t - done
  530. -- Performing Test curl_cv_recv
  531. -- Performing Test curl_cv_recv - Success
  532. -- Performing Test curl_cv_func_recv_test
  533. -- Performing Test curl_cv_func_recv_test - Failed
  534. -- Tested: int recv(SOCKET, char *, int, int)
  535. -- Performing Test curl_cv_func_recv_test
  536. -- Performing Test curl_cv_func_recv_test - Failed
  537. -- Tested: int recv(SOCKET, char *, int, unsigned int)
  538. -- Performing Test curl_cv_func_recv_test
  539. -- Performing Test curl_cv_func_recv_test - Failed
  540. -- Tested: int recv(SOCKET, char *, size_t, int)
  541. -- Performing Test curl_cv_func_recv_test
  542. -- Performing Test curl_cv_func_recv_test - Failed
  543. -- Tested: int recv(SOCKET, char *, size_t, unsigned int)
  544. -- Performing Test curl_cv_func_recv_test
  545. -- Performing Test curl_cv_func_recv_test - Failed
  546. -- Tested: int recv(SOCKET, char *, socklen_t, int)
  547. -- Performing Test curl_cv_func_recv_test
  548. -- Performing Test curl_cv_func_recv_test - Failed
  549. -- Tested: int recv(SOCKET, char *, socklen_t, unsigned int)
  550. -- Performing Test curl_cv_func_recv_test
  551. -- Performing Test curl_cv_func_recv_test - Failed
  552. -- Tested: int recv(SOCKET, char *, unsigned int, int)
  553. -- Performing Test curl_cv_func_recv_test
  554. -- Performing Test curl_cv_func_recv_test - Failed
  555. -- Tested: int recv(SOCKET, char *, unsigned int, unsigned int)
  556. -- Performing Test curl_cv_func_recv_test
  557. -- Performing Test curl_cv_func_recv_test - Failed
  558. -- Tested: int recv(SOCKET, void *, int, int)
  559. -- Performing Test curl_cv_func_recv_test
  560. -- Performing Test curl_cv_func_recv_test - Failed
  561. -- Tested: int recv(SOCKET, void *, int, unsigned int)
  562. -- Performing Test curl_cv_func_recv_test
  563. -- Performing Test curl_cv_func_recv_test - Failed
  564. -- Tested: int recv(SOCKET, void *, size_t, int)
  565. -- Performing Test curl_cv_func_recv_test
  566. -- Performing Test curl_cv_func_recv_test - Failed
  567. -- Tested: int recv(SOCKET, void *, size_t, unsigned int)
  568. -- Performing Test curl_cv_func_recv_test
  569. -- Performing Test curl_cv_func_recv_test - Failed
  570. -- Tested: int recv(SOCKET, void *, socklen_t, int)
  571. -- Performing Test curl_cv_func_recv_test
  572. -- Performing Test curl_cv_func_recv_test - Failed
  573. -- Tested: int recv(SOCKET, void *, socklen_t, unsigned int)
  574. -- Performing Test curl_cv_func_recv_test
  575. -- Performing Test curl_cv_func_recv_test - Failed
  576. -- Tested: int recv(SOCKET, void *, unsigned int, int)
  577. -- Performing Test curl_cv_func_recv_test
  578. -- Performing Test curl_cv_func_recv_test - Failed
  579. -- Tested: int recv(SOCKET, void *, unsigned int, unsigned int)
  580. -- Performing Test curl_cv_func_recv_test
  581. -- Performing Test curl_cv_func_recv_test - Failed
  582. -- Tested: int recv(int, char *, int, int)
  583. -- Performing Test curl_cv_func_recv_test
  584. -- Performing Test curl_cv_func_recv_test - Failed
  585. -- Tested: int recv(int, char *, int, unsigned int)
  586. -- Performing Test curl_cv_func_recv_test
  587. -- Performing Test curl_cv_func_recv_test - Failed
  588. -- Tested: int recv(int, char *, size_t, int)
  589. -- Performing Test curl_cv_func_recv_test
  590. -- Performing Test curl_cv_func_recv_test - Failed
  591. -- Tested: int recv(int, char *, size_t, unsigned int)
  592. -- Performing Test curl_cv_func_recv_test
  593. -- Performing Test curl_cv_func_recv_test - Failed
  594. -- Tested: int recv(int, char *, socklen_t, int)
  595. -- Performing Test curl_cv_func_recv_test
  596. -- Performing Test curl_cv_func_recv_test - Failed
  597. -- Tested: int recv(int, char *, socklen_t, unsigned int)
  598. -- Performing Test curl_cv_func_recv_test
  599. -- Performing Test curl_cv_func_recv_test - Failed
  600. -- Tested: int recv(int, char *, unsigned int, int)
  601. -- Performing Test curl_cv_func_recv_test
  602. -- Performing Test curl_cv_func_recv_test - Failed
  603. -- Tested: int recv(int, char *, unsigned int, unsigned int)
  604. -- Performing Test curl_cv_func_recv_test
  605. -- Performing Test curl_cv_func_recv_test - Failed
  606. -- Tested: int recv(int, void *, int, int)
  607. -- Performing Test curl_cv_func_recv_test
  608. -- Performing Test curl_cv_func_recv_test - Failed
  609. -- Tested: int recv(int, void *, int, unsigned int)
  610. -- Performing Test curl_cv_func_recv_test
  611. -- Performing Test curl_cv_func_recv_test - Failed
  612. -- Tested: int recv(int, void *, size_t, int)
  613. -- Performing Test curl_cv_func_recv_test
  614. -- Performing Test curl_cv_func_recv_test - Failed
  615. -- Tested: int recv(int, void *, size_t, unsigned int)
  616. -- Performing Test curl_cv_func_recv_test
  617. -- Performing Test curl_cv_func_recv_test - Failed
  618. -- Tested: int recv(int, void *, socklen_t, int)
  619. -- Performing Test curl_cv_func_recv_test
  620. -- Performing Test curl_cv_func_recv_test - Failed
  621. -- Tested: int recv(int, void *, socklen_t, unsigned int)
  622. -- Performing Test curl_cv_func_recv_test
  623. -- Performing Test curl_cv_func_recv_test - Failed
  624. -- Tested: int recv(int, void *, unsigned int, int)
  625. -- Performing Test curl_cv_func_recv_test
  626. -- Performing Test curl_cv_func_recv_test - Failed
  627. -- Tested: int recv(int, void *, unsigned int, unsigned int)
  628. -- Performing Test curl_cv_func_recv_test
  629. -- Performing Test curl_cv_func_recv_test - Failed
  630. -- Tested: ssize_t recv(SOCKET, char *, int, int)
  631. -- Performing Test curl_cv_func_recv_test
  632. -- Performing Test curl_cv_func_recv_test - Failed
  633. -- Tested: ssize_t recv(SOCKET, char *, int, unsigned int)
  634. -- Performing Test curl_cv_func_recv_test
  635. -- Performing Test curl_cv_func_recv_test - Failed
  636. -- Tested: ssize_t recv(SOCKET, char *, size_t, int)
  637. -- Performing Test curl_cv_func_recv_test
  638. -- Performing Test curl_cv_func_recv_test - Failed
  639. -- Tested: ssize_t recv(SOCKET, char *, size_t, unsigned int)
  640. -- Performing Test curl_cv_func_recv_test
  641. -- Performing Test curl_cv_func_recv_test - Failed
  642. -- Tested: ssize_t recv(SOCKET, char *, socklen_t, int)
  643. -- Performing Test curl_cv_func_recv_test
  644. -- Performing Test curl_cv_func_recv_test - Failed
  645. -- Tested: ssize_t recv(SOCKET, char *, socklen_t, unsigned int)
  646. -- Performing Test curl_cv_func_recv_test
  647. -- Performing Test curl_cv_func_recv_test - Failed
  648. -- Tested: ssize_t recv(SOCKET, char *, unsigned int, int)
  649. -- Performing Test curl_cv_func_recv_test
  650. -- Performing Test curl_cv_func_recv_test - Failed
  651. -- Tested: ssize_t recv(SOCKET, char *, unsigned int, unsigned int)
  652. -- Performing Test curl_cv_func_recv_test
  653. -- Performing Test curl_cv_func_recv_test - Failed
  654. -- Tested: ssize_t recv(SOCKET, void *, int, int)
  655. -- Performing Test curl_cv_func_recv_test
  656. -- Performing Test curl_cv_func_recv_test - Failed
  657. -- Tested: ssize_t recv(SOCKET, void *, int, unsigned int)
  658. -- Performing Test curl_cv_func_recv_test
  659. -- Performing Test curl_cv_func_recv_test - Failed
  660. -- Tested: ssize_t recv(SOCKET, void *, size_t, int)
  661. -- Performing Test curl_cv_func_recv_test
  662. -- Performing Test curl_cv_func_recv_test - Failed
  663. -- Tested: ssize_t recv(SOCKET, void *, size_t, unsigned int)
  664. -- Performing Test curl_cv_func_recv_test
  665. -- Performing Test curl_cv_func_recv_test - Failed
  666. -- Tested: ssize_t recv(SOCKET, void *, socklen_t, int)
  667. -- Performing Test curl_cv_func_recv_test
  668. -- Performing Test curl_cv_func_recv_test - Failed
  669. -- Tested: ssize_t recv(SOCKET, void *, socklen_t, unsigned int)
  670. -- Performing Test curl_cv_func_recv_test
  671. -- Performing Test curl_cv_func_recv_test - Failed
  672. -- Tested: ssize_t recv(SOCKET, void *, unsigned int, int)
  673. -- Performing Test curl_cv_func_recv_test
  674. -- Performing Test curl_cv_func_recv_test - Failed
  675. -- Tested: ssize_t recv(SOCKET, void *, unsigned int, unsigned int)
  676. -- Performing Test curl_cv_func_recv_test
  677. -- Performing Test curl_cv_func_recv_test - Failed
  678. -- Tested: ssize_t recv(int, char *, int, int)
  679. -- Performing Test curl_cv_func_recv_test
  680. -- Performing Test curl_cv_func_recv_test - Failed
  681. -- Tested: ssize_t recv(int, char *, int, unsigned int)
  682. -- Performing Test curl_cv_func_recv_test
  683. -- Performing Test curl_cv_func_recv_test - Failed
  684. -- Tested: ssize_t recv(int, char *, size_t, int)
  685. -- Performing Test curl_cv_func_recv_test
  686. -- Performing Test curl_cv_func_recv_test - Failed
  687. -- Tested: ssize_t recv(int, char *, size_t, unsigned int)
  688. -- Performing Test curl_cv_func_recv_test
  689. -- Performing Test curl_cv_func_recv_test - Failed
  690. -- Tested: ssize_t recv(int, char *, socklen_t, int)
  691. -- Performing Test curl_cv_func_recv_test
  692. -- Performing Test curl_cv_func_recv_test - Failed
  693. -- Tested: ssize_t recv(int, char *, socklen_t, unsigned int)
  694. -- Performing Test curl_cv_func_recv_test
  695. -- Performing Test curl_cv_func_recv_test - Failed
  696. -- Tested: ssize_t recv(int, char *, unsigned int, int)
  697. -- Performing Test curl_cv_func_recv_test
  698. -- Performing Test curl_cv_func_recv_test - Failed
  699. -- Tested: ssize_t recv(int, char *, unsigned int, unsigned int)
  700. -- Performing Test curl_cv_func_recv_test
  701. -- Performing Test curl_cv_func_recv_test - Failed
  702. -- Tested: ssize_t recv(int, void *, int, int)
  703. -- Performing Test curl_cv_func_recv_test
  704. -- Performing Test curl_cv_func_recv_test - Failed
  705. -- Tested: ssize_t recv(int, void *, int, unsigned int)
  706. -- Performing Test curl_cv_func_recv_test
  707. -- Performing Test curl_cv_func_recv_test - Success
  708. -- Tested: ssize_t recv(int, void *, size_t, int)
  709. -- Performing Test curl_cv_send
  710. -- Performing Test curl_cv_send - Success
  711. -- Performing Test curl_cv_func_send_test
  712. -- Performing Test curl_cv_func_send_test - Failed
  713. -- Tested: int send(SOCKET, const char *, int, int)
  714. -- Performing Test curl_cv_func_send_test
  715. -- Performing Test curl_cv_func_send_test - Failed
  716. -- Tested: int send(SOCKET, const char *, int, unsigned int)
  717. -- Performing Test curl_cv_func_send_test
  718. -- Performing Test curl_cv_func_send_test - Failed
  719. -- Tested: int send(SOCKET, const char *, size_t, int)
  720. -- Performing Test curl_cv_func_send_test
  721. -- Performing Test curl_cv_func_send_test - Failed
  722. -- Tested: int send(SOCKET, const char *, size_t, unsigned int)
  723. -- Performing Test curl_cv_func_send_test
  724. -- Performing Test curl_cv_func_send_test - Failed
  725. -- Tested: int send(SOCKET, const char *, socklen_t, int)
  726. -- Performing Test curl_cv_func_send_test
  727. -- Performing Test curl_cv_func_send_test - Failed
  728. -- Tested: int send(SOCKET, const char *, socklen_t, unsigned int)
  729. -- Performing Test curl_cv_func_send_test
  730. -- Performing Test curl_cv_func_send_test - Failed
  731. -- Tested: int send(SOCKET, const char *, unsigned int, int)
  732. -- Performing Test curl_cv_func_send_test
  733. -- Performing Test curl_cv_func_send_test - Failed
  734. -- Tested: int send(SOCKET, const char *, unsigned int, unsigned int)
  735. -- Performing Test curl_cv_func_send_test
  736. -- Performing Test curl_cv_func_send_test - Failed
  737. -- Tested: int send(SOCKET, const void *, int, int)
  738. -- Performing Test curl_cv_func_send_test
  739. -- Performing Test curl_cv_func_send_test - Failed
  740. -- Tested: int send(SOCKET, const void *, int, unsigned int)
  741. -- Performing Test curl_cv_func_send_test
  742. -- Performing Test curl_cv_func_send_test - Failed
  743. -- Tested: int send(SOCKET, const void *, size_t, int)
  744. -- Performing Test curl_cv_func_send_test
  745. -- Performing Test curl_cv_func_send_test - Failed
  746. -- Tested: int send(SOCKET, const void *, size_t, unsigned int)
  747. -- Performing Test curl_cv_func_send_test
  748. -- Performing Test curl_cv_func_send_test - Failed
  749. -- Tested: int send(SOCKET, const void *, socklen_t, int)
  750. -- Performing Test curl_cv_func_send_test
  751. -- Performing Test curl_cv_func_send_test - Failed
  752. -- Tested: int send(SOCKET, const void *, socklen_t, unsigned int)
  753. -- Performing Test curl_cv_func_send_test
  754. -- Performing Test curl_cv_func_send_test - Failed
  755. -- Tested: int send(SOCKET, const void *, unsigned int, int)
  756. -- Performing Test curl_cv_func_send_test
  757. -- Performing Test curl_cv_func_send_test - Failed
  758. -- Tested: int send(SOCKET, const void *, unsigned int, unsigned int)
  759. -- Performing Test curl_cv_func_send_test
  760. -- Performing Test curl_cv_func_send_test - Failed
  761. -- Tested: int send(SOCKET, void *, int, int)
  762. -- Performing Test curl_cv_func_send_test
  763. -- Performing Test curl_cv_func_send_test - Failed
  764. -- Tested: int send(SOCKET, void *, int, unsigned int)
  765. -- Performing Test curl_cv_func_send_test
  766. -- Performing Test curl_cv_func_send_test - Failed
  767. -- Tested: int send(SOCKET, void *, size_t, int)
  768. -- Performing Test curl_cv_func_send_test
  769. -- Performing Test curl_cv_func_send_test - Failed
  770. -- Tested: int send(SOCKET, void *, size_t, unsigned int)
  771. -- Performing Test curl_cv_func_send_test
  772. -- Performing Test curl_cv_func_send_test - Failed
  773. -- Tested: int send(SOCKET, void *, socklen_t, int)
  774. -- Performing Test curl_cv_func_send_test
  775. -- Performing Test curl_cv_func_send_test - Failed
  776. -- Tested: int send(SOCKET, void *, socklen_t, unsigned int)
  777. -- Performing Test curl_cv_func_send_test
  778. -- Performing Test curl_cv_func_send_test - Failed
  779. -- Tested: int send(SOCKET, void *, unsigned int, int)
  780. -- Performing Test curl_cv_func_send_test
  781. -- Performing Test curl_cv_func_send_test - Failed
  782. -- Tested: int send(SOCKET, void *, unsigned int, unsigned int)
  783. -- Performing Test curl_cv_func_send_test
  784. -- Performing Test curl_cv_func_send_test - Failed
  785. -- Tested: int send(SOCKET, char *, int, int)
  786. -- Performing Test curl_cv_func_send_test
  787. -- Performing Test curl_cv_func_send_test - Failed
  788. -- Tested: int send(SOCKET, char *, int, unsigned int)
  789. -- Performing Test curl_cv_func_send_test
  790. -- Performing Test curl_cv_func_send_test - Failed
  791. -- Tested: int send(SOCKET, char *, size_t, int)
  792. -- Performing Test curl_cv_func_send_test
  793. -- Performing Test curl_cv_func_send_test - Failed
  794. -- Tested: int send(SOCKET, char *, size_t, unsigned int)
  795. -- Performing Test curl_cv_func_send_test
  796. -- Performing Test curl_cv_func_send_test - Failed
  797. -- Tested: int send(SOCKET, char *, socklen_t, int)
  798. -- Performing Test curl_cv_func_send_test
  799. -- Performing Test curl_cv_func_send_test - Failed
  800. -- Tested: int send(SOCKET, char *, socklen_t, unsigned int)
  801. -- Performing Test curl_cv_func_send_test
  802. -- Performing Test curl_cv_func_send_test - Failed
  803. -- Tested: int send(SOCKET, char *, unsigned int, int)
  804. -- Performing Test curl_cv_func_send_test
  805. -- Performing Test curl_cv_func_send_test - Failed
  806. -- Tested: int send(SOCKET, char *, unsigned int, unsigned int)
  807. -- Performing Test curl_cv_func_send_test
  808. -- Performing Test curl_cv_func_send_test - Failed
  809. -- Tested: int send(int, const char *, int, int)
  810. -- Performing Test curl_cv_func_send_test
  811. -- Performing Test curl_cv_func_send_test - Failed
  812. -- Tested: int send(int, const char *, int, unsigned int)
  813. -- Performing Test curl_cv_func_send_test
  814. -- Performing Test curl_cv_func_send_test - Failed
  815. -- Tested: int send(int, const char *, size_t, int)
  816. -- Performing Test curl_cv_func_send_test
  817. -- Performing Test curl_cv_func_send_test - Failed
  818. -- Tested: int send(int, const char *, size_t, unsigned int)
  819. -- Performing Test curl_cv_func_send_test
  820. -- Performing Test curl_cv_func_send_test - Failed
  821. -- Tested: int send(int, const char *, socklen_t, int)
  822. -- Performing Test curl_cv_func_send_test
  823. -- Performing Test curl_cv_func_send_test - Failed
  824. -- Tested: int send(int, const char *, socklen_t, unsigned int)
  825. -- Performing Test curl_cv_func_send_test
  826. -- Performing Test curl_cv_func_send_test - Failed
  827. -- Tested: int send(int, const char *, unsigned int, int)
  828. -- Performing Test curl_cv_func_send_test
  829. -- Performing Test curl_cv_func_send_test - Failed
  830. -- Tested: int send(int, const char *, unsigned int, unsigned int)
  831. -- Performing Test curl_cv_func_send_test
  832. -- Performing Test curl_cv_func_send_test - Failed
  833. -- Tested: int send(int, const void *, int, int)
  834. -- Performing Test curl_cv_func_send_test
  835. -- Performing Test curl_cv_func_send_test - Failed
  836. -- Tested: int send(int, const void *, int, unsigned int)
  837. -- Performing Test curl_cv_func_send_test
  838. -- Performing Test curl_cv_func_send_test - Failed
  839. -- Tested: int send(int, const void *, size_t, int)
  840. -- Performing Test curl_cv_func_send_test
  841. -- Performing Test curl_cv_func_send_test - Failed
  842. -- Tested: int send(int, const void *, size_t, unsigned int)
  843. -- Performing Test curl_cv_func_send_test
  844. -- Performing Test curl_cv_func_send_test - Failed
  845. -- Tested: int send(int, const void *, socklen_t, int)
  846. -- Performing Test curl_cv_func_send_test
  847. -- Performing Test curl_cv_func_send_test - Failed
  848. -- Tested: int send(int, const void *, socklen_t, unsigned int)
  849. -- Performing Test curl_cv_func_send_test
  850. -- Performing Test curl_cv_func_send_test - Failed
  851. -- Tested: int send(int, const void *, unsigned int, int)
  852. -- Performing Test curl_cv_func_send_test
  853. -- Performing Test curl_cv_func_send_test - Failed
  854. -- Tested: int send(int, const void *, unsigned int, unsigned int)
  855. -- Performing Test curl_cv_func_send_test
  856. -- Performing Test curl_cv_func_send_test - Failed
  857. -- Tested: int send(int, void *, int, int)
  858. -- Performing Test curl_cv_func_send_test
  859. -- Performing Test curl_cv_func_send_test - Failed
  860. -- Tested: int send(int, void *, int, unsigned int)
  861. -- Performing Test curl_cv_func_send_test
  862. -- Performing Test curl_cv_func_send_test - Failed
  863. -- Tested: int send(int, void *, size_t, int)
  864. -- Performing Test curl_cv_func_send_test
  865. -- Performing Test curl_cv_func_send_test - Failed
  866. -- Tested: int send(int, void *, size_t, unsigned int)
  867. -- Performing Test curl_cv_func_send_test
  868. -- Performing Test curl_cv_func_send_test - Failed
  869. -- Tested: int send(int, void *, socklen_t, int)
  870. -- Performing Test curl_cv_func_send_test
  871. -- Performing Test curl_cv_func_send_test - Failed
  872. -- Tested: int send(int, void *, socklen_t, unsigned int)
  873. -- Performing Test curl_cv_func_send_test
  874. -- Performing Test curl_cv_func_send_test - Failed
  875. -- Tested: int send(int, void *, unsigned int, int)
  876. -- Performing Test curl_cv_func_send_test
  877. -- Performing Test curl_cv_func_send_test - Failed
  878. -- Tested: int send(int, void *, unsigned int, unsigned int)
  879. -- Performing Test curl_cv_func_send_test
  880. -- Performing Test curl_cv_func_send_test - Failed
  881. -- Tested: int send(int, char *, int, int)
  882. -- Performing Test curl_cv_func_send_test
  883. -- Performing Test curl_cv_func_send_test - Failed
  884. -- Tested: int send(int, char *, int, unsigned int)
  885. -- Performing Test curl_cv_func_send_test
  886. -- Performing Test curl_cv_func_send_test - Failed
  887. -- Tested: int send(int, char *, size_t, int)
  888. -- Performing Test curl_cv_func_send_test
  889. -- Performing Test curl_cv_func_send_test - Failed
  890. -- Tested: int send(int, char *, size_t, unsigned int)
  891. -- Performing Test curl_cv_func_send_test
  892. -- Performing Test curl_cv_func_send_test - Failed
  893. -- Tested: int send(int, char *, socklen_t, int)
  894. -- Performing Test curl_cv_func_send_test
  895. -- Performing Test curl_cv_func_send_test - Failed
  896. -- Tested: int send(int, char *, socklen_t, unsigned int)
  897. -- Performing Test curl_cv_func_send_test
  898. -- Performing Test curl_cv_func_send_test - Failed
  899. -- Tested: int send(int, char *, unsigned int, int)
  900. -- Performing Test curl_cv_func_send_test
  901. -- Performing Test curl_cv_func_send_test - Failed
  902. -- Tested: int send(int, char *, unsigned int, unsigned int)
  903. -- Performing Test curl_cv_func_send_test
  904. -- Performing Test curl_cv_func_send_test - Failed
  905. -- Tested: int send(ssize_t, const char *, int, int)
  906. -- Performing Test curl_cv_func_send_test
  907. -- Performing Test curl_cv_func_send_test - Failed
  908. -- Tested: int send(ssize_t, const char *, int, unsigned int)
  909. -- Performing Test curl_cv_func_send_test
  910. -- Performing Test curl_cv_func_send_test - Failed
  911. -- Tested: int send(ssize_t, const char *, size_t, int)
  912. -- Performing Test curl_cv_func_send_test
  913. -- Performing Test curl_cv_func_send_test - Failed
  914. -- Tested: int send(ssize_t, const char *, size_t, unsigned int)
  915. -- Performing Test curl_cv_func_send_test
  916. -- Performing Test curl_cv_func_send_test - Failed
  917. -- Tested: int send(ssize_t, const char *, socklen_t, int)
  918. -- Performing Test curl_cv_func_send_test
  919. -- Performing Test curl_cv_func_send_test - Failed
  920. -- Tested: int send(ssize_t, const char *, socklen_t, unsigned int)
  921. -- Performing Test curl_cv_func_send_test
  922. -- Performing Test curl_cv_func_send_test - Failed
  923. -- Tested: int send(ssize_t, const char *, unsigned int, int)
  924. -- Performing Test curl_cv_func_send_test
  925. -- Performing Test curl_cv_func_send_test - Failed
  926. -- Tested: int send(ssize_t, const char *, unsigned int, unsigned int)
  927. -- Performing Test curl_cv_func_send_test
  928. -- Performing Test curl_cv_func_send_test - Failed
  929. -- Tested: int send(ssize_t, const void *, int, int)
  930. -- Performing Test curl_cv_func_send_test
  931. -- Performing Test curl_cv_func_send_test - Failed
  932. -- Tested: int send(ssize_t, const void *, int, unsigned int)
  933. -- Performing Test curl_cv_func_send_test
  934. -- Performing Test curl_cv_func_send_test - Failed
  935. -- Tested: int send(ssize_t, const void *, size_t, int)
  936. -- Performing Test curl_cv_func_send_test
  937. -- Performing Test curl_cv_func_send_test - Failed
  938. -- Tested: int send(ssize_t, const void *, size_t, unsigned int)
  939. -- Performing Test curl_cv_func_send_test
  940. -- Performing Test curl_cv_func_send_test - Failed
  941. -- Tested: int send(ssize_t, const void *, socklen_t, int)
  942. -- Performing Test curl_cv_func_send_test
  943. -- Performing Test curl_cv_func_send_test - Failed
  944. -- Tested: int send(ssize_t, const void *, socklen_t, unsigned int)
  945. -- Performing Test curl_cv_func_send_test
  946. -- Performing Test curl_cv_func_send_test - Failed
  947. -- Tested: int send(ssize_t, const void *, unsigned int, int)
  948. -- Performing Test curl_cv_func_send_test
  949. -- Performing Test curl_cv_func_send_test - Failed
  950. -- Tested: int send(ssize_t, const void *, unsigned int, unsigned int)
  951. -- Performing Test curl_cv_func_send_test
  952. -- Performing Test curl_cv_func_send_test - Failed
  953. -- Tested: int send(ssize_t, void *, int, int)
  954. -- Performing Test curl_cv_func_send_test
  955. -- Performing Test curl_cv_func_send_test - Failed
  956. -- Tested: int send(ssize_t, void *, int, unsigned int)
  957. -- Performing Test curl_cv_func_send_test
  958. -- Performing Test curl_cv_func_send_test - Failed
  959. -- Tested: int send(ssize_t, void *, size_t, int)
  960. -- Performing Test curl_cv_func_send_test
  961. -- Performing Test curl_cv_func_send_test - Failed
  962. -- Tested: int send(ssize_t, void *, size_t, unsigned int)
  963. -- Performing Test curl_cv_func_send_test
  964. -- Performing Test curl_cv_func_send_test - Failed
  965. -- Tested: int send(ssize_t, void *, socklen_t, int)
  966. -- Performing Test curl_cv_func_send_test
  967. -- Performing Test curl_cv_func_send_test - Failed
  968. -- Tested: int send(ssize_t, void *, socklen_t, unsigned int)
  969. -- Performing Test curl_cv_func_send_test
  970. -- Performing Test curl_cv_func_send_test - Failed
  971. -- Tested: int send(ssize_t, void *, unsigned int, int)
  972. -- Performing Test curl_cv_func_send_test
  973. -- Performing Test curl_cv_func_send_test - Failed
  974. -- Tested: int send(ssize_t, void *, unsigned int, unsigned int)
  975. -- Performing Test curl_cv_func_send_test
  976. -- Performing Test curl_cv_func_send_test - Failed
  977. -- Tested: int send(ssize_t, char *, int, int)
  978. -- Performing Test curl_cv_func_send_test
  979. -- Performing Test curl_cv_func_send_test - Failed
  980. -- Tested: int send(ssize_t, char *, int, unsigned int)
  981. -- Performing Test curl_cv_func_send_test
  982. -- Performing Test curl_cv_func_send_test - Failed
  983. -- Tested: int send(ssize_t, char *, size_t, int)
  984. -- Performing Test curl_cv_func_send_test
  985. -- Performing Test curl_cv_func_send_test - Failed
  986. -- Tested: int send(ssize_t, char *, size_t, unsigned int)
  987. -- Performing Test curl_cv_func_send_test
  988. -- Performing Test curl_cv_func_send_test - Failed
  989. -- Tested: int send(ssize_t, char *, socklen_t, int)
  990. -- Performing Test curl_cv_func_send_test
  991. -- Performing Test curl_cv_func_send_test - Failed
  992. -- Tested: int send(ssize_t, char *, socklen_t, unsigned int)
  993. -- Performing Test curl_cv_func_send_test
  994. -- Performing Test curl_cv_func_send_test - Failed
  995. -- Tested: int send(ssize_t, char *, unsigned int, int)
  996. -- Performing Test curl_cv_func_send_test
  997. -- Performing Test curl_cv_func_send_test - Failed
  998. -- Tested: int send(ssize_t, char *, unsigned int, unsigned int)
  999. -- Performing Test curl_cv_func_send_test
  1000. -- Performing Test curl_cv_func_send_test - Failed
  1001. -- Tested: ssize_t send(SOCKET, const char *, int, int)
  1002. -- Performing Test curl_cv_func_send_test
  1003. -- Performing Test curl_cv_func_send_test - Failed
  1004. -- Tested: ssize_t send(SOCKET, const char *, int, unsigned int)
  1005. -- Performing Test curl_cv_func_send_test
  1006. -- Performing Test curl_cv_func_send_test - Failed
  1007. -- Tested: ssize_t send(SOCKET, const char *, size_t, int)
  1008. -- Performing Test curl_cv_func_send_test
  1009. -- Performing Test curl_cv_func_send_test - Failed
  1010. -- Tested: ssize_t send(SOCKET, const char *, size_t, unsigned int)
  1011. -- Performing Test curl_cv_func_send_test
  1012. -- Performing Test curl_cv_func_send_test - Failed
  1013. -- Tested: ssize_t send(SOCKET, const char *, socklen_t, int)
  1014. -- Performing Test curl_cv_func_send_test
  1015. -- Performing Test curl_cv_func_send_test - Failed
  1016. -- Tested: ssize_t send(SOCKET, const char *, socklen_t, unsigned int)
  1017. -- Performing Test curl_cv_func_send_test
  1018. -- Performing Test curl_cv_func_send_test - Failed
  1019. -- Tested: ssize_t send(SOCKET, const char *, unsigned int, int)
  1020. -- Performing Test curl_cv_func_send_test
  1021. -- Performing Test curl_cv_func_send_test - Failed
  1022. -- Tested: ssize_t send(SOCKET, const char *, unsigned int, unsigned int)
  1023. -- Performing Test curl_cv_func_send_test
  1024. -- Performing Test curl_cv_func_send_test - Failed
  1025. -- Tested: ssize_t send(SOCKET, const void *, int, int)
  1026. -- Performing Test curl_cv_func_send_test
  1027. -- Performing Test curl_cv_func_send_test - Failed
  1028. -- Tested: ssize_t send(SOCKET, const void *, int, unsigned int)
  1029. -- Performing Test curl_cv_func_send_test
  1030. -- Performing Test curl_cv_func_send_test - Failed
  1031. -- Tested: ssize_t send(SOCKET, const void *, size_t, int)
  1032. -- Performing Test curl_cv_func_send_test
  1033. -- Performing Test curl_cv_func_send_test - Failed
  1034. -- Tested: ssize_t send(SOCKET, const void *, size_t, unsigned int)
  1035. -- Performing Test curl_cv_func_send_test
  1036. -- Performing Test curl_cv_func_send_test - Failed
  1037. -- Tested: ssize_t send(SOCKET, const void *, socklen_t, int)
  1038. -- Performing Test curl_cv_func_send_test
  1039. -- Performing Test curl_cv_func_send_test - Failed
  1040. -- Tested: ssize_t send(SOCKET, const void *, socklen_t, unsigned int)
  1041. -- Performing Test curl_cv_func_send_test
  1042. -- Performing Test curl_cv_func_send_test - Failed
  1043. -- Tested: ssize_t send(SOCKET, const void *, unsigned int, int)
  1044. -- Performing Test curl_cv_func_send_test
  1045. -- Performing Test curl_cv_func_send_test - Failed
  1046. -- Tested: ssize_t send(SOCKET, const void *, unsigned int, unsigned int)
  1047. -- Performing Test curl_cv_func_send_test
  1048. -- Performing Test curl_cv_func_send_test - Failed
  1049. -- Tested: ssize_t send(SOCKET, void *, int, int)
  1050. -- Performing Test curl_cv_func_send_test
  1051. -- Performing Test curl_cv_func_send_test - Failed
  1052. -- Tested: ssize_t send(SOCKET, void *, int, unsigned int)
  1053. -- Performing Test curl_cv_func_send_test
  1054. -- Performing Test curl_cv_func_send_test - Failed
  1055. -- Tested: ssize_t send(SOCKET, void *, size_t, int)
  1056. -- Performing Test curl_cv_func_send_test
  1057. -- Performing Test curl_cv_func_send_test - Failed
  1058. -- Tested: ssize_t send(SOCKET, void *, size_t, unsigned int)
  1059. -- Performing Test curl_cv_func_send_test
  1060. -- Performing Test curl_cv_func_send_test - Failed
  1061. -- Tested: ssize_t send(SOCKET, void *, socklen_t, int)
  1062. -- Performing Test curl_cv_func_send_test
  1063. -- Performing Test curl_cv_func_send_test - Failed
  1064. -- Tested: ssize_t send(SOCKET, void *, socklen_t, unsigned int)
  1065. -- Performing Test curl_cv_func_send_test
  1066. -- Performing Test curl_cv_func_send_test - Failed
  1067. -- Tested: ssize_t send(SOCKET, void *, unsigned int, int)
  1068. -- Performing Test curl_cv_func_send_test
  1069. -- Performing Test curl_cv_func_send_test - Failed
  1070. -- Tested: ssize_t send(SOCKET, void *, unsigned int, unsigned int)
  1071. -- Performing Test curl_cv_func_send_test
  1072. -- Performing Test curl_cv_func_send_test - Failed
  1073. -- Tested: ssize_t send(SOCKET, char *, int, int)
  1074. -- Performing Test curl_cv_func_send_test
  1075. -- Performing Test curl_cv_func_send_test - Failed
  1076. -- Tested: ssize_t send(SOCKET, char *, int, unsigned int)
  1077. -- Performing Test curl_cv_func_send_test
  1078. -- Performing Test curl_cv_func_send_test - Failed
  1079. -- Tested: ssize_t send(SOCKET, char *, size_t, int)
  1080. -- Performing Test curl_cv_func_send_test
  1081. -- Performing Test curl_cv_func_send_test - Failed
  1082. -- Tested: ssize_t send(SOCKET, char *, size_t, unsigned int)
  1083. -- Performing Test curl_cv_func_send_test
  1084. -- Performing Test curl_cv_func_send_test - Failed
  1085. -- Tested: ssize_t send(SOCKET, char *, socklen_t, int)
  1086. -- Performing Test curl_cv_func_send_test
  1087. -- Performing Test curl_cv_func_send_test - Failed
  1088. -- Tested: ssize_t send(SOCKET, char *, socklen_t, unsigned int)
  1089. -- Performing Test curl_cv_func_send_test
  1090. -- Performing Test curl_cv_func_send_test - Failed
  1091. -- Tested: ssize_t send(SOCKET, char *, unsigned int, int)
  1092. -- Performing Test curl_cv_func_send_test
  1093. -- Performing Test curl_cv_func_send_test - Failed
  1094. -- Tested: ssize_t send(SOCKET, char *, unsigned int, unsigned int)
  1095. -- Performing Test curl_cv_func_send_test
  1096. -- Performing Test curl_cv_func_send_test - Failed
  1097. -- Tested: ssize_t send(int, const char *, int, int)
  1098. -- Performing Test curl_cv_func_send_test
  1099. -- Performing Test curl_cv_func_send_test - Failed
  1100. -- Tested: ssize_t send(int, const char *, int, unsigned int)
  1101. -- Performing Test curl_cv_func_send_test
  1102. -- Performing Test curl_cv_func_send_test - Failed
  1103. -- Tested: ssize_t send(int, const char *, size_t, int)
  1104. -- Performing Test curl_cv_func_send_test
  1105. -- Performing Test curl_cv_func_send_test - Failed
  1106. -- Tested: ssize_t send(int, const char *, size_t, unsigned int)
  1107. -- Performing Test curl_cv_func_send_test
  1108. -- Performing Test curl_cv_func_send_test - Failed
  1109. -- Tested: ssize_t send(int, const char *, socklen_t, int)
  1110. -- Performing Test curl_cv_func_send_test
  1111. -- Performing Test curl_cv_func_send_test - Failed
  1112. -- Tested: ssize_t send(int, const char *, socklen_t, unsigned int)
  1113. -- Performing Test curl_cv_func_send_test
  1114. -- Performing Test curl_cv_func_send_test - Failed
  1115. -- Tested: ssize_t send(int, const char *, unsigned int, int)
  1116. -- Performing Test curl_cv_func_send_test
  1117. -- Performing Test curl_cv_func_send_test - Failed
  1118. -- Tested: ssize_t send(int, const char *, unsigned int, unsigned int)
  1119. -- Performing Test curl_cv_func_send_test
  1120. -- Performing Test curl_cv_func_send_test - Failed
  1121. -- Tested: ssize_t send(int, const void *, int, int)
  1122. -- Performing Test curl_cv_func_send_test
  1123. -- Performing Test curl_cv_func_send_test - Failed
  1124. -- Tested: ssize_t send(int, const void *, int, unsigned int)
  1125. -- Performing Test curl_cv_func_send_test
  1126. -- Performing Test curl_cv_func_send_test - Success
  1127. -- Tested: ssize_t send(int, const void *, size_t, int)
  1128. -- Performing Test HAVE_MSG_NOSIGNAL
  1129. -- Performing Test HAVE_MSG_NOSIGNAL - Success
  1130. -- Performing Test HAVE_STRUCT_TIMEVAL
  1131. -- Performing Test HAVE_STRUCT_TIMEVAL - Success
  1132. -- Performing Test HAVE_POLL_FINE
  1133. -- Performing Test HAVE_POLL_FINE - Success
  1134. -- Check size of sig_atomic_t
  1135. -- Check size of sig_atomic_t - done
  1136. -- Performing Test HAVE_SIG_ATOMIC_T_NOT_VOLATILE
  1137. -- Performing Test HAVE_SIG_ATOMIC_T_NOT_VOLATILE - Success
  1138. -- Check size of struct sockaddr_storage
  1139. -- Check size of struct sockaddr_storage - done
  1140. -- Enabled features: OpenSSL IPv6 unix-sockets libz AsynchDNS NTLM
  1141. -- Enabled protocols: DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP
  1142. -- Set CURL_FOUND to TRUE.
  1143. -- Set CURL_LIBRARIES to libcurl.
  1144. -- Set CURL_INCLUDE_DIRS to /home/grzesiek11/cpdiscord2/deps/cpr/opt/curl/include;/home/grzesiek11/cpdiscord2/build/deps/cpr/opt/curl/include/curl.
  1145. -- Not using system gtest, using built-in googletest project instead.
  1146. -- Found PythonInterp: /usr/bin/python (found version "2.7.13")
  1147. -- Set GTEST_FOUND to TRUE.
  1148. -- Set GTEST_LIBRARIES to gtest.
  1149. -- Set GTEST_MAIN_LIBRARIES to gtest_main.
  1150. -- Set GTEST_BOTH_LIBRARIES to gtest;gtest_main.
  1151. -- Set GTEST_INCLUDE_DIRS to /home/grzesiek11/cpdiscord2/deps/cpr/opt/googletest/include.
  1152. -- Building mongoose project for test support.
  1153. -- Set MONGOOSE_FOUND to TRUE.
  1154. -- Set MONGOOSE_LIBRARIES to mongoose.
  1155. -- Set MONGOOSE_INCLUDE_DIRS to /home/grzesiek11/cpdiscord2/deps/cpr/opt/mongoose.
  1156. -- Using CURL_INCLUDE_DIRS: /home/grzesiek11/cpdiscord2/deps/cpr/opt/curl/include;/home/grzesiek11/cpdiscord2/build/deps/cpr/opt/curl/include/curl.
  1157. -- Using CURL_LIBRARIES: libcurl.
  1158. -- Downloading/updating asio
  1159. -- Configuring done
  1160. -- Generating done
  1161. -- Build files have been written to: /home/grzesiek11/cpdiscord2/build/asio-download
  1162. Scanning dependencies of target asio-download
  1163. [ 11%] Creating directories for 'asio-download'
  1164. [ 22%] Performing download step (git clone) for 'asio-download'
  1165. Cloning into 'asio'...
  1166. Already on 'master'
  1167. Your branch is up-to-date with 'origin/master'.
  1168. [ 33%] No patch step for 'asio-download'
  1169. [ 44%] Skipping update step for 'asio-download'
  1170. [ 55%] No configure step for 'asio-download'
  1171. [ 66%] No build step for 'asio-download'
  1172. [ 77%] No install step for 'asio-download'
  1173. [ 88%] No test step for 'asio-download'
  1174. [100%] Completed 'asio-download'
  1175. [100%] Built target asio-download
  1176. -- Downloading/updating websocketpp
  1177. -- Configuring done
  1178. -- Generating done
  1179. -- Build files have been written to: /home/grzesiek11/cpdiscord2/build/websocketpp-download
  1180. Scanning dependencies of target websocketpp-download
  1181. [ 11%] Creating directories for 'websocketpp-download'
  1182. [ 22%] Performing download step (git clone) for 'websocketpp-download'
  1183. Cloning into 'websocketpp'...
  1184. Already on 'master'
  1185. Your branch is up-to-date with 'origin/master'.
  1186. [ 33%] No patch step for 'websocketpp-download'
  1187. [ 44%] Skipping update step for 'websocketpp-download'
  1188. [ 55%] No configure step for 'websocketpp-download'
  1189. [ 66%] No build step for 'websocketpp-download'
  1190. [ 77%] No install step for 'websocketpp-download'
  1191. [ 88%] No test step for 'websocketpp-download'
  1192. [100%] Completed 'websocketpp-download'
  1193. [100%] Built target websocketpp-download
  1194. -- Check if compiler accepts -pthread
  1195. -- Check if compiler accepts -pthread - yes
  1196. ** websocketpp
  1197.  
  1198. =========== Used Build Configuration =============
  1199.  
  1200. -- ENABLE_CPP11 = ON
  1201. -- BUILD_EXAMPLES = OFF
  1202. -- BUILD_TESTS = OFF
  1203.  
  1204. -- WEBSOCKETPP_ROOT = /home/grzesiek11/cpdiscord2/deps/websocketpp
  1205. -- WEBSOCKETPP_BIN = /home/grzesiek11/cpdiscord2/build/deps/websocketpp/bin
  1206. -- WEBSOCKETPP_LIB = /home/grzesiek11/cpdiscord2/build/deps/websocketpp/lib
  1207. -- Install prefix = /usr/local
  1208.  
  1209. -- WEBSOCKETPP_BOOST_LIBS =
  1210. -- WEBSOCKETPP_PLATFORM_LIBS =
  1211. -- WEBSOCKETPP_PLATFORM_TLS_LIBS =
  1212.  
  1213. -- OPENSSL_FOUND =
  1214. -- OPENSSL_INCLUDE_DIR = /usr/include
  1215. -- OPENSSL_LIBRARIES =
  1216. -- OPENSSL_VERSION =
  1217.  
  1218. CMake Error at sleepy_discord/CMakeLists.txt:39 (target_compile_features):
  1219. target_compile_features specified unknown feature "cxx_std_11" for target
  1220. "sleepy-discord".
  1221.  
  1222.  
  1223. -- Configuring incomplete, errors occurred!
  1224. See also "/home/grzesiek11/cpdiscord2/build/CMakeFiles/CMakeOutput.log".
  1225. See also "/home/grzesiek11/cpdiscord2/build/CMakeFiles/CMakeError.log".
  1226. grzesiek11@debianek:~/cpdiscord2/build$ make
  1227. make: *** Nie podano obiektów i nie znaleziono makefile. Stop. # "Makefile not found" in Polish
  1228. grzesiek11@debianek:~/cpdiscord2/build$
Advertisement
Add Comment
Please, Sign In to add comment