[Glade-users] trouble when using glade 2 to generate applet

pa at pabourdil.com pa at pabourdil.com
Sat Aug 4 18:26:27 EDT 2007


 hi,

i used glade(2.12.1 on ubuntu feisty) for the first time, to generate a cwiid applet. I have encountered two problems:

  1) the include panel-applet.h was not found when executing make. So i added "libpanelapplet-2.0 >= 2.0.0" in configure.in generated. ie: i have  changed
      pkg_modules="gtk+-2.0 >= 2.0.0" to  pkg_modules="gtk+-2.0 >= 2.0.0 libpanelapplet-2.0 >= 2.0.0"

  2) Make says me that GNOMELOCALEDIR was not defined in main.c line 80. Si i had to add " -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \" in the INCLUDE defintions of src/Makefile.am

  hope this help
cio




More information about the Glade-users mailing list