sktop-xfce-desktop.o -MD -MP -MF ".deps/xfdesktop-xfce-desktop.Tpo" -c -o xfdesktop-xfce-desktop.o `test -f 'xfce-desktop.c' || echo './'`xfce-desktop.c; \ then mv -f ".deps/xfdesktop-xfce-desktop.Tpo" ".deps/xfdesktop-xfce-desktop.Po"; else rm -f ".deps/xfdesktop-xfce-desktop.Tpo"; exit 1; fi xfce-desktop.c: In function `xfce_desktop_setup_icon_view': xfce-desktop.c:222: error: `XFDESKTOP_SPECIAL_FILE_ICON_HOME' undeclared (first use in this function) xfce-desktop.c:222: error: (Each undeclared identifier is reported only once xfce-desktop.c:222: error: for each function it appears in.) xfce-desktop.c:225: error: `XFDESKTOP_SPECIAL_FILE_ICON_FILESYSTEM' undeclared (first use in this function) xfce-desktop.c:228: error: `XFDESKTOP_SPECIAL_FILE_ICON_TRASH' undeclared (first use in this function) make[2]: *** [xfdesktop-xfce-desktop.o] Error 1 rest of xfce4 installs OK. currently running 4.3.90.2 is there another component I have missed or that needs recompiling? TIA
Yes and no... Those defines should be guarded so they don't get used if thunar-vfs isn't available during compilation, but I forgot. Should be OK now.
Damn ! That was quick. compiled and installed thx.