- 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
: BackEndJvm/JavaGenerator.cobra(754): error: Incompatible types. Cannot assign value of type String on the right to Type on the left.
: BackEndJvm/JavaGenerator.cobra(756): error: Incompatible types. Cannot assign value of type String on the right to Type on the left.
: BackEndJvm/JavaGenerator.cobra(759): error: Cannot mix types String and Type for arithmetic.
: BackEndJvm/JavaGenerator.cobra(762): error: Cannot mix types String and Type for arithmetic.
: BackEndJvm/JavaGenerator.cobra(764): error: Cannot return Type because "_computeJavaRef.get" is declared to return a String.
: BackEndJvm/JavaGenerator.cobra(2373): error: Incompatible types. Cannot assign value of type String on the right to Type on the left.
: BackEndJvm/JavaGenerator.cobra(2374): error: Cannot apply PLUS to Type and String. Try finding a method that performs this function.
: Compilation failed - 7 errors, 0 warnings
** ERROR: Exit code from running Source Cobra: 1
Need help with the above error?
* Make sure you ran with sudo or as root.
* Mono 2.6.x or Mono 2.10.x or higher are recommended.
* Review http://cobra-language.com/troubleshooting
* Ask at http://cobra-language.com/discuss
* Ask at http://cobra-language.com/irc
I've tried to find info elsewhere in the forum, but nothing jumped out. Oh—the sources I used to compile are whatever came off SVN today.