-
Notifications
You must be signed in to change notification settings - Fork 730
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
Build error of release 3.1.0 using CMake and MinGW 11.2 #430
Comments
The same error the mater branch
|
Hey @8Observer8 , how are you? Did you use the E:\libs\socket.io-client-cpp-3.1.0\src\internal\sio_client_impl.h:14:10: fatal error: websocketpp/client.hpp: No such file or directory
14 | #include <websocketpp/client.hpp> I had the same problem when I cloned the project without using the --recursive flag. |
Configuration requires to add the OpenSSL path to the Path variable:
I added it. Configuration works without problems:
But when I try to build I have errors:
The text was updated successfully, but these errors were encountered: