GNOME Bugzilla – Bug 689044
empathy is broken by geocode-glib API changes
Last modified: 2012-11-26 06:43:19 UTC
geocode-glib just had some API changes[1] and as a result Empathy is now broken in jhbuild: empathy-contact.c: In function 'geocode_cb': empathy-contact.c:1633:3: warning: implicit declaration of function 'geocode_object_resolve_finish' [-Wimplicit-function-declaration] empathy-contact.c:1633:3: warning: implicit declaration of function 'GEOCODE_OBJECT' [-Wimplicit-function-declaration] empathy-contact.c:1633:12: warning: assignment makes pointer from integer without a cast [enabled by default] empathy-contact.c:1643:3: warning: implicit declaration of function 'geocode_object_get_coords' [-Wimplicit-function-declaration] empathy-contact.c: In function 'update_geocode': empathy-contact.c:1672:3: error: unknown type name 'GeocodeObject' empathy-contact.c:1685:3: warning: implicit declaration of function 'geocode_object_new_for_params' [-Wimplicit-function-declaration] empathy-contact.c:1685:11: warning: assignment makes pointer from integer without a cast [enabled by default] empathy-contact.c:1689:3: warning: implicit declaration of function 'geocode_object_resolve_async' [-Wimplicit-function-declaration] make[3]: *** [empathy-contact.lo] Error 1 I guess it's time to adjust to the new API? [1] http://git.gnome.org/browse/geocode-glib/commit/?id=4955df84543442b884c21f501296cb895f2766a5
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 689056 ***