Skip to content

Instantly share code, notes, and snippets.

@dmacvicar
Created August 29, 2010 21:26
Show Gist options
  • Save dmacvicar/556700 to your computer and use it in GitHub Desktop.
Save dmacvicar/556700 to your computer and use it in GitHub Desktop.
CC st.c
CC emitter.c
CC implicit.c
CC syck.c
CC bytecode.c
LDSHARED syck.so
/home/duncan/.rvm/rubies/ruby-1.8.7-p302/bin/ruby -S rake -r /space/git/rubinius/rakelib/ext_helper.rb -r /space/git/rubinius/rakelib/dependency_grapher.rb build:rbx
(in /space/git/rubinius/lib/ext/melbourne)
Building Melbourne for Rubinius
LDSHARED rbx/melbourne.so
/home/duncan/.rvm/rubies/ruby-1.8.7-p302/bin/ruby -S rake -r /space/git/rubinius/rakelib/ext_helper.rb -r /space/git/rubinius/rakelib/dependency_grapher.rb build
(in /space/git/rubinius/lib/ext/nkf)
CC nkf.c
LDSHARED nkf.so
/space/git/rubinius/bin/rbx-build extconf.rb
There was an error loading the compiler.
It appears that your compiler is out of date with the VM.
Please use 'rbx --rebuild-compiler' or 'rake [instal]' to
bring the compiler back to date.
rake aborted!
Command failed with status (1): [/space/git/rubinius/bin/rbx-build extconf....]
(See full trace by running task with --trace)
duncan@linux-llxy:/space/git/rubinius>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment