On Tue, Apr 10, 2012 at 14:59, umen <[email protected]> wrote: > Hello all > im new to node , im trying to build node.js in windows > im using : > windows xp 32 bit > visual studio express 2008 > Python 3.2.2 > > trying to compile the version from git : joyent-node-v0.7.7-49-g06ada03 > and from the web site : node-v0.6.15 > > in both i have errors when i try to run vcbuild.bat > in : joyent-node-v0.7.7-49-g06ada03 > im getting : > File "configure", line 344 > print "creating ", filename > ^ > SyntaxError: invalid syntax > Failed to create vc project files. > > and in the web site version : > File "tools\gyp_node", line 20 > print 'Error running GYP' > ^ > SyntaxError: invalid syntax > Failed to create vc project files. > > any one know how to fix this ? or what im doing wrong ? > thanks
You need python 2.[678] and you may have to upgrade to VS Express 2010. 2008 probably works but it's not explicitly supported. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
