I had the same issue with Node 0.8.0 on Fedora 14: Linux life 2.6.35.14-106.fc14.x86_64 #1 SMP Wed Nov 23 13:07:52 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
...but was able to compile with... $ make clean $ ./configure $ make -C out BUILDTYPE=Debug - James On Monday, June 25, 2012 7:07:01 PM UTC-5, rhasson wrote: > > > now to the last suggestion you made: > I made the change to deps/v8/build/common.gypi > and run: > [roy@mainserver1 node-v0.8.0]$ ./configure > --prefix=/home/users/roy/share/node-v0.8 --without-snapshot > [roy@mainserver1 node-v0.8.0]$ sudo make > > [roy@mainserver1 node-v0.8.0]$ out/Release/node > > process.version > 'v0.8.0' > > sudo make install > > [roy@mainserver1 node-v0.8.0]$ /home/users/roy/share/node-v0.8/bin/node > > process.version > 'v0.8.0' > > This seems to have solved the problem. > -- 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
