I have had my share of bad Ruby dependency experiences in the past but for the love of me, I cannot make the Infinispan website build on Mac OS X 10.10.5.
I’ve done
rake clean[all]
rake setup[local]
Got into this problem
Which I fixed with
bundle config build.libv8 -- --with-system-v8
rake clean[all]
rake setup[local]
And now have this problem
Anyone had more success?
Emmanuel