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 448682 - gtkmm 2.11.3 does not build
gtkmm 2.11.3 does not build
Status: RESOLVED DUPLICATE of bug 448193
Product: gtkmm
Classification: Bindings
Component: build
2.11.x
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2007-06-18 05:50 UTC by Götz Waschk
Modified: 2007-06-18 07:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Götz Waschk 2007-06-18 05:50:29 UTC
This is on Mandriva Cooker with gtkmm 2.11.3, gtk+ 2.11.3, glibmm 2.13.6:

Making all in extra_defs_gen
make[3]: Entering directory `/home/goetz/svn/gtkmm2.4/BUILD/gtkmm-2.11.3/tools/extra_defs_gen'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gdk -I../../gtk -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gtk-unix-print-2.0      -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wall -MT generate_defs_gtk.o -MD -MP -MF ".deps/generate_defs_gtk.Tpo" -c -o generate_defs_gtk.o generate_defs_gtk.cc; \
        then mv -f ".deps/generate_defs_gtk.Tpo" ".deps/generate_defs_gtk.Po"; else rm -f ".deps/generate_defs_gtk.Tpo"; exit 1; fi
/usr/include/gtk-2.0/gtk/gtkbuilder.h:63: error: expected ‘,’ or ‘...’ before ‘typename’
/usr/include/gtk-2.0/gtk/gtkbuilder.h:106: error: expected ‘,’ or ‘...’ before ‘typename’
make[3]: *** [generate_defs_gtk.o] Fehler 1
Comment 1 Götz Waschk 2007-06-18 07:29:53 UTC

*** This bug has been marked as a duplicate of 448193 ***