With the latest release (4.11.5) and GLib (GIO) 2.36.3, I get this error: xfdesktop-xfdesktop-file-utils.o: In function `trash_files': xfdesktop-file-utils.c:(.text+0xe94): undefined reference to `g_file_trash_async ' gmake[3]: *** [xfdesktop] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-wm/xfce4-desktop/work/xfdesktop-4.11.5/src' Perhaps, we need to check which version of GLib exist.
Created attachment 5405 g_file_trash_async is too new Yeah, I didn't read the fine print when I was implementing that function, sorry. This patch should allow it to compile again. Let me know if I missed something.
(In reply to Eric Koegel from comment #1) > Created attachment 5405 > g_file_trash_async is too new > > Yeah, I didn't read the fine print when I was implementing that function, > sorry. This patch should allow it to compile again. Let me know if I missed > something. It's ok, thanks