Source: e17 Version: 0.16.999.70492-1 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd
Hello, The inlined patch below solves the FTBFS problem for GNU/Hurd, by including e.h also in the file e_alert_main.c. The header file e.h defines PATH_MAX (via config.h) if it is not defined in limits.h. Since upstream is supporting architectures not having PATH_MAX defined, this patch should probably be forwarded there too. Thanks! --- e17-0.16.999.70492.orig/src/bin/e_alert_main.c 2012-03-25 08:07:27.000000000 +0200 +++ e17-0.16.999.70492/src/bin/e_alert_main.c 2012-05-22 12:41:58.000000000 +0200 @@ -11,6 +11,7 @@ #include <Ecore_Ipc.h> #include <xcb/xcb.h> #include <xcb/shape.h> +#include "e.h" #define WINDOW_WIDTH 320 #define WINDOW_HEIGHT 240 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org