Ok, I just downloaded the source for 0.9.0 and nant'd it into the Mono
GAC.....duh ;) I guess I was under the impression that boojay would
work on any Boo distro that was at least 0.9.x.
So now I get the outline mode, but I have a couple new problems.
When I do a print "hello" in the interpreter I get
ERROR: 'Boo.Lang.Extensions.PrintMacro' is not a valid macro.
I also get something similiar when I try to run a simple script:
C:\boo-workspace\test\src\Test.boo(2,5): BCE0038:
'Boo.Lang.Extensions.PrintMacro' is not a valid macro.
1 error(s).
Boo Compiler version 0.9.0.3203 (CLR v2.0.50727.1433)
So print is a macro, and according to Rodrigo's video, it gets
translated System.out.println in the case of Boojay. This makes
sense. So could this be a problem with Boojay not finding Java
libraries?