Page 1 of 1

Cobra install fails

PostPosted: Sun Jul 17, 2011 6:18 pm
by pchapin
Hello! I'm doing an install-from-workspace on my 32 bit Ubuntu 10.10 machine. I have Mono v2.6.7 installed. I have successfully installed Cobra before but today I updated to the latest revision from Subversion (revision 2571) and it fails as follows:

Code: Select all
==== Build Cobra.Lang.Compiler library

run: cobra.exe -c -t:lib -namespace:Cobra.Lang.Compiler -files:files-to-compile.text -debug -turbo -out:Cobra.Lang.Compiler.dll -key-file:Cobra.Lang/Cobra.Lang.snk cobra.cobra
   : Boxes.cobra(139): error: Argument 2 of method "_allMembers" expects type IList<of BoxMember>, but the call is supplying type List<of BoxMember>.
   : Compilation failed - 1 error, 0 warnings


Is this a problem with my setup or a temporary quirk in the code base? Note that I said "no" to the prompt about .NET 4.0.

Re: Cobra install fails

PostPosted: Sun Jul 17, 2011 6:25 pm
by Charles
I'm able to reproduce the problem. I'll fix and post again.

Re: Cobra install fails

PostPosted: Sun Jul 17, 2011 7:07 pm
by Charles
Fixed. Try again.

Re: Cobra install fails

PostPosted: Sun Jul 17, 2011 7:29 pm
by pchapin
All is well... thanks!