Phillip Pi <[EMAIL PROTECTED]> wrote Thu, Nov 23, 2006:
> > > 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.
> 
> Thank you, Jonas. I assume this will be fixed for the next version so I 
> don't have to add this line manually. Am I correct? :)

Yes, I hope to make another bugfix release for the stable branch before
or after Christmass.

-- 
Jonas Fonseca
_______________________________________________
elinks-users mailing list
elinks-users@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to