-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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 failed for v6.3.0 #7734
Comments
/cc @ofrobots |
Interesting that things work in the CI. /cc @eugeneo. |
Some files was removed from this branch and the .gyp project keep including those files: e.g: cares.gyp
|
These two are because
|
hello, when compiling with VS2013, the project node_i18n can't compile:
|
@ayoubserti you should compile with
If you use Please make sure you have a clean tree before you try to compile again. Delete the folder and unzip again, or if you're using git:
|
@joaocgreis I know after git reset --hard i regenerate project and i got: |
I can reproduce, node doesn't build from Visual Studio IDE. This happens exactly because of what @richardlau pointed out: Besides listing those two entries as "missing input files", the generated @ofrobots Should we float a patch here or should we try to submit it upstream? @ayoubserti for now, it seems that building from the command line is the only way. |
@joaocgreis we are already working on bringing in a new version of v8_inspector dependency that is going to include a fix for this problem. |
To add a LICENSE file along with the v8_inspector code, we need to pick up v8_inspector from an intermediate repository: https://github.com/pavelfeldman/v8_inspector. This repo still tracks upstream code in Blink. This roll also picks up the latest v8_inspector from upstream fixing a few issues. * Pickup commit id bc60957 from pavelfeldman/v8_inspector * Update node.gyp to adapt to the new file paths * Update the DevTools hash for the devtools frontend. Fixes: nodejs#7123 Fixes: nodejs#7736 Fixes: nodejs#7734
To add a LICENSE file along with the v8_inspector code, we need to pick up v8_inspector from an intermediate repository: https://github.com/pavelfeldman/v8_inspector. This repo still tracks upstream code in Blink. This roll also picks up the latest v8_inspector from upstream fixing a few issues. * Pickup commit id bc60957 from pavelfeldman/v8_inspector * Update node.gyp to adapt to the new file paths * Update the DevTools hash for the devtools frontend. Fixes: nodejs#7123 Fixes: nodejs#7736 Fixes: nodejs#7734 PR-URL: nodejs#7796 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: jasnell - James M Snell <jasnell@gmail.com>
To add a LICENSE file along with the v8_inspector code, we need to pick up v8_inspector from an intermediate repository: https://github.com/pavelfeldman/v8_inspector. This repo still tracks upstream code in Blink. This roll also picks up the latest v8_inspector from upstream fixing a few issues. * Pickup commit id bc60957 from pavelfeldman/v8_inspector * Update node.gyp to adapt to the new file paths * Update the DevTools hash for the devtools frontend. Fixes: #7123 Fixes: #7736 Fixes: #7734 PR-URL: #7796 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: jasnell - James M Snell <jasnell@gmail.com>
I can't build nodejs v6.3.0 on Windows 7 VS2013.
i got the error:
some files are missing within v6.x branch
The text was updated successfully, but these errors were encountered: