lynx-dev
[Top][All Lists]
Advanced

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

[Lynx-dev] Lynx 2.8.9dev.12 - entered link numbers don't echo to screen


From: Larry Hynes
Subject: [Lynx-dev] Lynx 2.8.9dev.12 - entered link numbers don't echo to screen
Date: Sat, 29 Apr 2017 12:42:26 +0100

Hi

I built and installed Lynx 2.8.9dev.12 (on Darwin, OS X "Yosemite"
10.10.5) this morning.

Entering a link number opens the

        'Follow link (or goto link or page) number:'

dialog, but without 'pre-filling' it with the number that has been
entered. All subsequently entered numbers do not echo to the dialog
prompt. Hitting return selects the entered link number correctly.

configure and make output follow...

(ncurses is version 6.0_3)

$ ./configure --with-zlib \
    --with-bzlib \
    --with-ssl=/usr/local/opt/openssl \
    --with-screen=ncurses \
    --with-curses-dir=/usr/local/opt/ncurses \
    --disable-echo \
    --enable-externs \
    --enable-gzip-help \
    --enable-htmlized-cfg \
    --enable-local-docs \
    --enable-exec-links \
    --enable-exec-scripts \
    --enable-default-colors \
    --x-includes=/opt/X11/include \
    --x-libraries=/opt/X11/lib \
    --enable-cgi-links

checking build system type... x86_64-apple-darwin14.5.0
checking host system type... x86_64-apple-darwin14.5.0
checking target system type... x86_64-apple-darwin14.5.0
Configuring for darwin14.5.0
checking for DESTDIR... 
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking version of gcc... 7.0.2
checking for gcc option to accept ANSI C... none needed
checking $CC variable... ok
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/local/bin/ginstall -c
checking for bison... bison -y
checking for lint... no
checking for cppcheck... no
checking for splint... splint
checking for makeflags variable... 
checking if filesystem supports mixed-case filenames... no
checking for exctags... no
checking for ctags... ctags
checking for exetags... no
checking for etags... etags
checking for ctags... yes
checking for windres... none
checking for ranlib... ranlib
checking for ar... ar
checking for options to update archives... -curv
checking if you want to see long compiling messages... no
checking if you want to check memory-leaks... no
checking if you want to enable debug-code... no
checking if you want to enable lynx trace code *recommended* ... yes
checking if you want verbose trace code... no
checking if you want to turn on gcc warnings... no
checking if you want to use dbmalloc for testing... no
checking if you want to use dmalloc for testing... no
checking $CC variable... ok
checking for gcc option to accept ANSI C... -DCC_HAS_PROTOS
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking whether to use struct dirent64... no
checking for PATH separator... :
checking for msginit... no
checking for ranlib... (cached) ranlib
checking for ANSI C header files... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking for argz.h... no
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... no
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... no
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for iconv... yes
checking if the declaration of iconv() needs const.... no
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... no
checking if you want full utility pathnames... yes
checking for system mailer... /usr/sbin/sendmail
checking system mail flags... -t -oi
checking if SIGWINCH is defined... yes
checking if you want NSS compatible SSL libraries... no
checking if you want ssl library... /usr/local/opt/openssl
checking if you want gnutls support... no
checking if you want gnutls-openssl compat... no
checking if you want socks library... no
checking if you want socks5 library... no
checking for network libraries... working...
checking for gethostname... yes
checking for main in -linet... no
checking for socket... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for gethostbyname... (cached) yes
checking for strcasecmp... (cached) yes
checking for inet_aton function... yes
checking if you want to use pkg-config... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking for dlsym in -ldl... yes
checking for X509 support... yes
checking whether to enable ipv6... no
checking for screen type... ncurses
checking for specific curses-directory... /usr/local/opt/ncurses
checking pkg-config for ncurses... no
Looking for ncurses-config
checking for ncurses-config... no
checking for ncurses6-config... no
checking for ncurses5-config... no
checking for ncurses header in include-path... curses.h
checking for terminfo header... term.h
checking for ncurses version... 6.0.20160910
checking for Gpm_Open in -lgpm... no
checking for chtype typedef... yes
checking if chtype is scalar or struct... scalar
checking if you want the wide-curses features... no
checking if color-style code should be used... yes
checking for location of style-sheet file... /usr/local/etc/lynx.lss
checking for the default configuration-file... /usr/local/etc/lynx.cfg
checking for the default configuration-path... /Users/larry/.lynx
checking if htmlized lynx.cfg should be built... yes
checking if local doc directory should be linked to help page... yes
checking for MIME library directory... /etc
checking if locale-charset selection logic should be used... yes
checking if you want only a few charsets... no
checking for ANSI C header files... (cached) 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 arpa/inet.h... yes
checking for fcntl.h... yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/fcntl.h... yes
checking for sys/filio.h... yes
checking for sys/ioctl.h... yes
checking for sys/param.h... (cached) yes
checking for sys/timeb.h... yes
checking for sys/time.h... yes
checking for syslog.h... yes
checking for termio.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking termio.h and termios.h... yes
checking for sigaction and structs... yes
checking for sys/wait.h... yes
checking for union wait... no
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for off_t... (cached) yes
checking for pid_t... yes
checking for uid_t in sys/types.h... (cached) yes
checking for mode_t... yes
checking for ssize_t... yes
checking for socklen_t... yes
checking for long long type... yes
checking for tm.tm_gmtoff... yes
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for off_t... (cached) yes
checking size of off_t... 8
checking for time_t... yes
checking size of time_t... 8
checking for intptr_t... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for vfork.h... (cached) no
checking for fork... yes
checking for vfork... yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking if we should use fcntl or ioctl... ioctl
checking for broken/missing definition of remove... no
checking for lstat... yes 
checking for atoll... yes
checking for ctermid... yes
checking for cuserid... no
checking for ftime... yes
checking for getcwd... (cached) yes
checking for getgroups... yes
checking for gettimeofday... yes
checking for getuid... (cached) yes
checking for mktemp... yes
checking for mkdtemp... yes
checking for popen... yes
checking for putenv... (cached) yes
checking for readdir... yes
checking for setuid... yes
checking for strerror... yes
checking for truncate... yes
checking for ttyname... yes
checking for unsetenv... yes
checking for sleep... yes
checking for usleep... yes
checking for vasprintf... yes
checking for waitpid... yes
checking for mktime... yes
checking for strstr... yes
checking for random-integer functions... arc4random_stir/arc4random
checking for range of random-integers... 0xFFFFFFFFUL
checking if <bsd/stdlib.h> should be included... no
checking if <bsd/random.h> should be included... no
configure: WARNING: no header file found for arc4random
checking for sleep declaration... yes
checking for strstr declaration... yes
checking for getgrgid declaration... yes
checking for getgrnam declaration... yes
checking if TRUE/FALSE are defined... yes
checking if external errno is declared... yes
checking if external errno exists... yes
checking if we can set errno... yes
checking for setlocale()... yes
checking if NGROUPS is defined... yes
checking if external sys_nerr is declared... yes
checking if external sys_nerr exists... yes
checking if external sys_errlist is declared... yes
checking if external sys_errlist exists... yes
checking for lastlog.h... no
checking for paths.h... yes
checking for lastlog path... no
checking for utmp implementation... utmpx
checking if utmpx.ut_host is declared... yes
checking if utmpx.ut_syslen is declared... no
checking if utmpx.ut_name is declared... ut_user
checking for exit-status in utmpx... no
checking if utmpx.ut_xtime is declared... define
checking if utmpx.ut_session is declared... no
checking if utmpx is SYSV flavor... yes
checking if external h_errno exists... yes
checking if bibp: URLs should be supported... yes
checking if configuration info should be browsable... yes
checking if new-style forms-based options screen should be used... yes
checking if old-style options menu should be used... yes
checking if sessions code should be used... yes
checking if session-caching code should be used... yes
checking if address-list page should be used... yes
checking if experimental CJK logic should be used... no
checking if experimental Japanese UTF-8 logic should be used... no
checking if you want to use default-colors... yes
checking if experimental keyboard-layout logic should be used... no
checking if experimental nested-table logic should be used... no
checking if alternative line-edit bindings should be used... yes
checking if ascii case-conversion should be used... yes
checking if you want to use extended HTML DTD logic... yes
checking if file-upload logic should be used... yes
checking if IDNA support should be used... yes
checking if element-justification logic should be used... yes
checking if partial-display should be used... yes
checking if persistent-cookie logic should be used... yes
checking if html source should be colorized... yes
checking if progress-bar code should be used... yes
checking if read-progress message should show ETA... yes
checking if source caching should be used... yes
checking if scrollbar code should be used... yes
checking if charset-selection logic should be used... no
checking if you want to use external commands... yes
checking if you want to use setfont support... no
checking if you want cgi-link support... yes
checking if you want change-exec support... no
checking if you want exec-links support... yes
checking if you want exec-scripts support... yes
checking if you want internal-links feature... no
checking if you want to fork NSL requests... no
checking if you want to log URL requests via syslog... no
checking if you want to underline links... no
checking if help files should be gzip'ed... yes
checking if you want to use libbz2 for decompression of some bzip2 files... yes
checking if you want to use zlib for decompression of some gzip files... yes
checking for zError... yes
checking if you want to exclude FINGER code... no
checking if you want to exclude GOPHER code... no
checking if you want to exclude NEWS code... no
checking if you want to exclude FTP code... no
checking if you want to include WAIS code... no
checking if directory-editor code should be used... yes
checking if you wish to allow extracting from archives via DirEd... yes
checking if DirEd mode should override 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
checking for telnet... /usr/bin/telnet
checking for tn3270... no
checking for tn3270... no
checking for rlogin... /usr/bin/rlogin
checking for mv... /bin/mv
checking for gzip... /usr/bin/gzip
checking for gunzip... /usr/bin/gunzip
checking for unzip... /usr/bin/unzip
checking for bzip2... /usr/bin/bzip2
checking for tar... /usr/bin/tar
checking for compress... /usr/bin/compress
checking for rm... /bin/rm
checking for uudecode... /usr/bin/uudecode
checking for zcat... /usr/bin/zcat
checking for zip... /usr/bin/zip
checking for /usr/local/bin/ginstall... /usr/local/bin/ginstall -c
checking if we can include termio.h with curses... no
checking for ncurses/term.h... no
checking for term.h... yes
checking if curses supports alternate-character set... acs_map
checking if curses supports fancy attributes... yes
checking for function curses_version... yes
checking for obsolete/broken version of ncurses... no
checking if curses supports color attributes... yes
checking for termio.h... (cached) no
checking for termios.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether termios.h needs _POSIX_SOURCE... no
checking declaration of size-change... yes
checking if ttytype is declared in curses library... yes
checking definition to turn on extended curses functions... 
_XOPEN_SOURCE_EXTENDED
checking for term.h... (cached) term.h
checking for unctrl.h... unctrl.h
checking for assume_default_colors... yes
checking for cbreak... yes
checking for define_key... yes
checking for delscreen... yes
checking for getattrs... yes
checking for getbegx... yes
checking for getbegy... yes
checking for keypad... yes
checking for napms... yes
checking for newpad... yes
checking for newterm... yes
checking for pnoutrefresh... yes
checking for resizeterm... yes
checking for touchline... yes
checking for touchwin... yes
checking for use_default_colors... yes
checking for use_legacy_coding... yes
checking for wattr_get... yes
checking for wborder... yes
checking for wredrawln... yes
checking for wresize... yes
checking for _nc_free_and_exit... yes
checking for _nc_freeall... yes
checking for an rpath option... 
checking if rpath-hack should be disabled... no
checking for updated LDFLAGS... no
srcdir is .
updating cache config.cache
configure: creating ./config.status
config.status: creating makefile
config.status: creating WWW/Library/Implementation/makefile
config.status: creating src/makefile
config.status: creating src/chrtrans/makefile
config.status: creating lynx_cfg.h

