! 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 !
PATH_MAX not defined on Hurd
Status:
CLOSED: FIXED
Product:
Libxfce4util
Component:
General

Comments

Description huggie 2004-06-20 16:09:19 CEST
PATH_MAX is not defined on Hurd so libxfce4util/i18n.c won't compile there.

See Debian bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=254383
Comment 1 huggie 2004-06-20 16:09:21 CEST
Additional information:

The guy that wrote the bug added a trivial patch which just did:
+#ifndef PATH_MAX
+#define PATH_MAX 4096
+#endif

At the top of i18n.c but I'm not sure if that's where it should go.

A trivial grep shows PATH_MAX is used through other source files.

Thanks,
Simon.
Comment 2 Benedikt Meurer 2004-06-20 16:36:02 CEST
You report it, we fix it.

Bug #232

Reported by:
huggie
Reported on: 2004-06-20
Last modified on: 2009-07-15

People

Assignee:
Benedikt Meurer
CC List:
0 users

Version

Attachments

Additional information