On Tue, Mar 16, 2004 at 07:40:26PM +0200, Tuomo Valkonen wrote:
> This is the first development snapshot release of what is to be Ion3.
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.
Gentoo users can now get it by:
emerge sync
emerge -C ion2
emerge ion3
Notes:
- you can't currently install ion3 at the same time as ion2 because the
binaries and other files conflict (i.e. have the same name).
- this will pull in dev-lang/lua-5.0.2 too.
- the xftde module (anti-aliased fonts) is not included.
- I _have not_ run ion3 myself yet, but the ebuild looks ok.
Regards,
Tom
--- ion-3ds-20040316/libtu/Makefile 2004-03-16 18:24:21.000000000 +0100
+++ ion/libtu/Makefile 2004-03-16 20:47:10.731978736 +0100
@@ -8,7 +8,7 @@
######################################
-INCLUDES += -I./include
+INCLUDES += -I./include -I..
CFLAGS += $(C89_SOURCE) $(POSIX_SOURCE)
SOURCES=misc.c output.c util.c optparser.c parser.c tokenizer.c \