lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Compiling Lynx (2)


From: Ismael Cordeiro
Subject: LYNX-DEV Compiling Lynx (2)
Date: Fri, 14 Nov 1997 10:01:44 -0500 (EST)

After getting the errors reported in my previous message I decided to try
the full "current development version". I got lynx2.7.1ac-0.94.zip,
auto-configure it changing just userdefs.h and got this:

./configure
creating cache ./config.cache
checking host system type... sparc-sun-solaris2.5
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking whether make sets ${MAKE}... yes
checking for style of include in makefiles... include file
checking for a BSD compatible install... /local/bin/install -c
checking for lint... lint
checking if you want to see long compiling messages... yes
checking if you want to check memory-leaks... no
checking if you want to enable debug-code... no
checking if you want to turn on gcc warnings... no
checking if you want full utility pathnames... yes
checking for system mailer... /usr/lib/sendmail
checking system mail flags... -t -oi
checking for chmod... /usr/bin/chmod
checking for compress... /usr/bin/compress
checking for cp... /usr/bin/cp
checking for gzip... /local/bin/gzip
checking for install... /local/bin/install -c
checking for mkdir... /usr/bin/mkdir
checking for mv... /usr/bin/mv
checking for rm... /usr/bin/rm
checking for tar... /local/bin/tar
checking for touch... /usr/bin/touch
checking for gunzip... /local/bin/gunzip
checking for unzip... /local/bin/unzip
checking for uudecode... /usr/bin/uudecode
checking for zcat... /local/bin/zcat
checking for zip... /local/bin/zip
checking for working const... yes
checking for network libraries... working...
checking for gethostname... yes
checking for -linet... no
checking for socket... no
checking for socket in -lsocket... yes
checking for gethostbyname... no
checking for gethostbyname in -lnsl... yes
checking for strcasecmp... yes
checking for screen type... curses
checking for initscr... no
checking for tgoto... no
checking for tgoto in -ltermcap... yes
checking for initscr in -lcurses... yes
checking for curses performance tradeoff... no
checking for location of config-file... /usr/local/lib/lynx.cfg
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for fcntl.h... yes
checking for limits.h... yes
checking for string.h... yes
checking for sys/fcntl.h... yes
checking for sys/filio.h... yes
checking for sys/ioctl.h... yes
checking for sys/param.h... yes
checking for sys/time.h... yes
checking for termio.h... yes
checking for termios.h... yes
checking for unistd.h... yes
checking termio.h and termios.h... yes
checking for sys/wait.h... yes
checking for union wait... no
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for broken/missing definition of remove... no
checking for cuserid... yes
checking for getcwd... yes
checking for putenv... yes
checking for readdir... yes
checking for waitpid... yes
checking if TRUE/FALSE are defined... yes
checking for errno external decl... yes
checking for setlocale()... yes
checking if NGROUPS is defined... NGROUPS_MAX
checking declaration of sys_errlist... no
checking existence of sys_errlist... no
checking if struct utmp is declared... utmpx
checking if curses supports alternate-character set... yes
checking if curses supports fancy attributes... yes
checking for ncurses version... no
checking if curses supports color attributes... yes
checking declaration of size-change... yes
checking if ttytype is declared in curses library... yes
checking for cbreak... yes
checking for keypad... yes
checking if color-style code should be used... no
checking if you want to use zlib for decompression of some gzip files... no
checking if directory-editor code should be used... yes
checking if you wish to allow extracting from archives via DirEd... yes
checking if you wish to allow users to redefine DirEd keys... yes
checking if you wish to allow permissions commands via DirEd... yes
checking if you wish to allow executable-permission commands via DirEd... yes
checking if you wish to allow "tar" commands from DirEd... yes
checking if you wish to allow "uudecode" commands from DirEd... yes
checking if you wish to allow "zip" and "unzip" commands from DirEd... yes
checking if you wish to allow "gzip" and "gunzip" commands from DirEd... yes
checking if you want long-directory listings... yes
checking if parent-directory references are permitted... yes
srcdir is .
updating cache ./config.cache
creating ./config.status
creating makefile
creating WWW/Library/unix/makefile
creating src/makefile
creating src/chrtrans/makefile
creating lynx_cfg.h


make
cd WWW/Library/unix && make CC="gcc" \
        LYFLAGS=""
make: Warning: Both `makefile' and `Makefile' exist
Current working directory /tmp/ismael/lynx2-7-1/WWW/Library/unix
if [ ! -r ../.. ] ; then mkdir ../..; else echo OK ; fi
OK
if [ ! -r ../../Library ] ; then mkdir ../../Library; else echo OK ; fi
OK
if [ ! -r ../../Library/unix ] ; \
        then mkdir ../../Library/unix; else echo OK ; fi
