-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
mingw64 can not compile on win7 #779
Labels
Bug
This tag is applied to issues which reports bugs.
Comments
btw this is the only line which forbide v.c to be compiled on windows in mingw64. An improvement. thanks |
Windows 10 too, my gcc v8.1.0, error massage is the same. |
Modify v.c as follows, and you can compile it manually from
to
|
if we use
will be generated. |
I made PR for this: #783 |
PR #776 fixes the same but v.c needs to be updated too |
Fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am following your instruction in README.md, and try to compile on windows 7
and
The text was updated successfully, but these errors were encountered: