We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scons: Reading SConscript files ... Using GNU toolchain scons: done reading SConscript files. scons: Building targets ... g++ -o callee.o -c -std=c++11 -O2 -Wall -pedantic -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wl,--no-as-needed -pthread -I/usr/local/include callee.cpp g++ -o parameters.o -c -std=c++11 -O2 -Wall -pedantic -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wl,--no-as-needed -pthread -I/usr/local/include parameters.cpp ar rc libparameters.a parameters.o ranlib libparameters.a g++ -o callee -pthread callee.o -L/usr/lib libparameters.a -lboost_thread -lboost_system -lboost_program_options -lmsgpackc g++ -o caller.o -c -std=c++11 -O2 -Wall -pedantic -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wl,--no-as-needed -pthread -I/usr/local/include caller.cpp g++ -o caller -pthread caller.o -L/usr/lib libparameters.a -lboost_thread -lboost_system -lboost_program_options -lmsgpackc g++ -o provide_prefix.o -c -std=c++11 -O2 -Wall -pedantic -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wl,--no-as-needed -pthread -I/usr/local/include provide_prefix.cpp g++ -o provide_prefix -pthread provide_prefix.o -L/usr/lib libparameters.a -lboost_thread -lboost_system -lboost_program_options -lmsgpackc g++ -o publisher.o -c -std=c++11 -O2 -Wall -pedantic -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wl,--no-as-needed -pthread -I/usr/local/include publisher.cpp g++ -o publisher -pthread publisher.o -L/usr/lib libparameters.a -lboost_thread -lboost_system -lboost_program_options -lmsgpackc g++ -o subscriber.o -c -std=c++11 -O2 -Wall -pedantic -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wl,--no-as-needed -pthread -I/usr/local/include subscriber.cpp g++ -o subscriber -pthread subscriber.o -L/usr/lib libparameters.a -lboost_thread -lboost_system -lboost_program_options -lmsgpackc g++ -o uds.o -c -std=c++11 -O2 -Wall -pedantic -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wl,--no-as-needed -pthread -I/usr/local/include uds.cpp g++ -o uds -pthread uds.o -L/usr/lib libparameters.a -lboost_thread -lboost_system -lboost_program_options -lmsgpackc g++ -o wampcra.o -c -std=c++11 -O2 -Wall -pedantic -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wl,--no-as-needed -pthread -I/usr/local/include wampcra.cpp g++ -o wampcra -pthread wampcra.o -L/usr/lib libparameters.a -lboost_thread -lboost_system -lboost_program_options -lmsgpackc -lcrypto g++ -o websocket_callee.o -c -std=c++11 -O2 -Wall -pedantic -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wl,--no-as-needed -pthread -I/usr/local/include websocket_callee.cpp In file included from /usr/local/include/websocketpp/config/asio_client.hpp:33:0, from /usr/local/include/autobahn/wamp_websocketpp_websocket_transport.hpp:52, from websocket_callee.cpp:34: /usr/local/include/websocketpp/transport/asio/security/tls.hpp: In member function 'std::error_code websocketpp::transport::asio::tls_socket::connection::translate_ec(ErrorCodeType)': /usr/local/include/websocketpp/transport/asio/security/tls.hpp:358:47: error: 'SSL_R_SHORT_READ' was not declared in this scope if (ERR_GET_REASON(ec.value()) == SSL_R_SHORT_READ) { ^~~~~~~~~~~~~~~~ scons: *** [websocket_callee.o] Error 1 scons: building terminated because of errors. The command '/bin/sh -c cd /tmp && wget https://github.com/crossbario/autobahn-cpp/archive/${AUTOBAHN_CPP_VERSION}.zip -O autobahn-cpp.zip && unzip autobahn-cpp.zip && cp -r /tmp/autobahn-cpp-${AUTOBAHN_CPP_VERSION}/autobahn/ /usr/local/include/ && cp -r /tmp/autobahn-cpp-${AUTOBAHN_CPP_VERSION}/examples/ /usr/local/app/ && cd / && rm -rf /tmp/autobahn* && cd /usr/local/app/examples/ && scons' returned a non-zero code: 2 Command exited with non-zero status 2 0.05user 0.01system 1:58.93elapsed 0%CPU (0avgtext+0avgdata 20152maxresident)k 0inputs+0outputs (0major+1582minor)pagefaults 0swaps Makefile:8: die Regel für Ziel „build_gcc“ scheiterte make: *** [build_gcc] Fehler 2 (cpy361_1) oberstet@thinkpad-t430s:~/scm/crossbario/crossbar-docker/autobahn-cpp/x86_64$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: