Cobra install fails
Posted: Sun Jul 17, 2011 6:18 pm
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:
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.
- 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.