lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev dev.19 configure problem


From: Doug Kaufman
Subject: lynx-dev dev.19 configure problem
Date: Fri, 5 Mar 1999 21:35:22 -0800 (PST)

I just built lynx2.8.2dev.19 on SunOS 4.1.3_U1. It builds and seems
to run well except for a configure glitch that had to be corrected
manually. The declaration for sys_errlist and sys_nerr needs to be
present, but configure thinks not. I hope the following shows what
happened. Defining DECL_SYS_ERRLIST to 1 in lynx_cfg.h fixes the
problem with compiling. This is the first unix build I've done since
dev.12. I don't know when the problem appeared in the interim.
                               Doug
        

gcc -DHAVE_CONFIG_H -I/wb/home/dkaufman/nobak/include 
-I/wb/home/dkaufman/nobak/include  -I../../.. -I../../../src -I../../../intl 
-I../../.. -I../../../src -I../../../intl -I../../../WWW/Library/Implementation 
-O2 -DSUN -DSUN4   -DDIRECT_WAIS  -I../../..

/WWW/Library/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH  -c  
../../../WWW/Library/Implementation/HTTCP.c
../../../WWW/Library/Implementation/HTTCP.c: In function `HTInetStatus':
../../../WWW/Library/Implementation/HTTCP.c:230: `sys_nerr' undeclared (first 
use this function)
../../../WWW/Library/Implementation/HTTCP.c:230: (Each undeclared identifier is 
reported only once
../../../WWW/Library/Implementation/HTTCP.c:230: for each function it appears 
in.)
../../../WWW/Library/Implementation/HTTCP.c:231: `sys_errlist' undeclared 
(first use this function)
make[1]: *** [../../Library/unix/HTTCP.o] Error 1

From config.cache
cf_cv_dcl_sys_errlist=${cf_cv_dcl_sys_errlist='no'}
cf_cv_dcl_sys_nerr=${cf_cv_dcl_sys_nerr='no'}

From config.log
configure:9812: checking if NGROUPS is defined
configure:9888: checking declaration of sys_nerr
configure:9888: checking declaration of sys_errlist
configure:9980: checking if struct utmp is declared

From lynx_cfg.h
/* #undef DECL_SYS_ERRLIST */

__
Doug Kaufman
Internet: address@hidden (preferred)
          address@hidden

reply via email to

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