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 632708 - gnome-utils doesn't build with gtk+ 2.91.1
gnome-utils doesn't build with gtk+ 2.91.1
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: general
trunk
Other Linux
: Normal normal
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-20 15:49 UTC by Lucas Rocha
Modified: 2010-10-21 04:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lucas Rocha 2010-10-20 15:49:04 UTC
CC    gsearchtool-entry.o
In file included from gsearchtool-entry.c:40:
gsearchtool-entry.h:50: error: expected specifier-qualifier-list before ‘GtkComboBoxEntryClass’
gsearchtool-entry.h:55: error: expected specifier-qualifier-list before ‘GtkComboBoxEntry’
gsearchtool-entry.c: In function ‘gsearch_history_entry_get_type’:
gsearchtool-entry.c:63: error: ‘GTK_TYPE_COMBO_BOX_ENTRY’ undeclared (first use in this function)
gsearchtool-entry.c:63: error: (Each undeclared identifier is reported only once
gsearchtool-entry.c:63: error: for each function it appears in.)
gsearchtool-entry.c: In function ‘gsearch_history_entry_set_property’:
gsearchtool-entry.c:79: error: ‘GsearchHistoryEntry’ has no member named ‘priv’
gsearchtool-entry.c: In function ‘gsearch_history_entry_get_property’:
gsearchtool-entry.c:100: error: ‘GsearchHistoryEntry’ has no member named ‘priv’
gsearchtool-entry.c: In function ‘gsearch_history_entry_finalize’:
gsearchtool-entry.c:128: error: ‘GsearchHistoryEntry’ has no member named ‘priv’
gsearchtool-entry.c: In function ‘get_history_key’:
gsearchtool-entry.c:199: error: ‘GsearchHistoryEntry’ has no member named ‘priv’
gsearchtool-entry.c: In function ‘gsearch_history_entry_save_history’:
gsearchtool-entry.c:252: error: ‘GsearchHistoryEntry’ has no member named ‘priv’
gsearchtool-entry.c: In function ‘insert_history_item’:
gsearchtool-entry.c:341: error: ‘GsearchHistoryEntry’ has no member named ‘priv’
gsearchtool-entry.c: In function ‘gsearch_history_entry_load_history’:

Should be fixed together with bug 631486 and bug 631942.
Comment 1 Dennis Cranston 2010-10-21 04:03:53 UTC
Already fixed in the git repository.

commit 96b2107a2907358b01759dc08332b5b64d8847eb
Author: Dennis Cranston <dennis_cranston@yahoo.com>
Date:   Sun Oct 17 10:26:59 2010 -0700

    [gsearchtool] Migrate to GTK3