! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
FTBFS on hurd because of PATH_MAX
Status:
RESOLVED: FIXED
Product:
Xfce4-notifyd
Component:
general

Comments

Description Yves-Alexis Perez editbugs 2011-04-22 15:53:16 CEST
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).
Comment 1 Jérôme Guelfucci editbugs 2011-04-22 16:00:32 CEST
Pushed to git master, thanks!

Bug #7528

Reported by:
Yves-Alexis Perez
Reported on: 2011-04-22
Last modified on: 2011-04-22

People

Assignee:
Jérôme Guelfucci
CC List:
0 users

Version

Attachments

fix PATH_MAX beeing undefined on HURD (1.12 KB, patch)
2011-04-22 15:53 CEST , Yves-Alexis Perez
no flags

Additional information