OK
touch ../../Library/unix/.created
gcc -c -o ../../Library/unix/HTParse.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTParse.c
gcc -c -o ../../Library/unix/HTAccess.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTAccess.c
gcc -c -o ../../Library/unix/HTTP.o -DHAVE_CONFIG_H   -I../../.. -I../../../src 
-O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH 
../../../WWW/Library/Implementation/HTTP.c
gcc -c -o ../../Library/unix/HTFile.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTFile.c
gcc -c -o ../../Library/unix/HTBTree.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTBTree.c
gcc -c -o ../../Library/unix/HTFTP.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTFTP.c
gcc -c -o ../../Library/unix/HTTCP.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTTCP.c
gcc -c -o ../../Library/unix/SGML.o -DHAVE_CONFIG_H   -I../../.. -I../../../src 
-O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH 
../../../WWW/Library/Implementation/SGML.c
gcc -c -o ../../Library/unix/HTMLDTD.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTMLDTD.c
gcc -c -o ../../Library/unix/HTChunk.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTChunk.c
gcc -c -o ../../Library/unix/HTPlain.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTPlain.c
gcc -c -o ../../Library/unix/HTWriter.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTWriter.c
gcc -c -o ../../Library/unix/HTMLGen.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTMLGen.c
gcc -c -o ../../Library/unix/HTAtom.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTAtom.c
gcc -c -o ../../Library/unix/HTAnchor.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTAnchor.c
gcc -c -o ../../Library/unix/HTStyle.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTStyle.c
gcc -c -o ../../Library/unix/HTList.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTList.c
gcc -c -o ../../Library/unix/HTString.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH -DVC=\"2.14\" ../../../WWW/Library/Implementation/HTString.c
gcc -c -o ../../Library/unix/HTRules.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH -DVC=\"2.14\" ../../../WWW/Library/Implementation/HTRules.c
gcc -c -o ../../Library/unix/HTFormat.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTFormat.c
gcc -c -o ../../Library/unix/HTMIME.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTMIME.c
gcc -c -o ../../Library/unix/HTHistory.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTHistory.c
gcc -c -o ../../Library/unix/HTNews.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTNews.c
gcc -c -o ../../Library/unix/HTGopher.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTGopher.c
gcc -c -o ../../Library/unix/HTTelnet.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTTelnet.c
gcc -c -o ../../Library/unix/HTFinger.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTFinger.c
gcc -c -o ../../Library/unix/HTWSRC.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTWSRC.c
gcc -c -o ../../Library/unix/HTAAUtil.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTAAUtil.c
gcc -c -o ../../Library/unix/HTAAServ.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTAAServ.c
gcc -c -o ../../Library/unix/HTAABrow.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTAABrow.c
gcc -c -o ../../Library/unix/HTAAFile.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTAAFile.c
gcc -c -o ../../Library/unix/HTPasswd.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTPasswd.c
gcc -c -o ../../Library/unix/HTGroup.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTGroup.c
gcc -c -o ../../Library/unix/HTACL.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTACL.c
gcc -c -o ../../Library/unix/HTAuth.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTAuth.c
gcc -c -o ../../Library/unix/HTAAProt.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTAAProt.c
gcc -c -o ../../Library/unix/HTAssoc.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTAssoc.c
gcc -c -o ../../Library/unix/HTLex.o -DHAVE_CONFIG_H   -I../../.. 
-I../../../src -O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK 
-DACCESS_AUTH ../../../WWW/Library/Implementation/HTLex.c
gcc -c -o ../../Library/unix/HTUU.o -DHAVE_CONFIG_H   -I../../.. -I../../../src 
-O2   -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH 
../../../WWW/Library/Implementation/HTUU.c
ar r ../../Library/unix/libwww.a ../../Library/unix/HTParse.o 
../../Library/unix/HTAccess.o ../../Library/unix/HTTP.o  
../../Library/unix/HTFile.o      ../../Library/unix/HTBTree.o 
../../Library/unix/HTFTP.o ../../Library/unix/HTTCP.o  ../../Library/unix/SGML.
o ../../Library/unix/HTMLDTD.o ../../Library/unix/HTChunk.o  
../../Library/unix/HTPlain.o ../../Library/unix/HTWriter.o  
../../Library/unix/HTMLGen.o  ../../Library/unix/HTAtom.o 
../../Library/unix/HTAnchor.o ../../Library/unix/HTStyle.o  ../../Library/un
ix/HTList.o ../../Library/unix/HTString.o  ../../Library/unix/HTRules.o 
../../Library/unix/HTFormat.o  ../../Library/unix/HTMIME.o  
../../Library/unix/HTHistory.o ../../Library/unix/HTNews.o  
../../Library/unix/HTGopher.o  ../../Library/unix/HTTelnet.o ..
/../Library/unix/HTFinger.o ../../Library/unix/HTWSRC.o   
../../Library/unix/HTAAUtil.o ../../Library/unix/HTAAServ.o 
../../Library/unix/HTAABrow.o  ../../Library/unix/HTAAFile.o 
../../Library/unix/HTPasswd.o ../../Library/unix/HTGroup.o   ../../Library/u
nix/HTACL.o    ../../Library/unix/HTAuth.o   ../../Library/unix/HTAAProt.o  
../../Library/unix/HTAssoc.o  ../../Library/unix/HTLex.o    
../../Library/unix/HTUU.o
ar: creating ../../Library/unix/libwww.a
ranlib ../../Library/unix/libwww.a
cd src && make all CC="gcc" \
        CFLAGS="-O2" \
        LIBS="-lcurses -ltermcap  -lnsl -lsocket    " \
        SITE_DEFS="" \
        WWWINC=WWW/Library/Implementation \
        WWWLIB="../WWW/Library/unix/libwww.a"
