Skip to content

Instantly share code, notes, and snippets.

@snarkyboojum
Created August 6, 2010 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snarkyboojum/510905 to your computer and use it in GitHub Desktop.
Save snarkyboojum/510905 to your computer and use it in GitHub Desktop.
Target Kernel.dll:
Tool /Library/Frameworks/Mono.framework/Versions/2.6.4/bin/gmcs execution started with arguments: /out:Kernel.dll Kernel.cs /target:library
Executing: mono --aot Kernel.dll
AOT compilation is not supported on this platform.
/Users/adrian/Development/Perl6/niecza/Niecza.proj: error : Command 'mono --aot Kernel.dll' exited with code: 1.
Task "Exec" execution -- FAILED
Done building target "Kernel.dll" in project "/Users/adrian/Development/Perl6/niecza/Niecza.proj".-- FAILED
Done building project "/Users/adrian/Development/Perl6/niecza/Niecza.proj".-- FAILED
Build FAILED.
Errors:
$ ./niecza_eval
> 1+2
error CS0006: cannot find metadata file `CORE.dll'
Compilation failed: 1 error(s), 0 warnings
"gmcs" unexpectedly returned exit value 1 at (eval 39) line 13
at CompilerDriver.pm line 82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment