Skip to content
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

vcbuild failed with exit code 1 on node_js2c.vcxproj #5428

Closed
egoroof opened this issue Feb 25, 2016 · 3 comments
Closed

vcbuild failed with exit code 1 on node_js2c.vcxproj #5428

egoroof opened this issue Feb 25, 2016 · 3 comments
Labels
build Issues and PRs related to build files or the CI. windows Issues and PRs related to the Windows platform.

Comments

@egoroof
Copy link

egoroof commented Feb 25, 2016

I'm trying to compile node on windows 10 x64. I've installed python-2.7.11.amd64 and Visual Studio Express 2013 for Windows Desktop. I've forked repo to my github account and cloned it to local machine using GitHub Desktop UI. Then I did git checkout nodejs/v5.x and vcbuild nosign. After long time of waiting I've successfully compiled node 5.7.1. But then I want to compile v5.5.0 so I did git checkout v5.5.0 i.e. I've detached HEAD. Then I've removed folders build and Release and did vcbuild nosign. During the proccess I've got an error:

1

i.e. a space symbol broke a string and all command. In the end I didn't get compiled binaries. Am I doing something wrong or it's a problem with software?

Translation of messages:
white message right before error: "C:\Program isn't inner or outer command, executable programm or batch file"
red message (error): "cmd.exe exited with code 1"

@mscdex mscdex added windows Issues and PRs related to the Windows platform. build Issues and PRs related to build files or the CI. labels Feb 25, 2016
@egoroof

This comment was marked as abuse.

@egoroof egoroof changed the title a problem during building vcbuild faild with exit code 1 on node_js2c.vcxproj Feb 25, 2016
@egoroof egoroof changed the title vcbuild faild with exit code 1 on node_js2c.vcxproj vcbuild failed with exit code 1 on node_js2c.vcxproj Feb 25, 2016
@evanlucas
Copy link
Contributor

It looks like this has recently been fixed via #4841. It looks like it did not land in v5.x until v5.7.0. A workaround would be to make sure the installed python is in a path that does not include spaces.

@egoroof

This comment was marked as abuse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

No branches or pull requests

3 participants