-
Notifications
You must be signed in to change notification settings - Fork 69
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
Small compilation problems in Mingw-w64 #26
Comments
thomask77
changed the title
Small compilation problems in MSYS2
Small compilation problems in Mingw-w64
Sep 16, 2020
thomask77
pushed a commit
to thomask77/mahi-util
that referenced
this issue
Sep 16, 2020
thomask77
pushed a commit
to thomask77/mahi-gui
that referenced
this issue
Sep 16, 2020
thomask77
pushed a commit
to thomask77/mahi-util
that referenced
this issue
Sep 16, 2020
thomask77
pushed a commit
to thomask77/mahi-gui
that referenced
this issue
Sep 16, 2020
thomask77
pushed a commit
to thomask77/mahi-gui
that referenced
this issue
Sep 16, 2020
thomask77
pushed a commit
to thomask77/mahi-gui
that referenced
this issue
Sep 16, 2020
This was referenced Sep 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I'm using MSYS2 / mingw-w64 and have 3 minor issues when building with either GCC or clang.
Steps to reproduce:
1st problem:
2nd problem:
-> Both are easily fixed by adding
#include <cstring>
3rd problem:
I fixed this by using the non-ex variants
GetFileVersionInfoSizeW
andGetFileVersionInfoW
and omitting theFILE_VER_GET_NEUTRAL
flag.The demo application runs fine after these fixes (with both GCC, clang and make or Ninja as a build Tool).
Should I send a pull request, or could you implement and test those fixes yourself?
I'm unsure about the 3rd point. What's the reason for
FILE_VER_GET_NEUTRAL
?The text was updated successfully, but these errors were encountered: