Compile error in latest CVS

Brian J. Tarricone bjt23 at cornell.edu
Tue Sep 7 20:59:40 CEST 2004


On 09/07/04 11:49, Don Christensen wrote:
> Hi,
> 
> I am seeing the error below when trying to compile the lastest code from
> CVS.  I haven't heard anyone else complain about this, so it seems like I
> am doing something wrong.  Any clues?
> 
>  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-2.0 
>  -I/usr/lib/glib-2.0/include -I/usr/X11R6/include 
>  -I/opt/xfce4/include/xfce4 -I/usr/include/gtk-2.0 
>  -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/freetype2 -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 
> -DSYSCONFDIR=\"/opt/xfce4/etc\" -DDATADIR=\"/opt/xfce4/share\" -g -O2 -MT 
> libxfce4_desktop_menu_la-desktop-menu.lo -MD -MP -MF 
> .deps/libxfce4_desktop_menu_la-desktop-menu.Tpo -c desktop-menu.c  -fPIC 
> -DPIC -o .libs/libxfce4_desktop_menu_la-desktop-menu.o
> desktop-menu.c:84: syntax error before '*' token
> make[4]: *** [libxfce4_desktop_menu_la-desktop-menu.lo] Error 1
> make[4]: Leaving directory `/home/djc/xfce/xfce4/xfdesktop/modules/menu'
> 
> The line that it is choking on is:
> 
> itheme_changed_cb(GtkIconTheme *itheme, gpointer user_data)
> 
> (Is this another gtk 2.2.x issue?)

really, it's not my fault.
..
..
well, ok, it is.  whoops.  i'll commit a fix when i get a chance, in the
meantime, just change that GtkIconTheme to XfceIconTheme.

	-brian



More information about the Xfce4-dev mailing list