-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Cant build #975
Comments
Tested it. I have similar problem.
To fix this:
It works, but it starts vcpkg packages compilation again, so it takes extra 15 minutes. |
I've done this before and not worked. I keep having issues with co_composed.hpp of ASIO. I'm having this issue when trying to build with Debug X64: |
Debug builds don't work because vcpkg is forced to use release because of CMake configuration... most likely fix is to just remove this line.. https://github.com/mehah/otclient/blob/main/CMakeLists.txt#L20 Ofc this also means you would need to go ahead and delete the vcpkg_installed folder again, so that it can correctly fetch dependencies. |
I can confirm this, switched to debug and back to opengl, doesn't compile.
|
Priority
Critical
Area
What happened?
When I try to compile in opengl or directX I get an error: _Thrd_sleep_for openal32.lib file but when I compile in debug everything is fine
What OS are you seeing the problem on?
Windows
Code of Conduct
The text was updated successfully, but these errors were encountered: