_bhumit

About

Username
_bhumit
Joined
Visits
6
Last Active
Roles
Member

Comments

  • `usr/lib` is usually the place where `uws.so` is expected to be found. If not there, somewhere in PATH. If you could run `make` successfully, that means that uWS was found (version checking is not supported by CMake for manually installed libraries.…
  • I couldn't reproduce this on two completely different machines running different distros (Fedora, Ubuntu). That enum code represents an SSL error, particularly SSL server verification error. Make sure you are on master branch and you're linking open…
  • I'm no sure if you can check version of uWS installed. Try running `sudo make install` inside `/cppkiteconnect/deps/deps/uWebSockets-0.14.8`. If you're lucky, `v0.14` provided by deps will replace uWS you have installed. That, however, seems unlike…
  • @unalome Are you sure you've installed uwebsockets? That error means cmake cannot find it. What OS/distro are you on? Where is uwebsockets installed? Can you share the output of make install if you're on linux? Finally, but most importantly, are …