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 424004 - libgdamm 2.9.4 won't compile
libgdamm 2.9.4 won't compile
Status: RESOLVED FIXED
Product: libgdamm
Classification: Other
Component: general
git master
Other Cygwin
: Normal major
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2007-03-29 04:34 UTC by Yaakov Selkowitz
Modified: 2011-01-16 23:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yaakov Selkowitz 2007-03-29 04:34:15 UTC
Compiling libgdamm-2.9.4 with libgda-2.99.6 and glibmm-2.12.7 just gives me errors, e.g.:

libgda/libgdamm/client.cc: In static member function `static void Gnome::Gda::Client_Class::event_notification_callback(GdaClient*, GdaConnection*, GdaClientEvent, GdaParameterList*)': /usr/include/glibmm-2.4/glibmm/objectbase.h:149: error: `bool Glib::ObjectBase::is_derived_() const' is protected
libgda/libgdamm/client.cc:617: error: within this context

These errors happen with all the sources, not just client.cc.
Comment 1 Murray Cumming 2007-04-03 09:32:17 UTC
Are you using tarballs or svn?
Comment 2 Murray Cumming 2007-04-03 09:33:06 UTC
I think I might have built the libgdamm tarball with a hacked version of glibmm. I'll release a new tarball soon.
Comment 3 Yaakov Selkowitz 2007-04-05 03:21:14 UTC
All from tarballs.
Comment 4 Murray Cumming 2007-04-24 10:24:25 UTC
The latest glibmm 2.12 version should fix this, and I'll release a new libgdamm tarball soon with this required in configure. Thanks.