-
Notifications
You must be signed in to change notification settings - Fork 194
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
15 was unexpected at this time #11
Comments
I did not test it, but if the line 6, or any line, of vcvarsall.bat is causing any problems. Try to locate vcvarsall.bat manually, in my case (of VS 2019) it is located at I hope it works :-) |
Changed it but it didnt have any effect. If i run manually the command that sets this variable i get an empty output. Maybe because i dont have some dev tools needed to compile c++ ? In MacOS I didnt have to install anything. |
thanks for the support! in any case, it would be nice to either have a how to build section in the readme or to make the build script check the dependencies and giving a nicer error message |
Thank you for your suggestion. I agree that it would be nice to have a more robust build script or robust build tutorial, however, to make it really robust across all the MS Windows versions, VS versions, CUDA versions, etc. would be hard. So this repo offers two "extreme" options, (1) user-friendly option of downloading the binaries, (2) advanced option for experienced C++ developers. And it would be hard to create something between these two "extreme" options. |
Hi,
im running build-win64-cpu+cuda.bat and its immediately failing with "15 was unexpected at this time"
I guess its probably coming from this line: https://github.com/jamriska/ebsynth/blob/master/vcvarsall.bat#L6
if %vsver% geq 15 (
Im running windows 10 64 bits.
Thanks
The text was updated successfully, but these errors were encountered: