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 132362 - Problem compiling gtkmm 2.3.2
Problem compiling gtkmm 2.3.2
Status: RESOLVED NOTABUG
Product: gtkmm
Classification: Bindings
Component: build
2.4
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2004-01-24 03:35 UTC by Pierre
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2004-01-24 03:35:09 UTC
[...]
gmake[4]: Entering directory `/tmp/gtkmm-2.3.2/atk/atkmm'
if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H
-DG_LOG_DOMAIN=\"atkmm\"  -I../../atk -I../../atk -I../../pango
-I../../pango -I../../atk -I../../atk -I../../gdk -I../../gdk -I../../gtk
-I../../gtk -I/usr/local/include/glibmm-2.3
-I/usr/local/lib/glibmm-2.3/include -I/usr/local/lib/sigc++-1.2/include
-I/usr/local/include/sigc++-1.2 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0     -s -O3
-march=i686 -Wall -MT hyperlink.lo -MD -MP -MF ".deps/hyperlink.Tpo" \
  -c -o hyperlink.lo `test -f 'hyperlink.cc' || echo './'`hyperlink.cc; \
then mv -f ".deps/hyperlink.Tpo" ".deps/hyperlink.Plo"; \
else rm -f ".deps/hyperlink.Tpo"; exit 1; \
fi
 g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"atkmm\" -I../../atk -I../../atk
-I../../pango -I../../pango -I../../atk -I../../atk -I../../gdk -I../../gdk
-I../../gtk -I../../gtk -I/usr/local/include/glibmm-2.3
-I/usr/local/lib/glibmm-2.3/include -I/usr/local/lib/sigc++-1.2/include
-I/usr/local/include/sigc++-1.2 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -s -O3
-march=i686 -Wall -MT hyperlink.lo -MD -MP -MF .deps/hyperlink.Tpo -c
hyperlink.cc  -fPIC -DPIC -o .libs/hyperlink.o
hyperlink.cc: In member function `Glib::PropertyProxy_ReadOnly<bool>
   Atk::Hyperlink::property_selected_link() const':
hyperlink.cc:534: error: invalid conversion from `const Glib::ObjectBase*' to `
   Glib::ObjectBase*'
hyperlink.cc:534: error:   initializing argument 1 of `
   Glib::PropertyProxy_ReadOnly<T>::PropertyProxy_ReadOnly(Glib::ObjectBase*,
   const char*) [with T = bool]'
hyperlink.cc: In member function `Glib::PropertyProxy_ReadOnly<int>
   Atk::Hyperlink::property_number_of_anchors() const':
hyperlink.cc:539: error: invalid conversion from `const Glib::ObjectBase*' to `
   Glib::ObjectBase*'
hyperlink.cc:539: error:   initializing argument 1 of `
   Glib::PropertyProxy_ReadOnly<T>::PropertyProxy_ReadOnly(Glib::ObjectBase*,
   const char*) [with T = int]'
hyperlink.cc: In member function `Glib::PropertyProxy_ReadOnly<int>
   Atk::Hyperlink::property_end_index() const':
hyperlink.cc:544: error: invalid conversion from `const Glib::ObjectBase*' to `
   Glib::ObjectBase*'
hyperlink.cc:544: error:   initializing argument 1 of `
   Glib::PropertyProxy_ReadOnly<T>::PropertyProxy_ReadOnly(Glib::ObjectBase*,
   const char*) [with T = int]'
hyperlink.cc: In member function `Glib::PropertyProxy_ReadOnly<int>
   Atk::Hyperlink::property_start_index() const':
hyperlink.cc:549: error: invalid conversion from `const Glib::ObjectBase*' to `
   Glib::ObjectBase*'
hyperlink.cc:549: error:   initializing argument 1 of `
   Glib::PropertyProxy_ReadOnly<T>::PropertyProxy_ReadOnly(Glib::ObjectBase*,
   const char*) [with T = int]'
gmake[4]: *** [hyperlink.lo] Error 1
gmake[4]: Leaving directory `/tmp/gtkmm-2.3.2/atk/atkmm'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/tmp/gtkmm-2.3.2/atk/atkmm'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/tmp/gtkmm-2.3.2/atk'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/gtkmm-2.3.2'
gmake: *** [all] Error 2
Comment 1 Murray Cumming 2004-01-27 19:05:18 UTC
Thanks. What compiler/distro is this?
Comment 2 Pierre 2004-01-27 20:26:31 UTC
gcc 3.3.2
LFS
Comment 3 Pierre 2004-01-28 00:18:03 UTC
Glib 2.3.2
Comment 4 Murray Cumming 2004-01-29 08:14:54 UTC
I think you do not have the latest (2.3.3) glibmm installed. Please
reopen if I am wrong.
Comment 5 Pierre 2004-01-30 04:33:41 UTC
No you were right, I installed glibmm 2.3.3 and I don't have this
error anymore.
Maybe a check of the glibmm version should be added to the configure ?