When I compile the 10th version on Ubuntu 10.04 Lucid Lynx, I get the following error : make[2]: Entering directory `/home/simsu/Downloads/Arc-Extracts/XFCE/libxfce4ui-4.10.0/glade' CC libxfce4uiglade_la-libxfce4ui-glade.lo libxfce4ui-glade.c:29:27: error: gladeui/glade.h: No such file or directory libxfce4ui-glade.c:34: error: expected ')' before '*' token libxfce4ui-glade.c:37: error: expected ')' before '*' token libxfce4ui-glade.c:40: error: expected ')' before '*' token libxfce4ui-glade.c:46: error: expected ')' before '*' token libxfce4ui-glade.c:89: error: expected ')' before '*' token libxfce4ui-glade.c:108: error: expected ')' before '*' token make[2]: *** [libxfce4uiglade_la-libxfce4ui-glade.lo] Error 1 make[2]: Leaving directory `/home/simsu/Downloads/Arc-Extracts/XFCE/libxfce4ui-4.10.0/glade' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/simsu/Downloads/Arc-Extracts/XFCE/libxfce4ui-4.10.0/glade' make: *** [install-recursive] Error 1
I haven't been able to reproduce this on xubuntu 13.10 with libgladeui-1.0 (3.8.0). What is the output of `pkg-config --modversion gladeui-1.0`? Have you tried `sudo apt-get install --reinstall libgladeui-1-dev`? What is the value of your GLADEUI_CFLAGS in libxfce4ui/Makefile? Where is your gladeui/glade.h located? Thanks
I manually compiled the new libgladeui-1.0 and it works now. Thanks for replying.