Created attachment 3633 fix PATH_MAX beeing undefined on HURD Hey, xfce4-notifyd fails to build on GNU/Hurd because it uses PATH_MAX which is non posix and doesn't exist on GNU/Hurd. Attached patch fix the problem by using g_build_filename() (same fix as xfce4-settings).
Pushed to git master, thanks!