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 383525 - libgnomedb link failure on Darwin
libgnomedb link failure on Darwin
Status: RESOLVED FIXED
Product: libgnomedb
Classification: Deprecated
Component: general
1.99.x
Other Mac OS
: Normal normal
: ---
Assigned To: Rodrigo Moya
gnome-db Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-07 21:45 UTC by Min Sik Kim
Modified: 2007-08-10 18:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to build libgnomedb on Darwin (772 bytes, patch)
2006-12-07 22:06 UTC, Min Sik Kim
none Details | Review

Description Min Sik Kim 2006-12-07 21:45:34 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.
Comment 1 Min Sik Kim 2006-12-07 22:06:51 UTC
Created attachment 77929 [details] [review]
Patch to build libgnomedb on Darwin
Comment 2 Murray Cumming 2007-01-28 11:29:14 UTC
I suspect that this will need to be updated for the latest build changes.
Comment 3 Murray Cumming 2007-02-06 18:09:51 UTC
Could you try this, please?
Comment 4 Min Sik Kim 2007-08-04 21:54:43 UTC
The problem disappeared in libgnomedb-3.0.0.
Comment 5 Murray Cumming 2007-08-10 18:13:44 UTC
Great. Closing.