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

fail to compile in win32 #43

Closed
fmgdias opened this issue Mar 23, 2012 · 2 comments
Closed

fail to compile in win32 #43

fmgdias opened this issue Mar 23, 2012 · 2 comments

Comments

@fmgdias
Copy link

fmgdias commented Mar 23, 2012

C:\Program Files\nodejs\node_modules\contextify>python --version
Python 2.7.2

C:\Program Files\nodejs\node_modules\contextify>node -v
v0.6.7

C:\Program Files\nodejs\node_modules\contextify>node-gyp --version

Usage: node-gyp [options]

where is one of:
- build - Invokes msbuild and builds the module
- clean - Removes any generated build files and the "out" dir
- configure - Generates MSVC project files for the current module
- rebuild - Runs "clean", "configure" and "build" all at once
- install - Install node development files for the specified node version.
- list - Prints a listing of the currently installed node development files
- remove - Removes the node development files for the specified version

for specific command usage and options try:
$ node-gyp --help

[email protected] C:\Program Files\nodejs\node_modules\node-gyp

C:\Program Files\nodejs\node_modules\contextify>node-gyp configure
info it worked if it ends with ok
info downloading: http://nodejs.org/dist/v0.6.7/node-v0.6.7.tar.gz
ERR! Error: There was a fatal problem while downloading/extracting the tarball
at Extract.afterTarball (C:\Program Files\nodejs\node_modules\node-gyp\lib\install.js:178:19)
at Extract.emit (events.js:88:20)
at DirWriter. (C:\Program Files\nodejs\node_modules\tar\lib\extract.js:52:8)
at DirWriter.emit (events.js:88:20)
at C:\Program Files\nodejs\node_modules\tar\node_modules\fstream\lib\writer.js:293:8
at setProps (C:\Program Files\nodejs\node_modules\tar\node_modules\fstream\lib\writer.js:276:27)
at DirWriter._finish (C:\Program Files\nodejs\node_modules\tar\node_modules\fstream\lib\writer.js:184:5)
at DirWriter._process (C:\Program Files\nodejs\node_modules\tar\node_modules\fstream\lib\dir-writer.js:88:23)
at FileWriter.onend (C:\Program Files\nodejs\node_modules\tar\node_modules\fstream\lib\dir-writer.js:163:8)
at FileWriter.emit (events.js:88:20)
ERR! not ok

C:\Program Files\nodejs\node_modules\contextify>

@fmgdias
Copy link
Author

fmgdias commented Mar 23, 2012

The target is the contextify (https://github.com/brianmcd/contextify)

@TooTallNate
Copy link
Contributor

  1. You're gonna need to upgrade to node v0.6.10 or greater. That's the minimum version supported by node-gyp on Windows.
  2. It looks like there was some problem downloading the dev files tarball. Are you able to download the file (http://nodejs.org/dist/v0.6.7/node-v0.6.7.tar.gz) manually in your browser? Are you behind a corporate firewall or proxy of some kind?

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