cc1: warnings being treated as errors thunar-vfs-path.c: In function 'IA__thunar_vfs_path_unref': thunar-vfs-path.c:522: warning: left shift count >= width of type thunar-vfs-path.c: In function 'IA__thunar_vfs_path_equal': thunar-vfs-path.c:592: warning: left shift count >= width of type this is on Gentoo/AMD64 with GCC 4.2.0 and GCC 4.1.2
Created attachment 1174 Possible fix Ah yes, weird archs... ;-) Please try this patch.
meh, /me hugs his amd64 the patch fixed the problem here
this patch fixes it here on amd64 and gcc 4.1.2
*** Bug 3326 has been marked as a duplicate of this bug. ***
Committed revision 25851. 2007-06-24 Benedikt Meurer <benny@xfce.org> * thunar-vfs/thunar-vfs-path.c: Fix crash on amd64 because of invalid size of integer constants. Bug #3303.