xffm compilation problem

edscott wilson garcia edscott at xfce.org
Fri Oct 8 14:39:14 CEST 2004


El vie, 08-10-2004 a las 07:35, Martti Kuparinen escribió:
> Is this already fixed?

It was not, but is now. 

regards,

Edscott


> 
> glob.c: In function `main':
> glob.c:221: error: `SIGHUP' undeclared (first use in this function)
> glob.c:221: error: (Each undeclared identifier is reported only once
> glob.c:221: error: for each function it appears in.)
> glob.c:222: error: `SIGSEGV' undeclared (first use in this function)
> glob.c:223: error: `SIGKILL' undeclared (first use in this function)
> glob.c:224: error: `SIGTERM' undeclared (first use in this function)
> gmake[2]: *** [glob.o] Error 1
> gmake[2]: Leaving directory `/usr/pkgsrc/sysutils/xfce4-fm/work/xffm-4.1.90/fgr'
> gmake[1]: *** [all-recursive] Error 1
> 
> The code need to #include <sys/signal.h>
> 
> --- fgr/globber.h.orig	2004-10-08 15:35:12.000000000 +0300
> +++ fgr/globber.h	2004-10-08 15:35:37.000000000 +0300
> @@ -40,6 +40,7 @@
>   #include <sys/types.h>
>   #include <sys/stat.h>
>   #include <sys/wait.h>
> +#include <sys/signal.h>
>   #include <time.h>
>   #include <errno.h>
> 
> Martti
> _______________________________________________
> Xfce4-dev mailing list
> Xfce4-dev at xfce.org
> http://lunar-linux.org/mailman/listinfo/xfce4-dev
> 



More information about the Xfce4-dev mailing list