[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error "Unable to compile 'gb.desktop' component" with Master ad634548
[Thread Prev] | [Thread Next]
- Subject: Re: Error "Unable to compile 'gb.desktop' component" with Master ad634548
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Fri, 22 Aug 2025 17:18:39 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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
| Re: Error "Unable to compile 'gb.desktop' component" with Master ad634548 | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
| Error "Unable to compile 'gb.desktop' component" with Master ad634548 | vuott@xxxxxxxxxxxx |