Xfce 4.4 beta2 released!

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Tue Jul 11 20:00:54 CEST 2006


Oliver Lehmann wrote:
> Hi,
> 
> thunar has to be patched to get it to compile with gcc 2.95
> 
> please let me know if i've to create a bug report.
> 
> 
> --- thunar-vfs/thunar-vfs-thumb-pixbuf.c.orig   Tue Jul 11 17:16:11 2006
> +++ thunar-vfs/thunar-vfs-thumb-pixbuf.c        Tue Jul 11 17:17:05 2006
> @@ -22,11 +22,11 @@
>  #include <config.h>
>  #endif
>  
> -#ifdef HAVE_SYS_MMAN_H
> -#include <sys/mman.h>
> -#endif
>  #ifdef HAVE_SYS_TYPES_H
>  #include <sys/types.h>
> +#endif
> +#ifdef HAVE_SYS_MMAN_H
> +#include <sys/mman.h>
>  #endif
>  #ifdef HAVE_SYS_STAT_H
>  #include <sys/stat.h>

Already fixed in trunk.

Benedikt



More information about the Xfce4-dev mailing list