GNOME Bugzilla – Bug 383525
libgnomedb link failure on Darwin
Last modified: 2007-08-10 18:13:44 UTC
libgnomedb fails to link on Darwin with the following errors: ld: Undefined symbols: _gnome_db_entry_combo_get_type _gnome_db_entry_combo_get_values _gnome_db_entry_combo_get_values_orig _gnome_db_entry_combo_new _gnome_db_entry_combo_set_values _gnome_db_entry_combo_set_values_orig _gnome_db_data_cell_renderer_combo_new _gnome_db_data_cell_renderer_info_new _gnome_db_data_cell_renderer_boolean_new _gnome_db_data_cell_renderer_textual_new _gnome_db_entry_boolean_new _gnome_db_entry_date_new _gnome_db_entry_none_new _gnome_db_entry_string_new _gnome_db_entry_time_new _gnome_db_entry_timestamp_new Since these symbols are defined in libgnomedb_handlers, it should be built first and included in the link command as an argument for libtool.
Created attachment 77929 [details] [review] Patch to build libgnomedb on Darwin
I suspect that this will need to be updated for the latest build changes.
Could you try this, please?
The problem disappeared in libgnomedb-3.0.0.
Great. Closing.