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 500690 - Incorrect glibmm dependency
Incorrect glibmm dependency
Status: RESOLVED FIXED
Product: goocanvasmm
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2007-11-30 17:29 UTC by Johannes Schmid
Modified: 2011-01-16 23:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix the dependency (985 bytes, patch)
2007-11-30 17:34 UTC, Johannes Schmid
committed Details | Review

Description Johannes Schmid 2007-11-30 17:29:29 UTC
Goocanvasmm depends on this change in glibmm (trunk):

2007-09-25  Murray Cumming  <murrayc@murrayc.com>

        * glib/glibmm/wrap.cc:
        * glib/glibmm/wrap.h: Added wrap_auto_interface<>(), which should 
        be used by wrap() specializations for interfaces, so we create 
        instances of the interface even if the derived C type is unknown to 
        us.

It still depends on glibmm >= 2.10 while it should depend on glibmm >= 2.14.2.
Comment 1 Johannes Schmid 2007-11-30 17:34:13 UTC
Created attachment 99917 [details] [review]
Patch to fix the dependency
Comment 2 Murray Cumming 2007-11-30 19:24:06 UTC
I think that's maybe also in a version of glibmm 2.12, but go ahead.
Comment 3 Johannes Schmid 2007-11-30 23:40:20 UTC
Checked the 2.12 branch and did not find it in the ChangeLog. Committed!