[Mono-list] Program Option Parsing Library
Jonathan Pryor
jonpryor at vt.edu
Fri Jan 11 21:49:37 EST 2008
On Fri, 2008-01-11 at 15:18 -0800, Dan Shryock wrote:
> I wanted to give your library a try so I upgraded to mono 1.2.6, and
> tried to compile the attachment using the following line:
>
> gmcs -langversion:linq -define:TEST Options.cs
>
> The compiler gives several errors, all seem to be related to the
> implicit return types of the lambda function not being convertable to
> void. Here's the first error:
Alas, you need to use svn-HEAD in order for the code to compile. I
assume VS2008 will also compile it (though I haven't tried myself).
- Jon
More information about the Mono-list
mailing list