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 > [email protected] > https://lists.gnu.org/mailman/listinfo/gnustep-dev _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
