libexo r22889 won't build for me, because the word 'const' appears twice on line 82 of exo-icon-chooser-dialog.c. Removing the second 'const' solves the problem.
Created attachment 748 This patch removes the second 'const'
Hm, which gcc version?
gcc -v tells me this: gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8) but according to emerge, I have the 3.4.6 package installed. Interesting. Anyway, gcc only gives a warning, but warnings stop the build process.
Fixed with revision 22890. 2006-08-26 Benedikt Meurer <benny@xfce.org> * exo/exo-icon-chooser-dialog.c(CONTEXT_TITLES): Apply patch from Matt McClinch <mattmcclinch@gmail.com> to fix a warning with older compilers. Bug #2223.