"freewins.c:337: warning: passing argument 1 of 'compLogMessage' from incompatible pointer type"
Open freewins.c and find all instances of compLogMessage, and add NULL as the first argument. "compLogMessage (...)" -> "compLogMessage (NULL, ...)" Joel. On Wed, Jan 21, 2009 at 12:54 PM, CAMILO SOTO <[email protected]>wrote: > hi to everyone, mi name is camilo soto, im student of systems engineering, > im from colombia, im glad to this list, > would like to ask about this im carring 3 days tryng to install free wins > plugins by any way but i still cant :( > > so this is my errors: > [r...@localhost freewins]# make > convert : freewins.xml.in -> build/freewins.xml > bcop'ing : build/freewins.xml -> build/freewins_options.h > bcop'ing : build/freewins.xml -> build/freewins_options.c > schema : build/freewins.xml -> build/compiz-freewins.schema > compiling : paint.c -> build/paint.lo > compiling : events.c -> build/events.lo > compiling : freewins.c -> build/freewins.lofreewins.c: In function > 'freewinsInitDisplay': > freewins.c:337: warning: passing argument 1 of 'compLogMessage' from > incompatible pointer type > freewins.c:337: warning: passing argument 2 of 'compLogMessage' makes > pointer from integer without a cast > freewins.c:337: error: incompatible type for argument 3 of 'compLogMessage' > freewins.c:337: error: too few arguments to function 'compLogMessage' > make: *** [build/freewins.lo] Error 1 > > i have read a thousand of posts about this problem but i still dont get it > to make it work :( > > also i dont understand well what is snapshot, i think > it is another version of freewins.c i try that too but still dont get a > good one, > > can any one give a hand please? >
_______________________________________________ Dev mailing list [email protected] http://lists.compiz-fusion.org/mailman/listinfo/dev
