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 509111 - glibmm 2.15.1 doesn't build
glibmm 2.15.1 doesn't build
Status: RESOLVED FIXED
Product: glibmm
Classification: Bindings
Component: build
2.15.x
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2008-01-13 10:58 UTC by Götz Waschk
Modified: 2008-01-16 06:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Götz Waschk 2008-01-13 10:58:12 UTC
This is on Mandriva Cooker with glib 2.15.1:
g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"giomm\" -I../../gio -I../../gio -I../../glib -I../../glib -I../.. -I../../gio -I../../gio -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wall -Wno-long-long -MT mountoperation.lo -MD -MP -MF .deps/mountoperation.Tpo -c mountoperation.cc  -fPIC -DPIC -o .libs/mountoperation.o
mountoperation.cc: In member function 'void Gio::MountOperation::reply(Gio::MountOperationResult)':
mountoperation.cc:209: error: 'GMountOperationResult' was not declared in this scope
Comment 1 Jonathon Jongsma 2008-01-13 14:42:59 UTC
This API got changed very recently in glib/gio.  I don't know if the version of glib/gio with this change has been released yet or not.
Comment 2 Marko Anastasov 2008-01-13 14:59:38 UTC
You say "this is on Mandriva Cooker with glib 2.15.1", but I am not sure whether you really mean glib or glibmm? I confirm that it is due to a change in the glib/gio API that happenned in the meantime (you need the latest glib, 2.15.1).
Comment 3 Götz Waschk 2008-01-16 06:59:58 UTC
It built fine with glib 2.15.2, but not with 2.15.1. The configure check should be updated accordingly.