[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 16:21, <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

Follow-Ups:
Re: Error "Unable to compile 'gb.desktop' component" with Master ad634548Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>