Comment 0 for bug 297622

Revision history for this message
Jan Knaup (knaup) wrote :

Binary package hint: libgtkmm-2.4-dev

compilation of a gtk application fails with the following compiler error message

In file included from gtkcharpage.h:25,
                 from maingui.cc:20:
/usr/include/gtkmm-2.4/gtkmm/statusicon.h: At global scope:
/usr/include/gtkmm-2.4/gtkmm/statusicon.h:237: Fehler: zusätzliches »;«
/usr/include/gtkmm-2.4/gtkmm/statusicon.h:239: Fehler: zusätzliches »;«
make[1]: *** [maingui.o] Fehler 1
make[1]: Verlasse Verzeichnis '/home/knaup/src/gtkevemon/src'
make: *** [all] Fehler 2

inspection of the header file shows double semicolons at the end of lines 237, 239. removal of the additional semicolons fixes the bug