[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Compat-5.1
- From: Stefan Brantschen <sbr@...>
- Date: Wed, 26 Jul 2006 17:03:14 +0200
Tomas -
On 26 Jul 2006, at 16:42, Tomas wrote:
Do I need to install Compat-5.1 with LUA 5.1?
No. You have to edit the file and remove the #include. You
should edit the Makefile also to avoid trying to compile a not
existent
file :-)
I see. So I remove (or comment out)
$(COMPAT_O): $(COMPAT_DIR)/compat-5.1.c
$(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c
in the Makefile?
Thanks
- Stefan