-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ruby] require 'v8eval' raises LoadError; native extension build error #9
Comments
Oh, I look like something was wrong with the installation. Now I get an error:
I guess I have wrong version of g++ or something else... Any ideas? |
I have solved the problem: I had g++ compiler 4.6 while v8 (or swig or whatever else) needed 4.8 to build. I think it is good to add to README that g++ 4.8 is needed. |
Hi What is your platform? v8eval supports Mac and Linux. |
Hi, I use Ubuntu 12.04.5 LTS. |
I think v8eval don't set the compiler correctly in 'gem install'. |
We have fixed this issue. Thank you for your feedback. |
code:
exception:
The text was updated successfully, but these errors were encountered: