[m-dev.] c# bootcheck failure
Julien Fischer
jfischer at opturion.com
Wed Apr 15 18:55:30 AEST 2020
Hi Zoltan,
On Wed, 15 Apr 2020, Zoltan Somogyi wrote:
> I had bootchecks in csharp grade succeed (with the usual expected
> test case failures) on april 11, but today, it failed because it couldn't
> find the runtime when compiling the executables in grade_lib,
> as shown by the attached bootcheck output.
>
> I don't know much about C# compilation processes. Does anyone
> have ideas what the problem may be here?
The Mmakefile in that directory is lacking something like:
ifneq ("$(filter csharp%,$(GRADE))","")
CSCFLAGS=-lib:../library -r:mer_std.dll
endif
(I'm just building a C# workspace, I'll fix it in a moment.)
Julien.
More information about the developers
mailing list