[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: current commit has broken dbus
[Thread Prev] | [Thread Next]
- Subject: Re: current commit has broken dbus
- From: vuott@xxxxxxxxxxxx
- Date: Tue, 20 May 2025 11:33:31 +0200 (CEST)
- To: Bruce Steers <bsteers4@xxxxxxxxx>
- Cc: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
I confirm the error:
FMain.class:8:7: error: Unknown identifier: DBus
FMain1.class:16:7: error: Unknown identifier: DBus
FTest.class:93:7: error: Unknown identifier: DBus
Main.module:52:7: error: Unknown identifier: DBus
DBusStatusIconMenu.class:239:12: error: Unknown identifier: DBus
TrayIcon.class:67:9: error: Unknown identifier: DBus
.......
Making install in app
Making install in .
Installing the development environment...
Compiling gambas3...
gbc3: error: Component information file not found: gb.desktop
........
||
|| Unable to compile 'gb.dbus'
|| Unable to compile 'gb.desktop' component
|| Unable to compile 'gb.dbus.trayicon' component
|| Unable to compile gambas3
||
20 mag 2025, 11:29 da bsteers4@xxxxxxxxx:
> I've submitted a bugfix Ben.
>
> figured it out. DBusSignal uses "Every" an an argument name so it conflicted.
>
> I encased the argument Every in curly brackets.
> {Every}
>
> works as expected :)
> Respects
> BruceS
>
> On Tue, 20 May 2025 at 10:08, Bruce Steers <> bsteers4@xxxxxxxxx> > wrote:
>
>> Error is the following line 14 in DBusSignal.class
>>
>> Every = True
>>
>> Respects
>> BruceS
>>
>> On Tue, 20 May 2025 at 10:03, Bruce Steers <>> bsteers4@xxxxxxxxx>> > wrote:
>>
>>> getting this after compile..
>>>
>>> ||
>>> || Unable to compile 'gb.dbus'
>>> || Unable to compile 'gb.desktop' component
>>> || Unable to compile 'gb.dbus.trayicon' component
>>> ||
>>>
>>> If you look at attached image you can see gitlab-CI is also failing but not raising any error so it passes the checks.
>>>
>>> Respects
>>> BruceS
>>>
>>>
>>>
| current commit has broken dbus | Bruce Steers <bsteers4@xxxxxxxxx> |
| Re: current commit has broken dbus | Bruce Steers <bsteers4@xxxxxxxxx> |
| Re: current commit has broken dbus | Bruce Steers <bsteers4@xxxxxxxxx> |