After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 632687 - e-d-s doesn't build against gtk+ 2.91.1
e-d-s doesn't build against gtk+ 2.91.1
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
3.0.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2010-10-20 12:16 UTC by Lucas Rocha
Modified: 2013-09-14 16:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lucas Rocha 2010-10-20 12:16:12 UTC
CC     libedataserverui_3_0_la-e-name-selector-dialog.lo
e-name-selector-dialog.c: In function ‘e_name_selector_dialog_populate_categories’:
e-name-selector-dialog.c:122: error: implicit declaration of function ‘gtk_combo_box_append_text’
e-name-selector-dialog.c:122: warning: nested extern declaration of ‘gtk_combo_box_append_text’
e-name-selector-dialog.c: In function ‘search_changed’:
e-name-selector-dialog.c:887: error: implicit declaration of function ‘gtk_combo_box_get_active_text’
e-name-selector-dialog.c:887: warning: nested extern declaration of ‘gtk_combo_box_get_active_text’
e-name-selector-dialog.c:887: warning: assignment makes pointer from integer without a cast
make[3]: ** [libedataserverui_3_0_la-e-name-selector-dialog.lo] Erro 1
Comment 1 Matthew Barnes 2010-10-20 12:44:16 UTC
Gosh, it was working just a few days ago.
Comment 2 Lucas Rocha 2010-10-20 13:43:48 UTC
Hey Matthew, could you roll new tarballs for e-d-s today? I haven't tried building evolution yet because of this bug. Please ensure that evolution is building with gtk+ 2.91.1 too. Thanks.
Comment 3 Matthew Barnes 2010-10-20 13:59:09 UTC
Evolution is a long, long way from building with gtk+ 2.91.1 thanks to the rendering cleanup.  Benjamin Otte is working on that, but his branch still needs to be made compatible with GTK2 before it can be merged.
Comment 4 Matthew Barnes 2010-10-20 15:02:32 UTC
Fixed in:
http://git.gnome.org/browse/evolution-data-server/commit/?id=89b384cfe452ce1e38b31066c3d9f9abd1bdd6e5

I'll release a 2.91.1.1 with this patch.