-
Notifications
You must be signed in to change notification settings - Fork 13
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
Windows Build Error #37
Comments
I get
to have an english version 😛 (altho I dont have the long error messages for some reason.. 🤷♂️) |
interesting how newer versions of msvc warn about this while older ones don't. can you edit build.bat and add -wd4458 to the compiler flags and see if it works? using -Wv:18 is not an option unless there's no other way because it doesn't work on older msvc versions that didn't have it |
after added |
pushed an update that fixes the std::algorithm type warning... freakin templates. see if it works now |
btw, the reason for that template warning is that stdlib's tolower/toupper return and apparently, those return
I was aware of the implicit int return type, but I didn't know these funcs were that old current solution is wrapping them in a fucntion that returns |
closing this since there has been no answer, reponen if you still have issues with vs2017+ |
Hello!
Can't build oppai for Windows.
Got this ↓
P.S. Sorry for Russian VS D:
The text was updated successfully, but these errors were encountered: