gcc throws the following error messages: In file included from thunarx-menu-provider.c:25: ../thunarx/thunarx-menu-provider.h:71: error: syntax error before "G_GNUC_WARN_UNUSED_RESULT" ../thunarx/thunarx-menu-provider.h:75: error: syntax error before "G_GNUC_WARN_UNUSED_RESULT" ../thunarx/thunarx-menu-provider.h:80: error: syntax error before "G_GNUC_WARN_UNUSED_RESULT" In file included from thunarx-menu-provider.c:27: ../thunarx/thunarx-alias.h:77: error: syntax error before "G_GNUC_WARN_UNUSED_RESULT" ../thunarx/thunarx-alias.h:80: error: syntax error before "G_GNUC_WARN_UNUSED_RESULT" ../thunarx/thunarx-alias.h:83: error: syntax error before "G_GNUC_WARN_UNUSED_RESULT" make[3]: *** [libthunarx_1_la-thunarx-menu-provider.lo] Fehler 1 gcc --version: gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
Actually, "Again compile error with GLib 2.6.0". ;-)
Fixed with revision 23156. 2006-09-14 Benedikt Meurer <benny@xfce.org> * thunarx/thunarx-config.h.in, thunarx/thunarx-file-info.h: Fix build with GLib 2.6.x. Bug #2317.