Closed hinzundcode closed 10 years ago
Try g++ 4.7?
@cscott you beat me to it.
@schokocappucino you're trying to build against v8 3.24.4, aren't you?
I can reproduce the error with that version, see http://jenkins.brokenpipe.de/view/v8js-with-v8-versions/job/v8js-with-v8-3.24.4/1/console ... unfortunately the build badge on the README.md page here is wrong since GitHub started caching the image :-/
Just pick version 3.24.3 for the moment, it should compile fine (or any other version between 3.21.12 and 3.24.3)
Hey there,
as a side note I've started working on porting V8Js to 3.24.5 ... see https://github.com/stesie/v8js/tree/fix-ftbfs-v8-3.24.5
it's already passing the test suite fine, just wanna test with older V8 versions so it isn't limiting to the two or three most recent V8 versions ...
cheers stesie
Awesome
3.24.3 works, thanks a lot ;)
Hi,
v8js doesn't compile on my system. I use gcc 4.6.3 and get the following error:
What am I doing wrong? Thanks a lot