Do you need to compile the source code yourself, or could you simply use the binaries at http://nodejs.org/download/ ?
On Monday, December 10, 2012 2:49:49 AM UTC-5, Ben Noordhuis wrote: > > On Mon, Dec 10, 2012 at 2:42 AM, Eenvincible > <[email protected]<javascript:>> > wrote: > > Hi everyone, > > > > I have tried so many methods to install NodeJs using Cygwin but every > time I > > run the Make command, It totally fails: Below the message that I get > before > > everything crashes down: > > > > > ----------------------------------------------------------------------------------- > > > > make -C out BUILDTYPE=Release V=1 > > make[1]: Entering directory > > `/home/elisha/node-latest-install/node-v0.8.15/out' > > cc '-DWIN32' '-D_CRT_SECURE_NO_DEPRECATE' > '-D_CRT_NONSTDC_NO_DEPRECATE' > > '-DBUILDING_V8_SHARED=1' '-DBUILDING_UV_SHARED=1' > '-DHTTP_PARSER_STRICT=0' > > '-DNDEBUG' -I../deps/http_parser -O2 -fno-strict-aliasing > -fno-tree-sink > > -MMD -MF > > > /home/elisha/node-latest-install/node-v0.8.15/out/Release/.deps//home/elisha/node-latest-install/node-v0.8.15/out/Release/obj.target/http_parser/deps/http_parser/http_parser.o.d.raw > > > > -c -o > > > /home/elisha/node-latest-install/node-v0.8.15/out/Release/obj.target/http_parser/deps/http_parser/http_parser.o > > > > ../deps/http_parser/http_parser.c > > cc1: error: unrecognized command line option "-fno-tree-sink" > > deps/http_parser/http_parser.target.mk:68: recipe for target > > > `/home/elisha/node-latest-install/node-v0.8.15/out/Release/obj.target/http_parser/deps/http_parser/http_parser.o' > > > > failed > > make[1]: *** > > > [/home/elisha/node-latest-install/node-v0.8.15/out/Release/obj.target/http_parser/deps/http_parser/http_parser.o] > > > > Error 1 > > make[1]: Leaving directory > > `/home/elisha/node-latest-install/node-v0.8.15/out' > > Makefile:26: recipe for target `node' failed > > make: *** [node] Error 2 > > > -------------------------------------------------------------------------------------------------------- > > > > > > Obviously that is very messy and I couldn't figure out an easier way to > show > > this problem. > > > > I am running Windows 8, I upgraded it from Windows 7 and I have > installed > > successfully Cygwin but when I try to install NodeJs, that is what I get > as > > shown above. > > I will really appreciate any help from you guys. > > > > Thank you so much in advance! > > First off, I should mention that Cygwin hasn't been supported since > the v0.4 days, only Visual Studio. > > You may get it to compile it by manually patching the build system. > That switch your gcc complains about, for example, -fno-tree-sink, is > set in common.gypi. > -- 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
