-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Win32 / Clang-14 / libc++: error: use of undeclared identifier 'in6addr_loopback' #92
Comments
TBH I'm surprised LLFIO compiles with mingw. I certainly never test it. You'll probably need to help me here, is it the case that mingw's headers simply don't define |
Sure ! It seems that it is defined in ws2tcpip.h there. I can make a patch that conditonnally adds it. would you be ok with me also adding a mingw CI on Github Actions ? |
Yes to both please! Just to clarify: which mingw do you refer to? I remember the 64 bit one had higher quality than the original one, but that was many years ago and things have probably changed since. |
mingw-w64 which is indeed the high quality up-to-date one :) |
Cool, rock on with that at your convenience. |
(I haven't forgotten this, currently this is at the "sending patches to mingw" state in the bugfixing state machine c: ) |
I'm getting a few issues on this platform, would you know why that may be the case ? Maybe it's an issue with the MinGW API headers ?
The text was updated successfully, but these errors were encountered: