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

node-gyp broken after node->iojs rename #310

Closed
ivan opened this issue Jan 12, 2015 · 2 comments
Closed

node-gyp broken after node->iojs rename #310

ivan opened this issue Jan 12, 2015 · 2 comments

Comments

@ivan
Copy link
Contributor

ivan commented Jan 12, 2015

vcbuild.bat creates a Release/iojs.lib, but node-gyp (including the one bundled with io.js) looks only for a Release/node.lib.

My node-gyp build blew up with a LINK : fatal error LNK1181: cannot open input file 'C:\opt\NodeModules\io.js\Release\node.lib' [C:\[...]\hello-world-native\build\binding.vcxproj]
until I copied Release/iojs.lib to Release/node.lib.

@ivan
Copy link
Contributor Author

ivan commented Jan 12, 2015

I see this has already been brought up in #302 (comment)

@Fishrock123
Copy link
Contributor

#422

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants