New MacOS Console App Created w/ Fire generates error

I’m back to doing some Mercury experiments. I tried creating a new MacOS console project in Fire (version 10.0.0.2595). When I try to build, I get this build error:

Since I haven’t changed any code yet, I assume there is either an issue with the project template or an issue with my environment. Suggestions welcome.

Thanks,

–Avonelle

What template is this?

This one:

image

–Avonelle

Very curious; it seems to be something about the args parameter; if I change

  Sub Main(args As String())

to just

  Sub Main()

it works fine. It makes no sense to be that this would break Mercury-specifically, but apparently it does, so I’ll log. thanx!

Thanks, logged as bugs://85432

Yeah, weird, but thanks for the tip!

1 Like

bugs://85432 got closed with status fixed.