On 04/03/2011 03:04 PM, Mick wrote:
On Sunday 03 April 2011 19:21:05 walt wrote:
Anyway, looks like you're compiling with -j> 1, so I'd suggest trying
again with -j1 just for fun.
Thanks Walt, just tried it, but it fails in the same way. All I now see is
this:
term.c:144: error: conflicting types for ‘term_tcanvas_data’
term.h:156: note: previous declaration of ‘term_tcanvas_data’ was here
Ah, that's the real error message. The obvious thought is that the compiler
is picking up the wrong term.h from somewhere.
I have term.h from the ncurses package, but it doesn't define term_canvas_data
so it can't be the file that's causing your problem.
If term.h is actually part of the enterminus sources, then the code is broken
and needs to be fixed. If the -9999 package downloads the sources from a
repository, it may already be fixed and you could just try updating it again.