[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:57:35 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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 :)
Error "Unable to compile 'gb.desktop' component" with Master ad634548 | vuott@xxxxxxxxxxxx |
Re: Error "Unable to compile 'gb.desktop' component" with Master ad634548 | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: Error "Unable to compile 'gb.desktop' component" with Master ad634548 | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |