archanabwk
Results
2
comments of
archanabwk
Adding `-L. -lsioclient` resolved `sio::client::client()` related issue for me. But now getting below error on Ubuntu 18.04: ``` client1.cpp:(.text+0x12e): undefined reference to 'sio::client::connect(std::string const&)' client1.cpp:(.text+0x182): undefined reference to 'sio::client::socket(std::string const&)'...
@mdegans Thanks for the reply. For now I have reinstalled the OpenCV with latest version on Nano and able to build it with Cuda enabled. I will try this version...