[gtkmm] (no subject)



I don't know if this is the right list so let me know if it isn't.

Using -- Glade 2.0.1; Glademm 2.0.0; gtkmm 2.2.8-2; gtk 2.2.4-1

I am trying to compile a basic GUI (no real added code) and I am getting the error "no matching function for a call to `muSysAuto::muSysAuto()".  The muSysAuto is a popup menu and I get this error on a earlier version that compiled fine until I added a popup menu (everything is set to Glade's defaults).  Can anyone help me understand why this will not compile?  The start of the error and compile info is listed below.

Thanks in advance!

Bill Dewey

g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -I/usr/include/gtkmm-2.0 -I/usr/lib/gtkmm-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/atk-1.0    -c project2.cc
project2.cc: In function `int main(int, char**)':
project2.cc:31: error: no matching function for call to `muSysAuto::muSysAuto()
   '
muSysAuto.hh:16: error: candidates are: muSysAuto::muSysAuto(const muSysAuto&)
muSysAuto.hh:19: error:                 muSysAuto::muSysAuto(GlademmData*)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]