$ make

/bin/sh -c 'SHELL=/bin/sh /bin/sh ./scripts/cfg_defs.sh .'
Constructing sed-script help_files.sed
Appending interim-fix for existing html files to help_files.sed
Creating LYHelp.h
**********************************************

       Help links point to compressed files
       To access them properly you have to type
                 make install-help

**********************************************
cd ./WWW/Library/Implementation && 
/Applications/Xcode.app/Contents/Developer/usr/bin/make  DESTDIR="" CC="gcc" 
LY_CFLAGS="-O2 " CPPFLAGS="-D_DARWIN_C_SOURCE -I/usr/local/opt/openssl/include 
-I/usr/local/opt/ncurses/include -D_XOPEN_SOURCE_EXTENDED" LYFLAGS=""
compiling HTParse.o
compiling HTAccess.o
compiling HTTP.o
compiling HTFile.o
compiling HTBTree.o
compiling HTFTP.o
compiling HTTCP.o
compiling SGML.o
compiling HTMLDTD.o
compiling HTChunk.o
compiling HTPlain.o
compiling HTMLGen.o
compiling HTAtom.o
compiling HTAnchor.o
compiling HTStyle.o
compiling HTList.o
compiling HTString.o
compiling HTRules.o
compiling HTFormat.o
compiling HTMIME.o
compiling HTNews.o
compiling HTGopher.o
compiling HTTelnet.o
compiling HTFinger.o
compiling HTWSRC.o
compiling HTAAUtil.o
compiling HTAABrow.o
compiling HTGroup.o
compiling HTAAProt.o
compiling HTAssoc.o
compiling HTLex.o
compiling HTUU.o
compiling HTDOS.o
ar -curv ./libwww.a ./HTParse.o ./HTAccess.o ./HTTP.o ./HTFile.o        
./HTBTree.o ./HTFTP.o ./HTTCP.o ./SGML.o ./HTMLDTD.o ./HTChunk.o ./HTPlain.o 
./HTMLGen.o ./HTAtom.o ./HTAnchor.o ./HTStyle.o ./HTList.o ./HTString.o 
./HTRules.o ./HTFormat.o  ./HTMIME.o ./HTNews.o  ./HTGopher.o ./HTTelnet.o 
./HTFinger.o ./HTWSRC.o  ./HTAAUtil.o ./HTAABrow.o ./HTGroup.o ./HTAAProt.o 
./HTAssoc.o  ./HTLex.o    ./HTUU.o ./HTDOS.o
a - ./HTParse.o
a - ./HTAccess.o
a - ./HTTP.o
a - ./HTFile.o
a - ./HTBTree.o
a - ./HTFTP.o
a - ./HTTCP.o
a - ./SGML.o
a - ./HTMLDTD.o
a - ./HTChunk.o
a - ./HTPlain.o
a - ./HTMLGen.o
a - ./HTAtom.o
a - ./HTAnchor.o
a - ./HTStyle.o
a - ./HTList.o
a - ./HTString.o
a - ./HTRules.o
a - ./HTFormat.o
a - ./HTMIME.o
a - ./HTNews.o
a - ./HTGopher.o
a - ./HTTelnet.o
a - ./HTFinger.o
a - ./HTWSRC.o
a - ./HTAAUtil.o
a - ./HTAABrow.o
a - ./HTGroup.o
a - ./HTAAProt.o
a - ./HTAssoc.o
a - ./HTLex.o
a - ./HTUU.o
a - ./HTDOS.o
ranlib ./libwww.a
cd ./src/chrtrans && /Applications/Xcode.app/Contents/Developer/usr/bin/make  
DESTDIR="" CC="gcc" all SITE_DEFS="" BUILD_CFLAGS="-O2 " 
BUILD_CPPFLAGS="-D_DARWIN_C_SOURCE -I/usr/local/opt/openssl/include 
-I/usr/local/opt/ncurses/include -D_XOPEN_SOURCE_EXTENDED -DHAVE_CONFIG_H" 
BUILD_LDFLAGS="-L/usr/local/opt/ncurses/lib -L/usr/local/opt/openssl/lib " 
BUILD_LIBS="-lz -lbz2 -lidn -lncurses -lssl -lcrypto -ldl" BUILD_CC="gcc"
compiling makeuctb.c
gcc -I../.. -I../../src -I../../src/chrtrans -I../../WWW/Library/Implementation 
-I../../   -D_DARWIN_C_SOURCE -I/usr/local/opt/openssl/include 
-I/usr/local/opt/ncurses/include -D_XOPEN_SOURCE_EXTENDED -DHAVE_CONFIG_H -O2  
-L/usr/local/opt/ncurses/lib -L/usr/local/opt/openssl/lib  
-L/usr/local/opt/ncurses/lib -L/usr/local/opt/openssl/lib  -o makeuctb 
makeuctb.o  -lz -lbz2 -lidn -lncurses -lssl -lcrypto -ldl
./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: windows-1252: translation map (_windows_1252).
./makeuctb ./cp1253_uni.tbl cp1253_uni.h
makeuctb: windows-1253: translation map (_windows_1253).
./makeuctb ./cp1255_uni.tbl cp1255_uni.h
makeuctb: windows-1255: translation map (_windows_1255).
./makeuctb ./cp1256_uni.tbl cp1256_uni.h
makeuctb: windows-1256: translation map (_windows_1256).
./makeuctb ./cp1257_uni.tbl cp1257_uni.h
makeuctb: windows-1257: translation map (_windows_1257).
./makeuctb ./cp437_uni.tbl cp437_uni.h
makeuctb: cp437: translation map (_cp437).
./makeuctb ./cp737_uni.tbl cp737_uni.h
makeuctb: cp737: translation map (_cp737).
./makeuctb ./cp775_uni.tbl cp775_uni.h
makeuctb: cp775: translation map (_cp775).
./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 ./cp857_uni.tbl cp857_uni.h
makeuctb: cp857: translation map (_cp857).
./makeuctb ./cp862_uni.tbl cp862_uni.h
makeuctb: cp862: translation map (_cp862).
./makeuctb ./cp864_uni.tbl cp864_uni.h
makeuctb: cp864: translation map (_cp864).
./makeuctb ./cp866_uni.tbl cp866_uni.h
makeuctb: cp866: translation map (_cp866).
./makeuctb ./cp866u_uni.tbl cp866u_uni.h
makeuctb: cp866u: translation map (_cp866u).
./makeuctb ./cp869_uni.tbl cp869_uni.h
makeuctb: cp869: translation map (_cp869).
./makeuctb ./def7_uni.tbl def7_uni.h
makeuctb: us-ascii: default translation map ().
./makeuctb ./dmcs_uni.tbl dmcs_uni.h
makeuctb: dec-mcs: translation map (_dec_mcs).
./makeuctb ./hp_uni.tbl hp_uni.h
makeuctb: hp-roman8: translation map (_hp_roman8).
./makeuctb ./iso01_uni.tbl iso01_uni.h
makeuctb: iso-8859-1: translation map (_iso_8859_1).
./makeuctb ./iso02_uni.tbl iso02_uni.h
makeuctb: iso-8859-2: translation map (_iso_8859_2).
./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 ./iso13_uni.tbl iso13_uni.h
makeuctb: iso-8859-13: translation map (_iso_8859_13).
./makeuctb ./iso14_uni.tbl iso14_uni.h
makeuctb: iso-8859-14: translation map (_iso_8859_14).
./makeuctb ./iso15_uni.tbl iso15_uni.h
makeuctb: iso-8859-15: translation map (_iso_8859_15).
./makeuctb ./koi8r_uni.tbl koi8r_uni.h
makeuctb: koi8-r: translation map (_koi8_r).
./makeuctb ./koi8u_uni.tbl koi8u_uni.h
makeuctb: koi8-u: translation map (_koi8_u).
./makeuctb ./mac_uni.tbl mac_uni.h
makeuctb: macintosh: translation map (_macintosh).
./makeuctb ./mnem2_suni.tbl mnem2_suni.h
makeuctb: mnemonic: translation map (_mnemonic).
./makeuctb ./mnem_suni.tbl mnem_suni.h
makeuctb: mnem: translation map (_mnem).
./makeuctb ./next_uni.tbl next_uni.h
makeuctb: next: translation map (_next).
./makeuctb ./pt154_uni.tbl pt154_uni.h
makeuctb: ptcp154: translation map (_ptcp154).
./makeuctb ./rfc_suni.tbl rfc_suni.h
makeuctb: mnemonic+ascii+0: translation map (_mnemonic_ascii_0).
./makeuctb ./utf8_uni.tbl utf8_uni.h
makeuctb: utf-8: translation map (_utf_8).
./makeuctb ./viscii_uni.tbl viscii_uni.h
makeuctb: viscii: translation map (_viscii).
cd ./src && /Applications/Xcode.app/Contents/Developer/usr/bin/make  DESTDIR="" 
CC="gcc" all CFLAGS="-O2 " CPPFLAGS="-D_DARWIN_C_SOURCE 
-I/usr/local/opt/openssl/include -I/usr/local/opt/ncurses/include 
-D_XOPEN_SOURCE_EXTENDED" LDFLAGS="-L/usr/local/opt/ncurses/lib 
-L/usr/local/opt/openssl/lib " LIBS="-lz -lbz2 -lidn -lncurses -lssl -lcrypto 
-ldl   " SITE_DEFS="" WWWINC=./WWW/Library/Implementation 
WWWLIB=".././WWW/Library/Implementation/libwww.a"
Compiling Lynx sources
compiling LYebcdic.c
compiling LYClean.c
compiling LYShowInfo.c
compiling LYEdit.c
compiling LYStrings.c
compiling LYMail.c
compiling HTAlert.c
compiling GridText.c
compiling LYGetFile.c
compiling LYMain.c
compiling LYMainLoop.c
compiling LYCurses.c
compiling LYBookmark.c
compiling LYmktime.c
compiling LYUtils.c
compiling LYOptions.c
compiling LYReadCFG.c
compiling LYSearch.c
compiling LYHistory.c
compiling LYForms.c
compiling LYPrint.c
compiling LYrcFile.c
compiling LYDownload.c
compiling LYNews.c
compiling LYKeymap.c
compiling HTML.c
compiling HTFWriter.c
HTFWriter.c:177:7: warning: format specifies type 'long' but the argument has 
type 'off_t' (aka 'long long') [-Wformat]
                    me->anchor->actual_length,
                    ^~~~~~~~~~~~~~~~~~~~~~~~~
