[elinks-users] Can't compile eLinks v0.11.2
Jonas Fonseca
fonseca at diku.dk
Thu Nov 23 07:55:45 MST 2006
Phillip Pi <ant at zimage.com> wrote Wed, Nov 22, 2006:
> Hello,
Hej Phillip,
> I am having problems compiling eLinks v0.11.2 in an old Debian box with
> PPC (not mine). I get error:
>
> make[4]: Leaving directory
> `/u00/home/ant/download/elinks-0.11.2/src/document/html/parser'
> [CC] src/document/html/frames.o
> [CC] src/document/html/parser.o
> [CC] src/document/html/renderer.o
> In file included from ../../.././src/cache/cache.h:6,
> from renderer.c:13:
> ../../.././src/util/time.h:44: error: syntax error before 'n'
> In file included from renderer.c:13:
> ../../.././src/cache/cache.h:47: error: syntax error before 'off_t'
Try to put the following in the start of src/util/time.h
#include <sys/types.h>
... that is what v0.12 has there.
--
Jonas Fonseca
More information about the elinks-users
mailing list