Replies: 1 comment 14 replies
-
Maybe missing this code. You can open a issue #if defined(__MINGW32__) || defined(__MINGW64__)
# undef _WIN32_WINNT
# define _WIN32_WINNT 0x0600
#endif |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently been trying to compile xmake for Windows using WSL along with mingw. According to the documentation, I'm following the command below to compile the source code:
xmake f -p mingw -a x86_64
When using the configuration above, I encounter the following warning message:
However, at a given moment, when typing
xmake
to build the code, the compilation stops showing the following error:I tried every possible configuration to get rid of this error, but with no success.
So the question is: what steps should I do to compile the xmake for Windows using WSL and mingw?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions