We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.0.x
No response
v23.01
7z.dll / 7z.so
MinGW
x86_64
Linux
Cross compiling from linux to windows is leading to: /bit7z/bitwindows.hpp:21:10: fatal error: Windows.h: No such file or directory
Renaming to #include <windows.h> fixes the issue.
The text was updated successfully, but these errors were encountered:
Fix build failing when cross-compiling using MinGW on Linux
f04d819
Close issue #222
Hi! Thank you for reporting this issue. I just pushed a commit to the master branch that fixes it.
master
Sorry, something went wrong.
Thank you! Issue can be closed as fixed.
rikyoz
No branches or pull requests
bit7z version
4.0.x
Compilation options
No response
7-zip version
v23.01
7-zip shared library used
7z.dll / 7z.so
Compilers
MinGW
Compiler versions
No response
Architecture
x86_64
Operating system
Linux
Operating system versions
No response
Bug description
Cross compiling from linux to windows is leading to:
/bit7z/bitwindows.hpp:21:10: fatal error: Windows.h: No such file or directory
Renaming to #include <windows.h> fixes the issue.
Steps to reproduce
No response
Expected behavior
No response
Relevant compilation output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: