Skip to content

Instantly share code, notes, and snippets.

@bshepherdson
Created April 4, 2012 14:01
Show Gist options
  • Save bshepherdson/2301301 to your computer and use it in GitHub Desktop.
Save bshepherdson/2301301 to your computer and use it in GitHub Desktop.
Mirah build error
> jruby -S rake jar ~/src/mirah
mkdir -p dist
mkdir -p build
Compiling Ruby sources
Compiling Mirah sources
Parsing...
org/mirah/class_loader.mirah
org/mirah/isolated_resource_loader.mirah
org/mirah/ant/compile.mirah
duby/lang/compiler/interfaces.duby
mirah/impl/builtins.mirah
Inferring types...
org/mirah/ant/compile.mirah:27: undefined method `superclass' for Type(error):Mirah::AST::TypeReference
def initialize
^^^^^^^^^^^^^^^^^
@src = '.'
^^^^^^^^^^^^^^^
@target = '.'
^^^^^^^^^^^^^^^^^^
@classpath = Path.new(getProject)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@dir = '.'
^^^^^^^^^^^^^^^
@bytecode = true
^^^^^^^^^^^^^^^^^^^^^
@verbose = false
^^^^^^^^^^^^^^^^^^^^^
@jvm_version = '1.6'
^^^^^^^^^^^^^^^^^^^^^^^^^
end
^^^^^
rake aborted!
undefined method `superclass' for Type(error):Mirah::AST::TypeReference
Tasks: TOP => jar => compile
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment