-
Notifications
You must be signed in to change notification settings - Fork 13
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
Compilation segfaults #11
Comments
Which rock version do you have? ( |
|
For now, sam requires rock 0.9.9. Installing rock 0.9.9 is relatively easy:
Then |
@CoderPuppy did you get sam to work? Can this issue be closed? |
Oh yeah. It works now. |
throws an error on my system:
Any ideas? It would be great if someone could update the install guide (http://ooc-lang.org/install/) :-) |
@dubst3pp4 In that case, it's a bit different.. in 0.9.9, cd /usr/local/rock
rm -rf libs # old way to distribute the GC
make boehmgc # install boehm-gc in vendor-prefix
make safe # compile new rock from old rock Since 0.9.9 is very much bleeding edge and, as you've noticed, you're running into different problems because of the time you checked out the repo. There's a lot of new stuff in 0.9.9, when it comes out (ie. when it's merged with master), release notes will contain instructions to upgrade from 0.9.8 .. and the install from scratch instructions will still be the same :) |
Thank you very much, this worked :-)
|
@dubst3pp4 for next time: try not to comment on old/closed issues, except if it's the exact same problem :) opening a new issue is cheap. Glad you got it all worked out! |
Log: http://pastebin.com/wr1ZJf6M
OS: Debian Wheezy
uname -a
:Linux cpup-laptop 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1+deb7u1 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: