Thanks for the suggestion. I cloned the node repository and tried both of those branches.
The master branch fails with: ../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c: In function 'bn_mul_add_words': ../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:117: error: impossible constraint in 'asm' The v0.8 branch fails at the same place I mentioned before (linking with v8): LINK(target) /home/zannalov/code/node/out/Release/mksnapshot/home/zannalov/code/node/out/Release/obj.target/deps/v8/tools/gyp/libv8_base.a(builtins.o): In function `v8::internal::Generate_FrameDropper_LiveEdit(v8::internal::MacroAssembler*)':builtins.cc:(.text+0x150): undefined reference to `v8::internal::Debug::GenerateFrameDropperLiveEdit(v8::internal::MacroAssembler*)'/home/zannalov/code/node/out/Release/obj.target/deps/v8/tools/gyp/libv8_base.a(builtins.o): In function `v8::internal::Generate_PlainReturn_LiveEdit(v8::internal::MacroAssembler*)': ... On Wed, Jul 11, 2012 at 3:12 AM, mscdex <[email protected]> wrote: > On Jul 10, 11:24 pm, Jason Schmidt <[email protected]> wrote: > > Everything seems to build successfully up until the end of v8 > > Did you try the latest v0.8 branch from the node repo? The latest > master branch? > > -- > 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 > -- 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
