-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libwebsockets make fails with error: conflicting types for ‘lws_tls_server_abort_connection #219
Comments
The build on I guess the GCC on your env So can you try building the latest version of libwebsockets? I think client-c will work with the latest libwebsockets (But I haven't tested it before). |
Hey @ityuhui Thanks for the quick reply. It works on Debian bookworm and you might be correct. I'll try your hint. Also, maybe you could update the README. I also had to install packages like |
I had this issue on Ubuntu 23.10, and the fix for me was to pull from main instead of this branch: Docs say:
Fix:
|
It's great. Thank you all for the information. We can update the document to bump to the latest release version. But I want to try |
Followed the main documentation, but when I run make after the cmake command for libwebsockets, I get the following error:
The text was updated successfully, but these errors were encountered: