-
Notifications
You must be signed in to change notification settings - Fork 54
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
Generating builtins-generated => The system cannot execute the specified program. #42
Comments
Same issue, the windows CI works good, not sure why. |
CI builds in |
This was quite a while ago now, but if IIRC, multiple files are passed to torque in one go. Perhaps this could be divided up and maybe even parallelized in the process - I think it was maxing out only one core on my system. But as I said this was a long time ago so I could be mistaken!! |
Same issue |
Any update on this? The windows build is completely broken like this, and there's already a pull request. |
I think I found some solutions.
|
Is there any other fix for this instead of having to use an older version? |
I have a hunch that this is due to the command line getting too long? Possibly only a Windows issue building from a long sub-path. And by long I don't mean all that long at all really - perhaps 20 chars.
One build I did actually succeeded and then had unresolved externals linking mksnapsot. I guess it would be luck of the draw as to where MAX_PATH and any whitespace in the commandline intersect..
In any case it looks like it is a problem that will only get worse. And this stage of the build could presumably run multiple instances of torque in parallel to avoid the bottleneck here.
The text was updated successfully, but these errors were encountered: