socket.io-client-cpp icon indicating copy to clipboard operation
socket.io-client-cpp copied to clipboard

Compiling for pi

Open fjblau opened this issue 8 years ago • 1 comments

#include "sio_socket.h" sio::client h;

gives me:

compiled with: g++ -lpthread -lrt siotst.cpp -o sio -std=c++11

error: ‘client’ in namespace ‘sio’ does not name a type

Any help would be appreciated.

fjblau avatar Nov 27 '16 19:11 fjblau

Hi, could you try now with the new version of the library?

jmigual avatar Mar 10 '22 10:03 jmigual