On 04/03/2011 09:45 AM, Mick wrote:
enterminus fails to compile - any ideas why?

term.c:338: warning: passing argument 2 of ‘ecore_timer_add’ from incompatible
pointer type
/usr/include/ecore-1/Ecore.h:534: note: expected ‘Ecore_Task_Cb’ but argument
is of type ‘int (*)(struct Term *)’
make[3]: *** [term.o] Error 1
make[3]: *** Waiting for unfinished jobs....

Just a wild guess:  I see lots of warnings, but no real error message. (I'm not
sure if that "note:" is an error or a warning.)

Anyway, looks like you're compiling with -j > 1, so I'd suggest trying again
with -j1 just for fun.


Reply via email to