On Tue, Mar 16, 2004 at 09:10:16PM +0100, Tom Payne wrote: > OK, it needs a small patch to the libtu/Makefile to compile cleanly, > attached, otherwise libtu fails to compile because gcc can't find > libtu/misc.h.
*Sigh*. I moved the headers from include/libtu to the top-level directory to be consistent with how they're located in Ion, but forgot to change the paths from source file. The proper fix is to convert <libtu/*> to "*" in *.c. I'll make a fix release shortly, as almost no-one will be able to build this otherwise. -- Tuomo
