[Mono-devel-list] mjs error on cygwin

Ben Maurer bmaurer at ximian.com
Sun Feb 13 23:30:11 EST 2005


csc.exe /lib:../../class/lib/default /r:Microsoft.JScript.dll /nologo /optimize -d:NET_1_1 -d:ONLY_1_1 /debug+ /debug:full /target:exe /out:mjs.exe   @../../build/deps/mjs.exe.response
mjs.cs(45,18): error CS1501: No overload for method 'Context' takes '1' arguments

mjs.cs(48,4): error CS0246: The type or namespace name 'SemanticAnalyser' could not be found (are you missing a using directive or an assembly reference?)

mjs.cs(49,4): error CS0246: The type or namespace name 'CodeGenerator' could not be found (are you missing a using directive or an assembly reference?)

This is probably a mcs bug that csc is exposing, can you please look into it.

-- Ben




More information about the Mono-devel-list mailing list