[Xfc-dev] Newbie compile problems

Bo Lorentsen bl at lue.dk
Thu Nov 12 18:25:59 CET 2009


Frank Blinn wrote:
>> I am not quite sure, I have not been looking into these parts lately.
>> See also  http://old.nabble.com/AM_COND_IF-td21253597.html automake
>> problem 
>> It seems to be a known problem. I modified the file, but I'm not sure, if
>> it is correct:
>>     
Ok, I have added it to my git, but that version is not working at the 
moment, so it may take a week or two before I commit. I try not to 
commit things that is not compilable or where the examples are not 
working, at lease.

I am working in the BtkBuilder at the moment to get rid of lib glade, 
and then I hope (as you can see) to include some real Xfce bindings, to 
make it possible to make panel plugins. But this will only work in the 
next Xfce 4.8.
>> Yes, here it is:
>>     
Thanks ...
>> diff --git a/xfconf/xfconf-errors.h b/xfconf/xfconf-errors.h
>> index 470ebb4..082bdbd 100644
>> --- a/xfconf/xfconf-errors.h
>> +++ b/xfconf/xfconf-errors.h
>> @@ -42,7 +42,7 @@ typedef enum
>>      XFCONF_ERROR_INTERNAL_ERROR,
>>      XFCONF_ERROR_NO_BACKEND,
>>      XFCONF_ERROR_INVALID_PROPERTY,
>> -    XFCONF_ERROR_INVALID_CHANNEL,
>> +    XFCONF_ERROR_INVALID_CHANNEL
>>  } XfconfError;
>>
>>  GType xfconf_error_get_type(void) G_GNUC_CONST;
>>     
I too would like this error to go away, but as you can see :

http://foo-projects.org/pipermail/xfce4-dev/2009-August/027231.html

not all agree to the means :-)

I normally let my compiler use -Wall -pedantic, but I think I will try 
to make the compiler relax when including Xfce C files :-) I will attend 
to this when my GtkBuilder are working ...

What kind of app are you planing on creating ?

/BL



More information about the Xfc-dev mailing list