Created
April 2, 2012 22:44
-
-
Save bshepherdson/2287741 to your computer and use it in GitHub Desktop.
Error trying to build Mirah
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| braden@twilights-library> jruby -S rake compile ~/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 => 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