-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
compilation errors trying to build v11.x-staging
or master
on Windows
#24278
Comments
@richardlau can you paste the version of CL (running
|
Also you can try generating the configuration with:
(that is with no |
Not for a while. It's my work machine and I'm now out of the office until 19th Nov. (Only ran into this while trying to test #24265 (comment)). |
At first I thought it might be set up but I checked I could still build v10.x-staging. The machine definitely had Visual Studio 2017 but I'd need to be on it to get the exact compiler version. |
I'll try to reproduce some other way... |
Attempting to compile now with |
Still failed with same error. |
Yep.
I'm at a loss. Could you replace
This give a more verbose output, and at some point it should output the exact call that compiles Mine is (after
|
|
I don't see anything of significant that's different.
So it might be a bug in the compiler... |
I've slowly been bisecting Since nobody else has reported anything similar I'm going with a potential compiler issue and will try to update that and see if that fixes things. |
@richardlau does it still fail with the new V8 7.1? |
@targos I'll try on Monday. |
Yes, still fails with current master (a91293d). Going to update my installation of VS2017. |
@richardlau I can't reproduce this, using cl
|
@joaocgreis Thanks, I'm more or less expecting the same. I have updated VS2017 to the latest cumulative fixes and just need to run a build through to completion to verify. |
Update (to Thanks everyone, and sorry for the noise. |
I'm running into compilation errors trying to build
v11.x-staging
ormaster
on Windows:Full build log
Building
v10.x-staging
succeeds on the same machine (only difference isgit checkout
and I have triedgit clean -fdX
between checkouts).cc @nodejs/platform-windows
The text was updated successfully, but these errors were encountered: