Hi,
I can't compile the last darcs repo. Here is the error :
statusbar.c: In function 'statusbar_unassociate_systray':
statusbar.c:388: error: void value not ignored as it ought to be
at line 388 of the file mod_statusbar/statusbar.c is the code :
if(objlist_remove(&(sb->elems[i].traywins), (Obj*)reg))
The function objlist_remove() is part of the libtu library which is
include in ion3. I've checked the declaration of this function at line
50 of the file libtu/objlist.h :
extern void objlist_remove(ObjList **objlist, Obj *obj);
It returns effectively nothing.
I pointed it this error on ion3 irc channel but someone told me that ion
have some dependance and that I should upgrade it.
But what I don't understand is that thelibtu is part of ion3 !
thx