Compiling Lynx sources
cd chrtrans && make \
        SITE_DEFS="" \
        CC="gcc" tables
gcc -DHAVE_CONFIG_H   -I../..  -I../../src  -I../../WWW/Library/Implementation  
 -O2 -c ./makeuctb.c
gcc -DHAVE_CONFIG_H   -I../..  -I../../src  -I../../WWW/Library/Implementation  
 -O2 -o makeuctb makeuctb.o
./makeuctb ./iso02_uni.tbl > iso02_uni.h
makeuctb: iso-8859-2: translation map (_iso_8859_2).
./makeuctb ./iso01_uni.tbl > iso01_uni.h
makeuctb: iso-8859-1: translation map (_iso_8859_1).
./makeuctb ./def7_uni.tbl > def7_uni.h
makeuctb: us-ascii: default translation map ().
./makeuctb ./iso03_uni.tbl > iso03_uni.h
makeuctb: iso-8859-3: translation map (_iso_8859_3).
./makeuctb ./iso04_uni.tbl > iso04_uni.h
makeuctb: iso-8859-4: translation map (_iso_8859_4).
./makeuctb ./iso05_uni.tbl > iso05_uni.h
makeuctb: iso-8859-5: translation map (_iso_8859_5).
./makeuctb ./iso06_uni.tbl > iso06_uni.h
makeuctb: iso-8859-6: translation map (_iso_8859_6).
./makeuctb ./iso07_uni.tbl > iso07_uni.h
makeuctb: iso-8859-7: translation map (_iso_8859_7).
./makeuctb ./iso08_uni.tbl > iso08_uni.h
makeuctb: iso-8859-8: translation map (_iso_8859_8).
./makeuctb ./iso09_uni.tbl > iso09_uni.h
makeuctb: iso-8859-9: translation map (_iso_8859_9).
./makeuctb ./iso10_uni.tbl > iso10_uni.h
makeuctb: iso-8859-10: translation map (_iso_8859_10).
./makeuctb ./koi8r_uni.tbl > koi8r_uni.h
makeuctb: koi8-r: translation map (_koi8_r).
./makeuctb ./cp437_uni.tbl > cp437_uni.h
makeuctb: cp437: translation map (_cp437).
./makeuctb ./cp850_uni.tbl > cp850_uni.h
makeuctb: cp850: translation map (_cp850).
./makeuctb ./cp852_uni.tbl > cp852_uni.h
makeuctb: cp852: translation map (_cp852).
./makeuctb ./cp866_uni.tbl > cp866_uni.h
makeuctb: cp866: translation map (_cp866).
./makeuctb ./cp1250_uni.tbl > cp1250_uni.h
makeuctb: windows-1250: translation map (_windows_1250).
./makeuctb ./cp1251_uni.tbl > cp1251_uni.h
makeuctb: windows-1251: translation map (_windows_1251).
./makeuctb ./cp1252_uni.tbl > cp1252_uni.h
makeuctb: iso-8859-1-windows-3.1-latin-1: translation map 
(_iso_8859_1_windows_).
./makeuctb ./viscii_uni.tbl > viscii_uni.h
makeuctb: viscii: translation map (_viscii).
./makeuctb ./utf8_uni.tbl > utf8_uni.h
makeuctb: unicode-1-1-utf-8: translation map (_unicode_1_1_utf_8).
./makeuctb ./rfc_suni.tbl > rfc_suni.h
makeuctb: mnemonic+ascii+0: translation map (_mnemonic_ascii_0).
./makeuctb ./mnemonic_suni.tbl > mnemonic_suni.h
makeuctb: mnemonic: translation map (_mnemonic).
./makeuctb ./mnem_suni.tbl > mnem_suni.h
makeuctb: mnem: translation map (_mnem).
gcc -DHAVE_CONFIG_H   -I.  -I..  -I..  -I../WWW/Library/Implementation   -O2 -c 
./LYClean.c
gcc -DHAVE_CONFIG_H   -I.  -I..  -I..  -I../WWW/Library/Implementation   -O2 -c 
./LYShowInfo.c
./LYShowInfo.c: In function `showinfo':
./LYShowInfo.c:97: `LYNX_VERSION' undeclared (first use this function)
./LYShowInfo.c:97: (Each undeclared identifier is reported only once
./LYShowInfo.c:97: for each function it appears in.)
*** Error code 1
make: Fatal error: Command failed for target `LYShowInfo.o'
Current working directory /tmp/ismael/lynx2-7-1/src
*** Error code 1
make: Fatal error: Command failed for target `all'


Any help?

Ismael


       +-------------------------------------------------------------+
       | ISMAEL CORDEIRO            | mailto:address@hidden          |
       | Production sound mixer     | http://www.cam.org/~ismael/    |
       | Montréal - Québec - Canada | ftp://ftp.cam.org/users/ismael |
       +-------------------------------------------------------------+

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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