Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cmake output
- tshaw@tom-20vx000duk:~/CLionProjects/entitywind-uwebsockets-test/build$ cmake ..
- -- The C compiler identification is GNU 13.2.0
- -- The CXX compiler identification is GNU 13.2.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.13")
- -- Using OpenSSL 3.0.13
- -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.3")
- -- Configuring done (2.8s)
- -- Generating done (0.0s)
- -- Build files have been written to: /home/tshaw/CLionProjects/entitywind-uwebsockets-test/build
- tshaw@tom-20vx000duk:~/CLionProjects/entitywind-uwebsockets-test/build$ cmake --build .
- [ 5%] Building C object CMakeFiles/uSockets.dir/_deps/usockets_content-src/src/bsd.c.o
- [ 11%] Building C object CMakeFiles/uSockets.dir/_deps/usockets_content-src/src/context.c.o
- [ 16%] Building C object CMakeFiles/uSockets.dir/_deps/usockets_content-src/src/crypto/openssl.c.o
- [ 22%] Building C object CMakeFiles/uSockets.dir/_deps/usockets_content-src/src/eventing/epoll_kqueue.c.o
- [ 27%] Building C object CMakeFiles/uSockets.dir/_deps/usockets_content-src/src/eventing/gcd.c.o
- [ 33%] Building C object CMakeFiles/uSockets.dir/_deps/usockets_content-src/src/eventing/libuv.c.o
- [ 38%] Building C object CMakeFiles/uSockets.dir/_deps/usockets_content-src/src/io_uring/io_context.c.o
- [ 44%] Building C object CMakeFiles/uSockets.dir/_deps/usockets_content-src/src/io_uring/io_loop.c.o
- [ 50%] Building C object CMakeFiles/uSockets.dir/_deps/usockets_content-src/src/io_uring/io_socket.c.o
- [ 55%] Building C object CMakeFiles/uSockets.dir/_deps/usockets_content-src/src/loop.c.o
- [ 61%] Building C object CMakeFiles/uSockets.dir/_deps/usockets_content-src/src/quic.c.o
- [ 66%] Building C object CMakeFiles/uSockets.dir/_deps/usockets_content-src/src/socket.c.o
- [ 72%] Building C object CMakeFiles/uSockets.dir/_deps/usockets_content-src/src/udp.c.o
- [ 77%] Linking C shared library libuSockets.so
- [ 77%] Built target uSockets
- [ 83%] Building CXX object CMakeFiles/client.dir/client_ws.cc.o
- [ 88%] Linking CXX executable client
- [ 88%] Built target client
- [ 94%] Building CXX object CMakeFiles/server.dir/server_ws.cc.o
- [100%] Linking CXX executable server
- /usr/bin/ld: libuSockets.so: undefined reference to `us_internal_ssl_socket_context_on_long_timeout'
- /usr/bin/ld: libuSockets.so: undefined reference to `us_internal_ssl_socket_get_native_handle'
- /usr/bin/ld: libuSockets.so: undefined reference to `us_internal_create_child_ssl_socket_context'
- /usr/bin/ld: libuSockets.so: undefined reference to `us_internal_ssl_socket_get_sni_userdata'
- /usr/bin/ld: libuSockets.so: undefined reference to `us_internal_ssl_socket_context_connect_unix'
- /usr/bin/ld: libuSockets.so: undefined reference to `us_internal_ssl_socket_context_on_data'
- /usr/bin/ld: libuSockets.so: undefined reference to `us_internal_ssl_socket_write'
- /usr/bin/ld: libuSockets.so: undefined reference to `us_internal_ssl_socket_context_remove_server_name'
- /usr/bin/ld: libuSockets.so: undefined reference to `us_internal_ssl_socket_is_shut_down'
- /usr/bin/ld: libuSockets.so: undefined reference to `us_internal_ssl_socket_context_free'
- /usr/bin/ld: libuSockets.so: undefined reference to `us_internal_ssl_socket_context_on_end'
- ...etc
- collect2: error: ld returned 1 exit status
- gmake[2]: *** [CMakeFiles/server.dir/build.make:101: server] Error 1
- gmake[1]: *** [CMakeFiles/Makefile2:139: CMakeFiles/server.dir/all] Error 2
- gmake: *** [Makefile:91: all] Error 2
- tshaw@tom-20vx000duk:~/CLionProjects/entitywind-uwebsockets-test/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement