[GnomeMeeting-devel-list] small gcc-4.1 patch for ekiga



Built today's ek. Even enabled dbus and mdns. Don't know if they work, but they built on fc 5 test 2, gcc-4.1 after this patch.

Here's the error ( the gcc language lawyers have gone mad!):

gmcontacts-avahi.h:126: error: extra qualification 'GMZeroconfBrowser::' on member 'ResolveCallback' gmcontacts-avahi.h:137: error: extra qualification 'GMZeroconfBrowser::' on member 'BrowseCallback'


Here's the patch:

--- gmcontacts-avahi.h.orig 2006-01-13 20:20:02.000000000 -0500
+++ gmcontacts-avahi.h  2006-01-13 20:12:08.000000000 -0500
@@ -111,7 +111,7 @@
   GSList *GetContacts ();

 void
-GMZeroconfBrowser::ResolveCallback(
+          ResolveCallback(
                 AvahiServiceResolver *r,
                 AvahiIfIndex interface,
                 AvahiProtocol protocol,
@@ -126,7 +126,7 @@
                 void* userdata);

 void
-GMZeroconfBrowser::BrowseCallback(
+              BrowseCallback(
                            AvahiServiceBrowser *b,
                            AvahiIfIndex interface,
                            AvahiProtocol protocol,


sean




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