rubyjs / therubyracer

Embed the V8 Javascript Interpreter into Ruby
1.66k stars 191 forks source link

Bumped version of libv8 to a Yosemite compatible version #322

Open dcmoore opened 9 years ago

dcmoore commented 9 years ago

Upgraded a dependency to allow for users running Yosemite to install this gem.

Here is the relevant change: https://github.com/cowboyd/libv8/pull/124

dcmoore commented 9 years ago

The build failed, it looks like master has the same failure. I'm not familiar with this codebase, does anybody know what is causing the issue?

atz commented 9 years ago

I find as recently as libv8 3.16.14.7 will compile and test OK, but by 3.16.14.9 libv8 will not compile. Details in comment here: https://github.com/cowboyd/libv8/issues/174