.././WWW/Library/Implementation/HTUtils.h:672:69: note: expanded from macro 
'CTRACE'
#define CTRACE(p)         ((void)((TRACE) && ( LY_SHOWWHERE fprintf p )))
                                                                    ^
1 warning generated.
compiling HTInit.c
compiling DefaultStyle.c
compiling LYUpload.c
compiling LYLeaks.c
compiling LYexit.c
compiling LYJump.c
compiling LYList.c
compiling LYCgi.c
compiling LYTraversal.c
compiling LYEditmap.c
compiling LYCharSets.c
compiling LYCharUtils.c
compiling LYMap.c
compiling LYCookie.c
compiling LYStyle.c
compiling LYHash.c
compiling LYPrettySrc.c
compiling TRSTable.c
compiling parsdate.c
compiling UCdomap.c
compiling UCAux.c
compiling UCAuto.c
compiling LYSession.c
compiling LYExtern.c
compiling LYLocal.c
Linking and creating Lynx executable
gcc -DHAVE_CONFIG_H  -DLOCALEDIR=\"/usr/local/share/locale\" -I. -I.. 
-Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation    
-D_DARWIN_C_SOURCE -I/usr/local/opt/openssl/include 
-I/usr/local/opt/ncurses/include -D_XOPEN_SOURCE_EXTENDED -O2  
-L/usr/local/opt/ncurses/lib -L/usr/local/opt/openssl/lib  -o lynx  LYebcdic.o 
LYClean.o LYShowInfo.o LYEdit.o LYStrings.o LYMail.o HTAlert.o GridText.o 
LYGetFile.o LYMain.o LYMainLoop.o LYCurses.o LYBookmark.o LYmktime.o LYUtils.o 
LYOptions.o LYReadCFG.o LYSearch.o LYHistory.o LYForms.o LYPrint.o LYrcFile.o 
LYDownload.o LYNews.o LYKeymap.o HTML.o HTFWriter.o HTInit.o DefaultStyle.o 
LYUpload.o LYLeaks.o LYexit.o LYJump.o LYList.o LYCgi.o LYTraversal.o 
LYEditmap.o LYCharSets.o LYCharUtils.o LYMap.o LYCookie.o LYStyle.o LYHash.o 
LYPrettySrc.o TRSTable.o parsdate.o UCdomap.o UCAux.o UCAuto.o  LYSession.o 
LYExtern.o LYLocal.o  .././WWW/Library/Implementation/libwww.a -lz -lbz2 -lidn 
-lncurses -lssl -lcrypto -ldl    
Copying Lynx executable into top-level directory
rm -f ../lynx
cp lynx ../
Welcome to Lynx!



reply via email to

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