It's exo 0.3.1.3svn (rev. 19609) with gcc 4.0.1. Reproducible: Always Steps to Reproduce: 1. ./autogen.sh 2. gmake
Created attachment 421 Make log Make log (gmake -i).
Try removing the G_DISABLE_DEPRECATED from configure.in.in, run autogen.sh again, and tell me if it compiles fine then.
It passes without G_DISABLE_DEPRECATED, thanks.
Ok, I guess you'll have the same problem with Thunar then. I think I have to drop G_DISABLE_DEPRECATED for debugging purposes, now that the GLib devs gone mad with deprecating good stuff. ;)
Fixed with revision 19611. 2006-01-25 Benedikt Meurer <benny@xfce.org> * configure.in.in: Drop G_DISABLE_DEPRECATED completely. This fixes bug #1379.