Cobra Installation Problem on Ubuntu Natty 11.04
Posted: Sun Feb 06, 2011 3:29 pm
Hi, I've been trying to install the Cobra Programming Language on my Ubuntu side running Natty 11.04 using the instructions provided at the Downloads Page and the Install From Source page and also the instructions provided in the Readme.text file and I've gotten nothing but errors. The current one is:
Anyone have any intuition about what I'm doing wrong here? I simply run "sudo ./install-from-workspace" as the instructions specify and this is what I get. Earlier, it was this error:
After googling that extensively, it seemed pretty obvious that the error had something to do with my Novell Mono installation, which apparently was a debian version instead of an ubuntu version. After installing the newer 2.8 version, I still got the same errors. So, then I installed the 2.4 version, since Cobra specifies that you should have at least that version, and I got this error:
So yeah, I'm not really sure what to do here. I doubt it is a problem with Natty or with the basic Novell Mono I have installed, but anything is likely. Is there anything obvious I'm not trying or should I just quit here.
- Code: Select all
Compiling installation program...
error: COBRA INTERNAL ERROR / NullReferenceException / Object reference not set to an instance of an object
Compilation failed - 1 error, 0 warnings
Not running due to errors above.
Anyone have any intuition about what I'm doing wrong here? I simply run "sudo ./install-from-workspace" as the instructions specify and this is what I get. Earlier, it was this error:
- Code: Select all
error: unexpected debug information initialization error "the assembly for default symbol writer cannot be loaded" compilation failed - 1 error, 0 warnings
After googling that extensively, it seemed pretty obvious that the error had something to do with my Novell Mono installation, which apparently was a debian version instead of an ubuntu version. After installing the newer 2.8 version, I still got the same errors. So, then I installed the 2.4 version, since Cobra specifies that you should have at least that version, and I got this error:
- Code: Select all
The class system.nullable`1 could not be loaded, used in mscorlib, version=2.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089
So yeah, I'm not really sure what to do here. I doubt it is a problem with Natty or with the basic Novell Mono I have installed, but anything is likely. Is there anything obvious I'm not trying or should I just quit here.