[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error "Unable to compile 'gb.desktop' component" with Master ad634548


On Fri, 22 Aug 2025 at 17:26, Benoît Minisini <
benoit.minisini@xxxxxxxxxxxxxxxx> wrote:

> Le 22/08/2025 à 18:18, Bruce Steers a écrit :
> >
> >
> > On Fri, 22 Aug 2025 at 16:21, <vuott@xxxxxxxxxxxx
> > <mailto:vuott@xxxxxxxxxxxx>> wrote:
> >
> >     Hello,
> >     with Master ad634548 I obtain this error:
> >
> >     Compiling 'gb.desktop' component...
> >     DesktopAction.class:10:14: error: Syntax error. Identifier expected
> >     for property name
> >     DesktopFile.class:19:14: error: Syntax error. Identifier expected
> >     for property name
> >
> >     and at end:
> >
> >     ||
> >     || Unable to compile 'gb.desktop' component
> >     || Unable to compile gambas3
> >     ||
> >
> >
> >     Regards
> >
> >     vuott
> >
> >
> > Benoit just broke something, the error is this line in
> DesktopFile.class...
> >
> > Property Exec As String
> >
> > it is now failing.
> >
> > DesktopAction.class also has property Exec
> >
> > It seems to work if i encase in curly brackets
> >
> > Property {Exec} As String
> >
> > Is that good enough to fix Ben?
> >
> > Respects
> > BruceS
> >
>
> It should be fixed now. The previous compiler fix was not working.
>
> Regards,
>
> --
> Benoît Minisini


Yep that fixed it, thank you :)

And welcome back :)