lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] need help building lynx2-8-8


From: Henry
Subject: [Lynx-dev] need help building lynx2-8-8
Date: Wed, 28 Feb 2018 20:28:16 +0900

Hi everyone.  It's been over 10 years since I've updated Lynx.  I'm a
tad rusty to say the least.  Got the following fatal error when trying
to compile, and don't know how to proceed.  Any help much appreciated.

Henry

compile error:
gcc -DHAVE_CONFIG_H   -I../../..  -I../../../src  -I../../..  -I../../../src   -
I../../../WWW/Library/Implementation  -D_NETBSD_SOURCE  -D_XOPEN_SOURCE=500 -D_N
ETBSD_SOURCE -D_XOPEN_SOURCE=500 -I/usr/local/include -O2   -I../../../WWW/Libra
ry/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTTP.c
../../../WWW/Library/Implementation/HTTP.c: In function ‘HTLoadHTTP’:
../../../WWW/Library/Implementation/HTTP.c:723:12: error: dereferencing pointer
to incomplete type
      handle->options |= SSL_OP_NO_TLSv1;
            ^
../../../WWW/Library/Implementation/HTTP.c:942:4: warning:
‘ASN1_STRING_data’  deprecated (declared at
/usr/local/include/openssl/asn1.h:553) [-Wdeprecated-de
clarations]
    cert_host = (char *) ASN1_STRING_data(gn->d.ia5);
    ^
../../../WWW/Library/Implementation/HTTP.c:948:4: warning:
‘ASN1_STRING_data’  deprecated (declared at
/usr/local/include/openssl/asn1.h:553) [-Wdeprecated-de
clarations]
    MemCpy(cert_host, ASN1_STRING_data(gn->d.ia5), j);
    ^
*** Error code 1

Stop.
make[1]: stopped in /usr/local/src/lynx2-8-8/WWW/Library/Implementation

os:
NetBSD 7.0.2 i386

configure options:
./configure --prefix=/usr/local \
   --with-nls-datadir=/usr/local/share --enable-nls \
   --disable-included-msgs --without-included-gettext \
   --with-charsets=iso-8859-1,iso-8859-15,us-ascii,utf-8,euc-jp,shift_jis \
   --with-screen=ncursesw --with-ssl --with-zlib --with-bzlib \
   --enable-nsl-fork --enable-gzip-help --enable-externs \
   --enable-cgi-links --enable-internal-links \
   --enable-japanese-utf8 --enable-nested-tables \
   --disable-finger --disable-gopher --disable-news \
   --disable-partial --disable-menu-options \
   --disable-alt-bindings --disable-config-info



reply via email to

[Prev in Thread] Current Thread [Next in Thread]