On Tue, Jan 08, 2002 at 03:33:43PM -0500, Larry W. Virden wrote:
> I applied patches 6 & 7 to lynx 2-8-5 . I did a make clean. When
-------------------------------------------------> make distclean
> I do the compile, I get this error:
>
> cc -DHAVE_CONFIG_H -I/projects/intranet/include -I/vol/lwv26ldatae/include
>-I/projects/gnu/sparc-sun-solaris2.6/include -I../intl -I/projects/intranet/include
>-I../../.. -I../../../src -I/home/lwv26/i/src/Unix/lynx/t/lynx2-8-5
>-I/home/lwv26/i/src/Unix/lynx/t/lynx2-8-5/src
>-I/home/lwv26/i/src/Unix/lynx/t/lynx2-8-5/intl
>-I/home/lwv26/i/src/Unix/lynx/t/lynx2-8-5/WWW/Library/Implementation -g -Xc
>-I/home/lwv26/i/src/Unix/lynx/t/lynx2-8-5/WWW/Library/Implementation/ -DXMOSAIC_HACK
>-DACCESS_AUTH -c
>/home/lwv26/i/src/Unix/lynx/t/lynx2-8-5/WWW/Library/Implementation/HTTP.c
> "/home/lwv26/i/src/Unix/lynx/t/lynx2-8-5/WWW/Library/Implementation/HTTP.c", line
>129: syntax error before or at: )
line 129 cites lynx_rand()
The last time this came up, I noticed that I'd overlooked a peculiarity of
autoconf which made it ignore the shell command I added to remove config.cache.
But I thought I'd fixed that.
If you didn't do a "make distclean", it would be the same effect.
> "/home/lwv26/i/src/Unix/lynx/t/lynx2-8-5/WWW/Library/Implementation/HTTP.c", line
>139: cannot recover from previous errors
> cc: acomp failed for
>/home/lwv26/i/src/Unix/lynx/t/lynx2-8-5/WWW/Library/Implementation/HTTP.c
> make[1]: *** [HTTP.o] Error 2
>
>
> I can't recall what causes this sort of problem.
>
> Platform: SPARC Solaris 2.6, Sun C Compiler. Here's my configure:
>
> $PWD/configure --prefix=/projects/intranet \
> --libdir=/projects/intranet/lib/lynx \
> --includedir=${gnu}/include \
> --with-screen=ncurses \
> --with-included-gettext \
> --with-ssl=/projects/intranet \
> --with-catgets \
> --with-zlib \
> --enable-debug \
> --enable-default-colors \
> --enable-source-cache \
> --enable-addrlist-page \
> --enable-cgi-links \
> --enable-externs \
> --enable-forms-options \
> --enable-included-msgs \
> --enable-nls \
> --enable-nsl-fork \
> --enable-partial \
> --enable-persistent-cookies \
> --enable-read-eta \
> --enable-source-cache
--
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]