-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
zlib and libstd dependencies for mingw build? #189
Comments
MSVC build is fine |
I don't know what's wrong with MinGW build really. I use both |
On it! |
Looks like 23.1.2 mingw and everything before is fine, and 23.1.3 and all newer versions on my machine complain about missing libstd.dll and zlib1.dll |
I assumed 24bcb1f was the culprit but that's not the case. |
Also your issue report is a duplicate of #156. |
I see thanks. Any reason why one would prefer binaries compiles with MSVC vs MinGW? |
MSVC binaries are more stable while MinGW were a bit faster when they were working but could crash when MSVC binaries are not. |
Ok, thanks |
I was wondering, when I try to run my program with opengl32.dll and libgallium_wgl.dll I get a runtime error about missing zlib1.dll and libstd.dll
I am trying to upgrade from a pre 21 release, where this problem was not happening.
Is the intent that the users supply their own?
The text was updated successfully, but these errors were encountered: