Phillip Pi <[EMAIL PROTECTED]> wrote Tue, Jan 31, 2006:
> > >       [CC]   src/main/timer.o
> > > In file included from ../.././src/main/timer.h:4,
> > >                  from timer.c:10:
> > > ../.././src/util/time.h:44: error: syntax error before 'n'
> > > make[2]: *** [timer.o] Error 1
> > > make[2]: Leaving directory `/u00/home/ant/download/elinks-0.11.1/src/main'
> > > make[1]: *** [all-recursive] Error 1
> > > make[1]: Leaving directory `/u00/home/ant/download/elinks-0.11.1/src'
> > > make: *** [all-recursive] Error 1
> > 
> > Try to insert that line:
> > 
> > #include <sys/types.h>
> > 
> > before 
> > 
> > #ifdef HAVE_SYS_TIME_H
> > 
> > in file src/util/time.h line 3
> 
> I re-extracted the source, repatched, and modified the time.h file to add a 
> line. I recompiled:
> 
> $ ./configure
[snip]
> checking for char... yes
> checking size of char... configure: error: cannot compute sizeof (char), 77
> See `config.log' for more details.
> 
> I didn't get very far. Heh.

This obviously doesn't make sense. Does it do this every time? Anyway
you don't have to unpack + patch + configure + make everytime. After
configuring the first time, make'll do.

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

Reply via email to