On Mon, 2010-01-25 at 09:37 -0800, Reimundo Heluani wrote: > On Mon, 2010-01-25 at 17:12 +0000, Guillaume Desmottes wrote: > > Empathy 2.29.6 is now available for download from: > > http://download.gnome.org/sources/empathy/2.29/ > > > > 95d792169f83fb2a4acf8bc6eb7a4734 empathy-2.29.6.tar.gz > > ce21b3e698e6f8d108d59b640b52025f empathy-2.29.6.tar.bz2 > > > > Hello, for a while I've been getting the following compilation errors on > Empathy: > > make[3]: Entering directory `/usr/src/telepathy/empathy/src' > CC empathy-about-dialog.o > CC empathy-account-assistant.o > CC empathy-accounts-dialog.o > CC empathy-auto-salut-account-helper.o > CC empathy-call-window-fullscreen.o > CC empathy-call-window.o > CC empathy-chat-window.o > cc1: warnings being treated as errors > empathy-chat-window.c: In function 'empathy_chat_window_add_chat': > empathy-chat-window.c:2071: error: implicit declaration of function > 'gtk_notebook_set_tab_label_packing' > make[3]: *** [empathy-chat-window.o] Error 1 > make[3]: Leaving directory `/usr/src/telepathy/empathy/src' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/usr/src/telepathy/empathy/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/telepathy/empathy' > make: *** [all] Error 2 > > Could this be an issue with newer gtk+ libs? I see this warning in the > gnome doc site: > > gtk_notebook_query_tab_label_packing has been deprecated since version > 2.20 and should not be used in newly-written code. Modify the > "tab-expand" and "tab-fill" child properties instead. > > I've been quite lazy to solve the problem and I'm just commenting that > line out for the moment :)
Ooops, should've looked a little bit at least, indeed it seems to be with newer gtk. Apparently I've compiled mine with GTK_DISABLE_DEPRECATED, and I see the definition of this function wrapped by a #ifndef GTK_DISABLE_DEPRECATED in gtk/gtknotebook.h I guess is trivial to solve this, I'll write a patch when I get back from work tonight in case no one here does it before. Cheers, R. > > R. > > > > > What is it? > > =========== > > Empathy is a messaging program which supports text, voice, and video chat > > and file transfers over many different protocols. Empathy uses Telepathy > > for protocol support and has an user interface based on Gossip. Empathy is > > the default chat client in current versions of GNOME, making it easier for > > other GNOME applications to integrate collaboration functionality using > > Telepathy. > > > > You can visit the project web site: > > http://live.gnome.org/Empathy > > > > What's New? > > =========== > > The "Riding on lions" release. > > > > The accounts dialog has been improved to display the status of all your > > accounts in the treeview. A new page has been added to the new accounts > > assistant to let users enter their personal details that are used to create > > the XMPP link-local account. > > > > Chat windows gained a very nice search bar allowing you to look for a > > specific > > string as you do in your web browser. > > > > Empathy now makes use of the new ContactCapabilities interface when > > available > > to check if your contacts support file transfer and audio/video calls. > > > > Finally, Empathy doesn't dispatch tube channels any more. All tubes > > applications > > should now implement the Handler interface to interact properly with > > mission-control 5. > > > > Bugs fixed: > > - Fixed #603472, Rename "Hidden" to "Invisible" (G.Balaji) > > - Fixed #606329, Buttons in GtkInfoBar are too big. (Felix Kaser) > > - Fixed #573407, Empathy and telepathy-idle don't pass on server commands > > to server > > - Fixed #585168, Scrollback search and jump-to-highlight would be nice. > > (Thomas Meire) > > - Fixed #596575, Automatic salut account creation doesn't work (Guillaume > > Desmottes) > > - Fixed #599159, Stop to handle tube channels (Guillaume Desmottes) > > - Fixed #599163, Should use ContactCapability to get A/V caps (Guillaume > > Desmottes) > > - Fixed #599164, Should use ContactCapability to get FT caps (Guillaume > > Desmottes) > > - Fixed #600693, Empathy calls xmlCleanupParser() where it shouldn't > > (Guillaume Desmottes) > > - Fixed #600949, Deleting accounts from the treeview is weird > > - Fixed #603498, Escaped text displayed in notifications (Guillaume > > Desmottes) > > - Fixed #606642, IRC account: "Connect" button is not sensitive when > > changing the IRC network (Guillaume Desmottes) > > - Fixed #606753, Scrollback search is not case sensitive > > - Fixed #607207, show protocol icons in compact view (Guillaume Desmottes) > > - Fixed #607306, /join fails to work on the latest version of empathy > > (Thomas Meire) > > - Fixed #607436, Salut account should only automatically created when the > > wizard is run (Guillaume Desmottes) > > - Fixed #607455, Misc fixes regarding the accounts assistant (Guillaume > > Desmottes) > > - Fixed #607463, Edit Custom Messages window is too narrow (Ken VanDine) > > - Fixed #607868, Change Hidden to Invisible in docs > > - Fixed #607925, edit account from infobar does not open the right account > > (Guillaume Desmottes) > > - Fixed #608043, Should ellipsize text in connection error infobars (Will > > Thompson) > > - Fixed #604700, (null) status infobar with IRC account (Guillaume > > Desmottes) > > - Fixed #604706, infobar shows no icon if the presence is empty (Felix > > Kaser) > > - Fixed #605309, Show the status of accounts in the treeview (Guillaume > > Desmottes) > > - Fixed #605532, on account-creation some field should be persistent over > > a protocol change (Guillaume Desmottes) > > - Fixed #606510, Unclear string meaning (Guillaume Desmottes) > > - Fixed #585364, Get rid of shave with AM_SILENT_RULES automake option > > > > Translations: > > - Updated ar Translation (Khaled Hosny) > > - Updated es Translation (Jorge González) > > - Updated fr Translation (Claude Paroz) > > - Updated nb Translation (Kjartan Maraas) > > > > Documentation translations: > > - Updated es Documentation translation (Jorge González) > > > > 25 January 2010 > > Empathy team > > > > > > _______________________________________________ > > telepathy mailing list > > [email protected] > > http://lists.freedesktop.org/mailman/listinfo/telepathy > _______________________________________________ telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
