On Wed, May 13, 2009 at 02:24:22PM -0500, Larson, Timothy E. wrote: > $ ./configure --with-ssl --enable-ipv6 --with-bzlib --with-zlib > --disable-gopher && make > <snip> > gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src > -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLINUX -I/usr/kerberos/include -O2 > -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c > ../../../WWW/Library/Implementation/HTParse.c > In file included from ../../../WWW/Library/Implementation/HTParse.c:8: > .../../../WWW/Library/Implementation/HTUtils.h:710:17: ssl.h: No such file or > directory > .../../../WWW/Library/Implementation/HTUtils.h:711:20: crypto.h: No such file > or directory > .../../../WWW/Library/Implementation/HTUtils.h:712:18: rand.h: No such file > or directory > In file included from ../../../WWW/Library/Implementation/HTParse.c:8: > .../../../WWW/Library/Implementation/HTUtils.h:751: error: syntax error > before '*' token > .../../../WWW/Library/Implementation/HTUtils.h:751: warning: data definition > has no type or storage class
I don't see an immediate cause, since I didn't change any of the (immediately) related files during pre.2 (the only change to "configure" was to make ascii-ctypes turn on by default, and the HTParse.c and HTUtils.h are unchanged). Is it possible that you applied the patch for pre.2 and did not first run a "make distclean"? -- Thomas E. Dickey <[email protected]> http://invisible-island.net ftp://invisible-island.net _______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
