-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fails when passing JS to the bot (>>) #48
Comments
Our documentation is terrible. Some should write up exactly what's needed but essentially, you want to go into each folder in |
Even better, we should just make a root |
You need to compile either the sm or v8 shovel, but you don't need both. If one of them works, that's enough. It seems some distros don't include a v8 file for pkg-config (v8 thinks this is the distros job), so we'll have to find a fix for that. |
@yorickvP is there anything i can do as a quick fix for now just to get it working? (regarding the pkg-config issue) |
Using spidermonkey instead of v8 is probably the easiest solution. You could try and replace the 'pkg-config v8 --libs --cflags' with its output, probably |
@yorickvP how safe is that to use? |
Should be perfectly safe. |
Is it on Ubuntu's package manager or does it need to be built from source? |
@yorickvP could this be solve by using https://github.com/gf3/sandbox/ instead? |
This now works with the latest version of this bot (using docker) |
Is the error I get when trying to use the Ecma features.
Node JS vs 0.12.2
Ubuntu 12.10
Tried building shovel with V8 installed ( libv8-dev (3.7.12.22-3))
But the build fails:
The text was updated successfully, but these errors were encountered: