Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- grzesiek11@debianek:~$ cd cpdiscord2
- grzesiek11@debianek:~/cpdiscord2$
- grzesiek11@debianek:~/cpdiscord2$ mkdir build
- grzesiek11@debianek:~/cpdiscord2$ cd build
- grzesiek11@debianek:~/cpdiscord2/build$ cmake ..
- -- The C compiler identification is GNU 6.3.0
- -- The CXX compiler identification is GNU 6.3.0
- -- Check for working C compiler: /usr/bin/cc
- -- Check for working C compiler: /usr/bin/cc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Downloading/updating cpr
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/grzesiek11/cpdiscord2/build/cpr-download
- Scanning dependencies of target cpr-download
- [ 11%] Creating directories for 'cpr-download'
- [ 22%] Performing download step (git clone) for 'cpr-download'
- Cloning into 'cpr'...
- Already on 'master'
- Your branch is up-to-date with 'origin/master'.
- Submodule 'opt/curl' (https://github.com/whoshuu/curl.git) registered for path 'opt/curl'
- Submodule 'opt/googletest' (https://github.com/whoshuu/googletest.git) registered for path 'opt/googletest'
- Submodule 'opt/mongoose' (https://github.com/whoshuu/mongoose.git) registered for path 'opt/mongoose'
- Cloning into '/home/grzesiek11/cpdiscord2/deps/cpr/opt/curl'...
- Cloning into '/home/grzesiek11/cpdiscord2/deps/cpr/opt/googletest'...
- Cloning into '/home/grzesiek11/cpdiscord2/deps/cpr/opt/mongoose'...
- Submodule path 'opt/curl': checked out '3ea76790571c1f7cf1bed34fabffd3cc20ad3dd3'
- Submodule path 'opt/googletest': checked out '3be1ef9f1c6139654a7784c53aa833c7a37a3148'
- Submodule path 'opt/mongoose': checked out 'df9f7a795e65657017ab302d6367a49fdd4da183'
- [ 33%] No patch step for 'cpr-download'
- [ 44%] Skipping update step for 'cpr-download'
- [ 55%] No configure step for 'cpr-download'
- [ 66%] No build step for 'cpr-download'
- [ 77%] No install step for 'cpr-download'
- [ 88%] No test step for 'cpr-download'
- [100%] Completed 'cpr-download'
- [100%] Built target cpr-download
- -- C++ Requests CMake Options
- -- =======================================================
- -- USE_SYSTEM_CURL: OFF
- -- BUILD_CPR_TESTS: ON
- -- GENERATE_COVERAGE: OFF
- -- CPR_CURL_NOSIGNAL: OFF
- -- USE_SYSTEM_GTEST: OFF
- -- CMAKE_USE_OPENSSL: ON
- -- =======================================================
- -- Not using system Curl, using built-in curl project instead.
- CMake Warning at deps/cpr/opt/curl/CMakeLists.txt:50 (message):
- the curl cmake build system is poorly maintained. Be aware
- -- curl version=[7.56.0-DEV]
- -- Performing Test OPT-pedantic
- -- Performing Test OPT-pedantic - Success
- -- Performing Test OPT-Wall
- -- Performing Test OPT-Wall - Success
- -- Performing Test OPT-W
- -- Performing Test OPT-W - Success
- -- Performing Test OPT-Wpointer-arith
- -- Performing Test OPT-Wpointer-arith - Success
- -- Performing Test OPT-Wwrite-strings
- -- Performing Test OPT-Wwrite-strings - Success
- -- Performing Test OPT-Wunused
- -- Performing Test OPT-Wunused - Success
- -- Performing Test OPT-Wshadow
- -- Performing Test OPT-Wshadow - Success
- -- Performing Test OPT-Winline
- -- Performing Test OPT-Winline - Success
- -- Performing Test OPT-Wnested-externs
- -- Performing Test OPT-Wnested-externs - Success
- -- Performing Test OPT-Wmissing-declarations
- -- Performing Test OPT-Wmissing-declarations - Success
- -- Performing Test OPT-Wmissing-prototypes
- -- Performing Test OPT-Wmissing-prototypes - Success
- -- Performing Test OPT-Wno-long-long
- -- Performing Test OPT-Wno-long-long - Success
- -- Performing Test OPT-Wfloat-equal
- -- Performing Test OPT-Wfloat-equal - Success
- -- Performing Test OPT-Wno-multichar
- -- Performing Test OPT-Wno-multichar - Success
- -- Performing Test OPT-Wsign-compare
- -- Performing Test OPT-Wsign-compare - Success
- -- Performing Test OPT-Wundef
- -- Performing Test OPT-Wundef - Success
- -- Performing Test OPT-Wno-format-nonliteral
- -- Performing Test OPT-Wno-format-nonliteral - Success
- -- Performing Test OPT-Wendif-labels
- -- Performing Test OPT-Wendif-labels - Success
- -- Performing Test OPT-Wstrict-prototypes
- -- Performing Test OPT-Wstrict-prototypes - Success
- -- Performing Test OPT-Wdeclaration-after-statement
- -- Performing Test OPT-Wdeclaration-after-statement - Success
- -- Performing Test OPT-Wstrict-aliasing=3
- -- Performing Test OPT-Wstrict-aliasing=3 - Success
- -- Performing Test OPT-Wcast-align
- -- Performing Test OPT-Wcast-align - Success
- -- Performing Test OPT-Wtype-limits
- -- Performing Test OPT-Wtype-limits - Success
- -- Performing Test OPT-Wold-style-declaration
- -- Performing Test OPT-Wold-style-declaration - Success
- -- Performing Test OPT-Wmissing-parameter-type
- -- Performing Test OPT-Wmissing-parameter-type - Success
- -- Performing Test OPT-Wempty-body
- -- Performing Test OPT-Wempty-body - Success
- -- Performing Test OPT-Wclobbered
- -- Performing Test OPT-Wclobbered - Success
- -- Performing Test OPT-Wignored-qualifiers
- -- Performing Test OPT-Wignored-qualifiers - Success
- -- Performing Test OPT-Wconversion
- -- Performing Test OPT-Wconversion - Success
- -- Performing Test OPT-Wno-sign-conversion
- -- Performing Test OPT-Wno-sign-conversion - Success
- -- Performing Test OPT-Wvla
- -- Performing Test OPT-Wvla - Success
- -- Performing Test OPT-Wdouble-promotion
- -- Performing Test OPT-Wdouble-promotion - Success
- -- Performing Test OPT-Wno-system-headers
- -- Performing Test OPT-Wno-system-headers - Success
- -- Performing Test HAVE_SOCKADDR_IN6_SIN6_ADDR
- -- Performing Test HAVE_SOCKADDR_IN6_SIN6_ADDR - Success
- -- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
- -- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID - Success
- Found *nroff option: -- -man
- -- Found Perl: /usr/bin/perl (found version "5.24.1")
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- Looking for pthread_create
- -- Looking for pthread_create - not found
- -- Looking for pthread_create in pthreads
- -- Looking for pthread_create in pthreads - not found
- -- Looking for pthread_create in pthread
- -- Looking for pthread_create in pthread - found
- -- Found Threads: TRUE
- -- Looking for dlopen in dl;-lpthread
- -- Looking for dlopen in dl;-lpthread - found
- -- Looking for connect in socket;dl;-lpthread
- -- Looking for connect in socket;dl;-lpthread - not found
- -- Looking for gethostbyname in c
- -- Looking for gethostbyname in c - found
- -- Looking for gethostname
- -- Looking for gethostname - found
- -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.1.0f")
- -- Looking for openssl/crypto.h
- -- Looking for openssl/crypto.h - found
- -- Looking for openssl/engine.h
- -- Looking for openssl/engine.h - found
- -- Looking for openssl/err.h
- -- Looking for openssl/err.h - found
- -- Looking for openssl/pem.h
- -- Looking for openssl/pem.h - found
- -- Looking for openssl/pkcs12.h
- -- Looking for openssl/pkcs12.h - found
- -- Looking for openssl/rsa.h
- -- Looking for openssl/rsa.h - found
- -- Looking for openssl/ssl.h
- -- Looking for openssl/ssl.h - found
- -- Looking for openssl/x509.h
- -- Looking for openssl/x509.h - found
- -- Looking for openssl/rand.h
- -- Looking for openssl/rand.h - found
- -- Looking for RAND_status
- -- Looking for RAND_status - not found
- -- Looking for RAND_screen
- -- Looking for RAND_screen - not found
- -- Looking for RAND_egd
- -- Looking for RAND_egd - not found
- -- Looking for ldap_init in ldap;dl;-lpthread;/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
- -- 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
- -- Looking for ber_init in lber;dl;-lpthread;/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
- -- 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
- -- Looking for include file ldap.h
- -- Looking for include file ldap.h - not found
- -- Looking for include file lber.h
- -- Looking for include file lber.h - not found
- -- LDAP_H not found CURL_DISABLE_LDAP set ON
- -- LDAP needs to be enabled to support LDAPS
- -- 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
- -- 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
- -- Looking for dlopen in dl;-lpthread;/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
- -- Looking for dlopen in dl;-lpthread;/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so - found
- -- Could NOT find LibSSH2 (missing: LIBSSH2_INCLUDE_DIR LIBSSH2_LIBRARY)
- -- Performing Test USE_UNIX_SOCKETS
- -- Performing Test USE_UNIX_SOCKETS - Success
- -- Found CA bundle: /etc/ssl/certs/ca-certificates.crt
- -- Looking for include file stdio.h
- -- Looking for include file stdio.h - found
- -- Looking for include files stdio.h, inttypes.h
- -- Looking for include files stdio.h, inttypes.h - found
- -- Looking for 3 include files stdio.h, ..., sys/filio.h
- -- Looking for 3 include files stdio.h, ..., sys/filio.h - not found
- -- Looking for 3 include files stdio.h, ..., sys/ioctl.h
- -- Looking for 3 include files stdio.h, ..., sys/ioctl.h - found
- -- Looking for 4 include files stdio.h, ..., sys/param.h
- -- Looking for 4 include files stdio.h, ..., sys/param.h - found
- -- Looking for 5 include files stdio.h, ..., sys/poll.h
- -- Looking for 5 include files stdio.h, ..., sys/poll.h - found
- -- Looking for 6 include files stdio.h, ..., sys/resource.h
- -- Looking for 6 include files stdio.h, ..., sys/resource.h - found
- -- Looking for 7 include files stdio.h, ..., sys/select.h
- -- Looking for 7 include files stdio.h, ..., sys/select.h - found
- -- Looking for 8 include files stdio.h, ..., sys/socket.h
- -- Looking for 8 include files stdio.h, ..., sys/socket.h - found
- -- Looking for 9 include files stdio.h, ..., sys/sockio.h
- -- Looking for 9 include files stdio.h, ..., sys/sockio.h - not found
- -- Looking for 9 include files stdio.h, ..., sys/stat.h
- -- Looking for 9 include files stdio.h, ..., sys/stat.h - found
- -- Looking for 10 include files stdio.h, ..., sys/time.h
- -- Looking for 10 include files stdio.h, ..., sys/time.h - found
- -- Looking for 11 include files stdio.h, ..., sys/types.h
- -- Looking for 11 include files stdio.h, ..., sys/types.h - found
- -- Looking for 12 include files stdio.h, ..., sys/uio.h
- -- Looking for 12 include files stdio.h, ..., sys/uio.h - found
- -- Looking for 13 include files stdio.h, ..., sys/un.h
- -- Looking for 13 include files stdio.h, ..., sys/un.h - found
- -- Looking for 14 include files stdio.h, ..., sys/utime.h
- -- Looking for 14 include files stdio.h, ..., sys/utime.h - not found
- -- Looking for 14 include files stdio.h, ..., sys/xattr.h
- -- Looking for 14 include files stdio.h, ..., sys/xattr.h - found
- -- Looking for 15 include files stdio.h, ..., alloca.h
- -- Looking for 15 include files stdio.h, ..., alloca.h - found
- -- Looking for 16 include files stdio.h, ..., arpa/inet.h
- -- Looking for 16 include files stdio.h, ..., arpa/inet.h - found
- -- Looking for 17 include files stdio.h, ..., arpa/tftp.h
- -- Looking for 17 include files stdio.h, ..., arpa/tftp.h - found
- -- Looking for 18 include files stdio.h, ..., assert.h
- -- Looking for 18 include files stdio.h, ..., assert.h - found
- -- Looking for 19 include files stdio.h, ..., crypto.h
- -- Looking for 19 include files stdio.h, ..., crypto.h - not found
- -- Looking for 19 include files stdio.h, ..., des.h
- -- Looking for 19 include files stdio.h, ..., des.h - not found
- -- Looking for 19 include files stdio.h, ..., err.h
- -- Looking for 19 include files stdio.h, ..., err.h - found
- -- Looking for 20 include files stdio.h, ..., errno.h
- -- Looking for 20 include files stdio.h, ..., errno.h - found
- -- Looking for 21 include files stdio.h, ..., fcntl.h
- -- Looking for 21 include files stdio.h, ..., fcntl.h - found
- -- Looking for 22 include files stdio.h, ..., idn2.h
- -- Looking for 22 include files stdio.h, ..., idn2.h - not found
- -- Looking for 22 include files stdio.h, ..., ifaddrs.h
- -- Looking for 22 include files stdio.h, ..., ifaddrs.h - found
- -- Looking for 23 include files stdio.h, ..., io.h
- -- Looking for 23 include files stdio.h, ..., io.h - not found
- -- Looking for 23 include files stdio.h, ..., krb.h
- -- Looking for 23 include files stdio.h, ..., krb.h - not found
- -- Looking for 23 include files stdio.h, ..., libgen.h
- -- Looking for 23 include files stdio.h, ..., libgen.h - found
- -- Looking for 24 include files stdio.h, ..., limits.h
- -- Looking for 24 include files stdio.h, ..., limits.h - found
- -- Looking for 25 include files stdio.h, ..., locale.h
- -- Looking for 25 include files stdio.h, ..., locale.h - found
- -- Looking for 26 include files stdio.h, ..., net/if.h
- -- Looking for 26 include files stdio.h, ..., net/if.h - found
- -- Looking for 27 include files stdio.h, ..., netdb.h
- -- Looking for 27 include files stdio.h, ..., netdb.h - found
- -- Looking for 28 include files stdio.h, ..., netinet/in.h
- -- Looking for 28 include files stdio.h, ..., netinet/in.h - found
- -- Looking for 29 include files stdio.h, ..., netinet/tcp.h
- -- Looking for 29 include files stdio.h, ..., netinet/tcp.h - found
- -- Looking for 30 include files stdio.h, ..., pem.h
- -- Looking for 30 include files stdio.h, ..., pem.h - not found
- -- Looking for 30 include files stdio.h, ..., poll.h
- -- Looking for 30 include files stdio.h, ..., poll.h - found
- -- Looking for 31 include files stdio.h, ..., pwd.h
- -- Looking for 31 include files stdio.h, ..., pwd.h - found
- -- Looking for 32 include files stdio.h, ..., rsa.h
- -- Looking for 32 include files stdio.h, ..., rsa.h - not found
- -- Looking for 32 include files stdio.h, ..., setjmp.h
- -- Looking for 32 include files stdio.h, ..., setjmp.h - found
- -- Looking for 33 include files stdio.h, ..., sgtty.h
- -- Looking for 33 include files stdio.h, ..., sgtty.h - found
- -- Looking for 34 include files stdio.h, ..., signal.h
- -- Looking for 34 include files stdio.h, ..., signal.h - found
- -- Looking for 35 include files stdio.h, ..., ssl.h
- -- Looking for 35 include files stdio.h, ..., ssl.h - not found
- -- Looking for 35 include files stdio.h, ..., stdbool.h
- -- Looking for 35 include files stdio.h, ..., stdbool.h - found
- -- Looking for 36 include files stdio.h, ..., stdint.h
- -- Looking for 36 include files stdio.h, ..., stdint.h - found
- -- Looking for 38 include files stdio.h, ..., stdlib.h
- -- Looking for 38 include files stdio.h, ..., stdlib.h - found
- -- Looking for 39 include files stdio.h, ..., string.h
- -- Looking for 39 include files stdio.h, ..., string.h - found
- -- Looking for 40 include files stdio.h, ..., strings.h
- -- Looking for 40 include files stdio.h, ..., strings.h - found
- -- Looking for 41 include files stdio.h, ..., stropts.h
- -- Looking for 41 include files stdio.h, ..., stropts.h - found
- -- Looking for 42 include files stdio.h, ..., termio.h
- -- Looking for 42 include files stdio.h, ..., termio.h - found
- -- Looking for 43 include files stdio.h, ..., termios.h
- -- Looking for 43 include files stdio.h, ..., termios.h - found
- -- Looking for 44 include files stdio.h, ..., time.h
- -- Looking for 44 include files stdio.h, ..., time.h - found
- -- Looking for 45 include files stdio.h, ..., unistd.h
- -- Looking for 45 include files stdio.h, ..., unistd.h - found
- -- Looking for 46 include files stdio.h, ..., utime.h
- -- Looking for 46 include files stdio.h, ..., utime.h - found
- -- Looking for 47 include files stdio.h, ..., x509.h
- -- Looking for 47 include files stdio.h, ..., x509.h - not found
- -- Looking for 47 include files stdio.h, ..., process.h
- -- Looking for 47 include files stdio.h, ..., process.h - not found
- -- Looking for 47 include files stdio.h, ..., stddef.h
- -- Looking for 47 include files stdio.h, ..., stddef.h - found
- -- Looking for 48 include files stdio.h, ..., dlfcn.h
- -- Looking for 48 include files stdio.h, ..., dlfcn.h - found
- -- Looking for 49 include files stdio.h, ..., malloc.h
- -- Looking for 49 include files stdio.h, ..., malloc.h - found
- -- Looking for 50 include files stdio.h, ..., memory.h
- -- Looking for 50 include files stdio.h, ..., memory.h - found
- -- Looking for 51 include files stdio.h, ..., netinet/if_ether.h
- -- Looking for 51 include files stdio.h, ..., netinet/if_ether.h - found
- -- Looking for 53 include files stdio.h, ..., sockio.h
- -- Looking for 53 include files stdio.h, ..., sockio.h - not found
- -- Looking for 53 include files stdio.h, ..., sys/utsname.h
- -- Looking for 53 include files stdio.h, ..., sys/utsname.h - found
- -- Check size of size_t
- -- Check size of size_t - done
- -- Check size of ssize_t
- -- Check size of ssize_t - done
- -- Check size of long long
- -- Check size of long long - done
- -- Check size of long
- -- Check size of long - done
- -- Check size of short
- -- Check size of short - done
- -- Check size of int
- -- Check size of int - done
- -- Check size of __int64
- -- Check size of __int64 - failed
- -- Check size of long double
- -- Check size of long double - done
- -- Check size of time_t
- -- Check size of time_t - done
- -- Looking for basename
- -- Looking for basename - found
- -- Looking for socket
- -- Looking for socket - found
- -- Looking for poll
- -- Looking for poll - found
- -- Looking for select
- -- Looking for select - found
- -- Looking for strdup
- -- Looking for strdup - found
- -- Looking for strstr
- -- Looking for strstr - found
- -- Looking for strtok_r
- -- Looking for strtok_r - found
- -- Looking for strftime
- -- Looking for strftime - found
- -- Looking for uname
- -- Looking for uname - found
- -- Looking for strcasecmp
- -- Looking for strcasecmp - found
- -- Looking for stricmp
- -- Looking for stricmp - not found
- -- Looking for strcmpi
- -- Looking for strcmpi - not found
- -- Looking for strncmpi
- -- Looking for strncmpi - not found
- -- Looking for alarm
- -- Looking for alarm - found
- -- Looking for gethostbyaddr
- -- Looking for gethostbyaddr - found
- -- Looking for gethostbyaddr_r
- -- Looking for gethostbyaddr_r - found
- -- Looking for gettimeofday
- -- Looking for gettimeofday - found
- -- Looking for inet_addr
- -- Looking for inet_addr - found
- -- Looking for inet_ntoa
- -- Looking for inet_ntoa - found
- -- Looking for inet_ntoa_r
- -- Looking for inet_ntoa_r - not found
- -- Looking for tcsetattr
- -- Looking for tcsetattr - found
- -- Looking for tcgetattr
- -- Looking for tcgetattr - found
- -- Looking for perror
- -- Looking for perror - found
- -- Looking for closesocket
- -- Looking for closesocket - not found
- -- Looking for setvbuf
- -- Looking for setvbuf - found
- -- Looking for sigsetjmp
- -- Looking for sigsetjmp - found
- -- Looking for getpass_r
- -- Looking for getpass_r - not found
- -- Looking for strlcat
- -- Looking for strlcat - not found
- -- Looking for getpwuid
- -- Looking for getpwuid - found
- -- Looking for geteuid
- -- Looking for geteuid - found
- -- Looking for utime
- -- Looking for utime - found
- -- Looking for gmtime_r
- -- Looking for gmtime_r - found
- -- Looking for localtime_r
- -- Looking for localtime_r - found
- -- Looking for gethostbyname
- -- Looking for gethostbyname - found
- -- Looking for gethostbyname_r
- -- Looking for gethostbyname_r - found
- -- Looking for signal
- -- Looking for signal - found
- -- Looking for SIGALRM
- -- Looking for SIGALRM - found
- -- Looking for strtoll
- -- Looking for strtoll - found
- -- Looking for _strtoi64
- -- Looking for _strtoi64 - not found
- -- Looking for strerror_r
- -- Looking for strerror_r - found
- -- Looking for siginterrupt
- -- Looking for siginterrupt - found
- -- Looking for fork
- -- Looking for fork - found
- -- Looking for getaddrinfo
- -- Looking for getaddrinfo - found
- -- Looking for freeaddrinfo
- -- Looking for freeaddrinfo - found
- -- Looking for freeifaddrs
- -- Looking for freeifaddrs - found
- -- Looking for pipe
- -- Looking for pipe - found
- -- Looking for ftruncate
- -- Looking for ftruncate - found
- -- Looking for getprotobyname
- -- Looking for getprotobyname - found
- -- Looking for getrlimit
- -- Looking for getrlimit - found
- -- Looking for setlocale
- -- Looking for setlocale - found
- -- Looking for setrlimit
- -- Looking for setrlimit - found
- -- Looking for fcntl
- -- Looking for fcntl - found
- -- Looking for ioctl
- -- Looking for ioctl - found
- -- Looking for setsockopt
- -- Looking for setsockopt - found
- -- Looking for inet_pton
- -- Looking for inet_pton - found
- -- Looking for fsetxattr
- -- Looking for fsetxattr - found
- -- Performing Curl Test HAVE_FSETXATTR_5
- -- Performing Curl Test HAVE_FSETXATTR_5 - Success
- -- Performing Curl Test HAVE_FSETXATTR_6
- -- Performing Curl Test HAVE_FSETXATTR_6 - Failed
- -- Looking for sigaction
- -- Looking for sigaction - found
- -- Performing Curl Test HAVE_FCNTL_O_NONBLOCK
- -- Performing Curl Test HAVE_FCNTL_O_NONBLOCK - Success
- -- Performing Curl Test HAVE_IOCTLSOCKET
- -- Performing Curl Test HAVE_IOCTLSOCKET - Failed
- -- Performing Curl Test HAVE_IOCTLSOCKET_CAMEL
- -- Performing Curl Test HAVE_IOCTLSOCKET_CAMEL - Failed
- -- Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO
- -- Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO - Failed
- -- Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO
- -- Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO - Failed
- -- Performing Curl Test HAVE_IOCTL_FIONBIO
- -- Performing Curl Test HAVE_IOCTL_FIONBIO - Success
- -- Performing Curl Test HAVE_IOCTL_SIOCGIFADDR
- -- Performing Curl Test HAVE_IOCTL_SIOCGIFADDR - Success
- -- Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK
- -- Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK - Failed
- -- Performing Curl Test TIME_WITH_SYS_TIME
- -- Performing Curl Test TIME_WITH_SYS_TIME - Success
- -- Performing Curl Test HAVE_O_NONBLOCK
- -- Performing Curl Test HAVE_O_NONBLOCK - Failed
- -- Performing Curl Test HAVE_GETHOSTBYADDR_R_5
- -- Performing Curl Test HAVE_GETHOSTBYADDR_R_5 - Failed
- -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7
- -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7 - Failed
- -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8
- -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8 - Success
- -- Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT
- -- Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT - Failed
- -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT
- -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT - Failed
- -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT
- -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT - Success
- -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3
- -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3 - Failed
- -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5
- -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5 - Failed
- -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6
- -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6 - Success
- -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT
- -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT - Failed
- -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT
- -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT - Failed
- -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT
- -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT - Success
- -- Performing Curl Test HAVE_SOCKLEN_T
- -- Performing Curl Test HAVE_SOCKLEN_T - Success
- -- Performing Curl Test HAVE_IN_ADDR_T
- -- Performing Curl Test HAVE_IN_ADDR_T - Success
- -- Performing Curl Test HAVE_BOOL_T
- -- Performing Curl Test HAVE_BOOL_T - Success
- -- Performing Curl Test STDC_HEADERS
- -- Performing Curl Test STDC_HEADERS - Success
- -- Performing Curl Test RETSIGTYPE_TEST
- -- Performing Curl Test RETSIGTYPE_TEST - Success
- -- Performing Curl Test HAVE_INET_NTOA_R_DECL
- -- Performing Curl Test HAVE_INET_NTOA_R_DECL - Failed
- -- Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT
- -- Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT - Failed
- -- Performing Curl Test HAVE_FILE_OFFSET_BITS
- -- Performing Curl Test HAVE_FILE_OFFSET_BITS - Success
- -- Check size of off_t
- -- Check size of off_t - done
- -- Check size of curl_off_t
- -- Check size of curl_off_t - done
- -- Performing Curl Test HAVE_GLIBC_STRERROR_R
- -- Performing Curl Test HAVE_GLIBC_STRERROR_R - Failed
- -- Performing Curl Test HAVE_POSIX_STRERROR_R
- -- Performing Curl Test HAVE_POSIX_STRERROR_R - Success
- -- Check size of socklen_t
- -- Check size of socklen_t - done
- -- Performing Test curl_cv_recv
- -- Performing Test curl_cv_recv - Success
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, char *, int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, char *, int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, char *, size_t, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, char *, size_t, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, char *, socklen_t, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, char *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, char *, unsigned int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, char *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, void *, int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, void *, int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, void *, size_t, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, void *, size_t, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, void *, socklen_t, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, void *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, void *, unsigned int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(SOCKET, void *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, char *, int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, char *, int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, char *, size_t, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, char *, size_t, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, char *, socklen_t, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, char *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, char *, unsigned int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, char *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, void *, int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, void *, int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, void *, size_t, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, void *, size_t, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, void *, socklen_t, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, void *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, void *, unsigned int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: int recv(int, void *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, char *, int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, char *, int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, char *, size_t, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, char *, size_t, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, char *, socklen_t, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, char *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, char *, unsigned int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, char *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, void *, int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, void *, int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, void *, size_t, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, void *, size_t, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, void *, socklen_t, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, void *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, void *, unsigned int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(SOCKET, void *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(int, char *, int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(int, char *, int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(int, char *, size_t, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(int, char *, size_t, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(int, char *, socklen_t, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(int, char *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(int, char *, unsigned int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(int, char *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(int, void *, int, int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Failed
- -- Tested: ssize_t recv(int, void *, int, unsigned int)
- -- Performing Test curl_cv_func_recv_test
- -- Performing Test curl_cv_func_recv_test - Success
- -- Tested: ssize_t recv(int, void *, size_t, int)
- -- Performing Test curl_cv_send
- -- Performing Test curl_cv_send - Success
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const char *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const char *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const char *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const char *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const char *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const char *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const char *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const char *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const void *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const void *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const void *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const void *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const void *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const void *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const void *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, const void *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, void *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, void *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, void *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, void *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, void *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, void *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, void *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, void *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, char *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, char *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, char *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, char *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, char *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, char *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, char *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(SOCKET, char *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const char *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const char *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const char *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const char *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const char *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const char *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const char *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const char *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const void *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const void *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const void *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const void *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const void *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const void *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const void *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, const void *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, void *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, void *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, void *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, void *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, void *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, void *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, void *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, void *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, char *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, char *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, char *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, char *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, char *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, char *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, char *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(int, char *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const char *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const char *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const char *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const char *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const char *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const char *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const char *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const char *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const void *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const void *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const void *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const void *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const void *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const void *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const void *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, const void *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, void *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, void *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, void *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, void *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, void *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, void *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, void *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, void *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, char *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, char *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, char *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, char *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, char *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, char *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, char *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: int send(ssize_t, char *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const char *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const char *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const char *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const char *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const char *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const char *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const char *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const char *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const void *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const void *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const void *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const void *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const void *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const void *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const void *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, const void *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, void *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, void *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, void *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, void *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, void *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, void *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, void *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, void *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, char *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, char *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, char *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, char *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, char *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, char *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, char *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(SOCKET, char *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(int, const char *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(int, const char *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(int, const char *, size_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(int, const char *, size_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(int, const char *, socklen_t, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(int, const char *, socklen_t, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(int, const char *, unsigned int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(int, const char *, unsigned int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(int, const void *, int, int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Failed
- -- Tested: ssize_t send(int, const void *, int, unsigned int)
- -- Performing Test curl_cv_func_send_test
- -- Performing Test curl_cv_func_send_test - Success
- -- Tested: ssize_t send(int, const void *, size_t, int)
- -- Performing Test HAVE_MSG_NOSIGNAL
- -- Performing Test HAVE_MSG_NOSIGNAL - Success
- -- Performing Test HAVE_STRUCT_TIMEVAL
- -- Performing Test HAVE_STRUCT_TIMEVAL - Success
- -- Performing Test HAVE_POLL_FINE
- -- Performing Test HAVE_POLL_FINE - Success
- -- Check size of sig_atomic_t
- -- Check size of sig_atomic_t - done
- -- Performing Test HAVE_SIG_ATOMIC_T_NOT_VOLATILE
- -- Performing Test HAVE_SIG_ATOMIC_T_NOT_VOLATILE - Success
- -- Check size of struct sockaddr_storage
- -- Check size of struct sockaddr_storage - done
- -- Enabled features: OpenSSL IPv6 unix-sockets libz AsynchDNS NTLM
- -- Enabled protocols: DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP
- -- Set CURL_FOUND to TRUE.
- -- Set CURL_LIBRARIES to libcurl.
- -- Set CURL_INCLUDE_DIRS to /home/grzesiek11/cpdiscord2/deps/cpr/opt/curl/include;/home/grzesiek11/cpdiscord2/build/deps/cpr/opt/curl/include/curl.
- -- Not using system gtest, using built-in googletest project instead.
- -- Found PythonInterp: /usr/bin/python (found version "2.7.13")
- -- Set GTEST_FOUND to TRUE.
- -- Set GTEST_LIBRARIES to gtest.
- -- Set GTEST_MAIN_LIBRARIES to gtest_main.
- -- Set GTEST_BOTH_LIBRARIES to gtest;gtest_main.
- -- Set GTEST_INCLUDE_DIRS to /home/grzesiek11/cpdiscord2/deps/cpr/opt/googletest/include.
- -- Building mongoose project for test support.
- -- Set MONGOOSE_FOUND to TRUE.
- -- Set MONGOOSE_LIBRARIES to mongoose.
- -- Set MONGOOSE_INCLUDE_DIRS to /home/grzesiek11/cpdiscord2/deps/cpr/opt/mongoose.
- -- Using CURL_INCLUDE_DIRS: /home/grzesiek11/cpdiscord2/deps/cpr/opt/curl/include;/home/grzesiek11/cpdiscord2/build/deps/cpr/opt/curl/include/curl.
- -- Using CURL_LIBRARIES: libcurl.
- -- Downloading/updating asio
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/grzesiek11/cpdiscord2/build/asio-download
- Scanning dependencies of target asio-download
- [ 11%] Creating directories for 'asio-download'
- [ 22%] Performing download step (git clone) for 'asio-download'
- Cloning into 'asio'...
- Already on 'master'
- Your branch is up-to-date with 'origin/master'.
- [ 33%] No patch step for 'asio-download'
- [ 44%] Skipping update step for 'asio-download'
- [ 55%] No configure step for 'asio-download'
- [ 66%] No build step for 'asio-download'
- [ 77%] No install step for 'asio-download'
- [ 88%] No test step for 'asio-download'
- [100%] Completed 'asio-download'
- [100%] Built target asio-download
- -- Downloading/updating websocketpp
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/grzesiek11/cpdiscord2/build/websocketpp-download
- Scanning dependencies of target websocketpp-download
- [ 11%] Creating directories for 'websocketpp-download'
- [ 22%] Performing download step (git clone) for 'websocketpp-download'
- Cloning into 'websocketpp'...
- Already on 'master'
- Your branch is up-to-date with 'origin/master'.
- [ 33%] No patch step for 'websocketpp-download'
- [ 44%] Skipping update step for 'websocketpp-download'
- [ 55%] No configure step for 'websocketpp-download'
- [ 66%] No build step for 'websocketpp-download'
- [ 77%] No install step for 'websocketpp-download'
- [ 88%] No test step for 'websocketpp-download'
- [100%] Completed 'websocketpp-download'
- [100%] Built target websocketpp-download
- -- Check if compiler accepts -pthread
- -- Check if compiler accepts -pthread - yes
- ** websocketpp
- =========== Used Build Configuration =============
- -- ENABLE_CPP11 = ON
- -- BUILD_EXAMPLES = OFF
- -- BUILD_TESTS = OFF
- -- WEBSOCKETPP_ROOT = /home/grzesiek11/cpdiscord2/deps/websocketpp
- -- WEBSOCKETPP_BIN = /home/grzesiek11/cpdiscord2/build/deps/websocketpp/bin
- -- WEBSOCKETPP_LIB = /home/grzesiek11/cpdiscord2/build/deps/websocketpp/lib
- -- Install prefix = /usr/local
- -- WEBSOCKETPP_BOOST_LIBS =
- -- WEBSOCKETPP_PLATFORM_LIBS =
- -- WEBSOCKETPP_PLATFORM_TLS_LIBS =
- -- OPENSSL_FOUND =
- -- OPENSSL_INCLUDE_DIR = /usr/include
- -- OPENSSL_LIBRARIES =
- -- OPENSSL_VERSION =
- CMake Error at sleepy_discord/CMakeLists.txt:39 (target_compile_features):
- target_compile_features specified unknown feature "cxx_std_11" for target
- "sleepy-discord".
- -- Configuring incomplete, errors occurred!
- See also "/home/grzesiek11/cpdiscord2/build/CMakeFiles/CMakeOutput.log".
- See also "/home/grzesiek11/cpdiscord2/build/CMakeFiles/CMakeError.log".
- grzesiek11@debianek:~/cpdiscord2/build$ make
- make: *** Nie podano obiektów i nie znaleziono makefile. Stop. # "Makefile not found" in Polish
- grzesiek11@debianek:~/cpdiscord2/build$
Advertisement
Add Comment
Please, Sign In to add comment