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
Hiya - 2.7.16 now falls to be able to compile on Windows due to 10517e1 with
2.7.16
Error: C:\Users\runneradmin\go\pkg\mod\github.com\tdewolff\parse\[email protected]\binary.go:376:23: undefined: syscall.Mmap Error: C:\Users\runneradmin\go\pkg\mod\github.com\tdewolff\parse\[email protected]\binary.go:376:63: undefined: syscall.PROT_READ Error: C:\Users\runneradmin\go\pkg\mod\github.com\tdewolff\parse\[email protected]\binary.go:376:82: undefined: syscall.MAP_SHARED Error: C:\Users\runneradmin\go\pkg\mod\github.com\tdewolff\parse\[email protected]\binary.go:396:17: undefined: syscall.Munmap
Is it expected to change Windows support/requirements in this patch release?
The text was updated successfully, but these errors were encountered:
We have the same problem. For now we fallback to 2.7.15.
Sorry, something went wrong.
b29e7a9
Thanks for the heads-up, this is now fixed in v2.7.17
Thanks @tdewolff !
@tdewolff thanks!
No branches or pull requests
Hiya -
2.7.16
now falls to be able to compile on Windows due to 10517e1 withIs it expected to change Windows support/requirements in this patch release?
The text was updated successfully, but these errors were encountered: