[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Files and directories manipulation
- From: Stephane Bortzmeyer <bortzmeyer@...>
- Date: Mon, 30 Jul 2007 22:52:17 +0200
On Tue, Jul 31, 2007 at 08:39:35AM +1200,
Geoff Leyland <geoff_leyland@fastmail.fm> wrote
a message of 25 lines which said:
> Does lfs help?
In theory, yes, thanks.
But I cannot compile it. I downloaded version 1.1 (apparently, the
latest version of lfs requires Lua 5.1), edited ./config to indicate
the Lua includes directory but:
% make
gcc -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -I/usr/include/lua50 -I../compat/src -c -o src/lfs.o src/lfs.c
src/lfs.c:38:24: compat-5.1.h: No such file or directory
make: *** [src/lfs.o] Error 1
And I have no idea where to find this compat-5.1.h.