gnustep-dev
[Top][All Lists]
Advanced

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

Re: DBusKit build failure


From: Niels Grewe
Subject: Re: DBusKit build failure
Date: Sun, 11 Nov 2012 14:32:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.4) Gecko/20120510 Icedove/10.0.4

Hi Philippe,

the callback functions for libdbus where incorrectly using NSDebugMLog
instead of NSDebugFLog. NSDebugMLog changed in r35670 to pass around
self and _cmd, which revealed the mistake. But it should be fixed now.

Thanks for reporting!

Niels

Am 11.11.2012 14:08, schrieb Philippe Roussel:
> Hi,
> 
> gcc 4.6.3 isn't happy with dbuskit trunk :
> 
>  Compiling file DKEndpoint.m ...
>  DKEndpoint.m: In function ‘DKTimeoutAdd’:
>  DKEndpoint.m:816:3: erreur: ‘self’ undeclared (first use in this function)
> DKEndpoint.m:816:3: note: each undeclared identifier is reported only once 
> for each function it appears in
> DKEndpoint.m:816:3: erreur: ‘_cmd’ undeclared (first use in this function)
> DKEndpoint.m: In function ‘DKTimeoutRemove’:
> DKEndpoint.m:829:3: erreur: ‘self’ undeclared (first use in this function)
> DKEndpoint.m:829:3: erreur: ‘_cmd’ undeclared (first use in this function)
> 
> etc.
> 
> Am I this only one seeing this ?
> 
> Thanks,
> Philippe
> 
> _______________________________________________
> Gnustep-dev mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/gnustep-dev




reply via email to

[Prev in Thread] Current Thread [Next in Thread]