Replies: 5 comments
-
libuWS.so hasn't been built since v0.14 some three years ago. You need to link to uSockets.a |
Beta Was this translation helpful? Give feedback.
-
Oh, thank you very much! That is the solution of my problem! But may you provide some info about building and linking the project in your main page, or somewhere else? This thing isn't obvious, to my mind. |
Beta Was this translation helpful? Give feedback.
-
The readmore page says this https://github.com/uNetworking/uWebSockets/blob/master/misc/READMORE.md#compiling |
Beta Was this translation helpful? Give feedback.
-
Then, I've read this inattentive! Thank you very much for you response! |
Beta Was this translation helpful? Give feedback.
-
So, the topic is my problem itself. After "building" the latest release of the library (from master), there was no libuWS.so file (or another file I'm able to use for dynamical linking) anywhere. I didn't found any instructions to compile this lib into a .so file. According to your Makefile, to install the library I only need to copy .h files to the uWebSocket directory in /usr/local/include. However, when I try to compile my project:
I have a lot of error messges like:
To my mind, that means I do need the dynamical linking files to make it works.
If this information will help, I use Manjaro Linux x86_64 and I tried to run the code example from the main page.
Beta Was this translation helpful? Give feedback.
All reactions