Hi!

Here's a new problem:

----------8<----------8<----------8<----------8<----------
robert@callisto:~/Entwicklung/Projects/Messtisch ! make
cd . && autoheader
make  all-recursive
make[1]: Entering directory `/home/robert/Entwicklung/Projects/Messtisch'
Making all in src
make[2]: Entering directory
`/home/robert/Entwicklung/Projects/Messtisch/src'
c++ -DHAVE_CONFIG_H -I. -I. -I..     -I/usr/local/lib/gtkmm/include
-I/usr/local/include -I/usr/lib/glib/include -I/usr/X11R6/include
-I/usr/local/lib/sigc++/include -c messtisch.cc
c++ -DHAVE_CONFIG_H -I. -I. -I..     -I/usr/local/lib/gtkmm/include
-I/usr/local/include -I/usr/lib/glib/include -I/usr/X11R6/include
-I/usr/local/lib/sigc++/include -c spect_plot.cc
c++ -DHAVE_CONFIG_H -I. -I. -I..     -I/usr/local/lib/gtkmm/include
-I/usr/local/include -I/usr/lib/glib/include -I/usr/X11R6/include
-I/usr/local/lib/sigc++/include -c main_window_glade.cc
main_window_glade.cc: In method `Main_window_Glade::Main_window_Glade()':
main_window_glade.cc:478: implicit declaration of function `int
glademm_set_Widget(...)'
make[2]: *** [main_window_glade.o] Error 1
make[2]: Leaving directory
`/home/robert/Entwicklung/Projects/Messtisch/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/robert/Entwicklung/Projects/Messtisch'
make: *** [all-recursive-am] Error 2
robert@callisto:~/Entwicklung/Projects/Messtisch !
----------8<----------8<----------8<----------8<----------

The lines around 478 look like this:

----------8<----------8<----------8<----------8<----------
   hbox19->show();
   notebook1->show();
   show();
   glademm_set_Widget("z_page_pixmap", z_page_pixmap);
   glademm_set_Widget("vorbereitung_pixmap", vorbereitung_pixmap);
   glademm_set_Widget("measure_window", measure_window);
   glademm_set_Widget("messure_frame", messure_frame);
   glademm_set_Widget("messung_starten_pixmap", messung_starten_pixmap);
   glademm_set_Widget("auswertung_pixmap", auswertung_pixmap);
   glademm_set_Widget("protocol_pixmap", protocol_pixmap);
   glademm_set_Widget("einstellungen_pixmap", einstellungen_pixmap);
}
----------8<----------8<----------8<----------8<----------

- Glade-0.5.7
- Gtkmm-1.2.0
- Glademm-0.5.7b

Any idea?

Robert
-- 
 +----------------------------------------------------------+
  Robert Schwebel, Luedemannstrasse 25, 24114 Kiel, Germany 
    Public Observatory Rothwesten  (near Kassel, Germany)   
      Phone: +49-431-6794138, email: [EMAIL PROTECTED]     


+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to