Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created October 31, 2013 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oberstet/7252084 to your computer and use it in GitHub Desktop.
Save oberstet/7252084 to your computer and use it in GitHub Desktop.
oberstet@corei7-ubuntu:~/scm/wsperf$ g++ -std=c++0x -O2 -D_WEBSOCKETPP_CPP11_STL_ -I../websocketpp/ -I$BOOST_ROOT wsperf.cpp -L$BOOST_ROOT/stage/lib -lssl -lcrypto -lsystem -o wsperf
wsperf.cpp:20:19: nicht implementiert: Initialisierung nicht-statischer Datenelemente
wsperf.cpp:20:19: Fehler: ISO-C++ verbietet Initialisierung des nicht konstanten statischen Elements »s_fail« in der Klasse
wsperf.cpp: In Konstruktor »handshake_test<client_type>::handshake_test() [with client_type = websocketpp::client<wsperf_config<websocketpp::config::asio_client, open_handshake_stats> >]«:
wsperf.cpp:182:40: instanziiert von hier
wsperf.cpp:44:9: Fehler: »class websocketpp::client<wsperf_config<websocketpp::config::asio_client, open_handshake_stats> >« hat kein Element namens »set_tcp_pre_init_handler«
wsperf.cpp:182:40: instanziiert von hier
wsperf.cpp:45:9: Fehler: »class websocketpp::client<wsperf_config<websocketpp::config::asio_client, open_handshake_stats> >« hat kein Element namens »set_tcp_post_init_handler«
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment