-
Notifications
You must be signed in to change notification settings - Fork 191
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
EINVAL undeclared on MINGW #30
Comments
Try the latest develop branch, moved the errno.h include to always include (it was not needed for msvc compilation, which is why it was not included in windows builds before). |
Btw, in your LMMS PR LMMS/lmms#3873 you probably mistyped the thread finalization in |
If it fixes your build I'll do tests and then a merge to master and a 1.2.1 release to make it easier for you to use as a submodule. |
I see the build completed now, but I'll leave this issue open for now until it is merged to master. |
Merged to master, closing |
Reading
rpmalloc.c
it appears as thoughEINVAL
is never defined properly for MINGW environments. I think this is provided by<errno.h>
but this seems to be disabled for Win32 builds.The build log is available here.
The text was updated successfully, but these errors were encountered: