<div dir="ltr">Thank you. The ROTD version worked. I'll post again when I have results of testing C# + Mercury on Android.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jan 17, 2022 at 5:22 AM Julien Fischer <<a href="mailto:jfischer@opturion.com">jfischer@opturion.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Hi David,<br>
<br>
On Sun, 16 Jan 2022, David Epstein wrote:<br>
<br>
> I followed the instructions in the README files, opting to use MSYS2,<br>
> mingw-w64-x86_64, and csc (for C# grade). The process proceeded<br>
> gloriously until the error below. It may be just a warning (?) but it<br>
> stopped compilation. I'm not proficient enough in C to know what to do<br>
> next. Can anyone offer guidance?<br>
<br>
There's a couple of things you could try:<br>
<br>
1. Use one of the recent ROTDs intead of the 20.06.1, since they no<br>
longer contain the code that is triggering the error.<br>
<br>
2. Tell GCC not treat that warning as an error.  You can do this by<br>
creating a file named Mmake.params in the top-level of the source<br>
distribution and putting the following line in it:<br>
<br>
     EXTRA_CFLAGS = -Wno-error=array-parameter<br>
<br>
Julien.<br>
</blockquote></div>