[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Files and directories manipulation
- From: "Andre Carregal" <carregal@...>
- Date: Mon, 30 Jul 2007 18:36:02 -0300
> On 7/30/07, Stephane Bortzmeyer <bortzmeyer@nic.fr> wrote:
> > 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.
You can find the details on Compat-5.1 on its site:
http://www.keplerproject.org/compat/
André