[Xfce4-commits] r22890 - in libexo/trunk: . exo

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Sun Aug 27 10:59:26 CEST 2006


Enrico Tröger wrote:
>>Modified:
>>   libexo/trunk/ChangeLog
>>   libexo/trunk/exo/exo-icon-chooser-dialog.c
>>Log:
>>2006-08-26	Benedikt Meurer <benny at xfce.org>
>>
>>	* exo/exo-icon-chooser-dialog.c(CONTEXT_TITLES): Apply patch
>>from Matt McClinch <mattmcclinch at gmail.com> to fix a warning with
>>older compilers. Bug #2223.
> 
> This commit helped to compile libexo a bit further(got the same error),
> but later on I get the following errors:
> ../exo/exo-icon-chooser-model.h:89: error: syntax error before
> "G_GNUC_WARN_UNUSED_RESULT"
> ../exo/exo-icon-chooser-model.h:90: error: syntax error before
> "G_GNUC_WARN_UNUSED_RESULT"
> 
> Removing the G_GNUC_WARN_UNUSED_RESULT macros in lines 89 and 90 solves
> the problem and libexo will compile successfully.
> 
> I'm using gcc (GCC) 3.3.5 (Debian 1:3.3.5-13) on a Debian Sarge system.

You're using glib 2.6.x and exo-icon-chooser-model.h was missing the
<exo/exo-config.h> include. Should be fixed now.

> Regards,
> Enrico

Benedikt



More information about the Xfce4-dev mailing list