Build of htdig with clang_glibc toolchain

The build took 00h 04m 25s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
50,609 ansic
47,528 cpp
17,275 sh
6,997 makefile
2,445 perl
79 php
14 asm
124,947 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: htdig 3.2.0b6-11 (Thu Apr 13 16:54:15 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-g++... clang++
# checking for C++ compiler default output file name... a.out
# checking whether the C++ compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of clang++... none
# checking for x86_64-unknown-linux-gcc... clang
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ANSI C... none needed
# checking dependency style of clang... none
# checking how to run the C preprocessor... clang -E
# checking for egrep... grep -E
# checking for AIX... no
# checking for flex... flex
# checking for yywrap in -lfl... no
# checking for yywrap in -ll... no
# checking lex output file root... lex.yy
# checking whether yytext is a pointer... no
# checking for bison... bison -y
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... nm
# checking how to recognise dependent libraries... pass_all
# checking for ANSI C header files... yes
# 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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for g77... no
# checking for f77... no
# checking for xlf... no
# checking for frt... no
# checking for pgf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for f90... no
# checking for xlf90... no
# checking for pgf90... no
# checking for epcf90... no
# checking for f95... f95
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether f95 accepts -g... yes
# checking the maximum length of command line arguments... 32768
# checking command to parse nm output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if clang static flag works... yes
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang supports -c -o file.o... yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for f95 option to produce PIC... -fPIC
# checking if f95 PIC flag -fPIC works... yes
# checking if f95 supports -c -o file.o... yes
# checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking maximum warning verbosity option... -Wall for C++ -Wall for C
# checking adding -fno-rtti to g++... ok
# checking adding -fno-exceptions to g++... ok
# checking for ar... /usr/bin/ar
# checking for sh... /bin/sh
# checking for sed... /usr/bin/sed
# checking for perl... /usr/bin/perl
# checking for find... /usr/bin/find
# checking for gunzip... /usr/bin/gunzip
# checking for rrdtool... no
# checking for tar... tar
# checking for mv... /usr/bin/mv
# checking for sendmail... /usr/lib/sendmail
# checking for time... time
# checking verbose time flag...
# checking for socket in -lsocket... no
# checking for t_accept in -lnsl... no
# checking if ssl is wanted... yes
# checking openssl/ssl.h usability... yes
# checking openssl/ssl.h presence... yes
# checking for openssl/ssl.h... yes
# OpenSSL found in default paths
# checking if zlib is wanted... yes
# checking for zlib in default path... checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for inflateEnd in -lz... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking for ANSI C header files... (cached) yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking float.h usability... yes
# checking float.h presence... yes
# checking for float.h... yes
# checking langinfo.h usability... yes
# checking langinfo.h presence... yes
# checking for langinfo.h... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking sys/file.h usability... yes
# checking sys/file.h presence... yes
# checking for sys/file.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/timeb.h usability... yes
# checking sys/timeb.h presence... yes
# checking for sys/timeb.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking wchar.h usability... yes
# checking wchar.h presence... yes
# checking for wchar.h... yes
# checking wctype.h usability... yes
# checking wctype.h presence... yes
# checking for wctype.h... yes
# checking for sys/wait.h... (cached) yes
# checking wait.h usability... yes
# checking wait.h presence... yes
# checking for wait.h... yes
# checking alloca.h usability... yes
# checking alloca.h presence... yes
# checking for alloca.h... yes
# checking whether stat file-mode macros are broken... no
# checking for stdbool.h that conforms to C99... (cached) yes
# checking for _Bool... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for off_t... yes
# checking for size_t... yes
# checking for struct stat.st_blksize... yes
# checking whether time.h and sys/time.h may both be included... (cached) yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for unsigned long long int... yes
# checking size of unsigned long long int... 8
# checking for unsigned long int... yes
# checking size of unsigned long int... 8
# checking for unsigned int... yes
# checking size of unsigned int... 4
# checking for unsigned short int... yes
# checking size of unsigned short int... 2
# checking for unsigned char... yes
# checking size of unsigned char... 1
# checking whether closedir returns void... no
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking whether mbrtowc and mbstate_t are properly declared... yes
# checking for working memcmp... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible realloc... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking for sys/socket.h... (cached) yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking return type of signal handlers... void
# checking for strftime... yes
# checking for strptime... yes
# checking for strptime declaration in time.h... no
# checking for vprintf... yes
# checking for _doprnt... no
# checking for alarm... yes
# checking for btowc... yes
# checking for bzero... yes
# checking for ftime... yes
# checking for getcwd... yes
# checking for gettimeofday... yes
# checking for localtime_r... yes
# checking for memcmp... yes
# checking for memcpy... yes
# checking for memmove... yes
# checking for memset... yes
# checking for mkstemp... yes
# checking for munmap... yes
# checking for pstat_getdynamic... no
# checking for raise... yes
# checking for re_comp... yes
# checking for regcomp... yes
# checking for select... yes
# checking for setlocale... yes
# checking for strchr... yes
# checking for strcspn... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strrchr... yes
# checking for strstr... yes
# checking for strtol... yes
# checking for strtoul... yes
# checking for timegm... yes
# checking for snprintf... yes
# checking for vsnprintf... yes
# checking whether the compiler implements namespaces... yes
# checking whether the compiler supports ISO C++ standard library... yes
# checking whether we need gethostname() prototype?... no
# checking how to call getpeername?... unsigned int
# checking how to call select?... fd_set
# checking if we should use the included regex?... no
# checking if --enable-bigfile option specified... yes
# configuring ht://Dig version 3.2.0b6
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating htcommon/Makefile
# config.status: creating htdb/Makefile
# config.status: creating htdig/Makefile
# config.status: creating htdoc/Makefile
# config.status: creating htdoc/attrs.html
# config.status: creating installdir/htdig.1
# config.status: creating installdir/htdig-pdfparser.1
# config.status: creating installdir/htfuzzy.1
# config.status: creating installdir/htmerge.1
# config.status: creating installdir/htpurge.1
# config.status: creating installdir/htstat.1
# config.status: creating installdir/htdigconfig.8
# config.status: creating installdir/htdump.1
# config.status: creating installdir/htload.1
# config.status: creating installdir/htnotify.1
# config.status: creating installdir/htsearch.1
# config.status: creating installdir/rundig.1
# config.status: creating htfuzzy/Makefile
# config.status: creating htlib/Makefile
# config.status: creating htnet/Makefile
# config.status: creating htsearch/Makefile
# config.status: creating httools/Makefile
# config.status: creating htword/Makefile
# config.status: creating include/Makefile
# config.status: creating installdir/Makefile
# config.status: creating test/Makefile
# config.status: creating test/test_functions
# config.status: creating include/config.h
# config.status: executing depfiles commands
# configure: configuring in db
# configure: running /bin/sh './configure' --prefix=/usr '--host=x86_64-unknown-linux' '--prefix=/usr' '--mandir=/usr/share/man' '--with-config-dir=/etc/htdig' '--with-default-config-file=/etc/htdig/htdig.conf' '--with-database-dir=/var/lib/htdig/db' '--with-cgi-bin-dir=/usr/bin' '--with-common-dir=/usr/share/doc/htdig' '--with-search-dir=/usr/share/doc/htdig' '--with-image-dir=/usr/share/doc/htdig' '--localstatedir=/var/lib/htdig' '--with-ssl' 'CC=clang' 'CFLAGS=' 'CPPFLAGS=' 'CXXFLAGS=' 'CXX=clang++' 'LDFLAGS=' 'host_alias=x86_64-unknown-linux' --cache-file=/dev/null --srcdir=.
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-g++... clang++
# checking for C++ compiler default output file name... a.out
# checking whether the C++ compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of clang++... none
# checking for x86_64-unknown-linux-gcc... clang
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ANSI C... none needed
# checking dependency style of clang... none
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for egrep... grep -E
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... nm
# checking whether ln -s works... yes
# checking how to recognise dependent libraries... pass_all
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# 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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for g77... no
# checking for f77... no
# checking for xlf... no
# checking for frt... no
# checking for pgf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for f90... no
# checking for xlf90... no
# checking for pgf90... no
# checking for epcf90... no
# checking for f95... f95
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether f95 accepts -g... yes
# checking the maximum length of command line arguments... 32768
# checking command to parse nm output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if clang static flag works... yes
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang supports -c -o file.o... yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for f95 option to produce PIC... -fPIC
# checking if f95 PIC flag -fPIC works... yes
# checking if f95 supports -c -o file.o... yes
# checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking if zlib is wanted... yes
# checking for zlib in default path... checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for inflateEnd in -lz... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking for ANSI C header files... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking whether byte ordering is bigendian... no
# checking for an ANSI C-conforming const... yes
# checking whether stat file-mode macros are broken... no
# checking whether time.h and sys/time.h may both be included... yes
# checking for off_t... yes
# checking for mode_t... yes
# checking for size_t... yes
# checking for pid_t... yes
# checking for size_t... (cached) yes
# checking for struct stat.st_blksize... yes
# checking for ssize_t... yes
# checking for u_char... yes
# checking for u_short... yes
# checking for u_int... yes
# checking for u_long... yes
# checking for u_int8_t... yes
# checking for u_int16_t... yes
# checking for int16_t... yes
# checking for u_int32_t... yes
# checking for int32_t... yes
# checking if --enable-bigfile option specified... yes
# checking if --enable-debug option specified... no
# checking if --enable-debug_rop option specified... no
# checking if --enable-debug_wop option specified... no
# checking if --enable-diagnostic option specified... no
# checking if --enable-posixmutexes option specified... no
# checking if --enable-uimutexes option specified... no
# checking for mutexes... POSIX/pthreads/library
# checking whether closedir returns void... no
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking for working memcmp... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible realloc... yes
# checking for sys/select.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking whether lstat dereferences a symlink specified with a trailing slash... yes
# checking whether stat accepts an empty string... no
# checking for vprintf... yes
# checking for _doprnt... no
# checking for getcwd... yes
# checking for getuid... yes
# checking for memmove... yes
# checking for memset... yes
# checking for munmap... yes
# checking for pstat_getdynamic... no
# checking for sched_yeeld... no
# checking for select... yes
# checking for strchr... yes
# checking for strerror... yes
# checking for strstr... yes
# checking for strtol... yes
# checking for sysconf... yes
# checking for yeld... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating db.h
# config.status: creating db_config.h
# config.status: executing depfiles commands
#
#
# Now you must run 'make' followed by 'make install'
#
# Making all in db
# make[1]: Entering directory '/tmp/htdig/src/htdig-3.2.0b6/db'
# make all-am
# make[2]: Entering directory '/tmp/htdig/src/htdig-3.2.0b6/db'
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_compare.lo `test -f 'bt_compare.c' || echo './'`bt_compare.c
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_compare.c -fPIC -DPIC -o .libs/bt_compare.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_compare.c -o bt_compare.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_conv.lo `test -f 'bt_conv.c' || echo './'`bt_conv.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_conv.c -fPIC -DPIC -o .libs/bt_conv.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_conv.c -o bt_conv.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_curadj.lo `test -f 'bt_curadj.c' || echo './'`bt_curadj.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_curadj.c -fPIC -DPIC -o .libs/bt_curadj.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_curadj.c -o bt_curadj.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_cursor.lo `test -f 'bt_cursor.c' || echo './'`bt_cursor.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_cursor.c -fPIC -DPIC -o .libs/bt_cursor.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_cursor.c -o bt_cursor.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_delete.lo `test -f 'bt_delete.c' || echo './'`bt_delete.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_delete.c -fPIC -DPIC -o .libs/bt_delete.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_delete.c -o bt_delete.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_method.lo `test -f 'bt_method.c' || echo './'`bt_method.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_method.c -fPIC -DPIC -o .libs/bt_method.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_method.c -o bt_method.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_open.lo `test -f 'bt_open.c' || echo './'`bt_open.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_open.c -fPIC -DPIC -o .libs/bt_open.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_open.c -o bt_open.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_put.lo `test -f 'bt_put.c' || echo './'`bt_put.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_put.c -fPIC -DPIC -o .libs/bt_put.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_put.c -o bt_put.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_rec.lo `test -f 'bt_rec.c' || echo './'`bt_rec.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_rec.c -fPIC -DPIC -o .libs/bt_rec.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_rec.c -o bt_rec.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_reclaim.lo `test -f 'bt_reclaim.c' || echo './'`bt_reclaim.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_reclaim.c -fPIC -DPIC -o .libs/bt_reclaim.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_reclaim.c -o bt_reclaim.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_recno.lo `test -f 'bt_recno.c' || echo './'`bt_recno.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_recno.c -fPIC -DPIC -o .libs/bt_recno.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_recno.c -o bt_recno.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_rsearch.lo `test -f 'bt_rsearch.c' || echo './'`bt_rsearch.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_rsearch.c -fPIC -DPIC -o .libs/bt_rsearch.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_rsearch.c -o bt_rsearch.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_search.lo `test -f 'bt_search.c' || echo './'`bt_search.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_search.c -fPIC -DPIC -o .libs/bt_search.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_search.c -o bt_search.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_split.lo `test -f 'bt_split.c' || echo './'`bt_split.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_split.c -fPIC -DPIC -o .libs/bt_split.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_split.c -o bt_split.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_stat.lo `test -f 'bt_stat.c' || echo './'`bt_stat.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_stat.c -fPIC -DPIC -o .libs/bt_stat.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_stat.c -o bt_stat.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o bt_upgrade.lo `test -f 'bt_upgrade.c' || echo './'`bt_upgrade.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_upgrade.c -fPIC -DPIC -o .libs/bt_upgrade.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c bt_upgrade.c -o bt_upgrade.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o btree_auto.lo `test -f 'btree_auto.c' || echo './'`btree_auto.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c btree_auto.c -fPIC -DPIC -o .libs/btree_auto.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c btree_auto.c -o btree_auto.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o crdel_auto.lo `test -f 'crdel_auto.c' || echo './'`crdel_auto.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c crdel_auto.c -fPIC -DPIC -o .libs/crdel_auto.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c crdel_auto.c -o crdel_auto.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o crdel_rec.lo `test -f 'crdel_rec.c' || echo './'`crdel_rec.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c crdel_rec.c -fPIC -DPIC -o .libs/crdel_rec.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c crdel_rec.c -o crdel_rec.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db.lo `test -f 'db.c' || echo './'`db.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db.c -fPIC -DPIC -o .libs/db.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db.c -o db.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_am.lo `test -f 'db_am.c' || echo './'`db_am.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_am.c -fPIC -DPIC -o .libs/db_am.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_am.c -o db_am.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_auto.lo `test -f 'db_auto.c' || echo './'`db_auto.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_auto.c -fPIC -DPIC -o .libs/db_auto.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_auto.c -o db_auto.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_byteorder.lo `test -f 'db_byteorder.c' || echo './'`db_byteorder.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_byteorder.c -fPIC -DPIC -o .libs/db_byteorder.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_byteorder.c -o db_byteorder.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_conv.lo `test -f 'db_conv.c' || echo './'`db_conv.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_conv.c -fPIC -DPIC -o .libs/db_conv.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_conv.c -o db_conv.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_dispatch.lo `test -f 'db_dispatch.c' || echo './'`db_dispatch.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_dispatch.c -fPIC -DPIC -o .libs/db_dispatch.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_dispatch.c -o db_dispatch.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_dup.lo `test -f 'db_dup.c' || echo './'`db_dup.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_dup.c -fPIC -DPIC -o .libs/db_dup.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_dup.c -o db_dup.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_err.lo `test -f 'db_err.c' || echo './'`db_err.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_err.c -fPIC -DPIC -o .libs/db_err.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_err.c -o db_err.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_getlong.lo `test -f 'db_getlong.c' || echo './'`db_getlong.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_getlong.c -fPIC -DPIC -o .libs/db_getlong.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_getlong.c -o db_getlong.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_iface.lo `test -f 'db_iface.c' || echo './'`db_iface.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_iface.c -fPIC -DPIC -o .libs/db_iface.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_iface.c -o db_iface.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_join.lo `test -f 'db_join.c' || echo './'`db_join.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_join.c -fPIC -DPIC -o .libs/db_join.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_join.c -o db_join.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_log2.lo `test -f 'db_log2.c' || echo './'`db_log2.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_log2.c -fPIC -DPIC -o .libs/db_log2.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_log2.c -o db_log2.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_meta.lo `test -f 'db_meta.c' || echo './'`db_meta.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_meta.c -fPIC -DPIC -o .libs/db_meta.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_meta.c -o db_meta.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_method.lo `test -f 'db_method.c' || echo './'`db_method.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_method.c -fPIC -DPIC -o .libs/db_method.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_method.c -o db_method.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_overflow.lo `test -f 'db_overflow.c' || echo './'`db_overflow.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_overflow.c -fPIC -DPIC -o .libs/db_overflow.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_overflow.c -o db_overflow.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_pr.lo `test -f 'db_pr.c' || echo './'`db_pr.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_pr.c -fPIC -DPIC -o .libs/db_pr.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_pr.c -o db_pr.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_rec.lo `test -f 'db_rec.c' || echo './'`db_rec.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_rec.c -fPIC -DPIC -o .libs/db_rec.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_rec.c -o db_rec.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_reclaim.lo `test -f 'db_reclaim.c' || echo './'`db_reclaim.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_reclaim.c -fPIC -DPIC -o .libs/db_reclaim.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_reclaim.c -o db_reclaim.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_ret.lo `test -f 'db_ret.c' || echo './'`db_ret.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_ret.c -fPIC -DPIC -o .libs/db_ret.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_ret.c -o db_ret.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_salloc.lo `test -f 'db_salloc.c' || echo './'`db_salloc.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_salloc.c -fPIC -DPIC -o .libs/db_salloc.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_salloc.c -o db_salloc.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_shash.lo `test -f 'db_shash.c' || echo './'`db_shash.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_shash.c -fPIC -DPIC -o .libs/db_shash.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_shash.c -o db_shash.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o db_upgrade.lo `test -f 'db_upgrade.c' || echo './'`db_upgrade.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_upgrade.c -fPIC -DPIC -o .libs/db_upgrade.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c db_upgrade.c -o db_upgrade.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o env_method.lo `test -f 'env_method.c' || echo './'`env_method.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c env_method.c -fPIC -DPIC -o .libs/env_method.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c env_method.c -o env_method.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o env_open.lo `test -f 'env_open.c' || echo './'`env_open.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c env_open.c -fPIC -DPIC -o .libs/env_open.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c env_open.c -o env_open.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o env_recover.lo `test -f 'env_recover.c' || echo './'`env_recover.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c env_recover.c -fPIC -DPIC -o .libs/env_recover.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c env_recover.c -o env_recover.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o env_region.lo `test -f 'env_region.c' || echo './'`env_region.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c env_region.c -fPIC -DPIC -o .libs/env_region.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c env_region.c -o env_region.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o hash.lo `test -f 'hash.c' || echo './'`hash.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash.c -fPIC -DPIC -o .libs/hash.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash.c -o hash.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o hash_auto.lo `test -f 'hash_auto.c' || echo './'`hash_auto.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_auto.c -fPIC -DPIC -o .libs/hash_auto.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_auto.c -o hash_auto.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o hash_conv.lo `test -f 'hash_conv.c' || echo './'`hash_conv.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_conv.c -fPIC -DPIC -o .libs/hash_conv.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_conv.c -o hash_conv.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o hash_dup.lo `test -f 'hash_dup.c' || echo './'`hash_dup.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_dup.c -fPIC -DPIC -o .libs/hash_dup.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_dup.c -o hash_dup.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o hash_func.lo `test -f 'hash_func.c' || echo './'`hash_func.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_func.c -fPIC -DPIC -o .libs/hash_func.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_func.c -o hash_func.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o hash_meta.lo `test -f 'hash_meta.c' || echo './'`hash_meta.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_meta.c -fPIC -DPIC -o .libs/hash_meta.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_meta.c -o hash_meta.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o hash_method.lo `test -f 'hash_method.c' || echo './'`hash_method.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_method.c -fPIC -DPIC -o .libs/hash_method.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_method.c -o hash_method.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o hash_page.lo `test -f 'hash_page.c' || echo './'`hash_page.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_page.c -fPIC -DPIC -o .libs/hash_page.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_page.c -o hash_page.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o hash_rec.lo `test -f 'hash_rec.c' || echo './'`hash_rec.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_rec.c -fPIC -DPIC -o .libs/hash_rec.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_rec.c -o hash_rec.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o hash_reclaim.lo `test -f 'hash_reclaim.c' || echo './'`hash_reclaim.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_reclaim.c -fPIC -DPIC -o .libs/hash_reclaim.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_reclaim.c -o hash_reclaim.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o hash_stat.lo `test -f 'hash_stat.c' || echo './'`hash_stat.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_stat.c -fPIC -DPIC -o .libs/hash_stat.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_stat.c -o hash_stat.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o hash_upgrade.lo `test -f 'hash_upgrade.c' || echo './'`hash_upgrade.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_upgrade.c -fPIC -DPIC -o .libs/hash_upgrade.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c hash_upgrade.c -o hash_upgrade.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o lock.lo `test -f 'lock.c' || echo './'`lock.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c lock.c -fPIC -DPIC -o .libs/lock.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c lock.c -o lock.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o lock_conflict.lo `test -f 'lock_conflict.c' || echo './'`lock_conflict.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c lock_conflict.c -fPIC -DPIC -o .libs/lock_conflict.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c lock_conflict.c -o lock_conflict.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o lock_deadlock.lo `test -f 'lock_deadlock.c' || echo './'`lock_deadlock.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c lock_deadlock.c -fPIC -DPIC -o .libs/lock_deadlock.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c lock_deadlock.c -o lock_deadlock.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o lock_region.lo `test -f 'lock_region.c' || echo './'`lock_region.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c lock_region.c -fPIC -DPIC -o .libs/lock_region.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c lock_region.c -o lock_region.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o lock_util.lo `test -f 'lock_util.c' || echo './'`lock_util.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c lock_util.c -fPIC -DPIC -o .libs/lock_util.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c lock_util.c -o lock_util.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o log.lo `test -f 'log.c' || echo './'`log.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log.c -fPIC -DPIC -o .libs/log.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log.c -o log.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o log_archive.lo `test -f 'log_archive.c' || echo './'`log_archive.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_archive.c -fPIC -DPIC -o .libs/log_archive.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_archive.c -o log_archive.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o log_auto.lo `test -f 'log_auto.c' || echo './'`log_auto.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_auto.c -fPIC -DPIC -o .libs/log_auto.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_auto.c -o log_auto.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o log_compare.lo `test -f 'log_compare.c' || echo './'`log_compare.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_compare.c -fPIC -DPIC -o .libs/log_compare.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_compare.c -o log_compare.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o log_findckp.lo `test -f 'log_findckp.c' || echo './'`log_findckp.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_findckp.c -fPIC -DPIC -o .libs/log_findckp.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_findckp.c -o log_findckp.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o log_get.lo `test -f 'log_get.c' || echo './'`log_get.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_get.c -fPIC -DPIC -o .libs/log_get.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_get.c -o log_get.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o log_method.lo `test -f 'log_method.c' || echo './'`log_method.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_method.c -fPIC -DPIC -o .libs/log_method.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_method.c -o log_method.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o log_put.lo `test -f 'log_put.c' || echo './'`log_put.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_put.c -fPIC -DPIC -o .libs/log_put.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_put.c -o log_put.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o log_rec.lo `test -f 'log_rec.c' || echo './'`log_rec.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_rec.c -fPIC -DPIC -o .libs/log_rec.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_rec.c -o log_rec.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o log_register.lo `test -f 'log_register.c' || echo './'`log_register.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_register.c -fPIC -DPIC -o .libs/log_register.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c log_register.c -o log_register.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mp_alloc.lo `test -f 'mp_alloc.c' || echo './'`mp_alloc.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_alloc.c -fPIC -DPIC -o .libs/mp_alloc.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_alloc.c -o mp_alloc.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mp_bh.lo `test -f 'mp_bh.c' || echo './'`mp_bh.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_bh.c -fPIC -DPIC -o .libs/mp_bh.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_bh.c -o mp_bh.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mp_cmpr.lo `test -f 'mp_cmpr.c' || echo './'`mp_cmpr.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_cmpr.c -fPIC -DPIC -o .libs/mp_cmpr.o
# mp_cmpr.c:397:93: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
# ret = CDB___memp_cmpr_deflate(orig_buff, CMPR_MULTIPLY(db_io->pagesize), &buffcmpr, &buffcmpr_length, cmpr_info->user_data);
# ^~~~~~~~~~~~~~~~
# ./mp_ext.h:27:74: note: passing argument to parameter here
# int CDB___memp_cmpr_deflate __P((const u_int8_t *, int, u_int8_t **, int*, void *));
# ^
# mp_cmpr.c:399:92: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
# ret = (*cmpr_info->compress)(orig_buff, CMPR_MULTIPLY(db_io->pagesize), &buffcmpr, &buffcmpr_length, cmpr_info->user_data);
# ^~~~~~~~~~~~~~~~
# 2 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_cmpr.c -o mp_cmpr.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mp_fget.lo `test -f 'mp_fget.c' || echo './'`mp_fget.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_fget.c -fPIC -DPIC -o .libs/mp_fget.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_fget.c -o mp_fget.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mp_fopen.lo `test -f 'mp_fopen.c' || echo './'`mp_fopen.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_fopen.c -fPIC -DPIC -o .libs/mp_fopen.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_fopen.c -o mp_fopen.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mp_fput.lo `test -f 'mp_fput.c' || echo './'`mp_fput.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_fput.c -fPIC -DPIC -o .libs/mp_fput.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_fput.c -o mp_fput.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mp_fset.lo `test -f 'mp_fset.c' || echo './'`mp_fset.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_fset.c -fPIC -DPIC -o .libs/mp_fset.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_fset.c -o mp_fset.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mp_method.lo `test -f 'mp_method.c' || echo './'`mp_method.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_method.c -fPIC -DPIC -o .libs/mp_method.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_method.c -o mp_method.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mp_region.lo `test -f 'mp_region.c' || echo './'`mp_region.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_region.c -fPIC -DPIC -o .libs/mp_region.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_region.c -o mp_region.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mp_register.lo `test -f 'mp_register.c' || echo './'`mp_register.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_register.c -fPIC -DPIC -o .libs/mp_register.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_register.c -o mp_register.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mp_stat.lo `test -f 'mp_stat.c' || echo './'`mp_stat.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_stat.c -fPIC -DPIC -o .libs/mp_stat.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_stat.c -o mp_stat.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mp_sync.lo `test -f 'mp_sync.c' || echo './'`mp_sync.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_sync.c -fPIC -DPIC -o .libs/mp_sync.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_sync.c -o mp_sync.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mp_trickle.lo `test -f 'mp_trickle.c' || echo './'`mp_trickle.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_trickle.c -fPIC -DPIC -o .libs/mp_trickle.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mp_trickle.c -o mp_trickle.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mut_fcntl.lo `test -f 'mut_fcntl.c' || echo './'`mut_fcntl.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mut_fcntl.c -fPIC -DPIC -o .libs/mut_fcntl.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mut_fcntl.c -o mut_fcntl.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mut_pthread.lo `test -f 'mut_pthread.c' || echo './'`mut_pthread.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mut_pthread.c -fPIC -DPIC -o .libs/mut_pthread.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mut_pthread.c -o mut_pthread.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mut_tas.lo `test -f 'mut_tas.c' || echo './'`mut_tas.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mut_tas.c -fPIC -DPIC -o .libs/mut_tas.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mut_tas.c -o mut_tas.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o mutex.lo `test -f 'mutex.c' || echo './'`mutex.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mutex.c -fPIC -DPIC -o .libs/mutex.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c mutex.c -o mutex.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_abs.lo `test -f 'os_abs.c' || echo './'`os_abs.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_abs.c -fPIC -DPIC -o .libs/os_abs.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_abs.c -o os_abs.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_alloc.lo `test -f 'os_alloc.c' || echo './'`os_alloc.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_alloc.c -fPIC -DPIC -o .libs/os_alloc.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_alloc.c -o os_alloc.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_dir.lo `test -f 'os_dir.c' || echo './'`os_dir.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_dir.c -fPIC -DPIC -o .libs/os_dir.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_dir.c -o os_dir.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_errno.lo `test -f 'os_errno.c' || echo './'`os_errno.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_errno.c -fPIC -DPIC -o .libs/os_errno.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_errno.c -o os_errno.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_fid.lo `test -f 'os_fid.c' || echo './'`os_fid.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_fid.c -fPIC -DPIC -o .libs/os_fid.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_fid.c -o os_fid.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_finit.lo `test -f 'os_finit.c' || echo './'`os_finit.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_finit.c -fPIC -DPIC -o .libs/os_finit.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_finit.c -o os_finit.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_fsync.lo `test -f 'os_fsync.c' || echo './'`os_fsync.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_fsync.c -fPIC -DPIC -o .libs/os_fsync.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_fsync.c -o os_fsync.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_handle.lo `test -f 'os_handle.c' || echo './'`os_handle.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_handle.c -fPIC -DPIC -o .libs/os_handle.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_handle.c -o os_handle.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_map.lo `test -f 'os_map.c' || echo './'`os_map.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_map.c -fPIC -DPIC -o .libs/os_map.o
# os_map.c:87:12: warning: implicit declaration of function 'CDB___db_eopnotsup' is invalid in C99 [-Wimplicit-function-declaration]
# return (CDB___db_eopnotsup(dbenv));
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_map.c -o os_map.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_method.lo `test -f 'os_method.c' || echo './'`os_method.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_method.c -fPIC -DPIC -o .libs/os_method.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_method.c -o os_method.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_oflags.lo `test -f 'os_oflags.c' || echo './'`os_oflags.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_oflags.c -fPIC -DPIC -o .libs/os_oflags.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_oflags.c -o os_oflags.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_open.lo `test -f 'os_open.c' || echo './'`os_open.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_open.c -fPIC -DPIC -o .libs/os_open.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_open.c -o os_open.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_region.lo `test -f 'os_region.c' || echo './'`os_region.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_region.c -fPIC -DPIC -o .libs/os_region.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_region.c -o os_region.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_rename.lo `test -f 'os_rename.c' || echo './'`os_rename.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_rename.c -fPIC -DPIC -o .libs/os_rename.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_rename.c -o os_rename.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_root.lo `test -f 'os_root.c' || echo './'`os_root.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_root.c -fPIC -DPIC -o .libs/os_root.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_root.c -o os_root.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_rpath.lo `test -f 'os_rpath.c' || echo './'`os_rpath.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_rpath.c -fPIC -DPIC -o .libs/os_rpath.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_rpath.c -o os_rpath.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_rw.lo `test -f 'os_rw.c' || echo './'`os_rw.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_rw.c -fPIC -DPIC -o .libs/os_rw.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_rw.c -o os_rw.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_seek.lo `test -f 'os_seek.c' || echo './'`os_seek.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_seek.c -fPIC -DPIC -o .libs/os_seek.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_seek.c -o os_seek.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_sleep.lo `test -f 'os_sleep.c' || echo './'`os_sleep.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_sleep.c -fPIC -DPIC -o .libs/os_sleep.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_sleep.c -o os_sleep.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_spin.lo `test -f 'os_spin.c' || echo './'`os_spin.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_spin.c -fPIC -DPIC -o .libs/os_spin.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_spin.c -o os_spin.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_stat.lo `test -f 'os_stat.c' || echo './'`os_stat.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_stat.c -fPIC -DPIC -o .libs/os_stat.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_stat.c -o os_stat.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_tmpdir.lo `test -f 'os_tmpdir.c' || echo './'`os_tmpdir.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_tmpdir.c -fPIC -DPIC -o .libs/os_tmpdir.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_tmpdir.c -o os_tmpdir.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o os_unlink.lo `test -f 'os_unlink.c' || echo './'`os_unlink.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_unlink.c -fPIC -DPIC -o .libs/os_unlink.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c os_unlink.c -o os_unlink.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o qam.lo `test -f 'qam.c' || echo './'`qam.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c qam.c -fPIC -DPIC -o .libs/qam.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c qam.c -o qam.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o qam_auto.lo `test -f 'qam_auto.c' || echo './'`qam_auto.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c qam_auto.c -fPIC -DPIC -o .libs/qam_auto.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c qam_auto.c -o qam_auto.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o qam_conv.lo `test -f 'qam_conv.c' || echo './'`qam_conv.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c qam_conv.c -fPIC -DPIC -o .libs/qam_conv.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c qam_conv.c -o qam_conv.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o qam_method.lo `test -f 'qam_method.c' || echo './'`qam_method.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c qam_method.c -fPIC -DPIC -o .libs/qam_method.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c qam_method.c -o qam_method.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o qam_open.lo `test -f 'qam_open.c' || echo './'`qam_open.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c qam_open.c -fPIC -DPIC -o .libs/qam_open.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c qam_open.c -o qam_open.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o qam_rec.lo `test -f 'qam_rec.c' || echo './'`qam_rec.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c qam_rec.c -fPIC -DPIC -o .libs/qam_rec.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c qam_rec.c -o qam_rec.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o qam_stat.lo `test -f 'qam_stat.c' || echo './'`qam_stat.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c qam_stat.c -fPIC -DPIC -o .libs/qam_stat.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c qam_stat.c -o qam_stat.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o txn.lo `test -f 'txn.c' || echo './'`txn.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c txn.c -fPIC -DPIC -o .libs/txn.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c txn.c -o txn.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o txn_auto.lo `test -f 'txn_auto.c' || echo './'`txn_auto.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c txn_auto.c -fPIC -DPIC -o .libs/txn_auto.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c txn_auto.c -o txn_auto.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o txn_rec.lo `test -f 'txn_rec.c' || echo './'`txn_rec.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c txn_rec.c -fPIC -DPIC -o .libs/txn_rec.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c txn_rec.c -o txn_rec.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o txn_region.lo `test -f 'txn_region.c' || echo './'`txn_region.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c txn_region.c -fPIC -DPIC -o .libs/txn_region.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c txn_region.c -o txn_region.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o xa.lo `test -f 'xa.c' || echo './'`xa.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c xa.c -fPIC -DPIC -o .libs/xa.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c xa.c -o xa.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o xa_db.lo `test -f 'xa_db.c' || echo './'`xa_db.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c xa_db.c -fPIC -DPIC -o .libs/xa_db.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c xa_db.c -o xa_db.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c -o xa_map.lo `test -f 'xa_map.c' || echo './'`xa_map.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c xa_map.c -fPIC -DPIC -o .libs/xa_map.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -c xa_map.c -o xa_map.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=link clang -o libhtdb.la -rpath /usr/lib/htdig_db -release 3.2.0 bt_compare.lo bt_conv.lo bt_curadj.lo bt_cursor.lo bt_delete.lo bt_method.lo bt_open.lo bt_put.lo bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo bt_search.lo bt_split.lo bt_stat.lo bt_upgrade.lo btree_auto.lo crdel_auto.lo crdel_rec.lo db.lo db_am.lo db_auto.lo db_byteorder.lo db_conv.lo db_dispatch.lo db_dup.lo db_err.lo db_getlong.lo db_iface.lo db_join.lo db_log2.lo db_meta.lo db_method.lo db_overflow.lo db_pr.lo db_rec.lo db_reclaim.lo db_ret.lo db_salloc.lo db_shash.lo db_upgrade.lo env_method.lo env_open.lo env_recover.lo env_region.lo hash.lo hash_auto.lo hash_conv.lo hash_dup.lo hash_func.lo hash_meta.lo hash_method.lo hash_page.lo hash_rec.lo hash_reclaim.lo hash_stat.lo hash_upgrade.lo lock.lo lock_conflict.lo lock_deadlock.lo lock_region.lo lock_util.lo log.lo log_archive.lo log_auto.lo log_compare.lo log_findckp.lo log_get.lo log_method.lo log_put.lo log_rec.lo log_register.lo mp_alloc.lo mp_bh.lo mp_cmpr.lo mp_fget.lo mp_fopen.lo mp_fput.lo mp_fset.lo mp_method.lo mp_region.lo mp_register.lo mp_stat.lo mp_sync.lo mp_trickle.lo mut_fcntl.lo mut_pthread.lo mut_tas.lo mutex.lo os_abs.lo os_alloc.lo os_dir.lo os_errno.lo os_fid.lo os_finit.lo os_fsync.lo os_handle.lo os_map.lo os_method.lo os_oflags.lo os_open.lo os_region.lo os_rename.lo os_root.lo os_rpath.lo os_rw.lo os_seek.lo os_sleep.lo os_spin.lo os_stat.lo os_tmpdir.lo os_unlink.lo qam.lo qam_auto.lo qam_conv.lo qam_method.lo qam_open.lo qam_rec.lo qam_stat.lo txn.lo txn_auto.lo txn_rec.lo txn_region.lo xa.lo xa_db.lo xa_map.lo -lpthread -lz
# clang -shared .libs/bt_compare.o .libs/bt_conv.o .libs/bt_curadj.o .libs/bt_cursor.o .libs/bt_delete.o .libs/bt_method.o .libs/bt_open.o .libs/bt_put.o .libs/bt_rec.o .libs/bt_reclaim.o .libs/bt_recno.o .libs/bt_rsearch.o .libs/bt_search.o .libs/bt_split.o .libs/bt_stat.o .libs/bt_upgrade.o .libs/btree_auto.o .libs/crdel_auto.o .libs/crdel_rec.o .libs/db.o .libs/db_am.o .libs/db_auto.o .libs/db_byteorder.o .libs/db_conv.o .libs/db_dispatch.o .libs/db_dup.o .libs/db_err.o .libs/db_getlong.o .libs/db_iface.o .libs/db_join.o .libs/db_log2.o .libs/db_meta.o .libs/db_method.o .libs/db_overflow.o .libs/db_pr.o .libs/db_rec.o .libs/db_reclaim.o .libs/db_ret.o .libs/db_salloc.o .libs/db_shash.o .libs/db_upgrade.o .libs/env_method.o .libs/env_open.o .libs/env_recover.o .libs/env_region.o .libs/hash.o .libs/hash_auto.o .libs/hash_conv.o .libs/hash_dup.o .libs/hash_func.o .libs/hash_meta.o .libs/hash_method.o .libs/hash_page.o .libs/hash_rec.o .libs/hash_reclaim.o .libs/hash_stat.o .libs/hash_upgrade.o .libs/lock.o .libs/lock_conflict.o .libs/lock_deadlock.o .libs/lock_region.o .libs/lock_util.o .libs/log.o .libs/log_archive.o .libs/log_auto.o .libs/log_compare.o .libs/log_findckp.o .libs/log_get.o .libs/log_method.o .libs/log_put.o .libs/log_rec.o .libs/log_register.o .libs/mp_alloc.o .libs/mp_bh.o .libs/mp_cmpr.o .libs/mp_fget.o .libs/mp_fopen.o .libs/mp_fput.o .libs/mp_fset.o .libs/mp_method.o .libs/mp_region.o .libs/mp_register.o .libs/mp_stat.o .libs/mp_sync.o .libs/mp_trickle.o .libs/mut_fcntl.o .libs/mut_pthread.o .libs/mut_tas.o .libs/mutex.o .libs/os_abs.o .libs/os_alloc.o .libs/os_dir.o .libs/os_errno.o .libs/os_fid.o .libs/os_finit.o .libs/os_fsync.o .libs/os_handle.o .libs/os_map.o .libs/os_method.o .libs/os_oflags.o .libs/os_open.o .libs/os_region.o .libs/os_rename.o .libs/os_root.o .libs/os_rpath.o .libs/os_rw.o .libs/os_seek.o .libs/os_sleep.o .libs/os_spin.o .libs/os_stat.o .libs/os_tmpdir.o .libs/os_unlink.o .libs/qam.o .libs/qam_auto.o .libs/qam_conv.o .libs/qam_method.o .libs/qam_open.o .libs/qam_rec.o .libs/qam_stat.o .libs/txn.o .libs/txn_auto.o .libs/txn_rec.o .libs/txn_region.o .libs/xa.o .libs/xa_db.o .libs/xa_map.o -lpthread -lz -Wl,-soname -Wl,libhtdb-3.2.0.so -o .libs/libhtdb-3.2.0.so
# (cd .libs && rm -f libhtdb.so && ln -s libhtdb-3.2.0.so libhtdb.so)
# ar cru .libs/libhtdb.a bt_compare.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o bt_upgrade.o btree_auto.o crdel_auto.o crdel_rec.o db.o db_am.o db_auto.o db_byteorder.o db_conv.o db_dispatch.o db_dup.o db_err.o db_getlong.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o db_overflow.o db_pr.o db_rec.o db_reclaim.o db_ret.o db_salloc.o db_shash.o db_upgrade.o env_method.o env_open.o env_recover.o env_region.o hash.o hash_auto.o hash_conv.o hash_dup.o hash_func.o hash_meta.o hash_method.o hash_page.o hash_rec.o hash_reclaim.o hash_stat.o hash_upgrade.o lock.o lock_conflict.o lock_deadlock.o lock_region.o lock_util.o log.o log_archive.o log_auto.o log_compare.o log_findckp.o log_get.o log_method.o log_put.o log_rec.o log_register.o mp_alloc.o mp_bh.o mp_cmpr.o mp_fget.o mp_fopen.o mp_fput.o mp_fset.o mp_method.o mp_region.o mp_register.o mp_stat.o mp_sync.o mp_trickle.o mut_fcntl.o mut_pthread.o mut_tas.o mutex.o os_abs.o os_alloc.o os_dir.o os_errno.o os_fid.o os_finit.o os_fsync.o os_handle.o os_map.o os_method.o os_oflags.o os_open.o os_region.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_sleep.o os_spin.o os_stat.o os_tmpdir.o os_unlink.o qam.o qam_auto.o qam_conv.o qam_method.o qam_open.o qam_rec.o qam_stat.o txn.o txn_auto.o txn_rec.o txn_region.o xa.o xa_db.o xa_map.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libhtdb.a
# creating libhtdb.la
# (cd .libs && rm -f libhtdb.la && ln -s ../libhtdb.la libhtdb.la)
# make[2]: Leaving directory '/tmp/htdig/src/htdig-3.2.0b6/db'
# make[1]: Leaving directory '/tmp/htdig/src/htdig-3.2.0b6/db'
# Making all in htlib
# make[1]: Entering directory '/tmp/htdig/src/htdig-3.2.0b6/htlib'
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o Configuration.lo `test -f 'Configuration.cc' || echo './'`Configuration.cc
# mkdir .libs
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Configuration.cc -fPIC -DPIC -o .libs/Configuration.o
# Configuration.cc:336:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# value = ""; // Blank value
# ^
# 1 warning generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Configuration.cc -o Configuration.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o Database.lo `test -f 'Database.cc' || echo './'`Database.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Database.cc -fPIC -DPIC -o .libs/Database.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Database.cc -o Database.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o Dictionary.lo `test -f 'Dictionary.cc' || echo './'`Dictionary.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Dictionary.cc -fPIC -DPIC -o .libs/Dictionary.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Dictionary.cc -o Dictionary.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o DB2_db.lo `test -f 'DB2_db.cc' || echo './'`DB2_db.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c DB2_db.cc -fPIC -DPIC -o .libs/DB2_db.o
# DB2_db.cc:361:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# char *progname = "DB2 problem...";
# ^
# 1 warning generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c DB2_db.cc -o DB2_db.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o IntObject.lo `test -f 'IntObject.cc' || echo './'`IntObject.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c IntObject.cc -fPIC -DPIC -o .libs/IntObject.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c IntObject.cc -o IntObject.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o List.lo `test -f 'List.cc' || echo './'`List.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c List.cc -fPIC -DPIC -o .libs/List.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c List.cc -o List.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o Object.lo `test -f 'Object.cc' || echo './'`Object.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Object.cc -fPIC -DPIC -o .libs/Object.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Object.cc -o Object.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o ParsedString.lo `test -f 'ParsedString.cc' || echo './'`ParsedString.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c ParsedString.cc -fPIC -DPIC -o .libs/ParsedString.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c ParsedString.cc -o ParsedString.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o Queue.lo `test -f 'Queue.cc' || echo './'`Queue.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Queue.cc -fPIC -DPIC -o .libs/Queue.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Queue.cc -o Queue.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o QuotedStringList.lo `test -f 'QuotedStringList.cc' || echo './'`QuotedStringList.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c QuotedStringList.cc -fPIC -DPIC -o .libs/QuotedStringList.o
# In file included from QuotedStringList.cc:21:
# In file included from ./QuotedStringList.h:20:
# ./StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ./List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from QuotedStringList.cc:21:
# In file included from ./QuotedStringList.h:20:
# ./StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ./List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from QuotedStringList.cc:21:
# In file included from ./QuotedStringList.h:20:
# ./StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ./List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from QuotedStringList.cc:21:
# In file included from ./QuotedStringList.h:20:
# ./StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ./List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from QuotedStringList.cc:21:
# In file included from ./QuotedStringList.h:20:
# ./StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ./List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from QuotedStringList.cc:21:
# In file included from ./QuotedStringList.h:20:
# ./StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ./List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# 6 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c QuotedStringList.cc -o QuotedStringList.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o Stack.lo `test -f 'Stack.cc' || echo './'`Stack.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Stack.cc -fPIC -DPIC -o .libs/Stack.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Stack.cc -o Stack.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o String.lo `test -f 'String.cc' || echo './'`String.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c String.cc -fPIC -DPIC -o .libs/String.o
# String.cc:257:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# static char *null = "";
# ^
# 1 warning generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c String.cc -o String.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o StringList.lo `test -f 'StringList.cc' || echo './'`StringList.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c StringList.cc -fPIC -DPIC -o .libs/StringList.o
# In file included from StringList.cc:19:
# ./StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ./List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from StringList.cc:19:
# ./StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ./List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from StringList.cc:19:
# ./StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ./List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from StringList.cc:19:
# ./StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ./List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from StringList.cc:19:
# ./StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ./List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from StringList.cc:19:
# ./StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ./List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# StringList.cc:174:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
# delete array;
# ^
# []
# StringList.cc:152:22: note: allocated with 'new[]' here
# String **array = new String*[Count()];
# ^
# 7 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c StringList.cc -o StringList.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o StringMatch.lo `test -f 'StringMatch.cc' || echo './'`StringMatch.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c StringMatch.cc -fPIC -DPIC -o .libs/StringMatch.o
# StringMatch.cc:314:25: warning: array subscript is of type 'char' [-Wchar-subscripts]
# new_state = table[trans[string[pos]]][state];
# ^~~~~~~~~~~~
# 1 warning generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c StringMatch.cc -o StringMatch.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o String_fmt.lo `test -f 'String_fmt.cc' || echo './'`String_fmt.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c String_fmt.cc -fPIC -DPIC -o .libs/String_fmt.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c String_fmt.cc -o String_fmt.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o good_strtok.lo `test -f 'good_strtok.cc' || echo './'`good_strtok.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c good_strtok.cc -fPIC -DPIC -o .libs/good_strtok.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c good_strtok.cc -o good_strtok.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o strcasecmp.lo `test -f 'strcasecmp.cc' || echo './'`strcasecmp.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c strcasecmp.cc -fPIC -DPIC -o .libs/strcasecmp.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c strcasecmp.cc -o strcasecmp.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c -o mktime.lo `test -f 'mktime.c' || echo './'`mktime.c
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c mktime.c -fPIC -DPIC -o .libs/mktime.o
# mktime.c:311:15: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# if (t < TIME_T_MIN + 3 * quarter)
# ^~~~~~~~~~
# mktime.c:92:21: note: expanded from macro 'TIME_T_MIN'
# # define TIME_T_MIN TYPE_MINIMUM (time_t)
# ^~~~~~~~~~~~~~~~~~~~~
# mktime.c:81:20: note: expanded from macro 'TYPE_MINIMUM'
# ? ~ (t) 0 << (sizeof (t) * CHAR_BIT - 1) : (t) 0))
# ~~~~~~~ ^
# mktime.c:343:7: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# if (TIME_T_MAX / INT_MAX / 366 / 24 / 60 / 60 < 3)
# ^~~~~~~~~~
# mktime.c:95:21: note: expanded from macro 'TIME_T_MAX'
# # define TIME_T_MAX TYPE_MAXIMUM (time_t)
# ^~~~~~~~~~~~~~~~~~~~~
# mktime.c:82:41: note: expanded from macro 'TYPE_MAXIMUM'
# #define TYPE_MAXIMUM(t) ((t) (~ (t) 0 - TYPE_MINIMUM (t)))
# ^~~~~~~~~~~~~~~~
# mktime.c:81:20: note: expanded from macro 'TYPE_MINIMUM'
# ? ~ (t) 0 << (sizeof (t) * CHAR_BIT - 1) : (t) 0))
# ~~~~~~~ ^
# 2 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c mktime.c -o mktime.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o strptime.lo `test -f 'strptime.cc' || echo './'`strptime.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c strptime.cc -fPIC -DPIC -o .libs/strptime.o
# strptime.cc:71:7: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
# ^
# strptime.cc:71:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
# ^
# strptime.cc:71:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
# ^
# strptime.cc:71:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
# ^
# strptime.cc:71:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
# ^
# strptime.cc:71:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
# ^
# strptime.cc:72:7: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" },
# ^
# strptime.cc:72:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" },
# ^
# strptime.cc:72:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" },
# ^
# strptime.cc:72:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" },
# ^
# strptime.cc:72:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" },
# ^
# strptime.cc:72:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" },
# ^
# strptime.cc:73:7: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "January", "February", "March", "April",
# ^
# strptime.cc:73:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "January", "February", "March", "April",
# ^
# strptime.cc:73:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "January", "February", "March", "April",
# ^
# strptime.cc:73:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "January", "February", "March", "April",
# ^
# strptime.cc:74:7: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "May", "June", "July", "August",
# ^
# strptime.cc:74:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "May", "June", "July", "August",
# ^
# strptime.cc:74:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "May", "June", "July", "August",
# ^
# strptime.cc:74:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "May", "June", "July", "August",
# ^
# strptime.cc:75:7: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "September", "October", "November", "December" },
# ^
# strptime.cc:75:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "September", "October", "November", "December" },
# ^
# strptime.cc:75:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "September", "October", "November", "December" },
# ^
# strptime.cc:75:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "September", "October", "November", "December" },
# ^
# strptime.cc:76:7: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" },
# ^
# strptime.cc:76:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" },
# ^
# strptime.cc:76:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" },
# ^
# strptime.cc:76:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" },
# ^
# strptime.cc:76:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" },
# ^
# strptime.cc:76:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" },
# ^
# strptime.cc:76:49: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" },
# ^
# strptime.cc:77:7: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Sunday", "Monday", "Tuesday", "Wednesday",
# ^
# strptime.cc:77:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Sunday", "Monday", "Tuesday", "Wednesday",
# ^
# strptime.cc:77:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Sunday", "Monday", "Tuesday", "Wednesday",
# ^
# strptime.cc:77:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "Sunday", "Monday", "Tuesday", "Wednesday",
# ^
# strptime.cc:78:7: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "Thursday", "Friday", "Saturday" },
# ^
# strptime.cc:78:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "Thursday", "Friday", "Saturday" },
# ^
# strptime.cc:78:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "Thursday", "Friday", "Saturday" },
# ^
# strptime.cc:79:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "%H:%M:%S",
# ^
# strptime.cc:80:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "%m/%d/%y",
# ^
# strptime.cc:81:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "%a %b %e %T %Z %Y",
# ^
# strptime.cc:82:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "AM",
# ^
# strptime.cc:83:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "PM",
# ^
# strptime.cc:84:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "%A, %B, %e, %Y"
# ^
# 44 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c strptime.cc -o strptime.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c -o timegm.lo `test -f 'timegm.c' || echo './'`timegm.c
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c timegm.c -fPIC -DPIC -o .libs/timegm.o
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c timegm.c -o timegm.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c -o getcwd.lo `test -f 'getcwd.c' || echo './'`getcwd.c
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c getcwd.c -fPIC -DPIC -o .libs/getcwd.o
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c getcwd.c -o getcwd.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c -o memcpy.lo `test -f 'memcpy.c' || echo './'`memcpy.c
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c memcpy.c -fPIC -DPIC -o .libs/memcpy.o
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c memcpy.c -o memcpy.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c -o memmove.lo `test -f 'memmove.c' || echo './'`memmove.c
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c memmove.c -fPIC -DPIC -o .libs/memmove.o
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c memmove.c -o memmove.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c -o raise.lo `test -f 'raise.c' || echo './'`raise.c
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c raise.c -fPIC -DPIC -o .libs/raise.o
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c raise.c -o raise.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c -o strerror.lo `test -f 'strerror.c' || echo './'`strerror.c
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c strerror.c -fPIC -DPIC -o .libs/strerror.o
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c strerror.c -o strerror.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtCodec.lo `test -f 'HtCodec.cc' || echo './'`HtCodec.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtCodec.cc -fPIC -DPIC -o .libs/HtCodec.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtCodec.cc -o HtCodec.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtWordCodec.lo `test -f 'HtWordCodec.cc' || echo './'`HtWordCodec.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtWordCodec.cc -fPIC -DPIC -o .libs/HtWordCodec.o
# In file included from HtWordCodec.cc:24:
# In file included from ./HtWordCodec.h:24:
# ./StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ./List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from HtWordCodec.cc:24:
# In file included from ./HtWordCodec.h:24:
# ./StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ./List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from HtWordCodec.cc:24:
# In file included from ./HtWordCodec.h:24:
# ./StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ./List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtWordCodec.cc:24:
# In file included from ./HtWordCodec.h:24:
# ./StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ./List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtWordCodec.cc:24:
# In file included from ./HtWordCodec.h:24:
# ./StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ./List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HtWordCodec.cc:24:
# In file included from ./HtWordCodec.h:24:
# ./StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ./List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# 6 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtWordCodec.cc -o HtWordCodec.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtVector.lo `test -f 'HtVector.cc' || echo './'`HtVector.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtVector.cc -fPIC -DPIC -o .libs/HtVector.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtVector.cc -o HtVector.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtHeap.lo `test -f 'HtHeap.cc' || echo './'`HtHeap.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtHeap.cc -fPIC -DPIC -o .libs/HtHeap.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtHeap.cc -o HtHeap.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtPack.lo `test -f 'HtPack.cc' || echo './'`HtPack.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtPack.cc -fPIC -DPIC -o .libs/HtPack.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtPack.cc -o HtPack.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtDateTime.lo `test -f 'HtDateTime.cc' || echo './'`HtDateTime.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtDateTime.cc -fPIC -DPIC -o .libs/HtDateTime.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtDateTime.cc -o HtDateTime.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtRegex.lo `test -f 'HtRegex.cc' || echo './'`HtRegex.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtRegex.cc -fPIC -DPIC -o .libs/HtRegex.o
# In file included from HtRegex.cc:19:
# In file included from ./HtRegex.h:24:
# ./StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ./List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from HtRegex.cc:19:
# In file included from ./HtRegex.h:24:
# ./StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ./List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from HtRegex.cc:19:
# In file included from ./HtRegex.h:24:
# ./StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ./List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtRegex.cc:19:
# In file included from ./HtRegex.h:24:
# ./StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ./List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtRegex.cc:19:
# In file included from ./HtRegex.h:24:
# ./StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ./List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HtRegex.cc:19:
# In file included from ./HtRegex.h:24:
# ./StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ./List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# HtRegex.cc:60:7: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
# delete buf;
# ^
# []
# HtRegex.cc:57:19: note: allocated with 'new[]' here
# char *buf = new char[len];
# ^
# 7 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtRegex.cc -o HtRegex.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtRegexList.lo `test -f 'HtRegexList.cc' || echo './'`HtRegexList.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtRegexList.cc -fPIC -DPIC -o .libs/HtRegexList.o
# In file included from HtRegexList.cc:19:
# In file included from ./HtRegexList.h:21:
# ./StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ./List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from HtRegexList.cc:19:
# In file included from ./HtRegexList.h:21:
# ./StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ./List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from HtRegexList.cc:19:
# In file included from ./HtRegexList.h:21:
# ./StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ./List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtRegexList.cc:19:
# In file included from ./HtRegexList.h:21:
# ./StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ./List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtRegexList.cc:19:
# In file included from ./HtRegexList.h:21:
# ./StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ./List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HtRegexList.cc:19:
# In file included from ./HtRegexList.h:21:
# ./StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ./List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# 6 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtRegexList.cc -o HtRegexList.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtRegexReplace.lo `test -f 'HtRegexReplace.cc' || echo './'`HtRegexReplace.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtRegexReplace.cc -fPIC -DPIC -o .libs/HtRegexReplace.o
# In file included from HtRegexReplace.cc:15:
# In file included from ./HtRegexReplace.h:22:
# In file included from ./HtRegex.h:24:
# ./StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ./List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from HtRegexReplace.cc:15:
# In file included from ./HtRegexReplace.h:22:
# In file included from ./HtRegex.h:24:
# ./StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ./List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from HtRegexReplace.cc:15:
# In file included from ./HtRegexReplace.h:22:
# In file included from ./HtRegex.h:24:
# ./StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ./List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtRegexReplace.cc:15:
# In file included from ./HtRegexReplace.h:22:
# In file included from ./HtRegex.h:24:
# ./StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ./List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtRegexReplace.cc:15:
# In file included from ./HtRegexReplace.h:22:
# In file included from ./HtRegex.h:24:
# ./StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ./List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HtRegexReplace.cc:15:
# In file included from ./HtRegexReplace.h:22:
# In file included from ./HtRegex.h:24:
# ./StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ./List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# 6 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtRegexReplace.cc -o HtRegexReplace.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtRegexReplaceList.lo `test -f 'HtRegexReplaceList.cc' || echo './'`HtRegexReplaceList.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtRegexReplaceList.cc -fPIC -DPIC -o .libs/HtRegexReplaceList.o
# In file included from HtRegexReplaceList.cc:22:
# In file included from ./HtRegexReplaceList.h:20:
# In file included from ./HtRegexReplace.h:22:
# In file included from ./HtRegex.h:24:
# ./StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ./List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from HtRegexReplaceList.cc:22:
# In file included from ./HtRegexReplaceList.h:20:
# In file included from ./HtRegexReplace.h:22:
# In file included from ./HtRegex.h:24:
# ./StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ./List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from HtRegexReplaceList.cc:22:
# In file included from ./HtRegexReplaceList.h:20:
# In file included from ./HtRegexReplace.h:22:
# In file included from ./HtRegex.h:24:
# ./StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ./List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtRegexReplaceList.cc:22:
# In file included from ./HtRegexReplaceList.h:20:
# In file included from ./HtRegexReplace.h:22:
# In file included from ./HtRegex.h:24:
# ./StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ./List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtRegexReplaceList.cc:22:
# In file included from ./HtRegexReplaceList.h:20:
# In file included from ./HtRegexReplace.h:22:
# In file included from ./HtRegex.h:24:
# ./StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ./List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HtRegexReplaceList.cc:22:
# In file included from ./HtRegexReplaceList.h:20:
# In file included from ./HtRegexReplace.h:22:
# In file included from ./HtRegex.h:24:
# ./StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ./List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# 6 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtRegexReplaceList.cc -o HtRegexReplaceList.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtVectorGeneric.lo `test -f 'HtVectorGeneric.cc' || echo './'`HtVectorGeneric.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtVectorGeneric.cc -fPIC -DPIC -o .libs/HtVectorGeneric.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtVectorGeneric.cc -o HtVectorGeneric.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtMaxMin.lo `test -f 'HtMaxMin.cc' || echo './'`HtMaxMin.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtMaxMin.cc -fPIC -DPIC -o .libs/HtMaxMin.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtMaxMin.cc -o HtMaxMin.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtWordType.lo `test -f 'HtWordType.cc' || echo './'`HtWordType.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtWordType.cc -fPIC -DPIC -o .libs/HtWordType.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtWordType.cc -o HtWordType.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c -o myqsort.lo `test -f 'myqsort.c' || echo './'`myqsort.c
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c myqsort.c -fPIC -DPIC -o .libs/myqsort.o
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c myqsort.c -o myqsort.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o md5.lo `test -f 'md5.cc' || echo './'`md5.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c md5.cc -fPIC -DPIC -o .libs/md5.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c md5.cc -o md5.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c -o mhash_md5.lo `test -f 'mhash_md5.c' || echo './'`mhash_md5.c
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c mhash_md5.c -fPIC -DPIC -o .libs/mhash_md5.o
# clang -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -c mhash_md5.c -o mhash_md5.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=link clang++ -Wall -fno-rtti -fno-exceptions -o libht.la -rpath /usr/lib/htdig -release 3.2.0 Configuration.lo Database.lo Dictionary.lo DB2_db.lo IntObject.lo List.lo Object.lo ParsedString.lo Queue.lo QuotedStringList.lo Stack.lo String.lo StringList.lo StringMatch.lo String_fmt.lo good_strtok.lo strcasecmp.lo mktime.lo strptime.lo timegm.lo getcwd.lo memcpy.lo memmove.lo raise.lo strerror.lo HtCodec.lo HtWordCodec.lo HtVector.lo HtHeap.lo HtPack.lo HtDateTime.lo HtRegex.lo HtRegexList.lo HtRegexReplace.lo HtRegexReplaceList.lo HtVectorGeneric.lo HtMaxMin.lo HtWordType.lo myqsort.lo md5.lo mhash_md5.lo -lz -lssl -lcrypto
# clang++ -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/Configuration.o .libs/Database.o .libs/Dictionary.o .libs/DB2_db.o .libs/IntObject.o .libs/List.o .libs/Object.o .libs/ParsedString.o .libs/Queue.o .libs/QuotedStringList.o .libs/Stack.o .libs/String.o .libs/StringList.o .libs/StringMatch.o .libs/String_fmt.o .libs/good_strtok.o .libs/strcasecmp.o .libs/mktime.o .libs/strptime.o .libs/timegm.o .libs/getcwd.o .libs/memcpy.o .libs/memmove.o .libs/raise.o .libs/strerror.o .libs/HtCodec.o .libs/HtWordCodec.o .libs/HtVector.o .libs/HtHeap.o .libs/HtPack.o .libs/HtDateTime.o .libs/HtRegex.o .libs/HtRegexList.o .libs/HtRegexReplace.o .libs/HtRegexReplaceList.o .libs/HtVectorGeneric.o .libs/HtMaxMin.o .libs/HtWordType.o .libs/myqsort.o .libs/md5.o .libs/mhash_md5.o -lz -lssl -lcrypto -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libht-3.2.0.so -o .libs/libht-3.2.0.so
# (cd .libs && rm -f libht.so && ln -s libht-3.2.0.so libht.so)
# ar cru .libs/libht.a Configuration.o Database.o Dictionary.o DB2_db.o IntObject.o List.o Object.o ParsedString.o Queue.o QuotedStringList.o Stack.o String.o StringList.o StringMatch.o String_fmt.o good_strtok.o strcasecmp.o mktime.o strptime.o timegm.o getcwd.o memcpy.o memmove.o raise.o strerror.o HtCodec.o HtWordCodec.o HtVector.o HtHeap.o HtPack.o HtDateTime.o HtRegex.o HtRegexList.o HtRegexReplace.o HtRegexReplaceList.o HtVectorGeneric.o HtMaxMin.o HtWordType.o myqsort.o md5.o mhash_md5.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libht.a
# creating libht.la
# (cd .libs && rm -f libht.la && ln -s ../libht.la libht.la)
# make[1]: Leaving directory '/tmp/htdig/src/htdig-3.2.0b6/htlib'
# Making all in htword
# make[1]: Entering directory '/tmp/htdig/src/htdig-3.2.0b6/htword'
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordBitCompress.lo `test -f 'WordBitCompress.cc' || echo './'`WordBitCompress.cc
# mkdir .libs
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordBitCompress.cc -fPIC -DPIC -o .libs/WordBitCompress.o
# In file included from WordBitCompress.cc:29:
# ./WordBitCompress.h:129:28: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(check_tag(tag)==NOTOK){errr("BitStream::get() check_tag failed");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordBitCompress.h:129:28: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# ./WordBitCompress.h:130:31: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(bitpos>=(buff.size()<<3)){errr("BitStream::get reading past end of BitStream!");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordBitCompress.h:130:31: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:85:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(res);
# ^~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:85:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:313:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(intervals);
# ^~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:313:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:315:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(intervalsizes);
# ^~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:315:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:317:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(lboundaries);
# ^~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:317:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:370:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(intervals);
# ^~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:370:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:372:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(intervalsizes);
# ^~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:372:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:374:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(lboundaries);
# ^~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:374:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:517:31: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(check_tag(tag)==NOTOK){errr("BitStream::get(int) check_tag failed");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:517:31: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:706:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(res);
# ^~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:706:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:716:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# errr("BitStream::set_data: valid only if BitStream is empty");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:716:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:750:30: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(n>=pow2(NBITS_NVALS)){errr("Compressor::put(uint *,nvals) : overflow: nvals>2^16");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:750:30: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:809:31: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(check_tag(tag)==NOTOK){errr("Compressor::get_vals(unsigned int): check_tag failed");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:809:31: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:816:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(res);
# ^~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:816:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:827:16: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# default: errr("Compressor::get_vals invalid comptype");break;
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:827:16: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:854:30: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(n>=pow2(NBITS_NVALS)){errr("Compressor::put_fixedbitl(byte *) : overflow: nvals>2^16");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:854:30: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:892:31: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(check_tag(tag)==NOTOK){errr("Compressor::get_fixedbitl(byte *): check_tag failed");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:892:31: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordBitCompress.cc:899:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(res);
# ^~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordBitCompress.cc:899:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# 19 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordBitCompress.cc -o WordBitCompress.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordContext.lo `test -f 'WordContext.cc' || echo './'`WordContext.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordContext.cc -fPIC -DPIC -o .libs/WordContext.o
# In file included from WordContext.cc:30:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from WordContext.cc:30:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from WordContext.cc:30:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordContext.cc:30:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordContext.cc:30:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordContext.cc:30:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# 6 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordContext.cc -o WordContext.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordCursor.lo `test -f 'WordCursor.cc' || echo './'`WordCursor.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordCursor.cc -fPIC -DPIC -o .libs/WordCursor.o
# In file included from WordCursor.cc:19:
# In file included from ./WordCursor.h:92:
# In file included from ./WordKey.h:72:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from WordCursor.cc:19:
# In file included from ./WordCursor.h:92:
# In file included from ./WordKey.h:72:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from WordCursor.cc:19:
# In file included from ./WordCursor.h:92:
# In file included from ./WordKey.h:72:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordCursor.cc:19:
# In file included from ./WordCursor.h:92:
# In file included from ./WordKey.h:72:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordCursor.cc:19:
# In file included from ./WordCursor.h:92:
# In file included from ./WordKey.h:72:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordCursor.cc:19:
# In file included from ./WordCursor.h:92:
# In file included from ./WordKey.h:72:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordCursor.cc:19:
# In file included from ./WordCursor.h:92:
# ./WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordCursor.cc:19:
# In file included from ./WordCursor.h:93:
# In file included from ./WordDB.h:32:
# ./WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# 8 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordCursor.cc -o WordCursor.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordDB.lo `test -f 'WordDB.cc' || echo './'`WordDB.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordDB.cc -fPIC -DPIC -o .libs/WordDB.o
# In file included from WordDB.cc:18:
# In file included from ./WordDB.h:32:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from WordDB.cc:18:
# In file included from ./WordDB.h:32:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from WordDB.cc:18:
# In file included from ./WordDB.h:32:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordDB.cc:18:
# In file included from ./WordDB.h:32:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordDB.cc:18:
# In file included from ./WordDB.h:32:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordDB.cc:18:
# In file included from ./WordDB.h:32:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordDB.cc:18:
# In file included from ./WordDB.h:32:
# In file included from ./WordReference.h:49:
# ./WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDB.cc:18:
# In file included from ./WordDB.h:32:
# ./WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# 8 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordDB.cc -o WordDB.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordDBCompress.lo `test -f 'WordDBCompress.cc' || echo './'`WordDBCompress.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordDBCompress.cc -fPIC -DPIC -o .libs/WordDBCompress.o
# In file included from WordDBCompress.cc:22:
# In file included from ./WordDBPage.h:33:
# ./WordBitCompress.h:129:28: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(check_tag(tag)==NOTOK){errr("BitStream::get() check_tag failed");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordBitCompress.h:129:28: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# ./WordBitCompress.h:130:31: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(bitpos>=(buff.size()<<3)){errr("BitStream::get reading past end of BitStream!");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordBitCompress.h:130:31: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# In file included from ./WordDBPage.h:34:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from WordDBCompress.cc:22:
# In file included from ./WordDBPage.h:34:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from WordDBCompress.cc:22:
# In file included from ./WordDBPage.h:34:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordDBCompress.cc:22:
# In file included from ./WordDBPage.h:34:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordDBCompress.cc:22:
# In file included from ./WordDBPage.h:34:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordDBCompress.cc:22:
# In file included from ./WordDBPage.h:34:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordDBCompress.cc:22:
# In file included from ./WordDBPage.h:35:
# ./WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:103:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# errr("UNUSED");
# ^~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:103:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:107:21: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# {if(Get(j)!=0){errr("WordDBKey::is_null key has 0 len word but is not null");}}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:107:21: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:124:20: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(!data || !len){errr("WordDBKey::WordDBKey(data,len) !data || !len");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:124:20: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:149:21: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(type!=P_LBTREE){errr("WordDBPage::isleave: trying leave specific on non leave");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:149:21: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:155:21: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(type!=P_IBTREE){errr("WordDBPage::isintern: trying btreeinternal specific on non btreeinternal page type");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:155:21: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:166:3: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# {errr("WordDBPage:get_WordDBKey: bad page type");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:166:3: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:175:52: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(i<0 || i>=pg->entries){printf("btikey:%d\n",i);errr("WordDBPage::btikey out iof bounds");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:175:52: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:182:51: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(i<0 || i>=pg->entries){printf("entry:%d\n",i);errr("WordDBPage::entry out iof bounds");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:182:51: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:188:51: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(i<0 || 2*i>=pg->entries){printf("key:%d\n",i);errr("WordDBPage::key out iof bounds");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:188:51: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:194:54: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(i<0 || 2*i+1>=pg->entries){printf("data:%d\n",i);errr("WordDBPage::data out iof bounds");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:194:54: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:216:6: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# errr("WordDBPage::alloc_entry: PAGE OVERFLOW");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:216:6: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:227:23: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(!(insert_indx%2)){errr("WordDBPage::insert_data data must be an odd number!");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:227:23: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:242:20: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(insert_indx%2){errr("WordDBPage::insert_key key must be an even number!");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:242:20: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:354:25: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(len==0 && i!=0){errr("WordDBPage::uncompress_key: keylen=0 && i!=0");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:354:25: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:360:23: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(len!=bti.len){errr("WordDBPage::uncompress_key: incoherence: len!=bti.len");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:360:23: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:364:3: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(gotdata);
# ^~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:364:3: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:374:6: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(gotdata);
# ^~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:374:6: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:388:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(gotdata);
# ^~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:388:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:471:16: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(!pg){errr("WordDBPage::delete_page: pg==NULL");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:471:16: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:478:16: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(!pg){errr("WordDBPage::unset_page: pg==NULL");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:478:16: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:485:9: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(pg){errr("WordDBPage::~WordDBPage: page not empty");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:485:9: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBCompress.cc:22:
# ./WordDBPage.h:492:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(pg);
# ^~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:492:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# 31 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordDBCompress.cc -o WordDBCompress.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordDBInfo.lo `test -f 'WordDBInfo.cc' || echo './'`WordDBInfo.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordDBInfo.cc -fPIC -DPIC -o .libs/WordDBInfo.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordDBInfo.cc -o WordDBInfo.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordDBPage.lo `test -f 'WordDBPage.cc' || echo './'`WordDBPage.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordDBPage.cc -fPIC -DPIC -o .libs/WordDBPage.o
# In file included from WordDBPage.cc:19:
# In file included from ./WordDBPage.h:33:
# ./WordBitCompress.h:129:28: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(check_tag(tag)==NOTOK){errr("BitStream::get() check_tag failed");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordBitCompress.h:129:28: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# ./WordBitCompress.h:130:31: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(bitpos>=(buff.size()<<3)){errr("BitStream::get reading past end of BitStream!");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordBitCompress.h:130:31: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# In file included from ./WordDBPage.h:34:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from WordDBPage.cc:19:
# In file included from ./WordDBPage.h:34:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from WordDBPage.cc:19:
# In file included from ./WordDBPage.h:34:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordDBPage.cc:19:
# In file included from ./WordDBPage.h:34:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordDBPage.cc:19:
# In file included from ./WordDBPage.h:34:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordDBPage.cc:19:
# In file included from ./WordDBPage.h:34:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordDBPage.cc:19:
# In file included from ./WordDBPage.h:35:
# ./WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:103:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# errr("UNUSED");
# ^~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:103:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:107:21: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# {if(Get(j)!=0){errr("WordDBKey::is_null key has 0 len word but is not null");}}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:107:21: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:124:20: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(!data || !len){errr("WordDBKey::WordDBKey(data,len) !data || !len");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:124:20: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:149:21: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(type!=P_LBTREE){errr("WordDBPage::isleave: trying leave specific on non leave");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:149:21: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:155:21: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(type!=P_IBTREE){errr("WordDBPage::isintern: trying btreeinternal specific on non btreeinternal page type");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:155:21: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:166:3: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# {errr("WordDBPage:get_WordDBKey: bad page type");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:166:3: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:175:52: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(i<0 || i>=pg->entries){printf("btikey:%d\n",i);errr("WordDBPage::btikey out iof bounds");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:175:52: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:182:51: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(i<0 || i>=pg->entries){printf("entry:%d\n",i);errr("WordDBPage::entry out iof bounds");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:182:51: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:188:51: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(i<0 || 2*i>=pg->entries){printf("key:%d\n",i);errr("WordDBPage::key out iof bounds");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:188:51: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:194:54: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(i<0 || 2*i+1>=pg->entries){printf("data:%d\n",i);errr("WordDBPage::data out iof bounds");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:194:54: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:216:6: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# errr("WordDBPage::alloc_entry: PAGE OVERFLOW");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:216:6: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:227:23: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(!(insert_indx%2)){errr("WordDBPage::insert_data data must be an odd number!");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:227:23: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:242:20: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(insert_indx%2){errr("WordDBPage::insert_key key must be an even number!");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:242:20: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:354:25: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(len==0 && i!=0){errr("WordDBPage::uncompress_key: keylen=0 && i!=0");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:354:25: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:360:23: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(len!=bti.len){errr("WordDBPage::uncompress_key: incoherence: len!=bti.len");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:360:23: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:364:3: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(gotdata);
# ^~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:364:3: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:374:6: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(gotdata);
# ^~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:374:6: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:388:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(gotdata);
# ^~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:388:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:471:16: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(!pg){errr("WordDBPage::delete_page: pg==NULL");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:471:16: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:478:16: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(!pg){errr("WordDBPage::unset_page: pg==NULL");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:478:16: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:485:9: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(pg){errr("WordDBPage::~WordDBPage: page not empty");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:485:9: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordDBPage.cc:19:
# ./WordDBPage.h:492:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(pg);
# ^~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordDBPage.h:492:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:85:23: warning: overflow in expression; result is 1497366528 with type 'int' [-Winteger-overflow]
# if(cmp || size>8*1024*1000000000)
# ^
# WordDBPage.cc:106:14: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(cmp){errr("Compare failed");}
# ^~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:106:14: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:112:12: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# }else {errr("WordDBPage::TestCompress: Compress failed");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:112:12: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:144:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# errr("WordDBPage::Uncompress: *** Compression version mismatch ***");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:144:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:161:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# errr("WordDBPage::Uncompress: CMPRTYPE incoherent");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:161:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:173:14: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(!pin){errr("WordDBPage::Uncompress: no Compressor to uncompress from!!");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:173:14: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:179:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(rnums);
# ^~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:179:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:182:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(rnum_sizes);
# ^~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:182:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:296:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(rnum_pos);
# ^~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:296:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:320:18: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(type!=3){errr("WordDBPage::Uncompress_rebuild: unsupported type!=3");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:320:18: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:335:58: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(rnum_pos[CNWORDDIFFLEN]>=rnum_sizes[CNWORDDIFFLEN]){errr("WordDBPage::Uncompress read wrong num worddiffs");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:335:58: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:342:3: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(str);
# ^~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:342:3: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:365:31: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(indx>=rnum_sizes[k]){errr("WordDBPage::Uncompress read wrong num of changes in a field");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:365:31: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:398:18: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(type!=3){errr("WordDBPage::Uncompress_rebuild: unsupported type!=3");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:398:18: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:444:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(res);
# ^~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:444:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:460:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(res);
# ^~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:460:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:494:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(nums);
# ^~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:494:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:496:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(nums_pos);
# ^~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:496:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:583:18: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(type!=3){errr("WordDBPage::Compress_extract_vals_wordiffs: unsupported type!=3");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:583:18: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:699:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# CHECK_MEM(cnindexe2);
# ^~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:699:5: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:49:29: note: expanded from macro 'CHECK_MEM'
# #define CHECK_MEM(p) if(!p) errr("mifluz: Out of memory!");
# ^
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordDBPage.cc:844:18: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# if(type!=3){errr("WordDBPage::Compare: unsupported type!=3");}
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^~~~~~~~~~~
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# WordDBPage.cc:844:18: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordBitCompress.h:48:55: note: expanded from macro 'errr'
# #define errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);FATAL_ABORT;}
# ^
# ./WordBitCompress.h:47:125: note: expanded from macro 'FATAL_ABORT'
# #define FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# 52 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordDBPage.cc -o WordDBPage.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordKey.lo `test -f 'WordKey.cc' || echo './'`WordKey.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordKey.cc -fPIC -DPIC -o .libs/WordKey.o
# In file included from WordKey.cc:27:
# In file included from ./WordKey.h:72:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from WordKey.cc:27:
# In file included from ./WordKey.h:72:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from WordKey.cc:27:
# In file included from ./WordKey.h:72:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordKey.cc:27:
# In file included from ./WordKey.h:72:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordKey.cc:27:
# In file included from ./WordKey.h:72:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordKey.cc:27:
# In file included from ./WordKey.h:72:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordKey.cc:27:
# ./WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# WordKey.cc:374:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
# else
# ^
# 8 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordKey.cc -o WordKey.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordKeyInfo.lo `test -f 'WordKeyInfo.cc' || echo './'`WordKeyInfo.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordKeyInfo.cc -fPIC -DPIC -o .libs/WordKeyInfo.o
# In file included from WordKeyInfo.cc:18:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from WordKeyInfo.cc:18:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from WordKeyInfo.cc:18:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordKeyInfo.cc:18:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordKeyInfo.cc:18:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordKeyInfo.cc:18:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# WordKeyInfo.cc:48:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# name.set("Word");
# ^
# 7 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordKeyInfo.cc -o WordKeyInfo.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordList.lo `test -f 'WordList.cc' || echo './'`WordList.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordList.cc -fPIC -DPIC -o .libs/WordList.o
# In file included from WordList.cc:29:
# In file included from ./WordList.h:79:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from WordList.cc:29:
# In file included from ./WordList.h:79:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from WordList.cc:29:
# In file included from ./WordList.h:79:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordList.cc:29:
# In file included from ./WordList.h:79:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordList.cc:29:
# In file included from ./WordList.h:79:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordList.cc:29:
# In file included from ./WordList.h:79:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordList.cc:29:
# In file included from ./WordList.h:80:
# In file included from ./WordReference.h:49:
# ./WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordList.cc:29:
# In file included from ./WordList.h:80:
# ./WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# 8 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordList.cc -o WordList.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordMonitor.lo `test -f 'WordMonitor.cc' || echo './'`WordMonitor.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordMonitor.cc -fPIC -DPIC -o .libs/WordMonitor.o
# In file included from WordMonitor.cc:24:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from WordMonitor.cc:24:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from WordMonitor.cc:24:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordMonitor.cc:24:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordMonitor.cc:24:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordMonitor.cc:24:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# WordMonitor.cc:33:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "",
# ^
# WordMonitor.cc:34:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Write",
# ^
# WordMonitor.cc:35:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Read",
# ^
# WordMonitor.cc:36:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Compress 1/1",
# ^
# WordMonitor.cc:37:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Compress 1/2",
# ^
# WordMonitor.cc:38:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Compress 1/3",
# ^
# WordMonitor.cc:39:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Compress 1/4",
# ^
# WordMonitor.cc:40:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Compress 1/5",
# ^
# WordMonitor.cc:41:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Compress 1/6",
# ^
# WordMonitor.cc:42:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Compress 1/7",
# ^
# WordMonitor.cc:43:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Compress 1/8",
# ^
# WordMonitor.cc:44:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Compress 1/9",
# ^
# WordMonitor.cc:45:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Compress 1/10",
# ^
# WordMonitor.cc:46:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Compress 1/>10",
# ^
# WordMonitor.cc:47:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.P_IBTREE",
# ^
# WordMonitor.cc:48:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.P_LBTREE",
# ^
# WordMonitor.cc:49:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.P_UNKNOWN",
# ^
# WordMonitor.cc:50:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Put",
# ^
# WordMonitor.cc:51:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Get (0)",
# ^
# WordMonitor.cc:52:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Get (NEXT)",
# ^
# WordMonitor.cc:53:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Get (SET_RANGE)",
# ^
# WordMonitor.cc:54:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.Get (Other)",
# ^
# WordMonitor.cc:55:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "G.LEVEL",
# ^
# WordMonitor.cc:56:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "G.PGNO",
# ^
# WordMonitor.cc:57:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "C.CMP",
# ^
# 31 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordMonitor.cc -o WordMonitor.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordRecord.lo `test -f 'WordRecord.cc' || echo './'`WordRecord.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordRecord.cc -fPIC -DPIC -o .libs/WordRecord.o
# In file included from WordRecord.cc:19:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from WordRecord.cc:19:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from WordRecord.cc:19:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordRecord.cc:19:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordRecord.cc:19:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordRecord.cc:19:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# 6 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordRecord.cc -o WordRecord.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordRecordInfo.lo `test -f 'WordRecordInfo.cc' || echo './'`WordRecordInfo.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordRecordInfo.cc -fPIC -DPIC -o .libs/WordRecordInfo.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordRecordInfo.cc -o WordRecordInfo.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordReference.lo `test -f 'WordReference.cc' || echo './'`WordReference.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordReference.cc -fPIC -DPIC -o .libs/WordReference.o
# In file included from WordReference.cc:17:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from WordReference.cc:17:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from WordReference.cc:17:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordReference.cc:17:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordReference.cc:17:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordReference.cc:17:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordReference.cc:17:
# In file included from ./WordReference.h:49:
# ./WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordReference.cc:17:
# ./WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# 8 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordReference.cc -o WordReference.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordStat.lo `test -f 'WordStat.cc' || echo './'`WordStat.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordStat.cc -fPIC -DPIC -o .libs/WordStat.o
# In file included from WordStat.cc:17:
# In file included from ./WordStat.h:18:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from WordStat.cc:17:
# In file included from ./WordStat.h:18:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from WordStat.cc:17:
# In file included from ./WordStat.h:18:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordStat.cc:17:
# In file included from ./WordStat.h:18:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from WordStat.cc:17:
# In file included from ./WordStat.h:18:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordStat.cc:17:
# In file included from ./WordStat.h:18:
# In file included from ./WordReference.h:48:
# In file included from ./WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from WordStat.cc:17:
# In file included from ./WordStat.h:18:
# In file included from ./WordReference.h:49:
# ./WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ./WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ./WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ./WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from WordStat.cc:17:
# In file included from ./WordStat.h:18:
# ./WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# 8 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordStat.cc -o WordStat.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o WordType.lo `test -f 'WordType.cc' || echo './'`WordType.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordType.cc -fPIC -DPIC -o .libs/WordType.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c WordType.cc -o WordType.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=link clang++ -Wall -fno-rtti -fno-exceptions -o libhtword.la -rpath /usr/lib/htdig -release 3.2.0 WordBitCompress.lo WordContext.lo WordCursor.lo WordDB.lo WordDBCompress.lo WordDBInfo.lo WordDBPage.lo WordKey.lo WordKeyInfo.lo WordList.lo WordMonitor.lo WordRecord.lo WordRecordInfo.lo WordReference.lo WordStat.lo WordType.lo -lz -lssl -lcrypto
# clang++ -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/WordBitCompress.o .libs/WordContext.o .libs/WordCursor.o .libs/WordDB.o .libs/WordDBCompress.o .libs/WordDBInfo.o .libs/WordDBPage.o .libs/WordKey.o .libs/WordKeyInfo.o .libs/WordList.o .libs/WordMonitor.o .libs/WordRecord.o .libs/WordRecordInfo.o .libs/WordReference.o .libs/WordStat.o .libs/WordType.o -lz -lssl -lcrypto -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libhtword-3.2.0.so -o .libs/libhtword-3.2.0.so
# (cd .libs && rm -f libhtword.so && ln -s libhtword-3.2.0.so libhtword.so)
# ar cru .libs/libhtword.a WordBitCompress.o WordContext.o WordCursor.o WordDB.o WordDBCompress.o WordDBInfo.o WordDBPage.o WordKey.o WordKeyInfo.o WordList.o WordMonitor.o WordRecord.o WordRecordInfo.o WordReference.o WordStat.o WordType.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libhtword.a
# creating libhtword.la
# (cd .libs && rm -f libhtword.la && ln -s ../libhtword.la libhtword.la)
# make[1]: Leaving directory '/tmp/htdig/src/htdig-3.2.0b6/htword'
# Making all in htcommon
# make[1]: Entering directory '/tmp/htdig/src/htdig-3.2.0b6/htcommon'
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o DocumentDB.lo `test -f 'DocumentDB.cc' || echo './'`DocumentDB.cc
# mkdir .libs
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c DocumentDB.cc -fPIC -DPIC -o .libs/DocumentDB.o
# In file included from DocumentDB.cc:23:
# In file included from ./DocumentDB.h:22:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from DocumentDB.cc:23:
# In file included from ./DocumentDB.h:22:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from DocumentDB.cc:23:
# In file included from ./DocumentDB.h:22:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from DocumentDB.cc:23:
# In file included from ./DocumentDB.h:22:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from DocumentDB.cc:23:
# In file included from ./DocumentDB.h:22:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from DocumentDB.cc:23:
# In file included from ./DocumentDB.h:22:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from DocumentDB.cc:23:
# In file included from ./DocumentDB.h:22:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from DocumentDB.cc:23:
# In file included from ./DocumentDB.h:22:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# 8 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c DocumentDB.cc -o DocumentDB.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o DocumentRef.lo `test -f 'DocumentRef.cc' || echo './'`DocumentRef.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c DocumentRef.cc -fPIC -DPIC -o .libs/DocumentRef.o
# In file included from DocumentRef.cc:21:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from DocumentRef.cc:21:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from DocumentRef.cc:21:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from DocumentRef.cc:21:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from DocumentRef.cc:21:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from DocumentRef.cc:21:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from DocumentRef.cc:21:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from DocumentRef.cc:21:
# In file included from ./DocumentRef.h:22:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# DocumentRef.cc:262:5: warning: comparison of constant 254 with expression of type 'ReferenceState' is always true [-Wtautological-constant-out-of-range-compare]
# addnum(DOC_STATE, s, docState);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# DocumentRef.cc:158:12: note: expanded from macro 'addnum'
# if (var <= (unsigned char) ~1) \
# ~~~ ^ ~~~~~~~~~~~~~~~~~~
# DocumentRef.cc:262:5: warning: comparison of constant 65534 with expression of type 'ReferenceState' is always true [-Wtautological-constant-out-of-range-compare]
# addnum(DOC_STATE, s, docState);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# DocumentRef.cc:164:17: note: expanded from macro 'addnum'
# else if (var <= (unsigned short int) ~1) \
# ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~
# 10 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c DocumentRef.cc -o DocumentRef.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o HtWordReference.lo `test -f 'HtWordReference.cc' || echo './'`HtWordReference.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c HtWordReference.cc -fPIC -DPIC -o .libs/HtWordReference.o
# In file included from HtWordReference.cc:17:
# In file included from ./HtWordReference.h:18:
# In file included from ../htword/WordReference.h:48:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from HtWordReference.cc:17:
# In file included from ./HtWordReference.h:18:
# In file included from ../htword/WordReference.h:48:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from HtWordReference.cc:17:
# In file included from ./HtWordReference.h:18:
# In file included from ../htword/WordReference.h:48:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtWordReference.cc:17:
# In file included from ./HtWordReference.h:18:
# In file included from ../htword/WordReference.h:48:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtWordReference.cc:17:
# In file included from ./HtWordReference.h:18:
# In file included from ../htword/WordReference.h:48:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HtWordReference.cc:17:
# In file included from ./HtWordReference.h:18:
# In file included from ../htword/WordReference.h:48:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HtWordReference.cc:17:
# In file included from ./HtWordReference.h:18:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from HtWordReference.cc:17:
# In file included from ./HtWordReference.h:18:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# 8 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c HtWordReference.cc -o HtWordReference.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o HtWordList.lo `test -f 'HtWordList.cc' || echo './'`HtWordList.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c HtWordList.cc -fPIC -DPIC -o .libs/HtWordList.o
# In file included from HtWordList.cc:20:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from HtWordList.cc:20:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from HtWordList.cc:20:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtWordList.cc:20:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtWordList.cc:20:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HtWordList.cc:20:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HtWordList.cc:20:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from HtWordList.cc:20:
# In file included from ./HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# 8 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c HtWordList.cc -o HtWordList.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o defaults.lo `test -f 'defaults.cc' || echo './'`defaults.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c defaults.cc -fPIC -DPIC -o .libs/defaults.o
# defaults.cc:43:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "accents_db", "${database_base}.accents.db", \
# ^
# defaults.cc:43:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "accents_db", "${database_base}.accents.db", \
# ^
# defaults.cc:44:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "accents_db: ${database_base}.uml.db", " \
# ^
# defaults.cc:44:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "accents_db: ${database_base}.uml.db", " \
# ^
# defaults.cc:44:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "accents_db: ${database_base}.uml.db", " \
# ^
# defaults.cc:44:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "accents_db: ${database_base}.uml.db", " \
# ^
# defaults.cc:44:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "accents_db: ${database_base}.uml.db", " \
# ^
# defaults.cc:44:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "accents_db: ${database_base}.uml.db", " \
# ^
# defaults.cc:44:97: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "accents_db: ${database_base}.uml.db", " \
# ^
# defaults.cc:50:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "accept_language", "", \
# ^
# defaults.cc:50:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "accept_language", "", \
# ^
# defaults.cc:51:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "Server", "3.2.0b4", "Indexing:Out", "accept_language: en-us en it", " \
# ^
# defaults.cc:51:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "Server", "3.2.0b4", "Indexing:Out", "accept_language: en-us en it", " \
# ^
# defaults.cc:51:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "Server", "3.2.0b4", "Indexing:Out", "accept_language: en-us en it", " \
# ^
# defaults.cc:51:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "Server", "3.2.0b4", "Indexing:Out", "accept_language: en-us en it", " \
# ^
# defaults.cc:51:47: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "Server", "3.2.0b4", "Indexing:Out", "accept_language: en-us en it", " \
# ^
# defaults.cc:51:63: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "Server", "3.2.0b4", "Indexing:Out", "accept_language: en-us en it", " \
# ^
# defaults.cc:51:95: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "Server", "3.2.0b4", "Indexing:Out", "accept_language: en-us en it", " \
# ^
# defaults.cc:62:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "add_anchors_to_excerpt", "true", \
# ^
# defaults.cc:62:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "add_anchors_to_excerpt", "true", \
# ^
# defaults.cc:63:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0", "Presentation:How", "add_anchors_to_excerpt: no", " \
# ^
# defaults.cc:63:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0", "Presentation:How", "add_anchors_to_excerpt: no", " \
# ^
# defaults.cc:63:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0", "Presentation:How", "add_anchors_to_excerpt: no", " \
# ^
# defaults.cc:63:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0", "Presentation:How", "add_anchors_to_excerpt: no", " \
# ^
# defaults.cc:63:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0", "Presentation:How", "add_anchors_to_excerpt: no", " \
# ^
# defaults.cc:63:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0", "Presentation:How", "add_anchors_to_excerpt: no", " \
# ^
# defaults.cc:63:88: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0", "Presentation:How", "add_anchors_to_excerpt: no", " \
# ^
# defaults.cc:70:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "allow_double_slash", "false", \
# ^
# defaults.cc:70:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "allow_double_slash", "false", \
# ^
# defaults.cc:71:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b4", "Indexing:Out", "allow_double_slash: true", " \
# ^
# defaults.cc:71:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b4", "Indexing:Out", "allow_double_slash: true", " \
# ^
# defaults.cc:71:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b4", "Indexing:Out", "allow_double_slash: true", " \
# ^
# defaults.cc:71:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b4", "Indexing:Out", "allow_double_slash: true", " \
# ^
# defaults.cc:71:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b4", "Indexing:Out", "allow_double_slash: true", " \
# ^
# defaults.cc:71:53: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b4", "Indexing:Out", "allow_double_slash: true", " \
# ^
# defaults.cc:71:81: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b4", "Indexing:Out", "allow_double_slash: true", " \
# ^
# defaults.cc:79:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "allow_in_form", "", \
# ^
# defaults.cc:79:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "allow_in_form", "", \
# ^
# defaults.cc:80:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.0", "Searching:UI", "allow_in_form: search_algorithm search_results_header", " \
# ^
# defaults.cc:80:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.0", "Searching:UI", "allow_in_form: search_algorithm search_results_header", " \
# ^
# defaults.cc:80:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.0", "Searching:UI", "allow_in_form: search_algorithm search_results_header", " \
# ^
# defaults.cc:80:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.0", "Searching:UI", "allow_in_form: search_algorithm search_results_header", " \
# ^
# defaults.cc:80:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.0", "Searching:UI", "allow_in_form: search_algorithm search_results_header", " \
# ^
# defaults.cc:80:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.0", "Searching:UI", "allow_in_form: search_algorithm search_results_header", " \
# ^
# defaults.cc:80:115: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.0", "Searching:UI", "allow_in_form: search_algorithm search_results_header", " \
# ^
# defaults.cc:114:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "allow_numbers", "false", \
# ^
# defaults.cc:114:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "allow_numbers", "false", \
# ^
# defaults.cc:115:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig htsearch", "", "all", "Indexing:What", "allow_numbers: true", " \
# ^
# defaults.cc:115:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig htsearch", "", "all", "Indexing:What", "allow_numbers: true", " \
# ^
# defaults.cc:115:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig htsearch", "", "all", "Indexing:What", "allow_numbers: true", " \
# ^
# defaults.cc:115:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig htsearch", "", "all", "Indexing:What", "allow_numbers: true", " \
# ^
# defaults.cc:115:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig htsearch", "", "all", "Indexing:What", "allow_numbers: true", " \
# ^
# defaults.cc:115:59: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig htsearch", "", "all", "Indexing:What", "allow_numbers: true", " \
# ^
# defaults.cc:115:82: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig htsearch", "", "all", "Indexing:What", "allow_numbers: true", " \
# ^
# defaults.cc:128:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "allow_space_in_url", "false", \
# ^
# defaults.cc:128:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "allow_space_in_url", "false", \
# ^
# defaults.cc:129:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b6", "Indexing:Where", "allow_space_in_url: true", " \
# ^
# defaults.cc:129:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b6", "Indexing:Where", "allow_space_in_url: true", " \
# ^
# defaults.cc:129:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b6", "Indexing:Where", "allow_space_in_url: true", " \
# ^
# defaults.cc:129:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b6", "Indexing:Where", "allow_space_in_url: true", " \
# ^
# defaults.cc:129:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b6", "Indexing:Where", "allow_space_in_url: true", " \
# ^
# defaults.cc:129:55: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b6", "Indexing:Where", "allow_space_in_url: true", " \
# ^
# defaults.cc:129:83: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b6", "Indexing:Where", "allow_space_in_url: true", " \
# ^
# defaults.cc:141:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "allow_virtual_hosts", "true", \
# ^
# defaults.cc:141:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "allow_virtual_hosts", "true", \
# ^
# defaults.cc:142:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.0.8b2", "Indexing:Where", "allow_virtual_hosts: false", " \
# ^
# defaults.cc:142:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.0.8b2", "Indexing:Where", "allow_virtual_hosts: false", " \
# ^
# defaults.cc:142:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.0.8b2", "Indexing:Where", "allow_virtual_hosts: false", " \
# ^
# defaults.cc:142:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.0.8b2", "Indexing:Where", "allow_virtual_hosts: false", " \
# ^
# defaults.cc:142:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.0.8b2", "Indexing:Where", "allow_virtual_hosts: false", " \
# ^
# defaults.cc:142:55: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.0.8b2", "Indexing:Where", "allow_virtual_hosts: false", " \
# ^
# defaults.cc:142:85: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.0.8b2", "Indexing:Where", "allow_virtual_hosts: false", " \
# ^
# defaults.cc:150:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "anchor_target", "", \
# ^
# defaults.cc:150:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "anchor_target", "", \
# ^
# defaults.cc:151:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.6", "Presentation:How", "anchor_target: body", " \
# ^
# defaults.cc:151:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.6", "Presentation:How", "anchor_target: body", " \
# ^
# defaults.cc:151:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.6", "Presentation:How", "anchor_target: body", " \
# ^
# defaults.cc:151:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.6", "Presentation:How", "anchor_target: body", " \
# ^
# defaults.cc:151:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.6", "Presentation:How", "anchor_target: body", " \
# ^
# defaults.cc:151:57: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.6", "Presentation:How", "anchor_target: body", " \
# ^
# defaults.cc:151:80: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.6", "Presentation:How", "anchor_target: body", " \
# ^
# defaults.cc:162:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "any_keywords", "false", \
# ^
# defaults.cc:162:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "any_keywords", "false", \
# ^
# defaults.cc:163:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.2.0b2", "Searching:Method", "any_keywords: yes", " \
# ^
# defaults.cc:163:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.2.0b2", "Searching:Method", "any_keywords: yes", " \
# ^
# defaults.cc:163:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.2.0b2", "Searching:Method", "any_keywords: yes", " \
# ^
# defaults.cc:163:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.2.0b2", "Searching:Method", "any_keywords: yes", " \
# ^
# defaults.cc:163:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.2.0b2", "Searching:Method", "any_keywords: yes", " \
# ^
# defaults.cc:163:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.2.0b2", "Searching:Method", "any_keywords: yes", " \
# ^
# defaults.cc:163:81: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.2.0b2", "Searching:Method", "any_keywords: yes", " \
# ^
# defaults.cc:171:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "author_factor", "1", \
# ^
# defaults.cc:171:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "author_factor", "1", \
# ^
# defaults.cc:172:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.2.0b4", "Searching:Ranking", "author_factor: 1", " \
# ^
# defaults.cc:172:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.2.0b4", "Searching:Ranking", "author_factor: 1", " \
# ^
# defaults.cc:172:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.2.0b4", "Searching:Ranking", "author_factor: 1", " \
# ^
# defaults.cc:172:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.2.0b4", "Searching:Ranking", "author_factor: 1", " \
# ^
# defaults.cc:172:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.2.0b4", "Searching:Ranking", "author_factor: 1", " \
# ^
# defaults.cc:172:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.2.0b4", "Searching:Ranking", "author_factor: 1", " \
# ^
# defaults.cc:172:80: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.2.0b4", "Searching:Ranking", "author_factor: 1", " \
# ^
# defaults.cc:177:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "authorization", "", \
# ^
# defaults.cc:177:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "authorization", "", \
# ^
# defaults.cc:178:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.1.4", "Indexing:Out", "authorization: myusername:mypassword", " \
# ^
# defaults.cc:178:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.1.4", "Indexing:Out", "authorization: myusername:mypassword", " \
# ^
# defaults.cc:178:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.1.4", "Indexing:Out", "authorization: myusername:mypassword", " \
# ^
# defaults.cc:178:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.1.4", "Indexing:Out", "authorization: myusername:mypassword", " \
# ^
# defaults.cc:178:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.1.4", "Indexing:Out", "authorization: myusername:mypassword", " \
# ^
# defaults.cc:178:53: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.1.4", "Indexing:Out", "authorization: myusername:mypassword", " \
# ^
# defaults.cc:178:93: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.1.4", "Indexing:Out", "authorization: myusername:mypassword", " \
# ^
# defaults.cc:190:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "backlink_factor", "0.1", \
# ^
# defaults.cc:190:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "backlink_factor", "0.1", \
# ^
# defaults.cc:191:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0", "Searching:Ranking", "backlink_factor: 501.1", " \
# ^
# defaults.cc:191:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0", "Searching:Ranking", "backlink_factor: 501.1", " \
# ^
# defaults.cc:191:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0", "Searching:Ranking", "backlink_factor: 501.1", " \
# ^
# defaults.cc:191:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0", "Searching:Ranking", "backlink_factor: 501.1", " \
# ^
# defaults.cc:191:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0", "Searching:Ranking", "backlink_factor: 501.1", " \
# ^
# defaults.cc:191:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0", "Searching:Ranking", "backlink_factor: 501.1", " \
# ^
# defaults.cc:191:84: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0", "Searching:Ranking", "backlink_factor: 501.1", " \
# ^
# defaults.cc:203:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "bad_extensions", ".wav .gz .z .sit .au .zip .tar .hqx .exe .com .gif .jpg .jpeg .aiff .class .map .ram .tgz .bin .rpm .mpg .mov .avi .css", \
# ^
# defaults.cc:203:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "bad_extensions", ".wav .gz .z .sit .au .zip .tar .hqx .exe .com .gif .jpg .jpeg .aiff .class .map .ram .tgz .bin .rpm .mpg .mov .avi .css", \
# ^
# defaults.cc:204:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "all", "Indexing:Where", "bad_extensions: .foo .bar .bad", " \
# ^
# defaults.cc:204:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "all", "Indexing:Where", "bad_extensions: .foo .bar .bad", " \
# ^
# defaults.cc:204:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "all", "Indexing:Where", "bad_extensions: .foo .bar .bad", " \
# ^
# defaults.cc:204:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "all", "Indexing:Where", "bad_extensions: .foo .bar .bad", " \
# ^
# defaults.cc:204:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "all", "Indexing:Where", "bad_extensions: .foo .bar .bad", " \
# ^
# defaults.cc:204:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "all", "Indexing:Where", "bad_extensions: .foo .bar .bad", " \
# ^
# defaults.cc:204:92: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "all", "Indexing:Where", "bad_extensions: .foo .bar .bad", " \
# ^
# defaults.cc:215:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "bad_local_extensions", ".php .shtml .cgi", \
# ^
# defaults.cc:215:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "bad_local_extensions", ".php .shtml .cgi", \
# ^
# defaults.cc:216:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "all", "Indexing:Where", "bad_extensions: .foo .bar .bad", " \
# ^
# defaults.cc:216:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "all", "Indexing:Where", "bad_extensions: .foo .bar .bad", " \
# ^
# defaults.cc:216:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "all", "Indexing:Where", "bad_extensions: .foo .bar .bad", " \
# ^
# defaults.cc:216:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "all", "Indexing:Where", "bad_extensions: .foo .bar .bad", " \
# ^
# defaults.cc:216:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "all", "Indexing:Where", "bad_extensions: .foo .bar .bad", " \
# ^
# defaults.cc:216:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "all", "Indexing:Where", "bad_extensions: .foo .bar .bad", " \
# ^
# defaults.cc:216:92: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "all", "Indexing:Where", "bad_extensions: .foo .bar .bad", " \
# ^
# defaults.cc:223:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "bad_querystr", "", \
# ^
# defaults.cc:223:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "bad_querystr", "", \
# ^
# defaults.cc:224:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "URL", "3.1.0", "Indexing:Where", "bad_querystr: forum=private section=topsecret&passwd=required", " \
# ^
# defaults.cc:224:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "URL", "3.1.0", "Indexing:Where", "bad_querystr: forum=private section=topsecret&passwd=required", " \
# ^
# defaults.cc:224:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "URL", "3.1.0", "Indexing:Where", "bad_querystr: forum=private section=topsecret&passwd=required", " \
# ^
# defaults.cc:224:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "URL", "3.1.0", "Indexing:Where", "bad_querystr: forum=private section=topsecret&passwd=required", " \
# ^
# defaults.cc:224:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "URL", "3.1.0", "Indexing:Where", "bad_querystr: forum=private section=topsecret&passwd=required", " \
# ^
# defaults.cc:224:61: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "URL", "3.1.0", "Indexing:Where", "bad_querystr: forum=private section=topsecret&passwd=required", " \
# ^
# defaults.cc:224:130: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "URL", "3.1.0", "Indexing:Where", "bad_querystr: forum=private section=topsecret&passwd=required", " \
# ^
# defaults.cc:230:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "bad_word_list", "${common_dir}/bad_words", \
# ^
# defaults.cc:230:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "bad_word_list", "${common_dir}/bad_words", \
# ^
# defaults.cc:231:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "all", "Indexing:What,Searching:Method", "bad_word_list: ${common_dir}/badwords.txt", " \
# ^
# defaults.cc:231:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "all", "Indexing:What,Searching:Method", "bad_word_list: ${common_dir}/badwords.txt", " \
# ^
# defaults.cc:231:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "all", "Indexing:What,Searching:Method", "bad_word_list: ${common_dir}/badwords.txt", " \
# ^
# defaults.cc:231:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "all", "Indexing:What,Searching:Method", "bad_word_list: ${common_dir}/badwords.txt", " \
# ^
# defaults.cc:231:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "all", "Indexing:What,Searching:Method", "bad_word_list: ${common_dir}/badwords.txt", " \
# ^
# defaults.cc:231:75: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "all", "Indexing:What,Searching:Method", "bad_word_list: ${common_dir}/badwords.txt", " \
# ^
# defaults.cc:231:120: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "all", "Indexing:What,Searching:Method", "bad_word_list: ${common_dir}/badwords.txt", " \
# ^
# defaults.cc:241:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "bin_dir", BIN_DIR, \
# ^
# defaults.cc:241:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "bin_dir", BIN_DIR, \
# ^
# :3:17: note: expanded from here
# #define BIN_DIR "/usr/bin"
# ^
# defaults.cc:242:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "bin_dir: /usr/local/bin", " \
# ^
# defaults.cc:242:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "bin_dir: /usr/local/bin", " \
# ^
# defaults.cc:242:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "bin_dir: /usr/local/bin", " \
# ^
# defaults.cc:242:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "bin_dir: /usr/local/bin", " \
# ^
# defaults.cc:242:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "bin_dir: /usr/local/bin", " \
# ^
# defaults.cc:242:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "bin_dir: /usr/local/bin", " \
# ^
# defaults.cc:242:72: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "bin_dir: /usr/local/bin", " \
# ^
# defaults.cc:252:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "boolean_keywords", "and or not", \
# ^
# defaults.cc:252:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "boolean_keywords", "and or not", \
# ^
# defaults.cc:253:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.6", "Presentation:How", "boolean_keywords: et ou non", " \
# ^
# defaults.cc:253:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.6", "Presentation:How", "boolean_keywords: et ou non", " \
# ^
# defaults.cc:253:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.6", "Presentation:How", "boolean_keywords: et ou non", " \
# ^
# defaults.cc:253:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.6", "Presentation:How", "boolean_keywords: et ou non", " \
# ^
# defaults.cc:253:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.6", "Presentation:How", "boolean_keywords: et ou non", " \
# ^
# defaults.cc:253:62: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.6", "Presentation:How", "boolean_keywords: et ou non", " \
# ^
# defaults.cc:253:93: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.6", "Presentation:How", "boolean_keywords: et ou non", " \
# ^
# defaults.cc:265:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "boolean_syntax_errors", "Expected \
# ^
# defaults.cc:265:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "boolean_syntax_errors", "Expected \
# ^
# defaults.cc:268:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.6", "Presentation:How",
# ^
# defaults.cc:268:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.6", "Presentation:How",
# ^
# defaults.cc:268:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.6", "Presentation:How",
# ^
# defaults.cc:268:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.6", "Presentation:How",
# ^
# defaults.cc:268:49: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.6", "Presentation:How",
# ^
# defaults.cc:269:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean_syntax_errors: Attendait \"un mot\" \"à la fin\" \
# ^
# defaults.cc:270:54: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# \"au lieu de\" \"fin d'expression\" \"guillemet\"", " \
# ^
# defaults.cc:285:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "build_select_lists", "", \
# ^
# defaults.cc:285:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "build_select_lists", "", \
# ^
# defaults.cc:286:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.2.0b1", "Searching:UI", "build_select_lists: \
# ^
# defaults.cc:286:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.2.0b1", "Searching:UI", "build_select_lists: \
# ^
# defaults.cc:286:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.2.0b1", "Searching:UI", "build_select_lists: \
# ^
# defaults.cc:286:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.2.0b1", "Searching:UI", "build_select_lists: \
# ^
# defaults.cc:286:51: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.2.0b1", "Searching:UI", "build_select_lists: \
# ^
# defaults.cc:286:67: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.2.0b1", "Searching:UI", "build_select_lists: \
# ^
# defaults.cc:290:68: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# FORMAT_LIST,radio format template_map 3 2 1 template_name \"\"", " \
# ^
# defaults.cc:323:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "caps_factor", "1", \
# ^
# defaults.cc:323:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "caps_factor", "1", \
# ^
# defaults.cc:324:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "??", "Searching:Ranking", "caps_factor: 1", " \
# ^
# defaults.cc:324:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "??", "Searching:Ranking", "caps_factor: 1", " \
# ^
# defaults.cc:324:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "??", "Searching:Ranking", "caps_factor: 1", " \
# ^
# defaults.cc:324:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "??", "Searching:Ranking", "caps_factor: 1", " \
# ^
# defaults.cc:324:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "??", "Searching:Ranking", "caps_factor: 1", " \
# ^
# defaults.cc:324:55: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "??", "Searching:Ranking", "caps_factor: 1", " \
# ^
# defaults.cc:324:73: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "??", "Searching:Ranking", "caps_factor: 1", " \
# ^
# defaults.cc:328:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "case_sensitive", "true", \
# ^
# defaults.cc:328:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "case_sensitive", "true", \
# ^
# defaults.cc:329:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.0b2", "Indexing:Where", "case_sensitive: false", " \
# ^
# defaults.cc:329:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.0b2", "Indexing:Where", "case_sensitive: false", " \
# ^
# defaults.cc:329:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.0b2", "Indexing:Where", "case_sensitive: false", " \
# ^
# defaults.cc:329:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.0b2", "Indexing:Where", "case_sensitive: false", " \
# ^
# defaults.cc:329:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.0b2", "Indexing:Where", "case_sensitive: false", " \
# ^
# defaults.cc:329:55: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.0b2", "Indexing:Where", "case_sensitive: false", " \
# ^
# defaults.cc:329:80: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.0b2", "Indexing:Where", "case_sensitive: false", " \
# ^
# defaults.cc:341:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "check_unique_date", "false", \
# ^
# defaults.cc:341:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "check_unique_date", "false", \
# ^
# defaults.cc:342:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Global", "3.2.0b3", "", "check_unique_date: false", " \
# ^
# defaults.cc:342:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Global", "3.2.0b3", "", "check_unique_date: false", " \
# ^
# defaults.cc:342:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Global", "3.2.0b3", "", "check_unique_date: false", " \
# ^
# defaults.cc:342:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Global", "3.2.0b3", "", "check_unique_date: false", " \
# ^
# defaults.cc:342:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Global", "3.2.0b3", "", "check_unique_date: false", " \
# ^
# defaults.cc:342:47: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Global", "3.2.0b3", "", "check_unique_date: false", " \
# ^
# defaults.cc:342:75: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Global", "3.2.0b3", "", "check_unique_date: false", " \
# ^
# defaults.cc:347:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "check_unique_md5", "false", \
# ^
# defaults.cc:347:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "check_unique_md5", "false", \
# ^
# defaults.cc:348:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Global", "3.2.0b3", "", "check_unique_md5: false", " \
# ^
# defaults.cc:348:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Global", "3.2.0b3", "", "check_unique_md5: false", " \
# ^
# defaults.cc:348:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Global", "3.2.0b3", "", "check_unique_md5: false", " \
# ^
# defaults.cc:348:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Global", "3.2.0b3", "", "check_unique_md5: false", " \
# ^
# defaults.cc:348:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Global", "3.2.0b3", "", "check_unique_md5: false", " \
# ^
# defaults.cc:348:47: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Global", "3.2.0b3", "", "check_unique_md5: false", " \
# ^
# defaults.cc:348:74: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Global", "3.2.0b3", "", "check_unique_md5: false", " \
# ^
# defaults.cc:353:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "collection_names", "", \
# ^
# defaults.cc:353:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "collection_names", "", \
# ^
# defaults.cc:354:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "", "collection_names: htdig_docs htdig_bugs", " \
# ^
# defaults.cc:354:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "", "collection_names: htdig_docs htdig_bugs", " \
# ^
# defaults.cc:354:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "", "collection_names: htdig_docs htdig_bugs", " \
# ^
# defaults.cc:354:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "", "collection_names: htdig_docs htdig_bugs", " \
# ^
# defaults.cc:354:44: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "", "collection_names: htdig_docs htdig_bugs", " \
# ^
# defaults.cc:354:48: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "", "collection_names: htdig_docs htdig_bugs", " \
# ^
# defaults.cc:354:91: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "", "collection_names: htdig_docs htdig_bugs", " \
# ^
# defaults.cc:361:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "common_dir", COMMON_DIR, \
# ^
# defaults.cc:361:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "common_dir", COMMON_DIR, \
# ^
# :4:20: note: expanded from here
# #define COMMON_DIR "/usr/share/doc/htdig"
# ^
# defaults.cc:362:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "common_dir: /tmp", " \
# ^
# defaults.cc:362:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "common_dir: /tmp", " \
# ^
# defaults.cc:362:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "common_dir: /tmp", " \
# ^
# defaults.cc:362:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "common_dir: /tmp", " \
# ^
# defaults.cc:362:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "common_dir: /tmp", " \
# ^
# defaults.cc:362:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "common_dir: /tmp", " \
# ^
# defaults.cc:362:65: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "common_dir: /tmp", " \
# ^
# defaults.cc:367:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "common_url_parts", "http:// http://www. ftp:// ftp://ftp. /pub/ .html .htm .shtml /index.html /index.htm .com/ .com mailto:", \
# ^
# defaults.cc:367:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "common_url_parts", "http:// http://www. ftp:// ftp://ftp. /pub/ .html .htm .shtml /index.html /index.htm .com/ .com mailto:", \
# ^
# defaults.cc:368:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "all", "", "3.1.0", "URLs", "common_url_parts: http://www.htdig.org/ml/ \\
\

# ^
# defaults.cc:368:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "all", "", "3.1.0", "URLs", "common_url_parts: http://www.htdig.org/ml/ \\
\

# ^
# defaults.cc:368:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "all", "", "3.1.0", "URLs", "common_url_parts: http://www.htdig.org/ml/ \\
\

# ^
# defaults.cc:368:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "all", "", "3.1.0", "URLs", "common_url_parts: http://www.htdig.org/ml/ \\
\

# ^
# defaults.cc:368:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "all", "", "3.1.0", "URLs", "common_url_parts: http://www.htdig.org/ml/ \\
\

# ^
# defaults.cc:368:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "all", "", "3.1.0", "URLs", "common_url_parts: http://www.htdig.org/ml/ \\
\

# ^
# defaults.cc:371:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# http://www.htdig.org/", " \
# ^
# defaults.cc:383:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "compression_level", "6", \
# ^
# defaults.cc:383:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "compression_level", "6", \
# ^
# defaults.cc:384:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.1.0", "Indexing:How", "compression_level: 0", " \
# ^
# defaults.cc:384:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.1.0", "Indexing:How", "compression_level: 0", " \
# ^
# defaults.cc:384:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.1.0", "Indexing:How", "compression_level: 0", " \
# ^
# defaults.cc:384:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.1.0", "Indexing:How", "compression_level: 0", " \
# ^
# defaults.cc:384:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.1.0", "Indexing:How", "compression_level: 0", " \
# ^
# defaults.cc:384:51: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.1.0", "Indexing:How", "compression_level: 0", " \
# ^
# defaults.cc:384:75: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.1.0", "Indexing:How", "compression_level: 0", " \
# ^
# defaults.cc:394:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "config", "", \
# ^
# defaults.cc:394:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "config", "", \
# ^
# defaults.cc:395:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "??", "File Layout", "", " \
# ^
# defaults.cc:395:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "??", "File Layout", "", " \
# ^
# defaults.cc:395:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "??", "File Layout", "", " \
# ^
# defaults.cc:395:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "??", "File Layout", "", " \
# ^
# defaults.cc:395:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "??", "File Layout", "", " \
# ^
# defaults.cc:395:44: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "??", "File Layout", "", " \
# ^
# defaults.cc:395:48: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "??", "File Layout", "", " \
# ^
# defaults.cc:403:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "config_dir", CONFIG_DIR, \
# ^
# defaults.cc:403:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "config_dir", CONFIG_DIR, \
# ^
# :5:20: note: expanded from here
# #define CONFIG_DIR "/etc/htdig"
# ^
# defaults.cc:404:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "config_dir: /var/htdig/conf", " \
# ^
# defaults.cc:404:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "config_dir: /var/htdig/conf", " \
# ^
# defaults.cc:404:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "config_dir: /var/htdig/conf", " \
# ^
# defaults.cc:404:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "config_dir: /var/htdig/conf", " \
# ^
# defaults.cc:404:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "config_dir: /var/htdig/conf", " \
# ^
# defaults.cc:404:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "config_dir: /var/htdig/conf", " \
# ^
# defaults.cc:404:76: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "config_dir: /var/htdig/conf", " \
# ^
# defaults.cc:415:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "content_classifier", "${bin_dir}/HtFileType", \
# ^
# defaults.cc:415:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "content_classifier", "${bin_dir}/HtFileType", \
# ^
# defaults.cc:416:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b4", "Indexing:What", "content_classifier: file -i -b", " \
# ^
# defaults.cc:416:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b4", "Indexing:What", "content_classifier: file -i -b", " \
# ^
# defaults.cc:416:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b4", "Indexing:What", "content_classifier: file -i -b", " \
# ^
# defaults.cc:416:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b4", "Indexing:What", "content_classifier: file -i -b", " \
# ^
# defaults.cc:416:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b4", "Indexing:What", "content_classifier: file -i -b", " \
# ^
# defaults.cc:416:53: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b4", "Indexing:What", "content_classifier: file -i -b", " \
# ^
# defaults.cc:416:87: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b4", "Indexing:What", "content_classifier: file -i -b", " \
# ^
# defaults.cc:425:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "cookies_input_file", "", \
# ^
# defaults.cc:425:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "cookies_input_file", "", \
# ^
# defaults.cc:426:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b4", "Indexing:Connection", "cookies_input_file: ${common_dir}/cookies.txt", " \
# ^
# defaults.cc:426:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b4", "Indexing:Connection", "cookies_input_file: ${common_dir}/cookies.txt", " \
# ^
# defaults.cc:426:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b4", "Indexing:Connection", "cookies_input_file: ${common_dir}/cookies.txt", " \
# ^
# defaults.cc:426:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b4", "Indexing:Connection", "cookies_input_file: ${common_dir}/cookies.txt", " \
# ^
# defaults.cc:426:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b4", "Indexing:Connection", "cookies_input_file: ${common_dir}/cookies.txt", " \
# ^
# defaults.cc:426:59: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b4", "Indexing:Connection", "cookies_input_file: ${common_dir}/cookies.txt", " \
# ^
# defaults.cc:426:108: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b4", "Indexing:Connection", "cookies_input_file: ${common_dir}/cookies.txt", " \
# ^
# defaults.cc:436:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "create_image_list", "false", \
# ^
# defaults.cc:436:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "create_image_list", "false", \
# ^
# defaults.cc:437:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "all", "Extra Output", "create_image_list: yes", " \
# ^
# defaults.cc:437:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "all", "Extra Output", "create_image_list: yes", " \
# ^
# defaults.cc:437:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "all", "Extra Output", "create_image_list: yes", " \
# ^
# defaults.cc:437:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "all", "Extra Output", "create_image_list: yes", " \
# ^
# defaults.cc:437:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "all", "Extra Output", "create_image_list: yes", " \
# ^
# defaults.cc:437:49: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "all", "Extra Output", "create_image_list: yes", " \
# ^
# defaults.cc:437:75: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "all", "Extra Output", "create_image_list: yes", " \
# ^
# defaults.cc:444:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "create_url_list", "false", \
# ^
# defaults.cc:444:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "create_url_list", "false", \
# ^
# defaults.cc:445:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "all", "Extra Output", "create_url_list: yes", " \
# ^
# defaults.cc:445:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "all", "Extra Output", "create_url_list: yes", " \
# ^
# defaults.cc:445:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "all", "Extra Output", "create_url_list: yes", " \
# ^
# defaults.cc:445:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "all", "Extra Output", "create_url_list: yes", " \
# ^
# defaults.cc:445:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "all", "Extra Output", "create_url_list: yes", " \
# ^
# defaults.cc:445:49: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "all", "Extra Output", "create_url_list: yes", " \
# ^
# defaults.cc:445:73: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "all", "Extra Output", "create_url_list: yes", " \
# ^
# defaults.cc:452:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "database_base", "${database_dir}/db", \
# ^
# defaults.cc:452:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "database_base", "${database_dir}/db", \
# ^
# defaults.cc:453:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "database_base: ${database_dir}/sales", " \
# ^
# defaults.cc:453:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "database_base: ${database_dir}/sales", " \
# ^
# defaults.cc:453:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "database_base: ${database_dir}/sales", " \
# ^
# defaults.cc:453:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "database_base: ${database_dir}/sales", " \
# ^
# defaults.cc:453:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "database_base: ${database_dir}/sales", " \
# ^
# defaults.cc:453:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "database_base: ${database_dir}/sales", " \
# ^
# defaults.cc:453:85: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "database_base: ${database_dir}/sales", " \
# ^
# defaults.cc:460:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "database_dir", DATABASE_DIR, \
# ^
# defaults.cc:460:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "database_dir", DATABASE_DIR, \
# ^
# :6:22: note: expanded from here
# #define DATABASE_DIR "/var/lib/htdig/db"
# ^
# defaults.cc:461:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "database_dir: /var/htdig", " \
# ^
# defaults.cc:461:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "database_dir: /var/htdig", " \
# ^
# defaults.cc:461:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "database_dir: /var/htdig", " \
# ^
# defaults.cc:461:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "database_dir: /var/htdig", " \
# ^
# defaults.cc:461:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "database_dir: /var/htdig", " \
# ^
# defaults.cc:461:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "database_dir: /var/htdig", " \
# ^
# defaults.cc:461:73: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "database_dir: /var/htdig", " \
# ^
# defaults.cc:471:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "date_factor", "0", \
# ^
# defaults.cc:471:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "date_factor", "0", \
# ^
# defaults.cc:472:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0", "Searching:Ranking", "date_factor: 0.35", " \
# ^
# defaults.cc:472:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0", "Searching:Ranking", "date_factor: 0.35", " \
# ^
# defaults.cc:472:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0", "Searching:Ranking", "date_factor: 0.35", " \
# ^
# defaults.cc:472:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0", "Searching:Ranking", "date_factor: 0.35", " \
# ^
# defaults.cc:472:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0", "Searching:Ranking", "date_factor: 0.35", " \
# ^
# defaults.cc:472:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0", "Searching:Ranking", "date_factor: 0.35", " \
# ^
# defaults.cc:472:79: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0", "Searching:Ranking", "date_factor: 0.35", " \
# ^
# defaults.cc:481:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "date_format", "", \
# ^
# defaults.cc:481:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "date_format", "", \
# ^
# defaults.cc:482:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.2", "Presentation:How", "date_format: %Y-%m-%d", " \
# ^
# defaults.cc:482:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.2", "Presentation:How", "date_format: %Y-%m-%d", " \
# ^
# defaults.cc:482:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.2", "Presentation:How", "date_format: %Y-%m-%d", " \
# ^
# defaults.cc:482:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.2", "Presentation:How", "date_format: %Y-%m-%d", " \
# ^
# defaults.cc:482:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.2", "Presentation:How", "date_format: %Y-%m-%d", " \
# ^
# defaults.cc:482:57: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.2", "Presentation:How", "date_format: %Y-%m-%d", " \
# ^
# defaults.cc:482:82: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.2", "Presentation:How", "date_format: %Y-%m-%d", " \
# ^
# defaults.cc:495:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "description_factor", "150", \
# ^
# defaults.cc:495:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "description_factor", "150", \
# ^
# defaults.cc:496:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0b3", "Searching:Ranking", "description_factor: 350", " \
# ^
# defaults.cc:496:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0b3", "Searching:Ranking", "description_factor: 350", " \
# ^
# defaults.cc:496:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0b3", "Searching:Ranking", "description_factor: 350", " \
# ^
# defaults.cc:496:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0b3", "Searching:Ranking", "description_factor: 350", " \
# ^
# defaults.cc:496:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0b3", "Searching:Ranking", "description_factor: 350", " \
# ^
# defaults.cc:496:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0b3", "Searching:Ranking", "description_factor: 350", " \
# ^
# defaults.cc:496:87: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0b3", "Searching:Ranking", "description_factor: 350", " \
# ^
# defaults.cc:504:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "description_meta_tag_names", "description", \
# ^
# defaults.cc:504:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "description_meta_tag_names", "description", \
# ^
# defaults.cc:505:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.6", "Searching:Ranking", "description_meta_tag_names: \"description htdig-description\"", " \
# ^
# defaults.cc:505:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.6", "Searching:Ranking", "description_meta_tag_names: \"description htdig-description\"", " \
# ^
# defaults.cc:505:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.6", "Searching:Ranking", "description_meta_tag_names: \"description htdig-description\"", " \
# ^
# defaults.cc:505:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.6", "Searching:Ranking", "description_meta_tag_names: \"description htdig-description\"", " \
# ^
# defaults.cc:505:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.6", "Searching:Ranking", "description_meta_tag_names: \"description htdig-description\"", " \
# ^
# defaults.cc:505:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.6", "Searching:Ranking", "description_meta_tag_names: \"description htdig-description\"", " \
# ^
# defaults.cc:505:125: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.6", "Searching:Ranking", "description_meta_tag_names: \"description htdig-description\"", " \
# ^
# defaults.cc:522:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "disable_cookies", "true", \
# ^
# defaults.cc:522:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "disable_cookies", "true", \
# ^
# defaults.cc:523:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b4", "Indexing:Connection", "disable_cookies: true", " \
# ^
# defaults.cc:523:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b4", "Indexing:Connection", "disable_cookies: true", " \
# ^
# defaults.cc:523:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b4", "Indexing:Connection", "disable_cookies: true", " \
# ^
# defaults.cc:523:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b4", "Indexing:Connection", "disable_cookies: true", " \
# ^
# defaults.cc:523:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b4", "Indexing:Connection", "disable_cookies: true", " \
# ^
# defaults.cc:523:66: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b4", "Indexing:Connection", "disable_cookies: true", " \
# ^
# defaults.cc:523:91: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b4", "Indexing:Connection", "disable_cookies: true", " \
# ^
# defaults.cc:526:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "doc_db", "${database_base}.docdb", \
# ^
# defaults.cc:526:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "doc_db", "${database_base}.docdb", \
# ^
# defaults.cc:527:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "doc_db: ${database_base}documents.db", " \
# ^
# defaults.cc:527:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "doc_db: ${database_base}documents.db", " \
# ^
# defaults.cc:527:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "doc_db: ${database_base}documents.db", " \
# ^
# defaults.cc:527:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "doc_db: ${database_base}documents.db", " \
# ^
# defaults.cc:527:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "doc_db: ${database_base}documents.db", " \
# ^
# defaults.cc:527:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "doc_db: ${database_base}documents.db", " \
# ^
# defaults.cc:527:85: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "doc_db: ${database_base}documents.db", " \
# ^
# defaults.cc:534:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "doc_excerpt", "${database_base}.excerpts", \
# ^
# defaults.cc:534:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "doc_excerpt", "${database_base}.excerpts", \
# ^
# defaults.cc:535:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "File Layout", "doc_excerpt: ${database_base}excerpts.db", " \
# ^
# defaults.cc:535:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "File Layout", "doc_excerpt: ${database_base}excerpts.db", " \
# ^
# defaults.cc:535:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "File Layout", "doc_excerpt: ${database_base}excerpts.db", " \
# ^
# defaults.cc:535:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "File Layout", "doc_excerpt: ${database_base}excerpts.db", " \
# ^
# defaults.cc:535:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "File Layout", "doc_excerpt: ${database_base}excerpts.db", " \
# ^
# defaults.cc:535:49: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "File Layout", "doc_excerpt: ${database_base}excerpts.db", " \
# ^
# defaults.cc:535:93: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "File Layout", "doc_excerpt: ${database_base}excerpts.db", " \
# ^
# defaults.cc:545:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "doc_index", "${database_base}.docs.index", \
# ^
# defaults.cc:545:16: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "doc_index", "${database_base}.docs.index", \
# ^
# defaults.cc:546:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "File Layout", "doc_index: documents.index.db", " \
# ^
# defaults.cc:546:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "File Layout", "doc_index: documents.index.db", " \
# ^
# defaults.cc:546:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "File Layout", "doc_index: documents.index.db", " \
# ^
# defaults.cc:546:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "File Layout", "doc_index: documents.index.db", " \
# ^
# defaults.cc:546:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "File Layout", "doc_index: documents.index.db", " \
# ^
# defaults.cc:546:47: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "File Layout", "doc_index: documents.index.db", " \
# ^
# defaults.cc:546:80: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "File Layout", "doc_index: documents.index.db", " \
# ^
# defaults.cc:550:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "doc_list", "${database_base}.docs", \
# ^
# defaults.cc:550:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "doc_list", "${database_base}.docs", \
# ^
# defaults.cc:551:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htdump htload", "", "all", "File Layout", "doc_list: /tmp/documents.text", " \
# ^
# defaults.cc:551:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htdump htload", "", "all", "File Layout", "doc_list: /tmp/documents.text", " \
# ^
# defaults.cc:551:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htdump htload", "", "all", "File Layout", "doc_list: /tmp/documents.text", " \
# ^
# defaults.cc:551:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htdump htload", "", "all", "File Layout", "doc_list: /tmp/documents.text", " \
# ^
# defaults.cc:551:46: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htdump htload", "", "all", "File Layout", "doc_list: /tmp/documents.text", " \
# ^
# defaults.cc:551:61: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htdump htload", "", "all", "File Layout", "doc_list: /tmp/documents.text", " \
# ^
# defaults.cc:551:94: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htdump htload", "", "all", "File Layout", "doc_list: /tmp/documents.text", " \
# ^
# defaults.cc:558:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "endday", "", \
# ^
# defaults.cc:558:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "endday", "", \
# ^
# defaults.cc:559:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endday: 31", " \
# ^
# defaults.cc:559:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endday: 31", " \
# ^
# defaults.cc:559:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endday: 31", " \
# ^
# defaults.cc:559:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endday: 31", " \
# ^
# defaults.cc:559:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endday: 31", " \
# ^
# defaults.cc:559:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endday: 31", " \
# ^
# defaults.cc:559:72: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endday: 31", " \
# ^
# defaults.cc:566:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "end_ellipses", " ...", \
# ^
# defaults.cc:566:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "end_ellipses", " ...", \
# ^
# defaults.cc:567:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "end_ellipses: ...", " \
# ^
# defaults.cc:567:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "end_ellipses: ...", " \
# ^
# defaults.cc:567:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "end_ellipses: ...", " \
# ^
# defaults.cc:567:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "end_ellipses: ...", " \
# ^
# defaults.cc:567:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "end_ellipses: ...", " \
# ^
# defaults.cc:567:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "end_ellipses: ...", " \
# ^
# defaults.cc:567:77: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "end_ellipses: ...", " \
# ^
# defaults.cc:574:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "end_highlight", "", \
# ^
# defaults.cc:574:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "end_highlight", "", \
# ^
# defaults.cc:575:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "end_highlight: </font>", " \
# ^
# defaults.cc:575:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "end_highlight: </font>", " \
# ^
# defaults.cc:575:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "end_highlight: </font>", " \
# ^
# defaults.cc:575:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "end_highlight: </font>", " \
# ^
# defaults.cc:575:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "end_highlight: </font>", " \
# ^
# defaults.cc:575:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "end_highlight: </font>", " \
# ^
# defaults.cc:575:90: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "end_highlight: </font>", " \
# ^
# defaults.cc:583:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "endings_affix_file", "${common_dir}/english.aff", \
# ^
# defaults.cc:583:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "endings_affix_file", "${common_dir}/english.aff", \
# ^
# defaults.cc:584:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "all", "File Layout", "endings_affix_file: /var/htdig/affix_rules", " \
# ^
# defaults.cc:584:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "all", "File Layout", "endings_affix_file: /var/htdig/affix_rules", " \
# ^
# defaults.cc:584:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "all", "File Layout", "endings_affix_file: /var/htdig/affix_rules", " \
# ^
# defaults.cc:584:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "all", "File Layout", "endings_affix_file: /var/htdig/affix_rules", " \
# ^
# defaults.cc:584:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "all", "File Layout", "endings_affix_file: /var/htdig/affix_rules", " \
# ^
# defaults.cc:584:49: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "all", "File Layout", "endings_affix_file: /var/htdig/affix_rules", " \
# ^
# defaults.cc:584:95: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "all", "File Layout", "endings_affix_file: /var/htdig/affix_rules", " \
# ^
# defaults.cc:591:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "endings_dictionary", "${common_dir}/english.0", \
# ^
# defaults.cc:591:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "endings_dictionary", "${common_dir}/english.0", \
# ^
# defaults.cc:592:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "all", "File Layout", "endings_dictionary: /var/htdig/dictionary", " \
# ^
# defaults.cc:592:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "all", "File Layout", "endings_dictionary: /var/htdig/dictionary", " \
# ^
# defaults.cc:592:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "all", "File Layout", "endings_dictionary: /var/htdig/dictionary", " \
# ^
# defaults.cc:592:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "all", "File Layout", "endings_dictionary: /var/htdig/dictionary", " \
# ^
# defaults.cc:592:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "all", "File Layout", "endings_dictionary: /var/htdig/dictionary", " \
# ^
# defaults.cc:592:49: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "all", "File Layout", "endings_dictionary: /var/htdig/dictionary", " \
# ^
# defaults.cc:592:94: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "all", "File Layout", "endings_dictionary: /var/htdig/dictionary", " \
# ^
# defaults.cc:599:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "endings_root2word_db", "${common_dir}/root2word.db", \
# ^
# defaults.cc:599:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "endings_root2word_db", "${common_dir}/root2word.db", \
# ^
# defaults.cc:600:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "endings_root2word_db: /var/htdig/r2w.db", " \
# ^
# defaults.cc:600:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "endings_root2word_db: /var/htdig/r2w.db", " \
# ^
# defaults.cc:600:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "endings_root2word_db: /var/htdig/r2w.db", " \
# ^
# defaults.cc:600:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "endings_root2word_db: /var/htdig/r2w.db", " \
# ^
# defaults.cc:600:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "endings_root2word_db: /var/htdig/r2w.db", " \
# ^
# defaults.cc:600:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "endings_root2word_db: /var/htdig/r2w.db", " \
# ^
# defaults.cc:600:101: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "endings_root2word_db: /var/htdig/r2w.db", " \
# ^
# defaults.cc:613:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "endings_word2root_db", "${common_dir}/word2root.db", \
# ^
# defaults.cc:613:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "endings_word2root_db", "${common_dir}/word2root.db", \
# ^
# defaults.cc:614:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "endings_word2root_db: /var/htdig/w2r.bm", " \
# ^
# defaults.cc:614:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "endings_word2root_db: /var/htdig/w2r.bm", " \
# ^
# defaults.cc:614:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "endings_word2root_db: /var/htdig/w2r.bm", " \
# ^
# defaults.cc:614:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "endings_word2root_db: /var/htdig/w2r.bm", " \
# ^
# defaults.cc:614:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "endings_word2root_db: /var/htdig/w2r.bm", " \
# ^
# defaults.cc:614:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "endings_word2root_db: /var/htdig/w2r.bm", " \
# ^
# defaults.cc:614:101: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "endings_word2root_db: /var/htdig/w2r.bm", " \
# ^
# defaults.cc:627:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "endmonth", "", \
# ^
# defaults.cc:627:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "endmonth", "", \
# ^
# defaults.cc:628:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endmonth: 12", " \
# ^
# defaults.cc:628:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endmonth: 12", " \
# ^
# defaults.cc:628:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endmonth: 12", " \
# ^
# defaults.cc:628:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endmonth: 12", " \
# ^
# defaults.cc:628:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endmonth: 12", " \
# ^
# defaults.cc:628:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endmonth: 12", " \
# ^
# defaults.cc:628:74: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endmonth: 12", " \
# ^
# defaults.cc:635:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "endyear", "", \
# ^
# defaults.cc:635:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "endyear", "", \
# ^
# defaults.cc:636:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endyear: 2002", " \
# ^
# defaults.cc:636:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endyear: 2002", " \
# ^
# defaults.cc:636:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endyear: 2002", " \
# ^
# defaults.cc:636:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endyear: 2002", " \
# ^
# defaults.cc:636:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endyear: 2002", " \
# ^
# defaults.cc:636:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endyear: 2002", " \
# ^
# defaults.cc:636:75: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "endyear: 2002", " \
# ^
# defaults.cc:643:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "excerpt_length", "300", \
# ^
# defaults.cc:643:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "excerpt_length", "300", \
# ^
# defaults.cc:644:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "excerpt_length: 500", " \
# ^
# defaults.cc:644:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "excerpt_length: 500", " \
# ^
# defaults.cc:644:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "excerpt_length: 500", " \
# ^
# defaults.cc:644:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "excerpt_length: 500", " \
# ^
# defaults.cc:644:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "excerpt_length: 500", " \
# ^
# defaults.cc:644:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "excerpt_length: 500", " \
# ^
# defaults.cc:644:79: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "excerpt_length: 500", " \
# ^
# defaults.cc:658:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "excerpt_show_top", "false", \
# ^
# defaults.cc:658:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "excerpt_show_top", "false", \
# ^
# defaults.cc:659:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "all", "Presentation:How", "excerpt_show_top: yes", " \
# ^
# defaults.cc:659:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "all", "Presentation:How", "excerpt_show_top: yes", " \
# ^
# defaults.cc:659:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "all", "Presentation:How", "excerpt_show_top: yes", " \
# ^
# defaults.cc:659:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "all", "Presentation:How", "excerpt_show_top: yes", " \
# ^
# defaults.cc:659:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "all", "Presentation:How", "excerpt_show_top: yes", " \
# ^
# defaults.cc:659:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "all", "Presentation:How", "excerpt_show_top: yes", " \
# ^
# defaults.cc:659:81: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "all", "Presentation:How", "excerpt_show_top: yes", " \
# ^
# defaults.cc:665:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "exclude", "", \
# ^
# defaults.cc:665:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "exclude", "", \
# ^
# defaults.cc:666:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htsearch", "", "3.2.0b4", "Searching:Method", "exclude: myhost.com/mailarchive/", " \
# ^
# defaults.cc:666:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htsearch", "", "3.2.0b4", "Searching:Method", "exclude: myhost.com/mailarchive/", " \
# ^
# defaults.cc:666:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htsearch", "", "3.2.0b4", "Searching:Method", "exclude: myhost.com/mailarchive/", " \
# ^
# defaults.cc:666:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htsearch", "", "3.2.0b4", "Searching:Method", "exclude: myhost.com/mailarchive/", " \
# ^
# defaults.cc:666:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htsearch", "", "3.2.0b4", "Searching:Method", "exclude: myhost.com/mailarchive/", " \
# ^
# defaults.cc:666:65: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htsearch", "", "3.2.0b4", "Searching:Method", "exclude: myhost.com/mailarchive/", " \
# ^
# defaults.cc:666:101: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htsearch", "", "3.2.0b4", "Searching:Method", "exclude: myhost.com/mailarchive/", " \
# ^
# defaults.cc:673:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "exclude_urls", "/cgi-bin/ .cgi", \
# ^
# defaults.cc:673:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "exclude_urls", "/cgi-bin/ .cgi", \
# ^
# defaults.cc:674:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "URL", "all", "Indexing:Where", "exclude_urls: students.html cgi-bin", " \
# ^
# defaults.cc:674:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "URL", "all", "Indexing:Where", "exclude_urls: students.html cgi-bin", " \
# ^
# defaults.cc:674:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "URL", "all", "Indexing:Where", "exclude_urls: students.html cgi-bin", " \
# ^
# defaults.cc:674:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "URL", "all", "Indexing:Where", "exclude_urls: students.html cgi-bin", " \
# ^
# defaults.cc:674:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "URL", "all", "Indexing:Where", "exclude_urls: students.html cgi-bin", " \
# ^
# defaults.cc:674:59: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "URL", "all", "Indexing:Where", "exclude_urls: students.html cgi-bin", " \
# ^
# defaults.cc:674:98: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "URL", "all", "Indexing:Where", "exclude_urls: students.html cgi-bin", " \
# ^
# defaults.cc:680:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "external_parsers", "", \
# ^
# defaults.cc:680:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "external_parsers", "", \
# ^
# defaults.cc:681:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.0.7", "External:Parsers", "external_parsers: text/html /usr/local/bin/htmlparser \\
\

# ^
# defaults.cc:681:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.0.7", "External:Parsers", "external_parsers: text/html /usr/local/bin/htmlparser \\
\

# ^
# defaults.cc:681:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.0.7", "External:Parsers", "external_parsers: text/html /usr/local/bin/htmlparser \\
\

# ^
# defaults.cc:681:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.0.7", "External:Parsers", "external_parsers: text/html /usr/local/bin/htmlparser \\
\

# ^
# defaults.cc:681:46: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.0.7", "External:Parsers", "external_parsers: text/html /usr/local/bin/htmlparser \\
\

# ^
# defaults.cc:681:66: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.0.7", "External:Parsers", "external_parsers: text/html /usr/local/bin/htmlparser \\
\

# ^
# defaults.cc:684:67: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# application/x-gunzip->user-defined /usr/local/bin/ungzipper", " \
# ^
# defaults.cc:889:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "external_protocols", "", \
# ^
# defaults.cc:889:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "external_protocols", "", \
# ^
# defaults.cc:890:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.2.0b1", "External:Protocols", "external_protocols: https /usr/local/bin/handler.pl \\
\

# ^
# defaults.cc:890:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.2.0b1", "External:Protocols", "external_protocols: https /usr/local/bin/handler.pl \\
\

# ^
# defaults.cc:890:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.2.0b1", "External:Protocols", "external_protocols: https /usr/local/bin/handler.pl \\
\

# ^
# defaults.cc:890:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.2.0b1", "External:Protocols", "external_protocols: https /usr/local/bin/handler.pl \\
\

# ^
# defaults.cc:890:48: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.2.0b1", "External:Protocols", "external_protocols: https /usr/local/bin/handler.pl \\
\

# ^
# defaults.cc:890:70: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.2.0b1", "External:Protocols", "external_protocols: https /usr/local/bin/handler.pl \\
\

# ^
# defaults.cc:891:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# ftp /usr/local/bin/ftp-handler.pl", " \
# ^
# defaults.cc:1016:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "extra_word_characters", "", \
# ^
# defaults.cc:1016:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "extra_word_characters", "", \
# ^
# defaults.cc:1017:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "3.1.2", "Indexing:What", "extra_word_characters: _", " \
# ^
# defaults.cc:1017:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "3.1.2", "Indexing:What", "extra_word_characters: _", " \
# ^
# defaults.cc:1017:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "3.1.2", "Indexing:What", "extra_word_characters: _", " \
# ^
# defaults.cc:1017:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "3.1.2", "Indexing:What", "extra_word_characters: _", " \
# ^
# defaults.cc:1017:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "3.1.2", "Indexing:What", "extra_word_characters: _", " \
# ^
# defaults.cc:1017:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "3.1.2", "Indexing:What", "extra_word_characters: _", " \
# ^
# defaults.cc:1017:88: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "3.1.2", "Indexing:What", "extra_word_characters: _", " \
# ^
# defaults.cc:1036:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "head_before_get", "true", \
# ^
# defaults.cc:1036:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "head_before_get", "true", \
# ^
# defaults.cc:1037:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "head_before_get: false", " \
# ^
# defaults.cc:1037:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "head_before_get: false", " \
# ^
# defaults.cc:1037:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "head_before_get: false", " \
# ^
# defaults.cc:1037:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "head_before_get: false", " \
# ^
# defaults.cc:1037:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "head_before_get: false", " \
# ^
# defaults.cc:1037:66: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "head_before_get: false", " \
# ^
# defaults.cc:1037:92: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "head_before_get: false", " \
# ^
# defaults.cc:1059:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "heading_factor", "5", \
# ^
# defaults.cc:1059:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "heading_factor", "5", \
# ^
# defaults.cc:1060:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.2.0b1", "Searching:Ranking", "heading_factor: 20", " \
# ^
# defaults.cc:1060:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.2.0b1", "Searching:Ranking", "heading_factor: 20", " \
# ^
# defaults.cc:1060:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.2.0b1", "Searching:Ranking", "heading_factor: 20", " \
# ^
# defaults.cc:1060:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.2.0b1", "Searching:Ranking", "heading_factor: 20", " \
# ^
# defaults.cc:1060:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.2.0b1", "Searching:Ranking", "heading_factor: 20", " \
# ^
# defaults.cc:1060:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.2.0b1", "Searching:Ranking", "heading_factor: 20", " \
# ^
# defaults.cc:1060:82: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.2.0b1", "Searching:Ranking", "heading_factor: 20", " \
# ^
# defaults.cc:1079:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "htnotify_prefix_file", "", \
# ^
# defaults.cc:1079:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "htnotify_prefix_file", "", \
# ^
# defaults.cc:1080:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_prefix_file: ${common_dir}/notify_prefix.txt", " \
# ^
# defaults.cc:1080:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_prefix_file: ${common_dir}/notify_prefix.txt", " \
# ^
# defaults.cc:1080:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_prefix_file: ${common_dir}/notify_prefix.txt", " \
# ^
# defaults.cc:1080:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_prefix_file: ${common_dir}/notify_prefix.txt", " \
# ^
# defaults.cc:1080:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_prefix_file: ${common_dir}/notify_prefix.txt", " \
# ^
# defaults.cc:1080:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_prefix_file: ${common_dir}/notify_prefix.txt", " \
# ^
# defaults.cc:1080:115: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_prefix_file: ${common_dir}/notify_prefix.txt", " \
# ^
# defaults.cc:1085:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "htnotify_replyto", "", \
# ^
# defaults.cc:1085:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "htnotify_replyto", "", \
# ^
# defaults.cc:1086:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_replyto: design-group@foo.com", " \
# ^
# defaults.cc:1086:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_replyto: design-group@foo.com", " \
# ^
# defaults.cc:1086:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_replyto: design-group@foo.com", " \
# ^
# defaults.cc:1086:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_replyto: design-group@foo.com", " \
# ^
# defaults.cc:1086:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_replyto: design-group@foo.com", " \
# ^
# defaults.cc:1086:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_replyto: design-group@foo.com", " \
# ^
# defaults.cc:1086:100: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_replyto: design-group@foo.com", " \
# ^
# defaults.cc:1090:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "htnotify_sender", "webmaster@www", \
# ^
# defaults.cc:1090:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "htnotify_sender", "webmaster@www", \
# ^
# defaults.cc:1091:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "all", "Extra Output", "htnotify_sender: bigboss@yourcompany.com", " \
# ^
# defaults.cc:1091:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "all", "Extra Output", "htnotify_sender: bigboss@yourcompany.com", " \
# ^
# defaults.cc:1091:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "all", "Extra Output", "htnotify_sender: bigboss@yourcompany.com", " \
# ^
# defaults.cc:1091:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "all", "Extra Output", "htnotify_sender: bigboss@yourcompany.com", " \
# ^
# defaults.cc:1091:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "all", "Extra Output", "htnotify_sender: bigboss@yourcompany.com", " \
# ^
# defaults.cc:1091:51: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "all", "Extra Output", "htnotify_sender: bigboss@yourcompany.com", " \
# ^
# defaults.cc:1091:95: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "all", "Extra Output", "htnotify_sender: bigboss@yourcompany.com", " \
# ^
# defaults.cc:1097:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "htnotify_suffix_file", "", \
# ^
# defaults.cc:1097:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "htnotify_suffix_file", "", \
# ^
# defaults.cc:1098:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_suffix_file: ${common_dir}/notify_suffix.txt", " \
# ^
# defaults.cc:1098:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_suffix_file: ${common_dir}/notify_suffix.txt", " \
# ^
# defaults.cc:1098:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_suffix_file: ${common_dir}/notify_suffix.txt", " \
# ^
# defaults.cc:1098:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_suffix_file: ${common_dir}/notify_suffix.txt", " \
# ^
# defaults.cc:1098:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_suffix_file: ${common_dir}/notify_suffix.txt", " \
# ^
# defaults.cc:1098:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_suffix_file: ${common_dir}/notify_suffix.txt", " \
# ^
# defaults.cc:1098:115: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_suffix_file: ${common_dir}/notify_suffix.txt", " \
# ^
# defaults.cc:1103:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "htnotify_webmaster", "ht://Dig Notification Service", \
# ^
# defaults.cc:1103:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "htnotify_webmaster", "ht://Dig Notification Service", \
# ^
# defaults.cc:1104:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_webmaster: Notification Service", " \
# ^
# defaults.cc:1104:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_webmaster: Notification Service", " \
# ^
# defaults.cc:1104:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_webmaster: Notification Service", " \
# ^
# defaults.cc:1104:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_webmaster: Notification Service", " \
# ^
# defaults.cc:1104:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_webmaster: Notification Service", " \
# ^
# defaults.cc:1104:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_webmaster: Notification Service", " \
# ^
# defaults.cc:1104:102: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htnotify", "", "3.2.0b3", "Extra Output", "htnotify_webmaster: Notification Service", " \
# ^
# defaults.cc:1108:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "http_proxy", "", \
# ^
# defaults.cc:1108:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "http_proxy", "", \
# ^
# defaults.cc:1109:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.0", "Indexing:Connection", "http_proxy: http://proxy.bigbucks.com:3128", " \
# ^
# defaults.cc:1109:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.0", "Indexing:Connection", "http_proxy: http://proxy.bigbucks.com:3128", " \
# ^
# defaults.cc:1109:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.0", "Indexing:Connection", "http_proxy: http://proxy.bigbucks.com:3128", " \
# ^
# defaults.cc:1109:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.0", "Indexing:Connection", "http_proxy: http://proxy.bigbucks.com:3128", " \
# ^
# defaults.cc:1109:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.0", "Indexing:Connection", "http_proxy: http://proxy.bigbucks.com:3128", " \
# ^
# defaults.cc:1109:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.0", "Indexing:Connection", "http_proxy: http://proxy.bigbucks.com:3128", " \
# ^
# defaults.cc:1109:104: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.0", "Indexing:Connection", "http_proxy: http://proxy.bigbucks.com:3128", " \
# ^
# defaults.cc:1122:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "http_proxy_authorization", "", \
# ^
# defaults.cc:1122:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "http_proxy_authorization", "", \
# ^
# defaults.cc:1123:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.2.0b4", "Indexing:Connection", "http_proxy_authorization: myusername:mypassword", " \
# ^
# defaults.cc:1123:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.2.0b4", "Indexing:Connection", "http_proxy_authorization: myusername:mypassword", " \
# ^
# defaults.cc:1123:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.2.0b4", "Indexing:Connection", "http_proxy_authorization: myusername:mypassword", " \
# ^
# defaults.cc:1123:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.2.0b4", "Indexing:Connection", "http_proxy_authorization: myusername:mypassword", " \
# ^
# defaults.cc:1123:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.2.0b4", "Indexing:Connection", "http_proxy_authorization: myusername:mypassword", " \
# ^
# defaults.cc:1123:62: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.2.0b4", "Indexing:Connection", "http_proxy_authorization: myusername:mypassword", " \
# ^
# defaults.cc:1123:113: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "URL", "3.2.0b4", "Indexing:Connection", "http_proxy_authorization: myusername:mypassword", " \
# ^
# defaults.cc:1134:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "http_proxy_exclude", "", \
# ^
# defaults.cc:1134:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "http_proxy_exclude", "", \
# ^
# defaults.cc:1135:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "3.1.0b3", "Indexing:Connection", "http_proxy_exclude: http://intranet.foo.com/", " \
# ^
# defaults.cc:1135:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "3.1.0b3", "Indexing:Connection", "http_proxy_exclude: http://intranet.foo.com/", " \
# ^
# defaults.cc:1135:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "3.1.0b3", "Indexing:Connection", "http_proxy_exclude: http://intranet.foo.com/", " \
# ^
# defaults.cc:1135:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "3.1.0b3", "Indexing:Connection", "http_proxy_exclude: http://intranet.foo.com/", " \
# ^
# defaults.cc:1135:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "3.1.0b3", "Indexing:Connection", "http_proxy_exclude: http://intranet.foo.com/", " \
# ^
# defaults.cc:1135:65: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "3.1.0b3", "Indexing:Connection", "http_proxy_exclude: http://intranet.foo.com/", " \
# ^
# defaults.cc:1135:113: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "3.1.0b3", "Indexing:Connection", "http_proxy_exclude: http://intranet.foo.com/", " \
# ^
# defaults.cc:1140:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "ignore_alt_text", "false", \
# ^
# defaults.cc:1140:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "ignore_alt_text", "false", \
# ^
# defaults.cc:1141:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.6", "Indexing:What", "ignore_alt_text: true", " \
# ^
# defaults.cc:1141:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.6", "Indexing:What", "ignore_alt_text: true", " \
# ^
# defaults.cc:1141:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.6", "Indexing:What", "ignore_alt_text: true", " \
# ^
# defaults.cc:1141:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.6", "Indexing:What", "ignore_alt_text: true", " \
# ^
# defaults.cc:1141:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.6", "Indexing:What", "ignore_alt_text: true", " \
# ^
# defaults.cc:1141:52: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.6", "Indexing:What", "ignore_alt_text: true", " \
# ^
# defaults.cc:1141:77: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.6", "Indexing:What", "ignore_alt_text: true", " \
# ^
# defaults.cc:1146:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "ignore_dead_servers", "true", \
# ^
# defaults.cc:1146:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "ignore_dead_servers", "true", \
# ^
# defaults.cc:1147:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.6", "Indexing:Connection", "ignore_dead_servers: false", " \
# ^
# defaults.cc:1147:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.6", "Indexing:Connection", "ignore_dead_servers: false", " \
# ^
# defaults.cc:1147:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.6", "Indexing:Connection", "ignore_dead_servers: false", " \
# ^
# defaults.cc:1147:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.6", "Indexing:Connection", "ignore_dead_servers: false", " \
# ^
# defaults.cc:1147:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.6", "Indexing:Connection", "ignore_dead_servers: false", " \
# ^
# defaults.cc:1147:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.6", "Indexing:Connection", "ignore_dead_servers: false", " \
# ^
# defaults.cc:1147:88: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.6", "Indexing:Connection", "ignore_dead_servers: false", " \
# ^
# defaults.cc:1153:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "image_list", "${database_base}.images", \
# ^
# defaults.cc:1153:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "image_list", "${database_base}.images", \
# ^
# defaults.cc:1154:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "Extra Output", "image_list: allimages", " \
# ^
# defaults.cc:1154:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "Extra Output", "image_list: allimages", " \
# ^
# defaults.cc:1154:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "Extra Output", "image_list: allimages", " \
# ^
# defaults.cc:1154:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "Extra Output", "image_list: allimages", " \
# ^
# defaults.cc:1154:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "Extra Output", "image_list: allimages", " \
# ^
# defaults.cc:1154:48: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "Extra Output", "image_list: allimages", " \
# ^
# defaults.cc:1154:73: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "Extra Output", "image_list: allimages", " \
# ^
# defaults.cc:1163:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "image_url_prefix", IMAGE_URL_PREFIX, \
# ^
# defaults.cc:1163:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "image_url_prefix", IMAGE_URL_PREFIX, \
# ^
# :7:26: note: expanded from here
# #define IMAGE_URL_PREFIX "/htdig"
# ^
# defaults.cc:1164:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "image_url_prefix: /images/htdig", " \
# ^
# defaults.cc:1164:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "image_url_prefix: /images/htdig", " \
# ^
# defaults.cc:1164:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "image_url_prefix: /images/htdig", " \
# ^
# defaults.cc:1164:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "image_url_prefix: /images/htdig", " \
# ^
# defaults.cc:1164:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "image_url_prefix: /images/htdig", " \
# ^
# defaults.cc:1164:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "image_url_prefix: /images/htdig", " \
# ^
# defaults.cc:1164:91: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "image_url_prefix: /images/htdig", " \
# ^
# defaults.cc:1176:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "include", "", \
# ^
# defaults.cc:1176:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "include", "", \
# ^
# defaults.cc:1177:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.1.0", "", "include: ${config_dir}/htdig.conf", " \
# ^
# defaults.cc:1177:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.1.0", "", "include: ${config_dir}/htdig.conf", " \
# ^
# defaults.cc:1177:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.1.0", "", "include: ${config_dir}/htdig.conf", " \
# ^
# defaults.cc:1177:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.1.0", "", "include: ${config_dir}/htdig.conf", " \
# ^
# defaults.cc:1177:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.1.0", "", "include: ${config_dir}/htdig.conf", " \
# ^
# defaults.cc:1177:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.1.0", "", "include: ${config_dir}/htdig.conf", " \
# ^
# defaults.cc:1177:73: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.1.0", "", "include: ${config_dir}/htdig.conf", " \
# ^
# defaults.cc:1190:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "iso_8601", "false", \
# ^
# defaults.cc:1190:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "iso_8601", "false", \
# ^
# defaults.cc:1191:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch htnotify", "", "3.1.0b2", "Presentation:How,Extra Output", "iso_8601: true", " \
# ^
# defaults.cc:1191:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch htnotify", "", "3.1.0b2", "Presentation:How,Extra Output", "iso_8601: true", " \
# ^
# defaults.cc:1191:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch htnotify", "", "3.1.0b2", "Presentation:How,Extra Output", "iso_8601: true", " \
# ^
# defaults.cc:1191:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch htnotify", "", "3.1.0b2", "Presentation:How,Extra Output", "iso_8601: true", " \
# ^
# defaults.cc:1191:49: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch htnotify", "", "3.1.0b2", "Presentation:How,Extra Output", "iso_8601: true", " \
# ^
# defaults.cc:1191:82: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch htnotify", "", "3.1.0b2", "Presentation:How,Extra Output", "iso_8601: true", " \
# ^
# defaults.cc:1191:100: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch htnotify", "", "3.1.0b2", "Presentation:How,Extra Output", "iso_8601: true", " \
# ^
# defaults.cc:1203:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "keywords", "", \
# ^
# defaults.cc:1203:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "keywords", "", \
# ^
# defaults.cc:1204:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "??", "Searching:Method", "keywords: documentation", " \
# ^
# defaults.cc:1204:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "??", "Searching:Method", "keywords: documentation", " \
# ^
# defaults.cc:1204:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "??", "Searching:Method", "keywords: documentation", " \
# ^
# defaults.cc:1204:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "??", "Searching:Method", "keywords: documentation", " \
# ^
# defaults.cc:1204:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "??", "Searching:Method", "keywords: documentation", " \
# ^
# defaults.cc:1204:62: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "??", "Searching:Method", "keywords: documentation", " \
# ^
# defaults.cc:1204:89: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "??", "Searching:Method", "keywords: documentation", " \
# ^
# defaults.cc:1209:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "keywords_factor", "100", \
# ^
# defaults.cc:1209:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "keywords_factor", "100", \
# ^
# defaults.cc:1210:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "all", "Searching:Ranking", "keywords_factor: 12", " \
# ^
# defaults.cc:1210:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "all", "Searching:Ranking", "keywords_factor: 12", " \
# ^
# defaults.cc:1210:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "all", "Searching:Ranking", "keywords_factor: 12", " \
# ^
# defaults.cc:1210:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "all", "Searching:Ranking", "keywords_factor: 12", " \
# ^
# defaults.cc:1210:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "all", "Searching:Ranking", "keywords_factor: 12", " \
# ^
# defaults.cc:1210:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "all", "Searching:Ranking", "keywords_factor: 12", " \
# ^
# defaults.cc:1210:79: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "all", "Searching:Ranking", "keywords_factor: 12", " \
# ^
# defaults.cc:1217:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "keywords_meta_tag_names", "keywords htdig-keywords", \
# ^
# defaults.cc:1217:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "keywords_meta_tag_names", "keywords htdig-keywords", \
# ^
# defaults.cc:1218:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.6", "Indexing:What", "keywords_meta_tag_names: keywords description", " \
# ^
# defaults.cc:1218:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.6", "Indexing:What", "keywords_meta_tag_names: keywords description", " \
# ^
# defaults.cc:1218:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.6", "Indexing:What", "keywords_meta_tag_names: keywords description", " \
# ^
# defaults.cc:1218:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.6", "Indexing:What", "keywords_meta_tag_names: keywords description", " \
# ^
# defaults.cc:1218:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.6", "Indexing:What", "keywords_meta_tag_names: keywords description", " \
# ^
# defaults.cc:1218:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.6", "Indexing:What", "keywords_meta_tag_names: keywords description", " \
# ^
# defaults.cc:1218:105: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.6", "Indexing:What", "keywords_meta_tag_names: keywords description", " \
# ^
# defaults.cc:1228:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "limit_normalized", "", \
# ^
# defaults.cc:1228:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "limit_normalized", "", \
# ^
# defaults.cc:1229:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "3.1.0b2", "Indexing:Where", "limit_normalized: http://www.mydomain.com", " \
# ^
# defaults.cc:1229:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "3.1.0b2", "Indexing:Where", "limit_normalized: http://www.mydomain.com", " \
# ^
# defaults.cc:1229:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "3.1.0b2", "Indexing:Where", "limit_normalized: http://www.mydomain.com", " \
# ^
# defaults.cc:1229:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "3.1.0b2", "Indexing:Where", "limit_normalized: http://www.mydomain.com", " \
# ^
# defaults.cc:1229:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "3.1.0b2", "Indexing:Where", "limit_normalized: http://www.mydomain.com", " \
# ^
# defaults.cc:1229:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "3.1.0b2", "Indexing:Where", "limit_normalized: http://www.mydomain.com", " \
# ^
# defaults.cc:1229:105: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "3.1.0b2", "Indexing:Where", "limit_normalized: http://www.mydomain.com", " \
# ^
# defaults.cc:1240:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "limit_urls_to", "${start_url}", \
# ^
# defaults.cc:1240:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "limit_urls_to", "${start_url}", \
# ^
# defaults.cc:1241:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "all", "Indexing:Where", "limit_urls_to: .sdsu.edu kpbs [.*\\.html]", " \
# ^
# defaults.cc:1241:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "all", "Indexing:Where", "limit_urls_to: .sdsu.edu kpbs [.*\\.html]", " \
# ^
# defaults.cc:1241:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "all", "Indexing:Where", "limit_urls_to: .sdsu.edu kpbs [.*\\.html]", " \
# ^
# defaults.cc:1241:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "all", "Indexing:Where", "limit_urls_to: .sdsu.edu kpbs [.*\\.html]", " \
# ^
# defaults.cc:1241:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "all", "Indexing:Where", "limit_urls_to: .sdsu.edu kpbs [.*\\.html]", " \
# ^
# defaults.cc:1241:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "all", "Indexing:Where", "limit_urls_to: .sdsu.edu kpbs [.*\\.html]", " \
# ^
# defaults.cc:1241:101: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htdig", "", "all", "Indexing:Where", "limit_urls_to: .sdsu.edu kpbs [.*\\.html]", " \
# ^
# defaults.cc:1259:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "local_default_doc", "index.html", \
# ^
# defaults.cc:1259:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "local_default_doc", "index.html", \
# ^
# defaults.cc:1260:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "Server", "3.0.8b2", "Indexing:Where", "local_default_doc: default.html default.htm index.html index.htm", " \
# ^
# defaults.cc:1260:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "Server", "3.0.8b2", "Indexing:Where", "local_default_doc: default.html default.htm index.html index.htm", " \
# ^
# defaults.cc:1260:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "Server", "3.0.8b2", "Indexing:Where", "local_default_doc: default.html default.htm index.html index.htm", " \
# ^
# defaults.cc:1260:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "Server", "3.0.8b2", "Indexing:Where", "local_default_doc: default.html default.htm index.html index.htm", " \
# ^
# defaults.cc:1260:47: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "Server", "3.0.8b2", "Indexing:Where", "local_default_doc: default.html default.htm index.html index.htm", " \
# ^
# defaults.cc:1260:65: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "Server", "3.0.8b2", "Indexing:Where", "local_default_doc: default.html default.htm index.html index.htm", " \
# ^
# defaults.cc:1260:133: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "Server", "3.0.8b2", "Indexing:Where", "local_default_doc: default.html default.htm index.html index.htm", " \
# ^
# defaults.cc:1276:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "local_urls", "", \
# ^
# defaults.cc:1276:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "local_urls", "", \
# ^
# defaults.cc:1277:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.8b2", "Indexing:Where", "local_urls: http://www.foo.com/=/usr/www/htdocs/", " \
# ^
# defaults.cc:1277:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.8b2", "Indexing:Where", "local_urls: http://www.foo.com/=/usr/www/htdocs/", " \
# ^
# defaults.cc:1277:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.8b2", "Indexing:Where", "local_urls: http://www.foo.com/=/usr/www/htdocs/", " \
# ^
# defaults.cc:1277:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.8b2", "Indexing:Where", "local_urls: http://www.foo.com/=/usr/www/htdocs/", " \
# ^
# defaults.cc:1277:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.8b2", "Indexing:Where", "local_urls: http://www.foo.com/=/usr/www/htdocs/", " \
# ^
# defaults.cc:1277:59: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.8b2", "Indexing:Where", "local_urls: http://www.foo.com/=/usr/www/htdocs/", " \
# ^
# defaults.cc:1277:111: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.8b2", "Indexing:Where", "local_urls: http://www.foo.com/=/usr/www/htdocs/", " \
# ^
# defaults.cc:1302:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "local_urls_only", "false", \
# ^
# defaults.cc:1302:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "local_urls_only", "false", \
# ^
# defaults.cc:1303:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.4", "Indexing:Where", "local_urls_only: true", " \
# ^
# defaults.cc:1303:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.4", "Indexing:Where", "local_urls_only: true", " \
# ^
# defaults.cc:1303:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.4", "Indexing:Where", "local_urls_only: true", " \
# ^
# defaults.cc:1303:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.4", "Indexing:Where", "local_urls_only: true", " \
# ^
# defaults.cc:1303:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.4", "Indexing:Where", "local_urls_only: true", " \
# ^
# defaults.cc:1303:53: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.4", "Indexing:Where", "local_urls_only: true", " \
# ^
# defaults.cc:1303:78: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.1.4", "Indexing:Where", "local_urls_only: true", " \
# ^
# defaults.cc:1312:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "local_user_urls", "", \
# ^
# defaults.cc:1312:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "local_user_urls", "", \
# ^
# defaults.cc:1313:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.8b2", "Indexing:Where", "local_user_urls: http://www.my.org/=/home/,/www/", " \
# ^
# defaults.cc:1313:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.8b2", "Indexing:Where", "local_user_urls: http://www.my.org/=/home/,/www/", " \
# ^
# defaults.cc:1313:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.8b2", "Indexing:Where", "local_user_urls: http://www.my.org/=/home/,/www/", " \
# ^
# defaults.cc:1313:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.8b2", "Indexing:Where", "local_user_urls: http://www.my.org/=/home/,/www/", " \
# ^
# defaults.cc:1313:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.8b2", "Indexing:Where", "local_user_urls: http://www.my.org/=/home/,/www/", " \
# ^
# defaults.cc:1313:59: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.8b2", "Indexing:Where", "local_user_urls: http://www.my.org/=/home/,/www/", " \
# ^
# defaults.cc:1313:111: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.0.8b2", "Indexing:Where", "local_user_urls: http://www.my.org/=/home/,/www/", " \
# ^
# defaults.cc:1330:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "locale", "C", \
# ^
# defaults.cc:1330:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "locale", "C", \
# ^
# defaults.cc:1331:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.0", "Indexing:What,Presentation:How", "locale: en_US", " \
# ^
# defaults.cc:1331:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.0", "Indexing:What,Presentation:How", "locale: en_US", " \
# ^
# defaults.cc:1331:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.0", "Indexing:What,Presentation:How", "locale: en_US", " \
# ^
# defaults.cc:1331:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.0", "Indexing:What,Presentation:How", "locale: en_US", " \
# ^
# defaults.cc:1331:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.0", "Indexing:What,Presentation:How", "locale: en_US", " \
# ^
# defaults.cc:1331:66: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.0", "Indexing:What,Presentation:How", "locale: en_US", " \
# ^
# defaults.cc:1331:83: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.0", "Indexing:What,Presentation:How", "locale: en_US", " \
# ^
# defaults.cc:1344:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "logging", "false", \
# ^
# defaults.cc:1344:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "logging", "false", \
# ^
# defaults.cc:1345:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b2", "Extra Output", "logging: true", " \
# ^
# defaults.cc:1345:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b2", "Extra Output", "logging: true", " \
# ^
# defaults.cc:1345:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b2", "Extra Output", "logging: true", " \
# ^
# defaults.cc:1345:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b2", "Extra Output", "logging: true", " \
# ^
# defaults.cc:1345:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b2", "Extra Output", "logging: true", " \
# ^
# defaults.cc:1345:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b2", "Extra Output", "logging: true", " \
# ^
# defaults.cc:1345:73: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b2", "Extra Output", "logging: true", " \
# ^
# defaults.cc:1367:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "maintainer", "bogus@unconfigured.htdig.user", \
# ^
# defaults.cc:1367:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "maintainer", "bogus@unconfigured.htdig.user", \
# ^
# defaults.cc:1368:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "all", "Indexing:Out", "maintainer: ben.dover@uptight.com", " \
# ^
# defaults.cc:1368:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "all", "Indexing:Out", "maintainer: ben.dover@uptight.com", " \
# ^
# defaults.cc:1368:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "all", "Indexing:Out", "maintainer: ben.dover@uptight.com", " \
# ^
# defaults.cc:1368:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "all", "Indexing:Out", "maintainer: ben.dover@uptight.com", " \
# ^
# defaults.cc:1368:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "all", "Indexing:Out", "maintainer: ben.dover@uptight.com", " \
# ^
# defaults.cc:1368:54: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "all", "Indexing:Out", "maintainer: ben.dover@uptight.com", " \
# ^
# defaults.cc:1368:91: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "all", "Indexing:Out", "maintainer: ben.dover@uptight.com", " \
# ^
# defaults.cc:1374:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "match_method", "and", \
# ^
# defaults.cc:1374:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "match_method", "and", \
# ^
# defaults.cc:1375:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Searching:Method", "match_method: boolean", " \
# ^
# defaults.cc:1375:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Searching:Method", "match_method: boolean", " \
# ^
# defaults.cc:1375:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Searching:Method", "match_method: boolean", " \
# ^
# defaults.cc:1375:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Searching:Method", "match_method: boolean", " \
# ^
# defaults.cc:1375:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Searching:Method", "match_method: boolean", " \
# ^
# defaults.cc:1375:55: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Searching:Method", "match_method: boolean", " \
# ^
# defaults.cc:1375:80: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Searching:Method", "match_method: boolean", " \
# ^
# defaults.cc:1387:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "matches_per_page", "10", \
# ^
# defaults.cc:1387:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "matches_per_page", "10", \
# ^
# defaults.cc:1388:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.0", "Searching:Method", "matches_per_page: 999", " \
# ^
# defaults.cc:1388:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.0", "Searching:Method", "matches_per_page: 999", " \
# ^
# defaults.cc:1388:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.0", "Searching:Method", "matches_per_page: 999", " \
# ^
# defaults.cc:1388:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.0", "Searching:Method", "matches_per_page: 999", " \
# ^
# defaults.cc:1388:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.0", "Searching:Method", "matches_per_page: 999", " \
# ^
# defaults.cc:1388:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.0", "Searching:Method", "matches_per_page: 999", " \
# ^
# defaults.cc:1388:81: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.0", "Searching:Method", "matches_per_page: 999", " \
# ^
# defaults.cc:1395:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_connection_requests", "-1", \
# ^
# defaults.cc:1395:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_connection_requests", "-1", \
# ^
# defaults.cc:1396:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:Connection", "max_connection_requests: 100", " \
# ^
# defaults.cc:1396:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:Connection", "max_connection_requests: 100", " \
# ^
# defaults.cc:1396:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:Connection", "max_connection_requests: 100", " \
# ^
# defaults.cc:1396:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:Connection", "max_connection_requests: 100", " \
# ^
# defaults.cc:1396:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:Connection", "max_connection_requests: 100", " \
# ^
# defaults.cc:1396:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:Connection", "max_connection_requests: 100", " \
# ^
# defaults.cc:1396:92: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:Connection", "max_connection_requests: 100", " \
# ^
# defaults.cc:1406:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_description_length", "60", \
# ^
# defaults.cc:1406:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_description_length", "60", \
# ^
# defaults.cc:1407:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:What", "max_description_length: 40", " \
# ^
# defaults.cc:1407:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:What", "max_description_length: 40", " \
# ^
# defaults.cc:1407:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:What", "max_description_length: 40", " \
# ^
# defaults.cc:1407:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:What", "max_description_length: 40", " \
# ^
# defaults.cc:1407:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:What", "max_description_length: 40", " \
# ^
# defaults.cc:1407:50: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:What", "max_description_length: 40", " \
# ^
# defaults.cc:1407:80: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:What", "max_description_length: 40", " \
# ^
# defaults.cc:1416:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_descriptions", "5", \
# ^
# defaults.cc:1416:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_descriptions", "5", \
# ^
# defaults.cc:1417:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:What", "max_descriptions: 1", " \
# ^
# defaults.cc:1417:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:What", "max_descriptions: 1", " \
# ^
# defaults.cc:1417:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:What", "max_descriptions: 1", " \
# ^
# defaults.cc:1417:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:What", "max_descriptions: 1", " \
# ^
# defaults.cc:1417:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:What", "max_descriptions: 1", " \
# ^
# defaults.cc:1417:50: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:What", "max_descriptions: 1", " \
# ^
# defaults.cc:1417:73: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:What", "max_descriptions: 1", " \
# ^
# defaults.cc:1428:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_doc_size", "100000", \
# ^
# defaults.cc:1428:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_doc_size", "100000", \
# ^
# defaults.cc:1429:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "URL", "3.0", "Indexing:What", "max_doc_size: 5000000", " \
# ^
# defaults.cc:1429:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "URL", "3.0", "Indexing:What", "max_doc_size: 5000000", " \
# ^
# defaults.cc:1429:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "URL", "3.0", "Indexing:What", "max_doc_size: 5000000", " \
# ^
# defaults.cc:1429:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "URL", "3.0", "Indexing:What", "max_doc_size: 5000000", " \
# ^
# defaults.cc:1429:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "URL", "3.0", "Indexing:What", "max_doc_size: 5000000", " \
# ^
# defaults.cc:1429:53: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "URL", "3.0", "Indexing:What", "max_doc_size: 5000000", " \
# ^
# defaults.cc:1429:78: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "URL", "3.0", "Indexing:What", "max_doc_size: 5000000", " \
# ^
# defaults.cc:1436:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_excerpts", "1", \
# ^
# defaults.cc:1436:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_excerpts", "1", \
# ^
# defaults.cc:1437:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "URL", "3.1.6", "Presentation:How", "max_excerpts: 10", " \
# ^
# defaults.cc:1437:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "URL", "3.1.6", "Presentation:How", "max_excerpts: 10", " \
# ^
# defaults.cc:1437:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "URL", "3.1.6", "Presentation:How", "max_excerpts: 10", " \
# ^
# defaults.cc:1437:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "URL", "3.1.6", "Presentation:How", "max_excerpts: 10", " \
# ^
# defaults.cc:1437:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "URL", "3.1.6", "Presentation:How", "max_excerpts: 10", " \
# ^
# defaults.cc:1437:61: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "URL", "3.1.6", "Presentation:How", "max_excerpts: 10", " \
# ^
# defaults.cc:1437:81: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "URL", "3.1.6", "Presentation:How", "max_excerpts: 10", " \
# ^
# defaults.cc:1442:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_head_length", "512", \
# ^
# defaults.cc:1442:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_head_length", "512", \
# ^
# defaults.cc:1443:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:How", "max_head_length: 50000", " \
# ^
# defaults.cc:1443:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:How", "max_head_length: 50000", " \
# ^
# defaults.cc:1443:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:How", "max_head_length: 50000", " \
# ^
# defaults.cc:1443:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:How", "max_head_length: 50000", " \
# ^
# defaults.cc:1443:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:How", "max_head_length: 50000", " \
# ^
# defaults.cc:1443:49: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:How", "max_head_length: 50000", " \
# ^
# defaults.cc:1443:75: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:How", "max_head_length: 50000", " \
# ^
# defaults.cc:1453:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_hop_count", "999999", \
# ^
# defaults.cc:1453:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_hop_count", "999999", \
# ^
# defaults.cc:1454:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:Where", "max_hop_count: 4", " \
# ^
# defaults.cc:1454:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:Where", "max_hop_count: 4", " \
# ^
# defaults.cc:1454:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:Where", "max_hop_count: 4", " \
# ^
# defaults.cc:1454:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:Where", "max_hop_count: 4", " \
# ^
# defaults.cc:1454:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:Where", "max_hop_count: 4", " \
# ^
# defaults.cc:1454:51: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:Where", "max_hop_count: 4", " \
# ^
# defaults.cc:1454:71: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "all", "Indexing:Where", "max_hop_count: 4", " \
# ^
# defaults.cc:1461:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_keywords", "-1", \
# ^
# defaults.cc:1461:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_keywords", "-1", \
# ^
# defaults.cc:1462:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:What", "max_keywords: 10", " \
# ^
# defaults.cc:1462:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:What", "max_keywords: 10", " \
# ^
# defaults.cc:1462:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:What", "max_keywords: 10", " \
# ^
# defaults.cc:1462:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:What", "max_keywords: 10", " \
# ^
# defaults.cc:1462:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:What", "max_keywords: 10", " \
# ^
# defaults.cc:1462:54: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:What", "max_keywords: 10", " \
# ^
# defaults.cc:1462:74: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:What", "max_keywords: 10", " \
# ^
# defaults.cc:1471:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_meta_description_length", "512", \
# ^
# defaults.cc:1471:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_meta_description_length", "512", \
# ^
# defaults.cc:1472:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.1.0b1", "Indexing:How", "max_meta_description_length: 1000", " \
# ^
# defaults.cc:1472:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.1.0b1", "Indexing:How", "max_meta_description_length: 1000", " \
# ^
# defaults.cc:1472:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.1.0b1", "Indexing:How", "max_meta_description_length: 1000", " \
# ^
# defaults.cc:1472:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.1.0b1", "Indexing:How", "max_meta_description_length: 1000", " \
# ^
# defaults.cc:1472:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.1.0b1", "Indexing:How", "max_meta_description_length: 1000", " \
# ^
# defaults.cc:1472:53: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.1.0b1", "Indexing:How", "max_meta_description_length: 1000", " \
# ^
# defaults.cc:1472:90: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.1.0b1", "Indexing:How", "max_meta_description_length: 1000", " \
# ^
# defaults.cc:1480:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_prefix_matches", "1000", \
# ^
# defaults.cc:1480:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_prefix_matches", "1000", \
# ^
# defaults.cc:1481:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.0b1", "Searching:Method", "max_prefix_matches: 100", " \
# ^
# defaults.cc:1481:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.0b1", "Searching:Method", "max_prefix_matches: 100", " \
# ^
# defaults.cc:1481:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.0b1", "Searching:Method", "max_prefix_matches: 100", " \
# ^
# defaults.cc:1481:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.0b1", "Searching:Method", "max_prefix_matches: 100", " \
# ^
# defaults.cc:1481:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.0b1", "Searching:Method", "max_prefix_matches: 100", " \
# ^
# defaults.cc:1481:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.0b1", "Searching:Method", "max_prefix_matches: 100", " \
# ^
# defaults.cc:1481:87: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.0b1", "Searching:Method", "max_prefix_matches: 100", " \
# ^
# defaults.cc:1489:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_retries", "3", \
# ^
# defaults.cc:1489:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_retries", "3", \
# ^
# defaults.cc:1490:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:Connection", "max_retries: 6", " \
# ^
# defaults.cc:1490:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:Connection", "max_retries: 6", " \
# ^
# defaults.cc:1490:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:Connection", "max_retries: 6", " \
# ^
# defaults.cc:1490:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:Connection", "max_retries: 6", " \
# ^
# defaults.cc:1490:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:Connection", "max_retries: 6", " \
# ^
# defaults.cc:1490:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:Connection", "max_retries: 6", " \
# ^
# defaults.cc:1490:78: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "", "3.2.0b1", "Indexing:Connection", "max_retries: 6", " \
# ^
# defaults.cc:1494:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_stars", "4", \
# ^
# defaults.cc:1494:16: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "max_stars", "4", \
# ^
# defaults.cc:1495:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "max_stars: 6", " \
# ^
# defaults.cc:1495:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "max_stars: 6", " \
# ^
# defaults.cc:1495:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "max_stars: 6", " \
# ^
# defaults.cc:1495:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "max_stars: 6", " \
# ^
# defaults.cc:1495:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "max_stars: 6", " \
# ^
# defaults.cc:1495:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "max_stars: 6", " \
# ^
# defaults.cc:1495:72: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "max_stars: 6", " \
# ^
# defaults.cc:1500:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "maximum_page_buttons", "${maximum_pages}", \
# ^
# defaults.cc:1500:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "maximum_page_buttons", "${maximum_pages}", \
# ^
# defaults.cc:1501:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b3", "Presentation:How", "maximum_page_buttons: 20", " \
# ^
# defaults.cc:1501:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b3", "Presentation:How", "maximum_page_buttons: 20", " \
# ^
# defaults.cc:1501:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b3", "Presentation:How", "maximum_page_buttons: 20", " \
# ^
# defaults.cc:1501:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b3", "Presentation:How", "maximum_page_buttons: 20", " \
# ^
# defaults.cc:1501:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b3", "Presentation:How", "maximum_page_buttons: 20", " \
# ^
# defaults.cc:1501:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b3", "Presentation:How", "maximum_page_buttons: 20", " \
# ^
# defaults.cc:1501:88: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b3", "Presentation:How", "maximum_page_buttons: 20", " \
# ^
# defaults.cc:1510:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "maximum_pages", "10", \
# ^
# defaults.cc:1510:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "maximum_pages", "10", \
# ^
# defaults.cc:1511:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "maximum_pages: 20", " \
# ^
# defaults.cc:1511:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "maximum_pages: 20", " \
# ^
# defaults.cc:1511:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "maximum_pages: 20", " \
# ^
# defaults.cc:1511:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "maximum_pages: 20", " \
# ^
# defaults.cc:1511:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "maximum_pages: 20", " \
# ^
# defaults.cc:1511:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "maximum_pages: 20", " \
# ^
# defaults.cc:1511:77: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "all", "Presentation:How", "maximum_pages: 20", " \
# ^
# defaults.cc:1521:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "maximum_word_length", "32", \
# ^
# defaults.cc:1521:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "maximum_word_length", "32", \
# ^
# defaults.cc:1522:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig htsearch htfuzzy", "", "3.1.3", "Indexing:What", "maximum_word_length: 15", " \
# ^
# defaults.cc:1522:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig htsearch htfuzzy", "", "3.1.3", "Indexing:What", "maximum_word_length: 15", " \
# ^
# defaults.cc:1522:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig htsearch htfuzzy", "", "3.1.3", "Indexing:What", "maximum_word_length: 15", " \
# ^
# defaults.cc:1522:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig htsearch htfuzzy", "", "3.1.3", "Indexing:What", "maximum_word_length: 15", " \
# ^
# defaults.cc:1522:52: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig htsearch htfuzzy", "", "3.1.3", "Indexing:What", "maximum_word_length: 15", " \
# ^
# defaults.cc:1522:69: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig htsearch htfuzzy", "", "3.1.3", "Indexing:What", "maximum_word_length: 15", " \
# ^
# defaults.cc:1522:96: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig htsearch htfuzzy", "", "3.1.3", "Indexing:What", "maximum_word_length: 15", " \
# ^
# defaults.cc:1528:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "md5_db", "${database_base}.md5hash.db", \
# ^
# defaults.cc:1528:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "md5_db", "${database_base}.md5hash.db", \
# ^
# defaults.cc:1529:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b3", "File Layout", "md5_db: ${database_base}.md5.db", " \
# ^
# defaults.cc:1529:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b3", "File Layout", "md5_db: ${database_base}.md5.db", " \
# ^
# defaults.cc:1529:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b3", "File Layout", "md5_db: ${database_base}.md5.db", " \
# ^
# defaults.cc:1529:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b3", "File Layout", "md5_db: ${database_base}.md5.db", " \
# ^
# defaults.cc:1529:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b3", "File Layout", "md5_db: ${database_base}.md5.db", " \
# ^
# defaults.cc:1529:51: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b3", "File Layout", "md5_db: ${database_base}.md5.db", " \
# ^
# defaults.cc:1529:86: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b3", "File Layout", "md5_db: ${database_base}.md5.db", " \
# ^
# defaults.cc:1535:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "meta_description_factor", "50", \
# ^
# defaults.cc:1535:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "meta_description_factor", "50", \
# ^
# defaults.cc:1536:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0b1", "Searching:Ranking", "meta_description_factor: 20", " \
# ^
# defaults.cc:1536:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0b1", "Searching:Ranking", "meta_description_factor: 20", " \
# ^
# defaults.cc:1536:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0b1", "Searching:Ranking", "meta_description_factor: 20", " \
# ^
# defaults.cc:1536:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0b1", "Searching:Ranking", "meta_description_factor: 20", " \
# ^
# defaults.cc:1536:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0b1", "Searching:Ranking", "meta_description_factor: 20", " \
# ^
# defaults.cc:1536:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0b1", "Searching:Ranking", "meta_description_factor: 20", " \
# ^
# defaults.cc:1536:91: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.0b1", "Searching:Ranking", "meta_description_factor: 20", " \
# ^
# defaults.cc:1543:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "metaphone_db", "${database_base}.metaphone.db", \
# ^
# defaults.cc:1543:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "metaphone_db", "${database_base}.metaphone.db", \
# ^
# defaults.cc:1544:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "metaphone_db: ${database_base}.mp.db", " \
# ^
# defaults.cc:1544:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "metaphone_db: ${database_base}.mp.db", " \
# ^
# defaults.cc:1544:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "metaphone_db: ${database_base}.mp.db", " \
# ^
# defaults.cc:1544:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "metaphone_db: ${database_base}.mp.db", " \
# ^
# defaults.cc:1544:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "metaphone_db: ${database_base}.mp.db", " \
# ^
# defaults.cc:1544:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "metaphone_db: ${database_base}.mp.db", " \
# ^
# defaults.cc:1544:98: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "metaphone_db: ${database_base}.mp.db", " \
# ^
# defaults.cc:1550:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "method_names", "and All or Any boolean Boolean", \
# ^
# defaults.cc:1550:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "method_names", "and All or Any boolean Boolean", \
# ^
# defaults.cc:1551:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "all", "Searching:UI", "method_names: or Or and And", " \
# ^
# defaults.cc:1551:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "all", "Searching:UI", "method_names: or Or and And", " \
# ^
# defaults.cc:1551:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "all", "Searching:UI", "method_names: or Or and And", " \
# ^
# defaults.cc:1551:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "all", "Searching:UI", "method_names: or Or and And", " \
# ^
# defaults.cc:1551:47: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "all", "Searching:UI", "method_names: or Or and And", " \
# ^
# defaults.cc:1551:63: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "all", "Searching:UI", "method_names: or Or and And", " \
# ^
# defaults.cc:1551:94: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "all", "Searching:UI", "method_names: or Or and And", " \
# ^
# defaults.cc:1561:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "mime_types", "${config_dir}/mime.types", \
# ^
# defaults.cc:1561:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "mime_types", "${config_dir}/mime.types", \
# ^
# defaults.cc:1562:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b1", "Indexing:Where", "mime_types: /etc/mime.types", " \
# ^
# defaults.cc:1562:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b1", "Indexing:Where", "mime_types: /etc/mime.types", " \
# ^
# defaults.cc:1562:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b1", "Indexing:Where", "mime_types: /etc/mime.types", " \
# ^
# defaults.cc:1562:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b1", "Indexing:Where", "mime_types: /etc/mime.types", " \
# ^
# defaults.cc:1562:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b1", "Indexing:Where", "mime_types: /etc/mime.types", " \
# ^
# defaults.cc:1562:54: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b1", "Indexing:Where", "mime_types: /etc/mime.types", " \
# ^
# defaults.cc:1562:85: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.2.0b1", "Indexing:Where", "mime_types: /etc/mime.types", " \
# ^
# defaults.cc:1570:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "minimum_prefix_length", "1", \
# ^
# defaults.cc:1570:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "minimum_prefix_length", "1", \
# ^
# defaults.cc:1571:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.0b1", "Searching:Method", "minimum_prefix_length: 2", " \
# ^
# defaults.cc:1571:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.0b1", "Searching:Method", "minimum_prefix_length: 2", " \
# ^
# defaults.cc:1571:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.0b1", "Searching:Method", "minimum_prefix_length: 2", " \
# ^
# defaults.cc:1571:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.0b1", "Searching:Method", "minimum_prefix_length: 2", " \
# ^
# defaults.cc:1571:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.0b1", "Searching:Method", "minimum_prefix_length: 2", " \
# ^
# defaults.cc:1571:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.0b1", "Searching:Method", "minimum_prefix_length: 2", " \
# ^
# defaults.cc:1571:88: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.0b1", "Searching:Method", "minimum_prefix_length: 2", " \
# ^
# defaults.cc:1576:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "minimum_speling_length", "5", \
# ^
# defaults.cc:1576:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "minimum_speling_length", "5", \
# ^
# defaults.cc:1577:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b1", "Searching:Method", "minimum_speling_length: 3", " \
# ^
# defaults.cc:1577:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b1", "Searching:Method", "minimum_speling_length: 3", " \
# ^
# defaults.cc:1577:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b1", "Searching:Method", "minimum_speling_length: 3", " \
# ^
# defaults.cc:1577:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b1", "Searching:Method", "minimum_speling_length: 3", " \
# ^
# defaults.cc:1577:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b1", "Searching:Method", "minimum_speling_length: 3", " \
# ^
# defaults.cc:1577:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b1", "Searching:Method", "minimum_speling_length: 3", " \
# ^
# defaults.cc:1577:89: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b1", "Searching:Method", "minimum_speling_length: 3", " \
# ^
# defaults.cc:1582:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "minimum_word_length", "3", \
# ^
# defaults.cc:1582:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "minimum_word_length", "3", \
# ^
# defaults.cc:1583:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig htsearch", "", "all", "Indexing:What", "minimum_word_length: 2", " \
# ^
# defaults.cc:1583:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig htsearch", "", "all", "Indexing:What", "minimum_word_length: 2", " \
# ^
# defaults.cc:1583:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig htsearch", "", "all", "Indexing:What", "minimum_word_length: 2", " \
# ^
# defaults.cc:1583:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig htsearch", "", "all", "Indexing:What", "minimum_word_length: 2", " \
# ^
# defaults.cc:1583:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig htsearch", "", "all", "Indexing:What", "minimum_word_length: 2", " \
# ^
# defaults.cc:1583:59: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig htsearch", "", "all", "Indexing:What", "minimum_word_length: 2", " \
# ^
# defaults.cc:1583:85: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig htsearch", "", "all", "Indexing:What", "minimum_word_length: 2", " \
# ^
# defaults.cc:1592:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "multimatch_factor", "1", \
# ^
# defaults.cc:1592:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "multimatch_factor", "1", \
# ^
# defaults.cc:1593:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.6", "Searching:Ranking", "multimatch_factor: 1000", " \
# ^
# defaults.cc:1593:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.6", "Searching:Ranking", "multimatch_factor: 1000", " \
# ^
# defaults.cc:1593:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.6", "Searching:Ranking", "multimatch_factor: 1000", " \
# ^
# defaults.cc:1593:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.6", "Searching:Ranking", "multimatch_factor: 1000", " \
# ^
# defaults.cc:1593:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.6", "Searching:Ranking", "multimatch_factor: 1000", " \
# ^
# defaults.cc:1593:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.6", "Searching:Ranking", "multimatch_factor: 1000", " \
# ^
# defaults.cc:1593:85: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.1.6", "Searching:Ranking", "multimatch_factor: 1000", " \
# ^
# defaults.cc:1601:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "next_page_text", "[next]", \
# ^
# defaults.cc:1601:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "next_page_text", "[next]", \
# ^
# defaults.cc:1602:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Text", "next_page_text: <img src=\"/htdig/buttonr.gif\">", " \
# ^
# defaults.cc:1602:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Text", "next_page_text: <img src=\"/htdig/buttonr.gif\">", " \
# ^
# defaults.cc:1602:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Text", "next_page_text: <img src=\"/htdig/buttonr.gif\">", " \
# ^
# defaults.cc:1602:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Text", "next_page_text: <img src=\"/htdig/buttonr.gif\">", " \
# ^
# defaults.cc:1602:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Text", "next_page_text: <img src=\"/htdig/buttonr.gif\">", " \
# ^
# defaults.cc:1602:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Text", "next_page_text: <img src=\"/htdig/buttonr.gif\">", " \
# ^
# defaults.cc:1602:116: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Text", "next_page_text: <img src=\"/htdig/buttonr.gif\">", " \
# ^
# defaults.cc:1606:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "no_excerpt_show_top", "false", \
# ^
# defaults.cc:1606:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "no_excerpt_show_top", "false", \
# ^
# defaults.cc:1607:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b3", "Presentation:How", "no_excerpt_show_top: yes", " \
# ^
# defaults.cc:1607:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b3", "Presentation:How", "no_excerpt_show_top: yes", " \
# ^
# defaults.cc:1607:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b3", "Presentation:How", "no_excerpt_show_top: yes", " \
# ^
# defaults.cc:1607:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b3", "Presentation:How", "no_excerpt_show_top: yes", " \
# ^
# defaults.cc:1607:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b3", "Presentation:How", "no_excerpt_show_top: yes", " \
# ^
# defaults.cc:1607:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b3", "Presentation:How", "no_excerpt_show_top: yes", " \
# ^
# defaults.cc:1607:88: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b3", "Presentation:How", "no_excerpt_show_top: yes", " \
# ^
# defaults.cc:1613:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "no_excerpt_text", "(None of the search words were found in the top of this document.)", \
# ^
# defaults.cc:1613:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "no_excerpt_text", "(None of the search words were found in the top of this document.)", \
# ^
# defaults.cc:1614:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_excerpt_text:", " \
# ^
# defaults.cc:1614:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_excerpt_text:", " \
# ^
# defaults.cc:1614:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_excerpt_text:", " \
# ^
# defaults.cc:1614:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_excerpt_text:", " \
# ^
# defaults.cc:1614:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_excerpt_text:", " \
# ^
# defaults.cc:1614:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_excerpt_text:", " \
# ^
# defaults.cc:1614:76: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_excerpt_text:", " \
# ^
# defaults.cc:1620:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "no_next_page_text", "${next_page_text}", \
# ^
# defaults.cc:1620:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "no_next_page_text", "${next_page_text}", \
# ^
# defaults.cc:1621:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_next_page_text:", " \
# ^
# defaults.cc:1621:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_next_page_text:", " \
# ^
# defaults.cc:1621:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_next_page_text:", " \
# ^
# defaults.cc:1621:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_next_page_text:", " \
# ^
# defaults.cc:1621:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_next_page_text:", " \
# ^
# defaults.cc:1621:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_next_page_text:", " \
# ^
# defaults.cc:1621:78: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_next_page_text:", " \
# ^
# defaults.cc:1625:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "no_page_list_header", "", \
# ^
# defaults.cc:1625:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "no_page_list_header", "", \
# ^
# defaults.cc:1626:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_page_list_header: <hr noshade size=2>All results on this page.<br>", " \
# ^
# defaults.cc:1626:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_page_list_header: <hr noshade size=2>All results on this page.<br>", " \
# ^
# defaults.cc:1626:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_page_list_header: <hr noshade size=2>All results on this page.<br>", " \
# ^
# defaults.cc:1626:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_page_list_header: <hr noshade size=2>All results on this page.<br>", " \
# ^
# defaults.cc:1626:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_page_list_header: <hr noshade size=2>All results on this page.<br>", " \
# ^
# defaults.cc:1626:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_page_list_header: <hr noshade size=2>All results on this page.<br>", " \
# ^
# defaults.cc:1626:141: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_page_list_header: <hr noshade size=2>All results on this page.<br>", " \
# ^
# defaults.cc:1632:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "no_page_number_text", "", \
# ^
# defaults.cc:1632:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "no_page_number_text", "", \
# ^
# defaults.cc:1633:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Text", "no_page_number_text: \
# ^
# defaults.cc:1633:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Text", "no_page_number_text: \
# ^
# defaults.cc:1633:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Text", "no_page_number_text: \
# ^
# defaults.cc:1633:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Text", "no_page_number_text: \
# ^
# defaults.cc:1633:47: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Text", "no_page_number_text: \
# ^
# defaults.cc:1633:68: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Text", "no_page_number_text: \
# ^
# defaults.cc:1639:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# ", " \
# ^
# defaults.cc:1657:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "no_prev_page_text", "${prev_page_text}", \
# ^
# defaults.cc:1657:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "no_prev_page_text", "${prev_page_text}", \
# ^
# defaults.cc:1658:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_prev_page_text:", " \
# ^
# defaults.cc:1658:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_prev_page_text:", " \
# ^
# defaults.cc:1658:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_prev_page_text:", " \
# ^
# defaults.cc:1658:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_prev_page_text:", " \
# ^
# defaults.cc:1658:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_prev_page_text:", " \
# ^
# defaults.cc:1658:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_prev_page_text:", " \
# ^
# defaults.cc:1658:78: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "no_prev_page_text:", " \
# ^
# defaults.cc:1662:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "no_title_text", "filename", \
# ^
# defaults.cc:1662:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "no_title_text", "filename", \
# ^
# defaults.cc:1663:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Text", "no_title_text: \"No Title Found\"", " \
# ^
# defaults.cc:1663:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Text", "no_title_text: \"No Title Found\"", " \
# ^
# defaults.cc:1663:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Text", "no_title_text: \"No Title Found\"", " \
# ^
# defaults.cc:1663:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Text", "no_title_text: \"No Title Found\"", " \
# ^
# defaults.cc:1663:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Text", "no_title_text: \"No Title Found\"", " \
# ^
# defaults.cc:1663:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Text", "no_title_text: \"No Title Found\"", " \
# ^
# defaults.cc:1663:95: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Text", "no_title_text: \"No Title Found\"", " \
# ^
# defaults.cc:1669:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "noindex_end", " ", \
# ^
# defaults.cc:1669:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "noindex_end", " ", \
# ^
# defaults.cc:1670:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.1.0", "Indexing:What", "noindex_end: </SCRIPT>", " \
# ^
# defaults.cc:1670:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.1.0", "Indexing:What", "noindex_end: </SCRIPT>", " \
# ^
# defaults.cc:1670:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.1.0", "Indexing:What", "noindex_end: </SCRIPT>", " \
# ^
# defaults.cc:1670:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.1.0", "Indexing:What", "noindex_end: </SCRIPT>", " \
# ^
# defaults.cc:1670:46: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.1.0", "Indexing:What", "noindex_end: </SCRIPT>", " \
# ^
# defaults.cc:1670:63: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.1.0", "Indexing:What", "noindex_end: </SCRIPT>", " \
# ^
# defaults.cc:1670:95: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.1.0", "Indexing:What", "noindex_end: </SCRIPT>", " \
# ^
# defaults.cc:1679:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "noindex_start", "
# ^
# defaults.cc:1679:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "noindex_start", "
# ^
# defaults.cc:1680:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.1.0", "Indexing:What", "noindex_start: <SCRIPT", " \
# ^
# defaults.cc:1680:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.1.0", "Indexing:What", "noindex_start: <SCRIPT", " \
# ^
# defaults.cc:1680:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.1.0", "Indexing:What", "noindex_start: <SCRIPT", " \
# ^
# defaults.cc:1680:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.1.0", "Indexing:What", "noindex_start: <SCRIPT", " \
# ^
# defaults.cc:1680:46: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.1.0", "Indexing:What", "noindex_start: <SCRIPT", " \
# ^
# defaults.cc:1680:63: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.1.0", "Indexing:What", "noindex_start: <SCRIPT", " \
# ^
# defaults.cc:1680:92: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htdig", "", "3.1.0", "Indexing:What", "noindex_start: <SCRIPT", " \
# ^
# defaults.cc:1698:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "nothing_found_file", "${common_dir}/nomatch.html", \
# ^
# defaults.cc:1698:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "nothing_found_file", "${common_dir}/nomatch.html", \
# ^
# defaults.cc:1699:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "nothing_found_file: /www/searching/nothing.html", " \
# ^
# defaults.cc:1699:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "nothing_found_file: /www/searching/nothing.html", " \
# ^
# defaults.cc:1699:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "nothing_found_file: /www/searching/nothing.html", " \
# ^
# defaults.cc:1699:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "nothing_found_file: /www/searching/nothing.html", " \
# ^
# defaults.cc:1699:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "nothing_found_file: /www/searching/nothing.html", " \
# ^
# defaults.cc:1699:57: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "nothing_found_file: /www/searching/nothing.html", " \
# ^
# defaults.cc:1699:108: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "nothing_found_file: /www/searching/nothing.html", " \
# ^
# defaults.cc:1708:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "nph", "false", \
# ^
# defaults.cc:1708:10: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "nph", "false", \
# ^
# defaults.cc:1709:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.2.0b2", "Presentation:How", "nph: true", " \
# ^
# defaults.cc:1709:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.2.0b2", "Presentation:How", "nph: true", " \
# ^
# defaults.cc:1709:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.2.0b2", "Presentation:How", "nph: true", " \
# ^
# defaults.cc:1709:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.2.0b2", "Presentation:How", "nph: true", " \
# ^
# defaults.cc:1709:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.2.0b2", "Presentation:How", "nph: true", " \
# ^
# defaults.cc:1709:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.2.0b2", "Presentation:How", "nph: true", " \
# ^
# defaults.cc:1709:73: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.2.0b2", "Presentation:How", "nph: true", " \
# ^
# defaults.cc:1716:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "page_list_header", "
Pages:
", \

# ^
# defaults.cc:1716:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "page_list_header", "
Pages:
", \

# ^
# defaults.cc:1717:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "page_list_header:", " \
# ^
# defaults.cc:1717:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "page_list_header:", " \
# ^
# defaults.cc:1717:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "page_list_header:", " \
# ^
# defaults.cc:1717:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "page_list_header:", " \
# ^
# defaults.cc:1717:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "page_list_header:", " \
# ^
# defaults.cc:1717:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "page_list_header:", " \
# ^
# defaults.cc:1717:77: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "page_list_header:", " \
# ^
# defaults.cc:1723:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "page_number_separator", "\" \"", \
# ^
# defaults.cc:1723:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "page_number_separator", "\" \"", \
# ^
# defaults.cc:1724:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.4", "Presentation:Text", "page_number_separator: \"</td> <td>\"", " \
# ^
# defaults.cc:1724:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.4", "Presentation:Text", "page_number_separator: \"</td> <td>\"", " \
# ^
# defaults.cc:1724:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.4", "Presentation:Text", "page_number_separator: \"</td> <td>\"", " \
# ^
# defaults.cc:1724:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.4", "Presentation:Text", "page_number_separator: \"</td> <td>\"", " \
# ^
# defaults.cc:1724:49: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.4", "Presentation:Text", "page_number_separator: \"</td> <td>\"", " \
# ^
# defaults.cc:1724:70: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.4", "Presentation:Text", "page_number_separator: \"</td> <td>\"", " \
# ^
# defaults.cc:1724:123: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.4", "Presentation:Text", "page_number_separator: \"</td> <td>\"", " \
# ^
# defaults.cc:1740:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "page_number_text", "", \
# ^
# defaults.cc:1740:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "page_number_text", "", \
# ^
# defaults.cc:1741:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Text", "page_number_text: \
# ^
# defaults.cc:1741:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Text", "page_number_text: \
# ^
# defaults.cc:1741:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Text", "page_number_text: \
# ^
# defaults.cc:1741:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Text", "page_number_text: \
# ^
# defaults.cc:1741:47: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Text", "page_number_text: \
# ^
# defaults.cc:1741:68: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Text", "page_number_text: \
# ^
# defaults.cc:1747:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# ", " \
# ^
# defaults.cc:1765:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "persistent_connections", "true", \
# ^
# defaults.cc:1765:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "persistent_connections", "true", \
# ^
# defaults.cc:1766:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "persistent_connections: false", " \
# ^
# defaults.cc:1766:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "persistent_connections: false", " \
# ^
# defaults.cc:1766:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "persistent_connections: false", " \
# ^
# defaults.cc:1766:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "persistent_connections: false", " \
# ^
# defaults.cc:1766:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "persistent_connections: false", " \
# ^
# defaults.cc:1766:66: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "persistent_connections: false", " \
# ^
# defaults.cc:1766:99: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "persistent_connections: false", " \
# ^
# defaults.cc:1772:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "plural_suffix", "s", \
# ^
# defaults.cc:1772:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "plural_suffix", "s", \
# ^
# defaults.cc:1773:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.2.0b2", "Presentation: Text", "plural_suffix: en", " \
# ^
# defaults.cc:1773:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.2.0b2", "Presentation: Text", "plural_suffix: en", " \
# ^
# defaults.cc:1773:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.2.0b2", "Presentation: Text", "plural_suffix: en", " \
# ^
# defaults.cc:1773:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.2.0b2", "Presentation: Text", "plural_suffix: en", " \
# ^
# defaults.cc:1773:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.2.0b2", "Presentation: Text", "plural_suffix: en", " \
# ^
# defaults.cc:1773:61: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.2.0b2", "Presentation: Text", "plural_suffix: en", " \
# ^
# defaults.cc:1773:82: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.2.0b2", "Presentation: Text", "plural_suffix: en", " \
# ^
# defaults.cc:1779:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "prefix_match_character", "*", \
# ^
# defaults.cc:1779:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "prefix_match_character", "*", \
# ^
# defaults.cc:1780:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0b1", "Searching:Method", "prefix_match_character: ing", " \
# ^
# defaults.cc:1780:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0b1", "Searching:Method", "prefix_match_character: ing", " \
# ^
# defaults.cc:1780:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0b1", "Searching:Method", "prefix_match_character: ing", " \
# ^
# defaults.cc:1780:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0b1", "Searching:Method", "prefix_match_character: ing", " \
# ^
# defaults.cc:1780:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0b1", "Searching:Method", "prefix_match_character: ing", " \
# ^
# defaults.cc:1780:59: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0b1", "Searching:Method", "prefix_match_character: ing", " \
# ^
# defaults.cc:1780:90: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0b1", "Searching:Method", "prefix_match_character: ing", " \
# ^
# defaults.cc:1797:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "prev_page_text", "[prev]", \
# ^
# defaults.cc:1797:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "prev_page_text", "[prev]", \
# ^
# defaults.cc:1798:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "prev_page_text: <img src=\"/htdig/buttonl.gif\">", " \
# ^
# defaults.cc:1798:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "prev_page_text: <img src=\"/htdig/buttonl.gif\">", " \
# ^
# defaults.cc:1798:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "prev_page_text: <img src=\"/htdig/buttonl.gif\">", " \
# ^
# defaults.cc:1798:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "prev_page_text: <img src=\"/htdig/buttonl.gif\">", " \
# ^
# defaults.cc:1798:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "prev_page_text: <img src=\"/htdig/buttonl.gif\">", " \
# ^
# defaults.cc:1798:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "prev_page_text: <img src=\"/htdig/buttonl.gif\">", " \
# ^
# defaults.cc:1798:114: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Presentation:Text", "prev_page_text: <img src=\"/htdig/buttonl.gif\">", " \
# ^
# defaults.cc:1802:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "regex_max_words", "25", \
# ^
# defaults.cc:1802:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "regex_max_words", "25", \
# ^
# defaults.cc:1803:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b1", "Searching:Method", "regex_max_words: 10", " \
# ^
# defaults.cc:1803:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b1", "Searching:Method", "regex_max_words: 10", " \
# ^
# defaults.cc:1803:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b1", "Searching:Method", "regex_max_words: 10", " \
# ^
# defaults.cc:1803:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b1", "Searching:Method", "regex_max_words: 10", " \
# ^
# defaults.cc:1803:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b1", "Searching:Method", "regex_max_words: 10", " \
# ^
# defaults.cc:1803:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b1", "Searching:Method", "regex_max_words: 10", " \
# ^
# defaults.cc:1803:83: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.2.0b1", "Searching:Method", "regex_max_words: 10", " \
# ^
# defaults.cc:1811:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "remove_bad_urls", "true", \
# ^
# defaults.cc:1811:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "remove_bad_urls", "true", \
# ^
# defaults.cc:1812:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htpurge", "Server", "all", "Indexing:How", "remove_bad_urls: true", " \
# ^
# defaults.cc:1812:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htpurge", "Server", "all", "Indexing:How", "remove_bad_urls: true", " \
# ^
# defaults.cc:1812:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htpurge", "Server", "all", "Indexing:How", "remove_bad_urls: true", " \
# ^
# defaults.cc:1812:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htpurge", "Server", "all", "Indexing:How", "remove_bad_urls: true", " \
# ^
# defaults.cc:1812:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htpurge", "Server", "all", "Indexing:How", "remove_bad_urls: true", " \
# ^
# defaults.cc:1812:57: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htpurge", "Server", "all", "Indexing:How", "remove_bad_urls: true", " \
# ^
# defaults.cc:1812:82: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htpurge", "Server", "all", "Indexing:How", "remove_bad_urls: true", " \
# ^
# defaults.cc:1824:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "remove_default_doc", "index.html", \
# ^
# defaults.cc:1824:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "remove_default_doc", "index.html", \
# ^
# defaults.cc:1825:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.0", "Indexing:How", "remove_default_doc: default.html default.htm index.html index.htm", " \
# ^
# defaults.cc:1825:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.0", "Indexing:How", "remove_default_doc: default.html default.htm index.html index.htm", " \
# ^
# defaults.cc:1825:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.0", "Indexing:How", "remove_default_doc: default.html default.htm index.html index.htm", " \
# ^
# defaults.cc:1825:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.0", "Indexing:How", "remove_default_doc: default.html default.htm index.html index.htm", " \
# ^
# defaults.cc:1825:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.0", "Indexing:How", "remove_default_doc: default.html default.htm index.html index.htm", " \
# ^
# defaults.cc:1825:55: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.0", "Indexing:How", "remove_default_doc: default.html default.htm index.html index.htm", " \
# ^
# defaults.cc:1825:124: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.0", "Indexing:How", "remove_default_doc: default.html default.htm index.html index.htm", " \
# ^
# defaults.cc:1839:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "remove_unretrieved_urls", "false", \
# ^
# defaults.cc:1839:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "remove_unretrieved_urls", "false", \
# ^
# defaults.cc:1840:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htpurge", "Server", "3.2.0b1", "Indexing:How", "remove_unretrieved_urls: true", " \
# ^
# defaults.cc:1840:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htpurge", "Server", "3.2.0b1", "Indexing:How", "remove_unretrieved_urls: true", " \
# ^
# defaults.cc:1840:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htpurge", "Server", "3.2.0b1", "Indexing:How", "remove_unretrieved_urls: true", " \
# ^
# defaults.cc:1840:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htpurge", "Server", "3.2.0b1", "Indexing:How", "remove_unretrieved_urls: true", " \
# ^
# defaults.cc:1840:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htpurge", "Server", "3.2.0b1", "Indexing:How", "remove_unretrieved_urls: true", " \
# ^
# defaults.cc:1840:61: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htpurge", "Server", "3.2.0b1", "Indexing:How", "remove_unretrieved_urls: true", " \
# ^
# defaults.cc:1840:94: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htpurge", "Server", "3.2.0b1", "Indexing:How", "remove_unretrieved_urls: true", " \
# ^
# defaults.cc:1848:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "restrict", "", \
# ^
# defaults.cc:1848:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "restrict", "", \
# ^
# defaults.cc:1849:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htsearch", "", "3.2.0b4", "Searching:Method", "restrict: http://www.acme.com/widgets/", " \
# ^
# defaults.cc:1849:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htsearch", "", "3.2.0b4", "Searching:Method", "restrict: http://www.acme.com/widgets/", " \
# ^
# defaults.cc:1849:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htsearch", "", "3.2.0b4", "Searching:Method", "restrict: http://www.acme.com/widgets/", " \
# ^
# defaults.cc:1849:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htsearch", "", "3.2.0b4", "Searching:Method", "restrict: http://www.acme.com/widgets/", " \
# ^
# defaults.cc:1849:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htsearch", "", "3.2.0b4", "Searching:Method", "restrict: http://www.acme.com/widgets/", " \
# ^
# defaults.cc:1849:65: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htsearch", "", "3.2.0b4", "Searching:Method", "restrict: http://www.acme.com/widgets/", " \
# ^
# defaults.cc:1849:107: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "pattern list", "htsearch", "", "3.2.0b4", "Searching:Method", "restrict: http://www.acme.com/widgets/", " \
# ^
# defaults.cc:1863:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "robotstxt_name", "htdig", \
# ^
# defaults.cc:1863:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "robotstxt_name", "htdig", \
# ^
# defaults.cc:1864:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "3.0.7", "Indexing:Out", "robotstxt_name: myhtdig", " \
# ^
# defaults.cc:1864:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "3.0.7", "Indexing:Out", "robotstxt_name: myhtdig", " \
# ^
# defaults.cc:1864:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "3.0.7", "Indexing:Out", "robotstxt_name: myhtdig", " \
# ^
# defaults.cc:1864:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "3.0.7", "Indexing:Out", "robotstxt_name: myhtdig", " \
# ^
# defaults.cc:1864:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "3.0.7", "Indexing:Out", "robotstxt_name: myhtdig", " \
# ^
# defaults.cc:1864:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "3.0.7", "Indexing:Out", "robotstxt_name: myhtdig", " \
# ^
# defaults.cc:1864:83: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "3.0.7", "Indexing:Out", "robotstxt_name: myhtdig", " \
# ^
# defaults.cc:1870:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "script_name", "", \
# ^
# defaults.cc:1870:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "script_name", "", \
# ^
# defaults.cc:1871:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "script_name: /search/results.shtml", " \
# ^
# defaults.cc:1871:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "script_name: /search/results.shtml", " \
# ^
# defaults.cc:1871:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "script_name: /search/results.shtml", " \
# ^
# defaults.cc:1871:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "script_name: /search/results.shtml", " \
# ^
# defaults.cc:1871:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "script_name: /search/results.shtml", " \
# ^
# defaults.cc:1871:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "script_name: /search/results.shtml", " \
# ^
# defaults.cc:1871:96: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "script_name: /search/results.shtml", " \
# ^
# defaults.cc:1889:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "search_algorithm", "exact:1", \
# ^
# defaults.cc:1889:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "search_algorithm", "exact:1", \
# ^
# defaults.cc:1890:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "all", "Searching:Method", "search_algorithm: exact:1 soundex:0.3", " \
# ^
# defaults.cc:1890:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "all", "Searching:Method", "search_algorithm: exact:1 soundex:0.3", " \
# ^
# defaults.cc:1890:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "all", "Searching:Method", "search_algorithm: exact:1 soundex:0.3", " \
# ^
# defaults.cc:1890:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "all", "Searching:Method", "search_algorithm: exact:1 soundex:0.3", " \
# ^
# defaults.cc:1890:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "all", "Searching:Method", "search_algorithm: exact:1 soundex:0.3", " \
# ^
# defaults.cc:1890:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "all", "Searching:Method", "search_algorithm: exact:1 soundex:0.3", " \
# ^
# defaults.cc:1890:101: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "all", "Searching:Method", "search_algorithm: exact:1 soundex:0.3", " \
# ^
# defaults.cc:2005:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "search_results_contenttype", "text/html", \
# ^
# defaults.cc:2005:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "search_results_contenttype", "text/html", \
# ^
# defaults.cc:2006:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_contenttype: text/xml", " \
# ^
# defaults.cc:2006:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_contenttype: text/xml", " \
# ^
# defaults.cc:2006:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_contenttype: text/xml", " \
# ^
# defaults.cc:2006:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_contenttype: text/xml", " \
# ^
# defaults.cc:2006:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_contenttype: text/xml", " \
# ^
# defaults.cc:2006:57: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_contenttype: text/xml", " \
# ^
# defaults.cc:2006:97: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_contenttype: text/xml", " \
# ^
# defaults.cc:2011:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "search_results_footer", "${common_dir}/footer.html", \
# ^
# defaults.cc:2011:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "search_results_footer", "${common_dir}/footer.html", \
# ^
# defaults.cc:2012:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_footer: /usr/local/etc/ht/end-stuff.html", " \
# ^
# defaults.cc:2012:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_footer: /usr/local/etc/ht/end-stuff.html", " \
# ^
# defaults.cc:2012:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_footer: /usr/local/etc/ht/end-stuff.html", " \
# ^
# defaults.cc:2012:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_footer: /usr/local/etc/ht/end-stuff.html", " \
# ^
# defaults.cc:2012:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_footer: /usr/local/etc/ht/end-stuff.html", " \
# ^
# defaults.cc:2012:57: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_footer: /usr/local/etc/ht/end-stuff.html", " \
# ^
# defaults.cc:2012:116: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_footer: /usr/local/etc/ht/end-stuff.html", " \
# ^
# defaults.cc:2089:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "search_results_header", "${common_dir}/header.html", \
# ^
# defaults.cc:2089:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "search_results_header", "${common_dir}/header.html", \
# ^
# defaults.cc:2090:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_header: /usr/local/etc/ht/start-stuff.html", " \
# ^
# defaults.cc:2090:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_header: /usr/local/etc/ht/start-stuff.html", " \
# ^
# defaults.cc:2090:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_header: /usr/local/etc/ht/start-stuff.html", " \
# ^
# defaults.cc:2090:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_header: /usr/local/etc/ht/start-stuff.html", " \
# ^
# defaults.cc:2090:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_header: /usr/local/etc/ht/start-stuff.html", " \
# ^
# defaults.cc:2090:57: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_header: /usr/local/etc/ht/start-stuff.html", " \
# ^
# defaults.cc:2090:118: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "search_results_header: /usr/local/etc/ht/start-stuff.html", " \
# ^
# defaults.cc:2159:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "search_results_order", "", \
# ^
# defaults.cc:2159:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "search_results_order", "", \
# ^
# defaults.cc:2160:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "Searching:Ranking", "search_results_order: \
# ^
# defaults.cc:2160:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "Searching:Ranking", "search_results_order: \
# ^
# defaults.cc:2160:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "Searching:Ranking", "search_results_order: \
# ^
# defaults.cc:2160:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "Searching:Ranking", "search_results_order: \
# ^
# defaults.cc:2160:44: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "Searching:Ranking", "search_results_order: \
# ^
# defaults.cc:2160:65: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "Searching:Ranking", "search_results_order: \
# ^
# defaults.cc:2161:48: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# /docs/|faq.html * /maillist/ /testresults/", " \
# ^
# defaults.cc:2172:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "search_results_wrapper", "", \
# ^
# defaults.cc:2172:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "search_results_wrapper", "", \
# ^
# defaults.cc:2173:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Files", "search_results_wrapper: ${common_dir}/wrapper.html", " \
# ^
# defaults.cc:2173:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Files", "search_results_wrapper: ${common_dir}/wrapper.html", " \
# ^
# defaults.cc:2173:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Files", "search_results_wrapper: ${common_dir}/wrapper.html", " \
# ^
# defaults.cc:2173:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Files", "search_results_wrapper: ${common_dir}/wrapper.html", " \
# ^
# defaults.cc:2173:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Files", "search_results_wrapper: ${common_dir}/wrapper.html", " \
# ^
# defaults.cc:2173:59: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Files", "search_results_wrapper: ${common_dir}/wrapper.html", " \
# ^
# defaults.cc:2173:113: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:Files", "search_results_wrapper: ${common_dir}/wrapper.html", " \
# ^
# defaults.cc:2194:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "search_rewrite_rules", "",
# ^
# defaults.cc:2194:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "search_rewrite_rules", "",
# ^
# defaults.cc:2195:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.6", "URLs", "search_rewrite_rules: http://(.*)\\\\.mydomain\\\\.org/([^/]*) http://\\\\2.\\\\1.com \\
\

# ^
# defaults.cc:2195:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.6", "URLs", "search_rewrite_rules: http://(.*)\\\\.mydomain\\\\.org/([^/]*) http://\\\\2.\\\\1.com \\
\

# ^
# defaults.cc:2195:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.6", "URLs", "search_rewrite_rules: http://(.*)\\\\.mydomain\\\\.org/([^/]*) http://\\\\2.\\\\1.com \\
\

# ^
# defaults.cc:2195:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.6", "URLs", "search_rewrite_rules: http://(.*)\\\\.mydomain\\\\.org/([^/]*) http://\\\\2.\\\\1.com \\
\

# ^
# defaults.cc:2195:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.6", "URLs", "search_rewrite_rules: http://(.*)\\\\.mydomain\\\\.org/([^/]*) http://\\\\2.\\\\1.com \\
\

# ^
# defaults.cc:2195:50: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.6", "URLs", "search_rewrite_rules: http://(.*)\\\\.mydomain\\\\.org/([^/]*) http://\\\\2.\\\\1.com \\
\

# ^
# defaults.cc:2196:76: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# http://www\\\\.myschool\\\\.edu/myorgs/([^/]*) http://\\\\1.org", " \
# ^
# defaults.cc:2213:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "server_aliases", "", \
# ^
# defaults.cc:2213:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "server_aliases", "", \
# ^
# defaults.cc:2214:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.0b2", "Indexing:Where", "server_aliases: \
# ^
# defaults.cc:2214:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.0b2", "Indexing:Where", "server_aliases: \
# ^
# defaults.cc:2214:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.0b2", "Indexing:Where", "server_aliases: \
# ^
# defaults.cc:2214:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.0b2", "Indexing:Where", "server_aliases: \
# ^
# defaults.cc:2214:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.0b2", "Indexing:Where", "server_aliases: \
# ^
# defaults.cc:2214:59: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.1.0b2", "Indexing:Where", "server_aliases: \
# ^
# defaults.cc:2217:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# ", " \
# ^
# defaults.cc:2228:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "server_max_docs", "-1", \
# ^
# defaults.cc:2228:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "server_max_docs", "-1", \
# ^
# defaults.cc:2229:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.1.0b3", "Indexing:Where", "server_max_docs: 50", " \
# ^
# defaults.cc:2229:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.1.0b3", "Indexing:Where", "server_max_docs: 50", " \
# ^
# defaults.cc:2229:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.1.0b3", "Indexing:Where", "server_max_docs: 50", " \
# ^
# defaults.cc:2229:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.1.0b3", "Indexing:Where", "server_max_docs: 50", " \
# ^
# defaults.cc:2229:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.1.0b3", "Indexing:Where", "server_max_docs: 50", " \
# ^
# defaults.cc:2229:61: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.1.0b3", "Indexing:Where", "server_max_docs: 50", " \
# ^
# defaults.cc:2229:84: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.1.0b3", "Indexing:Where", "server_max_docs: 50", " \
# ^
# defaults.cc:2241:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "server_wait_time", "0", \
# ^
# defaults.cc:2241:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "server_wait_time", "0", \
# ^
# defaults.cc:2242:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.1.0b3", "Indexing:Connection", "server_wait_time: 20", " \
# ^
# defaults.cc:2242:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.1.0b3", "Indexing:Connection", "server_wait_time: 20", " \
# ^
# defaults.cc:2242:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.1.0b3", "Indexing:Connection", "server_wait_time: 20", " \
# ^
# defaults.cc:2242:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.1.0b3", "Indexing:Connection", "server_wait_time: 20", " \
# ^
# defaults.cc:2242:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.1.0b3", "Indexing:Connection", "server_wait_time: 20", " \
# ^
# defaults.cc:2242:66: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.1.0b3", "Indexing:Connection", "server_wait_time: 20", " \
# ^
# defaults.cc:2242:90: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.1.0b3", "Indexing:Connection", "server_wait_time: 20", " \
# ^
# defaults.cc:2252:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "sort", "score", \
# ^
# defaults.cc:2252:11: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "sort", "score", \
# ^
# defaults.cc:2253:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:How", "sort: revtime", " \
# ^
# defaults.cc:2253:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:How", "sort: revtime", " \
# ^
# defaults.cc:2253:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:How", "sort: revtime", " \
# ^
# defaults.cc:2253:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:How", "sort: revtime", " \
# ^
# defaults.cc:2253:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:How", "sort: revtime", " \
# ^
# defaults.cc:2253:57: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:How", "sort: revtime", " \
# ^
# defaults.cc:2253:74: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.0", "Presentation:How", "sort: revtime", " \
# ^
# defaults.cc:2286:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "sort_names", "score Score time Time title Title revscore 'Reverse Score' revtime 'Reverse Time' revtitle 'Reverse Title'", \
# ^
# defaults.cc:2286:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "sort_names", "score Score time Time title Title revscore 'Reverse Score' revtime 'Reverse Time' revtitle 'Reverse Title'", \
# ^
# defaults.cc:2287:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.0", "Searching:UI", "sort_names: \
# ^
# defaults.cc:2287:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.0", "Searching:UI", "sort_names: \
# ^
# defaults.cc:2287:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.0", "Searching:UI", "sort_names: \
# ^
# defaults.cc:2287:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.0", "Searching:UI", "sort_names: \
# ^
# defaults.cc:2287:49: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.0", "Searching:UI", "sort_names: \
# ^
# defaults.cc:2287:65: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.1.0", "Searching:UI", "sort_names: \
# ^
# defaults.cc:2290:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# ", " \
# ^
# defaults.cc:2300:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "soundex_db", "${database_base}.soundex.db", \
# ^
# defaults.cc:2300:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "soundex_db", "${database_base}.soundex.db", \
# ^
# defaults.cc:2301:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "soundex_db: ${database_base}.snd.db", " \
# ^
# defaults.cc:2301:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "soundex_db: ${database_base}.snd.db", " \
# ^
# defaults.cc:2301:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "soundex_db: ${database_base}.snd.db", " \
# ^
# defaults.cc:2301:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "soundex_db: ${database_base}.snd.db", " \
# ^
# defaults.cc:2301:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "soundex_db: ${database_base}.snd.db", " \
# ^
# defaults.cc:2301:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "soundex_db: ${database_base}.snd.db", " \
# ^
# defaults.cc:2301:97: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy htsearch", "", "all", "File Layout", "soundex_db: ${database_base}.snd.db", " \
# ^
# defaults.cc:2307:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "star_blank", "${image_url_prefix}/star_blank.gif", \
# ^
# defaults.cc:2307:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "star_blank", "${image_url_prefix}/star_blank.gif", \
# ^
# defaults.cc:2308:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "star_blank: http://www.somewhere.org/icons/noelephant.gif", " \
# ^
# defaults.cc:2308:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "star_blank: http://www.somewhere.org/icons/noelephant.gif", " \
# ^
# defaults.cc:2308:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "star_blank: http://www.somewhere.org/icons/noelephant.gif", " \
# ^
# defaults.cc:2308:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "star_blank: http://www.somewhere.org/icons/noelephant.gif", " \
# ^
# defaults.cc:2308:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "star_blank: http://www.somewhere.org/icons/noelephant.gif", " \
# ^
# defaults.cc:2308:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "star_blank: http://www.somewhere.org/icons/noelephant.gif", " \
# ^
# defaults.cc:2308:117: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "star_blank: http://www.somewhere.org/icons/noelephant.gif", " \
# ^
# defaults.cc:2314:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "star_image", "${image_url_prefix}/star.gif", \
# ^
# defaults.cc:2314:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "star_image", "${image_url_prefix}/star.gif", \
# ^
# defaults.cc:2315:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "star_image: http://www.somewhere.org/icons/elephant.gif", " \
# ^
# defaults.cc:2315:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "star_image: http://www.somewhere.org/icons/elephant.gif", " \
# ^
# defaults.cc:2315:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "star_image: http://www.somewhere.org/icons/elephant.gif", " \
# ^
# defaults.cc:2315:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "star_image: http://www.somewhere.org/icons/elephant.gif", " \
# ^
# defaults.cc:2315:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "star_image: http://www.somewhere.org/icons/elephant.gif", " \
# ^
# defaults.cc:2315:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "star_image: http://www.somewhere.org/icons/elephant.gif", " \
# ^
# defaults.cc:2315:115: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "star_image: http://www.somewhere.org/icons/elephant.gif", " \
# ^
# defaults.cc:2327:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "star_patterns", "", \
# ^
# defaults.cc:2327:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "star_patterns", "", \
# ^
# defaults.cc:2328:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.0", "Presentation:How", "star_patterns: \
# ^
# defaults.cc:2328:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.0", "Presentation:How", "star_patterns: \
# ^
# defaults.cc:2328:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.0", "Presentation:How", "star_patterns: \
# ^
# defaults.cc:2328:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.0", "Presentation:How", "star_patterns: \
# ^
# defaults.cc:2328:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.0", "Presentation:How", "star_patterns: \
# ^
# defaults.cc:2328:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.0", "Presentation:How", "star_patterns: \
# ^
# defaults.cc:2331:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# ", " \
# ^
# defaults.cc:2345:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "startday", "", \
# ^
# defaults.cc:2345:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "startday", "", \
# ^
# defaults.cc:2346:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startday: 1", " \
# ^
# defaults.cc:2346:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startday: 1", " \
# ^
# defaults.cc:2346:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startday: 1", " \
# ^
# defaults.cc:2346:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startday: 1", " \
# ^
# defaults.cc:2346:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startday: 1", " \
# ^
# defaults.cc:2346:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startday: 1", " \
# ^
# defaults.cc:2346:73: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startday: 1", " \
# ^
# defaults.cc:2353:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "start_ellipses", "... ", \
# ^
# defaults.cc:2353:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "start_ellipses", "... ", \
# ^
# defaults.cc:2354:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "start_ellipses: ...", " \
# ^
# defaults.cc:2354:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "start_ellipses: ...", " \
# ^
# defaults.cc:2354:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "start_ellipses: ...", " \
# ^
# defaults.cc:2354:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "start_ellipses: ...", " \
# ^
# defaults.cc:2354:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "start_ellipses: ...", " \
# ^
# defaults.cc:2354:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "start_ellipses: ...", " \
# ^
# defaults.cc:2354:79: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "start_ellipses: ...", " \
# ^
# defaults.cc:2361:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "start_highlight", "", \
# ^
# defaults.cc:2361:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "start_highlight", "", \
# ^
# defaults.cc:2362:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "start_highlight: <font color=\"#FF0000\">", " \
# ^
# defaults.cc:2362:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "start_highlight: <font color=\"#FF0000\">", " \
# ^
# defaults.cc:2362:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "start_highlight: <font color=\"#FF0000\">", " \
# ^
# defaults.cc:2362:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "start_highlight: <font color=\"#FF0000\">", " \
# ^
# defaults.cc:2362:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "start_highlight: <font color=\"#FF0000\">", " \
# ^
# defaults.cc:2362:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "start_highlight: <font color=\"#FF0000\">", " \
# ^
# defaults.cc:2362:109: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.1.4", "Presentation:Text", "start_highlight: <font color=\"#FF0000\">", " \
# ^
# defaults.cc:2370:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "startmonth", "", \
# ^
# defaults.cc:2370:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "startmonth", "", \
# ^
# defaults.cc:2371:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startmonth: 1", " \
# ^
# defaults.cc:2371:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startmonth: 1", " \
# ^
# defaults.cc:2371:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startmonth: 1", " \
# ^
# defaults.cc:2371:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startmonth: 1", " \
# ^
# defaults.cc:2371:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startmonth: 1", " \
# ^
# defaults.cc:2371:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startmonth: 1", " \
# ^
# defaults.cc:2371:75: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startmonth: 1", " \
# ^
# defaults.cc:2378:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "start_url", "http://www.htdig.org/", \
# ^
# defaults.cc:2378:16: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "start_url", "http://www.htdig.org/", \
# ^
# defaults.cc:2379:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "all", "Indexing:Where", "start_url: http://www.somewhere.org/alldata/index.html", " \
# ^
# defaults.cc:2379:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "all", "Indexing:Where", "start_url: http://www.somewhere.org/alldata/index.html", " \
# ^
# defaults.cc:2379:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "all", "Indexing:Where", "start_url: http://www.somewhere.org/alldata/index.html", " \
# ^
# defaults.cc:2379:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "all", "Indexing:Where", "start_url: http://www.somewhere.org/alldata/index.html", " \
# ^
# defaults.cc:2379:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "all", "Indexing:Where", "start_url: http://www.somewhere.org/alldata/index.html", " \
# ^
# defaults.cc:2379:55: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "all", "Indexing:Where", "start_url: http://www.somewhere.org/alldata/index.html", " \
# ^
# defaults.cc:2379:113: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "all", "Indexing:Where", "start_url: http://www.somewhere.org/alldata/index.html", " \
# ^
# defaults.cc:2391:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "startyear", "", \
# ^
# defaults.cc:2391:16: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "startyear", "", \
# ^
# defaults.cc:2392:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startyear: 2001", " \
# ^
# defaults.cc:2392:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startyear: 2001", " \
# ^
# defaults.cc:2392:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startyear: 2001", " \
# ^
# defaults.cc:2392:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startyear: 2001", " \
# ^
# defaults.cc:2392:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startyear: 2001", " \
# ^
# defaults.cc:2392:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startyear: 2001", " \
# ^
# defaults.cc:2392:77: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.1.6", "Searching:Method", "startyear: 2001", " \
# ^
# defaults.cc:2412:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "store_phrases", "true", \
# ^
# defaults.cc:2412:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "store_phrases", "true", \
# ^
# defaults.cc:2413:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b5", "Indexing:How", "startyear: false", " \
# ^
# defaults.cc:2413:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b5", "Indexing:How", "startyear: false", " \
# ^
# defaults.cc:2413:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b5", "Indexing:How", "startyear: false", " \
# ^
# defaults.cc:2413:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b5", "Indexing:How", "startyear: false", " \
# ^
# defaults.cc:2413:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b5", "Indexing:How", "startyear: false", " \
# ^
# defaults.cc:2413:53: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b5", "Indexing:How", "startyear: false", " \
# ^
# defaults.cc:2413:73: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b5", "Indexing:How", "startyear: false", " \
# ^
# defaults.cc:2420:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "substring_max_words", "25", \
# ^
# defaults.cc:2420:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "substring_max_words", "25", \
# ^
# defaults.cc:2421:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.0.8b1", "Searching:Method", "substring_max_words: 100", " \
# ^
# defaults.cc:2421:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.0.8b1", "Searching:Method", "substring_max_words: 100", " \
# ^
# defaults.cc:2421:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.0.8b1", "Searching:Method", "substring_max_words: 100", " \
# ^
# defaults.cc:2421:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.0.8b1", "Searching:Method", "substring_max_words: 100", " \
# ^
# defaults.cc:2421:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.0.8b1", "Searching:Method", "substring_max_words: 100", " \
# ^
# defaults.cc:2421:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.0.8b1", "Searching:Method", "substring_max_words: 100", " \
# ^
# defaults.cc:2421:88: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htsearch", "", "3.0.8b1", "Searching:Method", "substring_max_words: 100", " \
# ^
# defaults.cc:2429:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "synonym_db", "${common_dir}/synonyms.db", \
# ^
# defaults.cc:2429:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "synonym_db", "${common_dir}/synonyms.db", \
# ^
# defaults.cc:2430:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch htfuzzy", "", "3.0", "File Layout", "synonym_db: ${database_base}.syn.db", " \
# ^
# defaults.cc:2430:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch htfuzzy", "", "3.0", "File Layout", "synonym_db: ${database_base}.syn.db", " \
# ^
# defaults.cc:2430:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch htfuzzy", "", "3.0", "File Layout", "synonym_db: ${database_base}.syn.db", " \
# ^
# defaults.cc:2430:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch htfuzzy", "", "3.0", "File Layout", "synonym_db: ${database_base}.syn.db", " \
# ^
# defaults.cc:2430:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch htfuzzy", "", "3.0", "File Layout", "synonym_db: ${database_base}.syn.db", " \
# ^
# defaults.cc:2430:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch htfuzzy", "", "3.0", "File Layout", "synonym_db: ${database_base}.syn.db", " \
# ^
# defaults.cc:2430:97: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch htfuzzy", "", "3.0", "File Layout", "synonym_db: ${database_base}.syn.db", " \
# ^
# defaults.cc:2437:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "synonym_dictionary", "${common_dir}/synonyms", \
# ^
# defaults.cc:2437:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "synonym_dictionary", "${common_dir}/synonyms", \
# ^
# defaults.cc:2438:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "3.0", "File Layout", "synonym_dictionary: /usr/dict/synonyms", " \
# ^
# defaults.cc:2438:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "3.0", "File Layout", "synonym_dictionary: /usr/dict/synonyms", " \
# ^
# defaults.cc:2438:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "3.0", "File Layout", "synonym_dictionary: /usr/dict/synonyms", " \
# ^
# defaults.cc:2438:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "3.0", "File Layout", "synonym_dictionary: /usr/dict/synonyms", " \
# ^
# defaults.cc:2438:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "3.0", "File Layout", "synonym_dictionary: /usr/dict/synonyms", " \
# ^
# defaults.cc:2438:49: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "3.0", "File Layout", "synonym_dictionary: /usr/dict/synonyms", " \
# ^
# defaults.cc:2438:91: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htfuzzy", "", "3.0", "File Layout", "synonym_dictionary: /usr/dict/synonyms", " \
# ^
# defaults.cc:2445:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "syntax_error_file", "${common_dir}/syntax.html", \
# ^
# defaults.cc:2445:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "syntax_error_file", "${common_dir}/syntax.html", \
# ^
# defaults.cc:2446:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "syntax_error_file: ${common_dir}/synerror.html", " \
# ^
# defaults.cc:2446:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "syntax_error_file: ${common_dir}/synerror.html", " \
# ^
# defaults.cc:2446:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "syntax_error_file: ${common_dir}/synerror.html", " \
# ^
# defaults.cc:2446:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "syntax_error_file: ${common_dir}/synerror.html", " \
# ^
# defaults.cc:2446:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "syntax_error_file: ${common_dir}/synerror.html", " \
# ^
# defaults.cc:2446:57: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "syntax_error_file: ${common_dir}/synerror.html", " \
# ^
# defaults.cc:2446:107: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Files", "syntax_error_file: ${common_dir}/synerror.html", " \
# ^
# defaults.cc:2450:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "tcp_max_retries", "1", \
# ^
# defaults.cc:2450:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "tcp_max_retries", "1", \
# ^
# defaults.cc:2451:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "tcp_max_retries: 6", " \
# ^
# defaults.cc:2451:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "tcp_max_retries: 6", " \
# ^
# defaults.cc:2451:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "tcp_max_retries: 6", " \
# ^
# defaults.cc:2451:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "tcp_max_retries: 6", " \
# ^
# defaults.cc:2451:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "tcp_max_retries: 6", " \
# ^
# defaults.cc:2451:66: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "tcp_max_retries: 6", " \
# ^
# defaults.cc:2451:88: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "tcp_max_retries: 6", " \
# ^
# defaults.cc:2456:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "tcp_wait_time", "5", \
# ^
# defaults.cc:2456:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "tcp_wait_time", "5", \
# ^
# defaults.cc:2457:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "tcp_wait_time: 10", " \
# ^
# defaults.cc:2457:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "tcp_wait_time: 10", " \
# ^
# defaults.cc:2457:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "tcp_wait_time: 10", " \
# ^
# defaults.cc:2457:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "tcp_wait_time: 10", " \
# ^
# defaults.cc:2457:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "tcp_wait_time: 10", " \
# ^
# defaults.cc:2457:66: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "tcp_wait_time: 10", " \
# ^
# defaults.cc:2457:87: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "3.2.0b1", "Indexing:Connection", "tcp_wait_time: 10", " \
# ^
# defaults.cc:2461:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "template_map", "Long builtin-long builtin-long Short builtin-short builtin-short", \
# ^
# defaults.cc:2461:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "template_map", "Long builtin-long builtin-long Short builtin-short builtin-short", \
# ^
# defaults.cc:2462:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Files,Searching:UI", "template_map: \
# ^
# defaults.cc:2462:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Files,Searching:UI", "template_map: \
# ^
# defaults.cc:2462:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Files,Searching:UI", "template_map: \
# ^
# defaults.cc:2462:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Files,Searching:UI", "template_map: \
# ^
# defaults.cc:2462:47: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Files,Searching:UI", "template_map: \
# ^
# defaults.cc:2462:82: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "quoted string list", "htsearch", "", "3.0", "Presentation:Files,Searching:UI", "template_map: \
# ^
# defaults.cc:2466:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# ", " \
# ^
# defaults.cc:2484:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "template_name", "builtin-long", \
# ^
# defaults.cc:2484:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "template_name", "builtin-long", \
# ^
# defaults.cc:2485:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Searching:UI,Presentation:How", "template_name: long", " \
# ^
# defaults.cc:2485:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Searching:UI,Presentation:How", "template_name: long", " \
# ^
# defaults.cc:2485:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Searching:UI,Presentation:How", "template_name: long", " \
# ^
# defaults.cc:2485:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Searching:UI,Presentation:How", "template_name: long", " \
# ^
# defaults.cc:2485:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Searching:UI,Presentation:How", "template_name: long", " \
# ^
# defaults.cc:2485:68: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Searching:UI,Presentation:How", "template_name: long", " \
# ^
# defaults.cc:2485:91: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "3.0", "Searching:UI,Presentation:How", "template_name: long", " \
# ^
# defaults.cc:2491:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "template_patterns", "", \
# ^
# defaults.cc:2491:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "template_patterns", "", \
# ^
# defaults.cc:2492:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.4", "Presentation:How", "template_patterns: \
# ^
# defaults.cc:2492:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.4", "Presentation:How", "template_patterns: \
# ^
# defaults.cc:2492:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.4", "Presentation:How", "template_patterns: \
# ^
# defaults.cc:2492:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.4", "Presentation:How", "template_patterns: \
# ^
# defaults.cc:2492:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.4", "Presentation:How", "template_patterns: \
# ^
# defaults.cc:2492:62: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.1.4", "Presentation:How", "template_patterns: \
# ^
# defaults.cc:2495:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# ", " \
# ^
# defaults.cc:2516:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "text_factor", "1", \
# ^
# defaults.cc:2516:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "text_factor", "1", \
# ^
# defaults.cc:2517:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.0", "Searching:Ranking", "text_factor: 0", " \
# ^
# defaults.cc:2517:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.0", "Searching:Ranking", "text_factor: 0", " \
# ^
# defaults.cc:2517:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.0", "Searching:Ranking", "text_factor: 0", " \
# ^
# defaults.cc:2517:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.0", "Searching:Ranking", "text_factor: 0", " \
# ^
# defaults.cc:2517:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.0", "Searching:Ranking", "text_factor: 0", " \
# ^
# defaults.cc:2517:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.0", "Searching:Ranking", "text_factor: 0", " \
# ^
# defaults.cc:2517:74: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "3.0", "Searching:Ranking", "text_factor: 0", " \
# ^
# defaults.cc:2525:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "timeout", "30", \
# ^
# defaults.cc:2525:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "timeout", "30", \
# ^
# defaults.cc:2526:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "all", "Indexing:Connection", "timeout: 42", " \
# ^
# defaults.cc:2526:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "all", "Indexing:Connection", "timeout: 42", " \
# ^
# defaults.cc:2526:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "all", "Indexing:Connection", "timeout: 42", " \
# ^
# defaults.cc:2526:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "all", "Indexing:Connection", "timeout: 42", " \
# ^
# defaults.cc:2526:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "all", "Indexing:Connection", "timeout: 42", " \
# ^
# defaults.cc:2526:62: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "all", "Indexing:Connection", "timeout: 42", " \
# ^
# defaults.cc:2526:77: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "htdig", "Server", "all", "Indexing:Connection", "timeout: 42", " \
# ^
# defaults.cc:2533:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "title_factor", "100", \
# ^
# defaults.cc:2533:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "title_factor", "100", \
# ^
# defaults.cc:2534:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "all", "Searching:Ranking", "title_factor: 12", " \
# ^
# defaults.cc:2534:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "all", "Searching:Ranking", "title_factor: 12", " \
# ^
# defaults.cc:2534:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "all", "Searching:Ranking", "title_factor: 12", " \
# ^
# defaults.cc:2534:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "all", "Searching:Ranking", "title_factor: 12", " \
# ^
# defaults.cc:2534:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "all", "Searching:Ranking", "title_factor: 12", " \
# ^
# defaults.cc:2534:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "all", "Searching:Ranking", "title_factor: 12", " \
# ^
# defaults.cc:2534:76: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "all", "Searching:Ranking", "title_factor: 12", " \
# ^
# defaults.cc:2542:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "translate_latin1", "true", \
# ^
# defaults.cc:2542:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "translate_latin1", "true", \
# ^
# defaults.cc:2543:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig htsearch", "", "3.2.0b5", "Indexing:What", "translate_latin1: false", " \
# ^
# defaults.cc:2543:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig htsearch", "", "3.2.0b5", "Indexing:What", "translate_latin1: false", " \
# ^
# defaults.cc:2543:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig htsearch", "", "3.2.0b5", "Indexing:What", "translate_latin1: false", " \
# ^
# defaults.cc:2543:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig htsearch", "", "3.2.0b5", "Indexing:What", "translate_latin1: false", " \
# ^
# defaults.cc:2543:46: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig htsearch", "", "3.2.0b5", "Indexing:What", "translate_latin1: false", " \
# ^
# defaults.cc:2543:63: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig htsearch", "", "3.2.0b5", "Indexing:What", "translate_latin1: false", " \
# ^
# defaults.cc:2543:90: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig htsearch", "", "3.2.0b5", "Indexing:What", "translate_latin1: false", " \
# ^
# defaults.cc:2555:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "url_list", "${database_base}.urls", \
# ^
# defaults.cc:2555:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "url_list", "${database_base}.urls", \
# ^
# defaults.cc:2556:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "Extra Output", "url_list: /tmp/urls", " \
# ^
# defaults.cc:2556:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "Extra Output", "url_list: /tmp/urls", " \
# ^
# defaults.cc:2556:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "Extra Output", "url_list: /tmp/urls", " \
# ^
# defaults.cc:2556:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "Extra Output", "url_list: /tmp/urls", " \
# ^
# defaults.cc:2556:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "Extra Output", "url_list: /tmp/urls", " \
# ^
# defaults.cc:2556:48: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "Extra Output", "url_list: /tmp/urls", " \
# ^
# defaults.cc:2556:71: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "all", "Extra Output", "url_list: /tmp/urls", " \
# ^
# defaults.cc:2562:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "url_log", "${database_base}.log", \
# ^
# defaults.cc:2562:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "url_log", "${database_base}.log", \
# ^
# defaults.cc:2563:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.1.0", "Extra Output", "url_log: /tmp/htdig.progress", " \
# ^
# defaults.cc:2563:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.1.0", "Extra Output", "url_log: /tmp/htdig.progress", " \
# ^
# defaults.cc:2563:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.1.0", "Extra Output", "url_log: /tmp/htdig.progress", " \
# ^
# defaults.cc:2563:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.1.0", "Extra Output", "url_log: /tmp/htdig.progress", " \
# ^
# defaults.cc:2563:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.1.0", "Extra Output", "url_log: /tmp/htdig.progress", " \
# ^
# defaults.cc:2563:50: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.1.0", "Extra Output", "url_log: /tmp/htdig.progress", " \
# ^
# defaults.cc:2563:82: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "", "3.1.0", "Extra Output", "url_log: /tmp/htdig.progress", " \
# ^
# defaults.cc:2571:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "url_part_aliases", "", \
# ^
# defaults.cc:2571:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "url_part_aliases", "", \
# ^
# defaults.cc:2572:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "all", "", "3.1.0", "URLs", "url_part_aliases: \
# ^
# defaults.cc:2572:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "all", "", "3.1.0", "URLs", "url_part_aliases: \
# ^
# defaults.cc:2572:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "all", "", "3.1.0", "URLs", "url_part_aliases: \
# ^
# defaults.cc:2572:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "all", "", "3.1.0", "URLs", "url_part_aliases: \
# ^
# defaults.cc:2572:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "all", "", "3.1.0", "URLs", "url_part_aliases: \
# ^
# defaults.cc:2572:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "all", "", "3.1.0", "URLs", "url_part_aliases: \
# ^
# defaults.cc:2580:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# ", " \
# ^
# defaults.cc:2632:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "url_rewrite_rules", "", \
# ^
# defaults.cc:2632:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "url_rewrite_rules", "", \
# ^
# defaults.cc:2633:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.2.0b3", "URLs", "url_rewrite_rules: (.*)\\\\?JServSessionIdroot=.* \\\\1 \\
\

# ^
# defaults.cc:2633:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.2.0b3", "URLs", "url_rewrite_rules: (.*)\\\\?JServSessionIdroot=.* \\\\1 \\
\

# ^
# defaults.cc:2633:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.2.0b3", "URLs", "url_rewrite_rules: (.*)\\\\?JServSessionIdroot=.* \\\\1 \\
\

# ^
# defaults.cc:2633:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.2.0b3", "URLs", "url_rewrite_rules: (.*)\\\\?JServSessionIdroot=.* \\\\1 \\
\

# ^
# defaults.cc:2633:44: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.2.0b3", "URLs", "url_rewrite_rules: (.*)\\\\?JServSessionIdroot=.* \\\\1 \\
\

# ^
# defaults.cc:2633:52: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "", "3.2.0b3", "URLs", "url_rewrite_rules: (.*)\\\\?JServSessionIdroot=.* \\\\1 \\
\

# ^
# defaults.cc:2635:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# (.*)&context=.* \\\\1
", " \

# ^
# defaults.cc:2652:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "url_seed_score", "", \
# ^
# defaults.cc:2652:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "url_seed_score", "", \
# ^
# defaults.cc:2653:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "Searching::Ranking", "url_seed_score: \
# ^
# defaults.cc:2653:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "Searching::Ranking", "url_seed_score: \
# ^
# defaults.cc:2653:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "Searching::Ranking", "url_seed_score: \
# ^
# defaults.cc:2653:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "Searching::Ranking", "url_seed_score: \
# ^
# defaults.cc:2653:47: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "Searching::Ranking", "url_seed_score: \
# ^
# defaults.cc:2653:69: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htsearch", "", "3.2.0b2", "Searching::Ranking", "url_seed_score: \
# ^
# defaults.cc:2657:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# /faq-area/ *2+10000", " \
# ^
# defaults.cc:2682:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "url_text_factor", "1", \
# ^
# defaults.cc:2682:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "url_text_factor", "1", \
# ^
# defaults.cc:2683:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "??", "Searching:Ranking", "url_text_factor: 1", " \
# ^
# defaults.cc:2683:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "??", "Searching:Ranking", "url_text_factor: 1", " \
# ^
# defaults.cc:2683:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "??", "Searching:Ranking", "url_text_factor: 1", " \
# ^
# defaults.cc:2683:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "??", "Searching:Ranking", "url_text_factor: 1", " \
# ^
# defaults.cc:2683:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "??", "Searching:Ranking", "url_text_factor: 1", " \
# ^
# defaults.cc:2683:55: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "??", "Searching:Ranking", "url_text_factor: 1", " \
# ^
# defaults.cc:2683:77: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "htsearch", "", "??", "Searching:Ranking", "url_text_factor: 1", " \
# ^
# defaults.cc:2687:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "use_doc_date", "false", \
# ^
# defaults.cc:2687:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "use_doc_date", "false", \
# ^
# defaults.cc:2688:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b1", "Indexing:How", "use_doc_date: true", " \
# ^
# defaults.cc:2688:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b1", "Indexing:How", "use_doc_date: true", " \
# ^
# defaults.cc:2688:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b1", "Indexing:How", "use_doc_date: true", " \
# ^
# defaults.cc:2688:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b1", "Indexing:How", "use_doc_date: true", " \
# ^
# defaults.cc:2688:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b1", "Indexing:How", "use_doc_date: true", " \
# ^
# defaults.cc:2688:53: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b1", "Indexing:How", "use_doc_date: true", " \
# ^
# defaults.cc:2688:75: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htdig", "", "3.2.0b1", "Indexing:How", "use_doc_date: true", " \
# ^
# defaults.cc:2697:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "use_meta_description", "false", \
# ^
# defaults.cc:2697:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "use_meta_description", "false", \
# ^
# defaults.cc:2698:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b1", "Presentation:How", "use_meta_description: true", " \
# ^
# defaults.cc:2698:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b1", "Presentation:How", "use_meta_description: true", " \
# ^
# defaults.cc:2698:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b1", "Presentation:How", "use_meta_description: true", " \
# ^
# defaults.cc:2698:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b1", "Presentation:How", "use_meta_description: true", " \
# ^
# defaults.cc:2698:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b1", "Presentation:How", "use_meta_description: true", " \
# ^
# defaults.cc:2698:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b1", "Presentation:How", "use_meta_description: true", " \
# ^
# defaults.cc:2698:90: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "3.1.0b1", "Presentation:How", "use_meta_description: true", " \
# ^
# defaults.cc:2703:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "use_star_image", "true", \
# ^
# defaults.cc:2703:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "use_star_image", "true", \
# ^
# defaults.cc:2704:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "all", "Presentation:How", "use_star_image: no", " \
# ^
# defaults.cc:2704:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "all", "Presentation:How", "use_star_image: no", " \
# ^
# defaults.cc:2704:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "all", "Presentation:How", "use_star_image: no", " \
# ^
# defaults.cc:2704:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "all", "Presentation:How", "use_star_image: no", " \
# ^
# defaults.cc:2704:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "all", "Presentation:How", "use_star_image: no", " \
# ^
# defaults.cc:2704:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "all", "Presentation:How", "use_star_image: no", " \
# ^
# defaults.cc:2704:78: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "htsearch", "", "all", "Presentation:How", "use_star_image: no", " \
# ^
# defaults.cc:2710:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "user_agent", "htdig", \
# ^
# defaults.cc:2710:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "user_agent", "htdig", \
# ^
# defaults.cc:2711:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "3.1.0b2", "Indexing:Out", "user_agent: htdig-digger", " \
# ^
# defaults.cc:2711:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "3.1.0b2", "Indexing:Out", "user_agent: htdig-digger", " \
# ^
# defaults.cc:2711:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "3.1.0b2", "Indexing:Out", "user_agent: htdig-digger", " \
# ^
# defaults.cc:2711:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "3.1.0b2", "Indexing:Out", "user_agent: htdig-digger", " \
# ^
# defaults.cc:2711:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "3.1.0b2", "Indexing:Out", "user_agent: htdig-digger", " \
# ^
# defaults.cc:2711:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "3.1.0b2", "Indexing:Out", "user_agent: htdig-digger", " \
# ^
# defaults.cc:2711:86: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig", "Server", "3.1.0b2", "Indexing:Out", "user_agent: htdig-digger", " \
# ^
# defaults.cc:2715:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "valid_extensions", "", \
# ^
# defaults.cc:2715:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "valid_extensions", "", \
# ^
# defaults.cc:2716:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "3.1.4", "Indexing:Where", "valid_extensions: .html .htm .shtml", " \
# ^
# defaults.cc:2716:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "3.1.4", "Indexing:Where", "valid_extensions: .html .htm .shtml", " \
# ^
# defaults.cc:2716:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "3.1.4", "Indexing:Where", "valid_extensions: .html .htm .shtml", " \
# ^
# defaults.cc:2716:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "3.1.4", "Indexing:Where", "valid_extensions: .html .htm .shtml", " \
# ^
# defaults.cc:2716:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "3.1.4", "Indexing:Where", "valid_extensions: .html .htm .shtml", " \
# ^
# defaults.cc:2716:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "3.1.4", "Indexing:Where", "valid_extensions: .html .htm .shtml", " \
# ^
# defaults.cc:2716:99: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string list", "htdig", "URL", "3.1.4", "Indexing:Where", "valid_extensions: .html .htm .shtml", " \
# ^
# defaults.cc:2729:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "valid_punctuation", ".-_/!#\\$%^&'", \
# ^
# defaults.cc:2729:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "valid_punctuation", ".-_/!#\\$%^&'", \
# ^
# defaults.cc:2730:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "all", "Indexing:What", "valid_punctuation: -'", " \
# ^
# defaults.cc:2730:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "all", "Indexing:What", "valid_punctuation: -'", " \
# ^
# defaults.cc:2730:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "all", "Indexing:What", "valid_punctuation: -'", " \
# ^
# defaults.cc:2730:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "all", "Indexing:What", "valid_punctuation: -'", " \
# ^
# defaults.cc:2730:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "all", "Indexing:What", "valid_punctuation: -'", " \
# ^
# defaults.cc:2730:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "all", "Indexing:What", "valid_punctuation: -'", " \
# ^
# defaults.cc:2730:83: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htsearch", "", "all", "Indexing:What", "valid_punctuation: -'", " \
# ^
# defaults.cc:2749:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "version", VERSION, \
# ^
# defaults.cc:2749:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "version", VERSION, \
# ^
# ../include/config.h:377:17: note: expanded from macro 'VERSION'
# #define VERSION "3.2.0b6"
# ^
# defaults.cc:2750:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "version: 3.2.0", " \
# ^
# defaults.cc:2750:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "version: 3.2.0", " \
# ^
# defaults.cc:2750:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "version: 3.2.0", " \
# ^
# defaults.cc:2750:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "version: 3.2.0", " \
# ^
# defaults.cc:2750:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "version: 3.2.0", " \
# ^
# defaults.cc:2750:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "version: 3.2.0", " \
# ^
# defaults.cc:2750:74: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htsearch", "", "all", "Presentation:Text", "version: 3.2.0", " \
# ^
# defaults.cc:2757:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "word_db", "${database_base}.words.db", \
# ^
# defaults.cc:2757:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "word_db", "${database_base}.words.db", \
# ^
# defaults.cc:2758:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "word_db: ${database_base}.allwords.db", " \
# ^
# defaults.cc:2758:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "word_db: ${database_base}.allwords.db", " \
# ^
# defaults.cc:2758:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "word_db: ${database_base}.allwords.db", " \
# ^
# defaults.cc:2758:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "word_db: ${database_base}.allwords.db", " \
# ^
# defaults.cc:2758:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "word_db: ${database_base}.allwords.db", " \
# ^
# defaults.cc:2758:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "word_db: ${database_base}.allwords.db", " \
# ^
# defaults.cc:2758:86: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "all", "File Layout", "word_db: ${database_base}.allwords.db", " \
# ^
# defaults.cc:2763:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "word_dump", "${database_base}.worddump", \
# ^
# defaults.cc:2763:16: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "word_dump", "${database_base}.worddump", \
# ^
# defaults.cc:2764:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htdump htload", "", "3.2.0b1", "File Layout", "word_dump: /tmp/words.txt", " \
# ^
# defaults.cc:2764:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htdump htload", "", "3.2.0b1", "File Layout", "word_dump: /tmp/words.txt", " \
# ^
# defaults.cc:2764:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htdump htload", "", "3.2.0b1", "File Layout", "word_dump: /tmp/words.txt", " \
# ^
# defaults.cc:2764:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htdump htload", "", "3.2.0b1", "File Layout", "word_dump: /tmp/words.txt", " \
# ^
# defaults.cc:2764:50: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htdump htload", "", "3.2.0b1", "File Layout", "word_dump: /tmp/words.txt", " \
# ^
# defaults.cc:2764:65: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htdump htload", "", "3.2.0b1", "File Layout", "word_dump: /tmp/words.txt", " \
# ^
# defaults.cc:2764:94: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "htdig htdump htload", "", "3.2.0b1", "File Layout", "word_dump: /tmp/words.txt", " \
# ^
# defaults.cc:2771:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_cache_inserts", "false", \
# ^
# defaults.cc:2771:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_cache_inserts", "false", \
# ^
# defaults.cc:2772:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "???", "", "???", "Indexing:How", "wordlist_cache_inserts: true", " \
# ^
# defaults.cc:2772:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "???", "", "???", "Indexing:How", "wordlist_cache_inserts: true", " \
# ^
# defaults.cc:2772:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "???", "", "???", "Indexing:How", "wordlist_cache_inserts: true", " \
# ^
# defaults.cc:2772:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "???", "", "???", "Indexing:How", "wordlist_cache_inserts: true", " \
# ^
# defaults.cc:2772:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "???", "", "???", "Indexing:How", "wordlist_cache_inserts: true", " \
# ^
# defaults.cc:2772:47: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "???", "", "???", "Indexing:How", "wordlist_cache_inserts: true", " \
# ^
# defaults.cc:2772:79: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "???", "", "???", "Indexing:How", "wordlist_cache_inserts: true", " \
# ^
# defaults.cc:2776:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_cache_size", "10000000", \
# ^
# defaults.cc:2776:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_cache_size", "10000000", \
# ^
# defaults.cc:2777:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "all", "", "3.2.0b1", "Indexing:How", "wordlist_cache_size: 40000000", " \
# ^
# defaults.cc:2777:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "all", "", "3.2.0b1", "Indexing:How", "wordlist_cache_size: 40000000", " \
# ^
# defaults.cc:2777:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "all", "", "3.2.0b1", "Indexing:How", "wordlist_cache_size: 40000000", " \
# ^
# defaults.cc:2777:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "all", "", "3.2.0b1", "Indexing:How", "wordlist_cache_size: 40000000", " \
# ^
# defaults.cc:2777:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "all", "", "3.2.0b1", "Indexing:How", "wordlist_cache_size: 40000000", " \
# ^
# defaults.cc:2777:51: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "all", "", "3.2.0b1", "Indexing:How", "wordlist_cache_size: 40000000", " \
# ^
# defaults.cc:2777:84: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "all", "", "3.2.0b1", "Indexing:How", "wordlist_cache_size: 40000000", " \
# ^
# defaults.cc:2784:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_compress", "true", \
# ^
# defaults.cc:2784:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_compress", "true", \
# ^
# defaults.cc:2785:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b1", "Indexing:How", "wordlist_compress: false", " \
# ^
# defaults.cc:2785:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b1", "Indexing:How", "wordlist_compress: false", " \
# ^
# defaults.cc:2785:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b1", "Indexing:How", "wordlist_compress: false", " \
# ^
# defaults.cc:2785:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b1", "Indexing:How", "wordlist_compress: false", " \
# ^
# defaults.cc:2785:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b1", "Indexing:How", "wordlist_compress: false", " \
# ^
# defaults.cc:2785:51: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b1", "Indexing:How", "wordlist_compress: false", " \
# ^
# defaults.cc:2785:79: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b1", "Indexing:How", "wordlist_compress: false", " \
# ^
# defaults.cc:2790:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_compress_zlib", "true", \
# ^
# defaults.cc:2790:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_compress_zlib", "true", \
# ^
# defaults.cc:2791:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b4", "Indexing:How", "wordlist_compress_zlib: false", " \
# ^
# defaults.cc:2791:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b4", "Indexing:How", "wordlist_compress_zlib: false", " \
# ^
# defaults.cc:2791:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b4", "Indexing:How", "wordlist_compress_zlib: false", " \
# ^
# defaults.cc:2791:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b4", "Indexing:How", "wordlist_compress_zlib: false", " \
# ^
# defaults.cc:2791:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b4", "Indexing:How", "wordlist_compress_zlib: false", " \
# ^
# defaults.cc:2791:51: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b4", "Indexing:How", "wordlist_compress_zlib: false", " \
# ^
# defaults.cc:2791:84: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b4", "Indexing:How", "wordlist_compress_zlib: false", " \
# ^
# defaults.cc:2797:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_monitor", "false", \
# ^
# defaults.cc:2797:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_monitor", "false", \
# ^
# defaults.cc:2798:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor: true", " \
# ^
# defaults.cc:2798:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor: true", " \
# ^
# defaults.cc:2798:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor: true", " \
# ^
# defaults.cc:2798:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor: true", " \
# ^
# defaults.cc:2798:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor: true", " \
# ^
# defaults.cc:2798:51: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor: true", " \
# ^
# defaults.cc:2798:77: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "boolean", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor: true", " \
# ^
# defaults.cc:2802:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_monitor_period","0", \
# ^
# defaults.cc:2802:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_monitor_period","0", \
# ^
# defaults.cc:2803:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor_period: .1", " \
# ^
# defaults.cc:2803:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor_period: .1", " \
# ^
# defaults.cc:2803:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor_period: .1", " \
# ^
# defaults.cc:2803:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor_period: .1", " \
# ^
# defaults.cc:2803:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor_period: .1", " \
# ^
# defaults.cc:2803:50: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor_period: .1", " \
# ^
# defaults.cc:2803:81: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "number", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor_period: .1", " \
# ^
# defaults.cc:2806:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_monitor_output","", \
# ^
# defaults.cc:2806:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_monitor_output","", \
# ^
# defaults.cc:2807:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor_output: myfile", " \
# ^
# defaults.cc:2807:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor_output: myfile", " \
# ^
# defaults.cc:2807:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor_output: myfile", " \
# ^
# defaults.cc:2807:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor_output: myfile", " \
# ^
# defaults.cc:2807:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor_output: myfile", " \
# ^
# defaults.cc:2807:50: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor_output: myfile", " \
# ^
# defaults.cc:2807:85: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Extra Output", "wordlist_monitor_output: myfile", " \
# ^
# defaults.cc:2810:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_page_size", "0", \
# ^
# defaults.cc:2810:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_page_size", "0", \
# ^
# defaults.cc:2811:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "all", "", "3.2.0b1", "Indexing:How", "wordlist_page_size: 8192", " \
# ^
# defaults.cc:2811:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "all", "", "3.2.0b1", "Indexing:How", "wordlist_page_size: 8192", " \
# ^
# defaults.cc:2811:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "all", "", "3.2.0b1", "Indexing:How", "wordlist_page_size: 8192", " \
# ^
# defaults.cc:2811:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "all", "", "3.2.0b1", "Indexing:How", "wordlist_page_size: 8192", " \
# ^
# defaults.cc:2811:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "all", "", "3.2.0b1", "Indexing:How", "wordlist_page_size: 8192", " \
# ^
# defaults.cc:2811:51: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "all", "", "3.2.0b1", "Indexing:How", "wordlist_page_size: 8192", " \
# ^
# defaults.cc:2811:79: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "all", "", "3.2.0b1", "Indexing:How", "wordlist_page_size: 8192", " \
# ^
# defaults.cc:2815:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_verbose", "", \
# ^
# defaults.cc:2815:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_verbose", "", \
# ^
# defaults.cc:2816:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "", "", "", "", "wordlist_verbose: true", " \
# ^
# defaults.cc:2816:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "", "", "", "", "wordlist_verbose: true", " \
# ^
# defaults.cc:2816:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "", "", "", "", "wordlist_verbose: true", " \
# ^
# defaults.cc:2816:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "", "", "", "", "wordlist_verbose: true", " \
# ^
# defaults.cc:2816:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "", "", "", "", "wordlist_verbose: true", " \
# ^
# defaults.cc:2816:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "", "", "", "", "wordlist_verbose: true", " \
# ^
# defaults.cc:2816:55: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "integer", "", "", "", "", "wordlist_verbose: true", " \
# ^
# defaults.cc:2821:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_wordkey_description", "Word/DocID 32/Flags 8/Location 16", \
# ^
# defaults.cc:2821:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_wordkey_description", "Word/DocID 32/Flags 8/Location 16", \
# ^
# defaults.cc:2822:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Indexing:How", "**this should not be configured by user**", " \
# ^
# defaults.cc:2822:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Indexing:How", "**this should not be configured by user**", " \
# ^
# defaults.cc:2822:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Indexing:How", "**this should not be configured by user**", " \
# ^
# defaults.cc:2822:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Indexing:How", "**this should not be configured by user**", " \
# ^
# defaults.cc:2822:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Indexing:How", "**this should not be configured by user**", " \
# ^
# defaults.cc:2822:50: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Indexing:How", "**this should not be configured by user**", " \
# ^
# defaults.cc:2822:95: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Indexing:How", "**this should not be configured by user**", " \
# ^
# defaults.cc:2825:3: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_wordrecord_description", "DATA", \
# ^
# defaults.cc:2825:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_wordrecord_description", "DATA", \
# ^
# defaults.cc:2826:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Indexing:How", "**this should not be configured by user**", " \
# ^
# defaults.cc:2826:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Indexing:How", "**this should not be configured by user**", " \
# ^
# defaults.cc:2826:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Indexing:How", "**this should not be configured by user**", " \
# ^
# defaults.cc:2826:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Indexing:How", "**this should not be configured by user**", " \
# ^
# defaults.cc:2826:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Indexing:How", "**this should not be configured by user**", " \
# ^
# defaults.cc:2826:50: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Indexing:How", "**this should not be configured by user**", " \
# ^
# defaults.cc:2826:95: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "string", "all", "", "3.2.0b1", "Indexing:How", "**this should not be configured by user**", " \
# ^
# 1836 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c defaults.cc -o defaults.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o HtURLCodec.lo `test -f 'HtURLCodec.cc' || echo './'`HtURLCodec.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c HtURLCodec.cc -fPIC -DPIC -o .libs/HtURLCodec.o
# In file included from HtURLCodec.cc:22:
# In file included from ./HtURLCodec.h:21:
# In file included from ../htlib/HtWordCodec.h:24:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from HtURLCodec.cc:22:
# In file included from ./HtURLCodec.h:21:
# In file included from ../htlib/HtWordCodec.h:24:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from HtURLCodec.cc:22:
# In file included from ./HtURLCodec.h:21:
# In file included from ../htlib/HtWordCodec.h:24:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtURLCodec.cc:22:
# In file included from ./HtURLCodec.h:21:
# In file included from ../htlib/HtWordCodec.h:24:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtURLCodec.cc:22:
# In file included from ./HtURLCodec.h:21:
# In file included from ../htlib/HtWordCodec.h:24:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HtURLCodec.cc:22:
# In file included from ./HtURLCodec.h:21:
# In file included from ../htlib/HtWordCodec.h:24:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# 6 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c HtURLCodec.cc -o HtURLCodec.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o URL.lo `test -f 'URL.cc' || echo './'`URL.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c URL.cc -fPIC -DPIC -o .libs/URL.o
# In file included from URL.cc:22:
# In file included from ../htlib/QuotedStringList.h:20:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from URL.cc:22:
# In file included from ../htlib/QuotedStringList.h:20:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from URL.cc:22:
# In file included from ../htlib/QuotedStringList.h:20:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from URL.cc:22:
# In file included from ../htlib/QuotedStringList.h:20:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from URL.cc:22:
# In file included from ../htlib/QuotedStringList.h:20:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from URL.cc:22:
# In file included from ../htlib/QuotedStringList.h:20:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# 6 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c URL.cc -o URL.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o URLTrans.lo `test -f 'URLTrans.cc' || echo './'`URLTrans.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c URLTrans.cc -fPIC -DPIC -o .libs/URLTrans.o
# URLTrans.cc:75:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# static char *digits = "0123456789ABCDEF";
# ^
# 1 warning generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c URLTrans.cc -o URLTrans.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o HtZlibCodec.lo `test -f 'HtZlibCodec.cc' || echo './'`HtZlibCodec.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c HtZlibCodec.cc -fPIC -DPIC -o .libs/HtZlibCodec.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c HtZlibCodec.cc -o HtZlibCodec.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o cgi.lo `test -f 'cgi.cc' || echo './'`cgi.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c cgi.cc -fPIC -DPIC -o .libs/cgi.o
# In file included from cgi.cc:27:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from cgi.cc:27:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from cgi.cc:27:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from cgi.cc:27:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from cgi.cc:27:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from cgi.cc:27:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# cgi.cc:50:7: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# init("");
# ^
# 7 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c cgi.cc -o cgi.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o HtSGMLCodec.lo `test -f 'HtSGMLCodec.cc' || echo './'`HtSGMLCodec.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c HtSGMLCodec.cc -fPIC -DPIC -o .libs/HtSGMLCodec.o
# In file included from HtSGMLCodec.cc:20:
# In file included from ./HtSGMLCodec.h:18:
# In file included from ../htlib/HtWordCodec.h:24:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from HtSGMLCodec.cc:20:
# In file included from ./HtSGMLCodec.h:18:
# In file included from ../htlib/HtWordCodec.h:24:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from HtSGMLCodec.cc:20:
# In file included from ./HtSGMLCodec.h:18:
# In file included from ../htlib/HtWordCodec.h:24:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtSGMLCodec.cc:20:
# In file included from ./HtSGMLCodec.h:18:
# In file included from ../htlib/HtWordCodec.h:24:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtSGMLCodec.cc:20:
# In file included from ./HtSGMLCodec.h:18:
# In file included from ../htlib/HtWordCodec.h:24:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HtSGMLCodec.cc:20:
# In file included from ./HtSGMLCodec.h:18:
# In file included from ../htlib/HtWordCodec.h:24:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# 6 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c HtSGMLCodec.cc -o HtSGMLCodec.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o HtConfiguration.lo `test -f 'HtConfiguration.cc' || echo './'`HtConfiguration.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c HtConfiguration.cc -fPIC -DPIC -o .libs/HtConfiguration.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c HtConfiguration.cc -o HtConfiguration.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o HtURLRewriter.lo `test -f 'HtURLRewriter.cc' || echo './'`HtURLRewriter.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c HtURLRewriter.cc -fPIC -DPIC -o .libs/HtURLRewriter.o
# In file included from HtURLRewriter.cc:17:
# In file included from ./HtURLRewriter.h:19:
# In file included from ../htlib/HtRegexReplaceList.h:20:
# In file included from ../htlib/HtRegexReplace.h:22:
# In file included from ../htlib/HtRegex.h:24:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from HtURLRewriter.cc:17:
# In file included from ./HtURLRewriter.h:19:
# In file included from ../htlib/HtRegexReplaceList.h:20:
# In file included from ../htlib/HtRegexReplace.h:22:
# In file included from ../htlib/HtRegex.h:24:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from HtURLRewriter.cc:17:
# In file included from ./HtURLRewriter.h:19:
# In file included from ../htlib/HtRegexReplaceList.h:20:
# In file included from ../htlib/HtRegexReplace.h:22:
# In file included from ../htlib/HtRegex.h:24:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtURLRewriter.cc:17:
# In file included from ./HtURLRewriter.h:19:
# In file included from ../htlib/HtRegexReplaceList.h:20:
# In file included from ../htlib/HtRegexReplace.h:22:
# In file included from ../htlib/HtRegex.h:24:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtURLRewriter.cc:17:
# In file included from ./HtURLRewriter.h:19:
# In file included from ../htlib/HtRegexReplaceList.h:20:
# In file included from ../htlib/HtRegexReplace.h:22:
# In file included from ../htlib/HtRegex.h:24:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HtURLRewriter.cc:17:
# In file included from ./HtURLRewriter.h:19:
# In file included from ../htlib/HtRegexReplaceList.h:20:
# In file included from ../htlib/HtRegexReplace.h:22:
# In file included from ../htlib/HtRegex.h:24:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# 6 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c HtURLRewriter.cc -o HtURLRewriter.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o conf_lexer.lo `test -f 'conf_lexer.cxx' || echo './'`conf_lexer.cxx
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c conf_lexer.cxx -fPIC -DPIC -o .libs/conf_lexer.o
# conf_lexer.cxx:1391:16: warning: function 'yyinput' is not needed and will not be emitted [-Wunneeded-internal-declaration]
# static int yyinput (void)
# ^
# 1 warning generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c conf_lexer.cxx -o conf_lexer.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c -o conf_parser.lo `test -f 'conf_parser.cxx' || echo './'`conf_parser.cxx
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c conf_parser.cxx -fPIC -DPIC -o .libs/conf_parser.o
# conf_parser.cxx:1401:11: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# yyerror ("syntax error");
# ^
# conf_parser.cxx:1519:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# yyerror ("parser stack overflow");
# ^
# 2 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DBIN_DIR=\"/usr/bin\" -DCOMMON_DIR=\"/usr/share/doc/htdig\" -DCONFIG_DIR=\"/etc/htdig\" -DDATABASE_DIR=\"/var/lib/htdig/db\" -DIMAGE_URL_PREFIX=\"/htdig\" -Wall -fno-rtti -fno-exceptions -c conf_parser.cxx -o conf_parser.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=link clang++ -Wall -fno-rtti -fno-exceptions -o libcommon.la -rpath /usr/lib/htdig -release 3.2.0 DocumentDB.lo DocumentRef.lo HtWordReference.lo HtWordList.lo defaults.lo HtURLCodec.lo URL.lo URLTrans.lo HtZlibCodec.lo cgi.lo HtSGMLCodec.lo HtConfiguration.lo HtURLRewriter.lo conf_lexer.lo conf_parser.lo -lz -lssl -lcrypto
# clang++ -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/DocumentDB.o .libs/DocumentRef.o .libs/HtWordReference.o .libs/HtWordList.o .libs/defaults.o .libs/HtURLCodec.o .libs/URL.o .libs/URLTrans.o .libs/HtZlibCodec.o .libs/cgi.o .libs/HtSGMLCodec.o .libs/HtConfiguration.o .libs/HtURLRewriter.o .libs/conf_lexer.o .libs/conf_parser.o -lz -lssl -lcrypto -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libcommon-3.2.0.so -o .libs/libcommon-3.2.0.so
# (cd .libs && rm -f libcommon.so && ln -s libcommon-3.2.0.so libcommon.so)
# ar cru .libs/libcommon.a DocumentDB.o DocumentRef.o HtWordReference.o HtWordList.o defaults.o HtURLCodec.o URL.o URLTrans.o HtZlibCodec.o cgi.o HtSGMLCodec.o HtConfiguration.o HtURLRewriter.o conf_lexer.o conf_parser.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libcommon.a
# creating libcommon.la
# (cd .libs && rm -f libcommon.la && ln -s ../libcommon.la libcommon.la)
# make[1]: Leaving directory '/tmp/htdig/src/htdig-3.2.0b6/htcommon'
# Making all in htnet
# make[1]: Entering directory '/tmp/htdig/src/htdig-3.2.0b6/htnet'
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o Connection.lo `test -f 'Connection.cc' || echo './'`Connection.cc
# mkdir .libs
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Connection.cc -fPIC -DPIC -o .libs/Connection.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Connection.cc -o Connection.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o Transport.lo `test -f 'Transport.cc' || echo './'`Transport.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Transport.cc -fPIC -DPIC -o .libs/Transport.o
# Transport.cc:102:6: warning: delete called on non-final 'HtDateTime' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
# delete _modification_time;
# ^
# Transport.cc:108:6: warning: delete called on non-final 'HtDateTime' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
# delete _access_time;
# ^
# Transport.cc:123:6: warning: delete called on non-final 'HtDateTime' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
# delete _modification_time;
# ^
# Transport.cc:129:6: warning: delete called on non-final 'HtDateTime' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
# delete _access_time;
# ^
# 4 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c Transport.cc -o Transport.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtHTTP.lo `test -f 'HtHTTP.cc' || echo './'`HtHTTP.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtHTTP.cc -fPIC -DPIC -o .libs/HtHTTP.o
# HtHTTP.cc:648:2: warning: delete called on non-final 'HtDateTime' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
# delete _response._modification_time;
# ^
# HtHTTP.cc:656:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if(! _connection->Read_Line(line, "\n"))
# ^
# HtHTTP.cc:997:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (!_connection->Read_Line(ChunkHeader, "\r\n"))
# ^
# HtHTTP.cc:1038:48: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (!_connection->Read_Line(ChunkHeader, "\r\n"))
# ^
# HtHTTP.cc:1042:48: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (!_connection->Read_Line(ChunkHeader, "\r\n"))
# ^
# 5 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtHTTP.cc -o HtHTTP.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtFile.lo `test -f 'HtFile.cc' || echo './'`HtFile.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtFile.cc -fPIC -DPIC -o .libs/HtFile.o
# In file included from HtFile.cc:26:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from HtFile.cc:26:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from HtFile.cc:26:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtFile.cc:26:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtFile.cc:26:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HtFile.cc:26:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# HtFile.cc:261:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# encodeURL (filename, UNRESERVED "/"); // convert ' ' to '%20' etc., but leave "/" intact
# ^
# ../htcommon/URL.h:89:20: note: expanded from macro 'UNRESERVED'
# #define UNRESERVED "-_.!~*"
# ^
# 7 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtFile.cc -o HtFile.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtNNTP.lo `test -f 'HtNNTP.cc' || echo './'`HtNNTP.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtNNTP.cc -fPIC -DPIC -o .libs/HtNNTP.o
# HtNNTP.cc:156:2: warning: delete called on non-final 'HtDateTime' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
# delete _response._modification_time;
# ^
# HtNNTP.cc:164:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if(! _connection->Read_Line(line, "\n"))
# ^
# 2 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtNNTP.cc -o HtNNTP.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtFTP.lo `test -f 'HtFTP.cc' || echo './'`HtFTP.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtFTP.cc -fPIC -DPIC -o .libs/HtFTP.o
# In file included from HtFTP.cc:26:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from HtFTP.cc:26:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from HtFTP.cc:26:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtFTP.cc:26:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HtFTP.cc:26:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HtFTP.cc:26:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# 6 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtFTP.cc -o HtFTP.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtCookie.lo `test -f 'HtCookie.cc' || echo './'`HtCookie.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtCookie.cc -fPIC -DPIC -o .libs/HtCookie.o
# HtCookie.cc:290:7: warning: delete called on non-final 'HtDateTime' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
# delete expires;
# ^
# HtCookie.cc:308:10: warning: delete called on non-final 'HtDateTime' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
# delete expires;
# ^
# 2 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtCookie.cc -o HtCookie.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtCookieJar.lo `test -f 'HtCookieJar.cc' || echo './'`HtCookieJar.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtCookieJar.cc -fPIC -DPIC -o .libs/HtCookieJar.o
# HtCookieJar.cc:132:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# static char* TopLevelDomains[] = { "com", "edu", "net", "org",
# ^
# HtCookieJar.cc:132:47: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# static char* TopLevelDomains[] = { "com", "edu", "net", "org",
# ^
# HtCookieJar.cc:132:54: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# static char* TopLevelDomains[] = { "com", "edu", "net", "org",
# ^
# HtCookieJar.cc:132:61: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# static char* TopLevelDomains[] = { "com", "edu", "net", "org",
# ^
# HtCookieJar.cc:133:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "gov", "mil", "int", 0};
# ^
# HtCookieJar.cc:133:16: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "gov", "mil", "int", 0};
# ^
# HtCookieJar.cc:133:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "gov", "mil", "int", 0};
# ^
# 7 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtCookieJar.cc -o HtCookieJar.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtCookieMemJar.lo `test -f 'HtCookieMemJar.cc' || echo './'`HtCookieMemJar.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtCookieMemJar.cc -fPIC -DPIC -o .libs/HtCookieMemJar.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtCookieMemJar.cc -o HtCookieMemJar.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtCookieInFileJar.lo `test -f 'HtCookieInFileJar.cc' || echo './'`HtCookieInFileJar.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtCookieInFileJar.cc -fPIC -DPIC -o .libs/HtCookieInFileJar.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtCookieInFileJar.cc -o HtCookieInFileJar.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtHTTPBasic.lo `test -f 'HtHTTPBasic.cc' || echo './'`HtHTTPBasic.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtHTTPBasic.cc -fPIC -DPIC -o .libs/HtHTTPBasic.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtHTTPBasic.cc -o HtHTTPBasic.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HtHTTPSecure.lo `test -f 'HtHTTPSecure.cc' || echo './'`HtHTTPSecure.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtHTTPSecure.cc -fPIC -DPIC -o .libs/HtHTTPSecure.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c HtHTTPSecure.cc -o HtHTTPSecure.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o SSLConnection.lo `test -f 'SSLConnection.cc' || echo './'`SSLConnection.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c SSLConnection.cc -fPIC -DPIC -o .libs/SSLConnection.o
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c SSLConnection.cc -o SSLConnection.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=link clang++ -Wall -fno-rtti -fno-exceptions -o libhtnet.la -rpath /usr/lib/htdig -release 3.2.0 Connection.lo Transport.lo HtHTTP.lo HtFile.lo HtNNTP.lo HtFTP.lo HtCookie.lo HtCookieJar.lo HtCookieMemJar.lo HtCookieInFileJar.lo HtHTTPBasic.lo HtHTTPSecure.lo SSLConnection.lo -lz -lssl -lcrypto
# clang++ -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/Connection.o .libs/Transport.o .libs/HtHTTP.o .libs/HtFile.o .libs/HtNNTP.o .libs/HtFTP.o .libs/HtCookie.o .libs/HtCookieJar.o .libs/HtCookieMemJar.o .libs/HtCookieInFileJar.o .libs/HtHTTPBasic.o .libs/HtHTTPSecure.o .libs/SSLConnection.o -lz -lssl -lcrypto -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libhtnet-3.2.0.so -o .libs/libhtnet-3.2.0.so
# (cd .libs && rm -f libhtnet.so && ln -s libhtnet-3.2.0.so libhtnet.so)
# ar cru .libs/libhtnet.a Connection.o Transport.o HtHTTP.o HtFile.o HtNNTP.o HtFTP.o HtCookie.o HtCookieJar.o HtCookieMemJar.o HtCookieInFileJar.o HtHTTPBasic.o HtHTTPSecure.o SSLConnection.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libhtnet.a
# creating libhtnet.la
# (cd .libs && rm -f libhtnet.la && ln -s ../libhtnet.la libhtnet.la)
# make[1]: Leaving directory '/tmp/htdig/src/htdig-3.2.0b6/htnet'
# Making all in htfuzzy
# make[1]: Entering directory '/tmp/htdig/src/htdig-3.2.0b6/htfuzzy'
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c -o Endings.lo `test -f 'Endings.cc' || echo './'`Endings.cc
# mkdir .libs
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Endings.cc -fPIC -DPIC -o .libs/Endings.o
# In file included from Endings.cc:22:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Endings.cc:22:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Endings.cc:22:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Endings.cc:22:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Endings.cc:22:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Endings.cc:22:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Endings.cc:23:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Endings.cc:23:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# Endings.cc:36:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# name = "endings";
# ^
# 9 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Endings.cc -o Endings.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c -o EndingsDB.lo `test -f 'EndingsDB.cc' || echo './'`EndingsDB.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c EndingsDB.cc -fPIC -DPIC -o .libs/EndingsDB.o
# In file included from EndingsDB.cc:21:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from EndingsDB.cc:21:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from EndingsDB.cc:21:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from EndingsDB.cc:21:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from EndingsDB.cc:21:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from EndingsDB.cc:21:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from EndingsDB.cc:21:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from EndingsDB.cc:21:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# 8 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c EndingsDB.cc -o EndingsDB.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c -o Exact.lo `test -f 'Exact.cc' || echo './'`Exact.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Exact.cc -fPIC -DPIC -o .libs/Exact.o
# In file included from Exact.cc:21:
# In file included from ./Exact.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Exact.cc:21:
# In file included from ./Exact.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Exact.cc:21:
# In file included from ./Exact.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Exact.cc:21:
# In file included from ./Exact.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Exact.cc:21:
# In file included from ./Exact.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Exact.cc:21:
# In file included from ./Exact.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Exact.cc:21:
# In file included from ./Exact.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Exact.cc:21:
# In file included from ./Exact.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# Exact.cc:32:10: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# name = "exact";
# ^
# 9 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Exact.cc -o Exact.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c -o Fuzzy.lo `test -f 'Fuzzy.cc' || echo './'`Fuzzy.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Fuzzy.cc -fPIC -DPIC -o .libs/Fuzzy.o
# In file included from Fuzzy.cc:26:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Fuzzy.cc:26:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Fuzzy.cc:26:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Fuzzy.cc:26:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Fuzzy.cc:26:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Fuzzy.cc:26:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Fuzzy.cc:26:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Fuzzy.cc:26:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# 8 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Fuzzy.cc -o Fuzzy.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c -o Metaphone.lo `test -f 'Metaphone.cc' || echo './'`Metaphone.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Metaphone.cc -fPIC -DPIC -o .libs/Metaphone.o
# In file included from Metaphone.cc:23:
# In file included from ./Metaphone.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Metaphone.cc:23:
# In file included from ./Metaphone.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Metaphone.cc:23:
# In file included from ./Metaphone.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Metaphone.cc:23:
# In file included from ./Metaphone.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Metaphone.cc:23:
# In file included from ./Metaphone.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Metaphone.cc:23:
# In file included from ./Metaphone.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Metaphone.cc:23:
# In file included from ./Metaphone.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Metaphone.cc:23:
# In file included from ./Metaphone.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# Metaphone.cc:35:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# name = "metaphone";
# ^
# Metaphone.cc:151:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (same(*n) || *(n - 1) == '\0' && vowel(*n))
# ~~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
# Metaphone.cc:151:35: note: place parentheses around the '&&' expression to silence this warning
# if (same(*n) || *(n - 1) == '\0' && vowel(*n))
# ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
# 10 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Metaphone.cc -o Metaphone.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c -o Soundex.lo `test -f 'Soundex.cc' || echo './'`Soundex.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Soundex.cc -fPIC -DPIC -o .libs/Soundex.o
# In file included from Soundex.cc:23:
# In file included from ./Soundex.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Soundex.cc:23:
# In file included from ./Soundex.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Soundex.cc:23:
# In file included from ./Soundex.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Soundex.cc:23:
# In file included from ./Soundex.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Soundex.cc:23:
# In file included from ./Soundex.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Soundex.cc:23:
# In file included from ./Soundex.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Soundex.cc:23:
# In file included from ./Soundex.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Soundex.cc:23:
# In file included from ./Soundex.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# Soundex.cc:34:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# name = "soundex";
# ^
# 9 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Soundex.cc -o Soundex.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c -o Accents.lo `test -f 'Accents.cc' || echo './'`Accents.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Accents.cc -fPIC -DPIC -o .libs/Accents.o
# In file included from Accents.cc:22:
# In file included from ./Accents.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Accents.cc:22:
# In file included from ./Accents.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Accents.cc:22:
# In file included from ./Accents.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Accents.cc:22:
# In file included from ./Accents.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Accents.cc:22:
# In file included from ./Accents.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Accents.cc:22:
# In file included from ./Accents.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Accents.cc:22:
# In file included from ./Accents.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Accents.cc:22:
# In file included from ./Accents.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# Accents.cc:87:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# name = "accents";
# ^
# 9 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Accents.cc -o Accents.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c -o SuffixEntry.lo `test -f 'SuffixEntry.cc' || echo './'`SuffixEntry.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c SuffixEntry.cc -fPIC -DPIC -o .libs/SuffixEntry.o
# In file included from SuffixEntry.cc:23:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from SuffixEntry.cc:23:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from SuffixEntry.cc:23:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from SuffixEntry.cc:23:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from SuffixEntry.cc:23:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from SuffixEntry.cc:23:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from SuffixEntry.cc:23:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from SuffixEntry.cc:23:
# In file included from ./Endings.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# 8 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c SuffixEntry.cc -o SuffixEntry.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c -o Synonym.lo `test -f 'Synonym.cc' || echo './'`Synonym.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Synonym.cc -fPIC -DPIC -o .libs/Synonym.o
# In file included from Synonym.cc:22:
# In file included from ./Synonym.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Synonym.cc:22:
# In file included from ./Synonym.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Synonym.cc:22:
# In file included from ./Synonym.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Synonym.cc:22:
# In file included from ./Synonym.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Synonym.cc:22:
# In file included from ./Synonym.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Synonym.cc:22:
# In file included from ./Synonym.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Synonym.cc:22:
# In file included from ./Synonym.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Synonym.cc:22:
# In file included from ./Synonym.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# Synonym.cc:47:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# name = "synonyms";
# ^
# 9 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Synonym.cc -o Synonym.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c -o Substring.lo `test -f 'Substring.cc' || echo './'`Substring.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Substring.cc -fPIC -DPIC -o .libs/Substring.o
# In file included from Substring.cc:23:
# In file included from ./Substring.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Substring.cc:23:
# In file included from ./Substring.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Substring.cc:23:
# In file included from ./Substring.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Substring.cc:23:
# In file included from ./Substring.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Substring.cc:23:
# In file included from ./Substring.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Substring.cc:23:
# In file included from ./Substring.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Substring.cc:23:
# In file included from ./Substring.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Substring.cc:23:
# In file included from ./Substring.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# Substring.cc:35:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# name = "substring";
# ^
# 9 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Substring.cc -o Substring.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c -o Prefix.lo `test -f 'Prefix.cc' || echo './'`Prefix.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Prefix.cc -fPIC -DPIC -o .libs/Prefix.o
# In file included from Prefix.cc:23:
# In file included from ./Prefix.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Prefix.cc:23:
# In file included from ./Prefix.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Prefix.cc:23:
# In file included from ./Prefix.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Prefix.cc:23:
# In file included from ./Prefix.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Prefix.cc:23:
# In file included from ./Prefix.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Prefix.cc:23:
# In file included from ./Prefix.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Prefix.cc:23:
# In file included from ./Prefix.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Prefix.cc:23:
# In file included from ./Prefix.h:20:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# Prefix.cc:36:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# name = "prefix";
# ^
# 9 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Prefix.cc -o Prefix.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c -o Regexp.lo `test -f 'Regexp.cc' || echo './'`Regexp.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Regexp.cc -fPIC -DPIC -o .libs/Regexp.o
# In file included from Regexp.cc:22:
# In file included from ./Regexp.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Regexp.cc:22:
# In file included from ./Regexp.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Regexp.cc:22:
# In file included from ./Regexp.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Regexp.cc:22:
# In file included from ./Regexp.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Regexp.cc:22:
# In file included from ./Regexp.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Regexp.cc:22:
# In file included from ./Regexp.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Regexp.cc:22:
# In file included from ./Regexp.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Regexp.cc:22:
# In file included from ./Regexp.h:19:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# Regexp.cc:34:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# name = "regex";
# ^
# 9 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Regexp.cc -o Regexp.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c -o Speling.lo `test -f 'Speling.cc' || echo './'`Speling.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Speling.cc -fPIC -DPIC -o .libs/Speling.o
# In file included from Speling.cc:21:
# In file included from ./Speling.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Speling.cc:21:
# In file included from ./Speling.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Speling.cc:21:
# In file included from ./Speling.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Speling.cc:21:
# In file included from ./Speling.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Speling.cc:21:
# In file included from ./Speling.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Speling.cc:21:
# In file included from ./Speling.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Speling.cc:21:
# In file included from ./Speling.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Speling.cc:21:
# In file included from ./Speling.h:18:
# In file included from ./Fuzzy.h:32:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# Speling.cc:44:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# name = "speling";
# ^
# 9 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c Speling.cc -o Speling.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=link clang++ -Wall -fno-rtti -fno-exceptions -o libfuzzy.la -rpath /usr/lib/htdig -release 3.2.0 Endings.lo EndingsDB.lo Exact.lo Fuzzy.lo Metaphone.lo Soundex.lo Accents.lo SuffixEntry.lo Synonym.lo Substring.lo Prefix.lo Regexp.lo Speling.lo -lz -lssl -lcrypto
# clang++ -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/Endings.o .libs/EndingsDB.o .libs/Exact.o .libs/Fuzzy.o .libs/Metaphone.o .libs/Soundex.o .libs/Accents.o .libs/SuffixEntry.o .libs/Synonym.o .libs/Substring.o .libs/Prefix.o .libs/Regexp.o .libs/Speling.o -lz -lssl -lcrypto -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libfuzzy-3.2.0.so -o .libs/libfuzzy-3.2.0.so
# (cd .libs && rm -f libfuzzy.so && ln -s libfuzzy-3.2.0.so libfuzzy.so)
# ar cru .libs/libfuzzy.a Endings.o EndingsDB.o Exact.o Fuzzy.o Metaphone.o Soundex.o Accents.o SuffixEntry.o Synonym.o Substring.o Prefix.o Regexp.o Speling.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libfuzzy.a
# creating libfuzzy.la
# (cd .libs && rm -f libfuzzy.la && ln -s ../libfuzzy.la libfuzzy.la)
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" -Wall -fno-rtti -fno-exceptions -c -o htfuzzy.o `test -f 'htfuzzy.cc' || echo './'`htfuzzy.cc
# In file included from htfuzzy.cc:27:
# In file included from ./htfuzzy.h:29:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from htfuzzy.cc:27:
# In file included from ./htfuzzy.h:29:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from htfuzzy.cc:27:
# In file included from ./htfuzzy.h:29:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from htfuzzy.cc:27:
# In file included from ./htfuzzy.h:29:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from htfuzzy.cc:27:
# In file included from ./htfuzzy.h:29:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from htfuzzy.cc:27:
# In file included from ./htfuzzy.h:29:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from htfuzzy.cc:27:
# In file included from ./htfuzzy.h:29:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from htfuzzy.cc:27:
# In file included from ./htfuzzy.h:29:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# 8 warnings generated.
# /bin/sh ../libtool --mode=link clang++ -Wall -fno-rtti -fno-exceptions -o htfuzzy htfuzzy.o libfuzzy.la ../htnet/libhtnet.la ../htcommon/libcommon.la ../htword/libhtword.la ../htlib/libht.la ../htcommon/libcommon.la ../htword/libhtword.la ../db/libhtdb.la ../htlib/libht.la -lz -lssl -lcrypto
# clang++ -Wall -fno-rtti -fno-exceptions -o .libs/htfuzzy htfuzzy.o ./.libs/libfuzzy.so ../htnet/.libs/libhtnet.so ../htcommon/.libs/libcommon.so ../htword/.libs/libhtword.so ../db/.libs/libhtdb.so ../htlib/.libs/libht.so -lz -lssl -lcrypto -Wl,--rpath -Wl,/usr/lib/htdig -Wl,--rpath -Wl,/usr/lib/htdig_db
# creating htfuzzy
# make[1]: Leaving directory '/tmp/htdig/src/htdig-3.2.0b6/htfuzzy'
# Making all in htdb
# make[1]: Entering directory '/tmp/htdig/src/htdig-3.2.0b6/htdb'
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o htdb_load.o `test -f 'htdb_load.cc' || echo './'`htdb_load.cc
# In file included from htdb_load.cc:47:
# In file included from ../htword/WordKey.h:72:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from htdb_load.cc:47:
# In file included from ../htword/WordKey.h:72:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from htdb_load.cc:47:
# In file included from ../htword/WordKey.h:72:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from htdb_load.cc:47:
# In file included from ../htword/WordKey.h:72:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from htdb_load.cc:47:
# In file included from ../htword/WordKey.h:72:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from htdb_load.cc:47:
# In file included from ../htword/WordKey.h:72:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from htdb_load.cc:47:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# htdb_load.cc:167:8: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_wordkey_description", "Word/DocID 32/Flag 8/Location 16"},
# ^
# htdb_load.cc:167:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_wordkey_description", "Word/DocID 32/Flag 8/Location 16"},
# ^
# htdb_load.cc:168:8: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_env_skip", "true"},
# ^
# htdb_load.cc:168:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_env_skip", "true"},
# ^
# htdb_load.cc:18:19: warning: unused variable 'copyright' [-Wunused-const-variable]
# static const char copyright[] =
# ^
# htdb_load.cc:21:19: warning: unused variable 'sccsid' [-Wunused-const-variable]
# static const char sccsid[] = "@(#)db_load.c 11.6 (Sleepycat) 11/10/99";
# ^
# 13 warnings generated.
# /bin/sh ../libtool --mode=link clang++ -Wall -fno-rtti -fno-exceptions -o htdb_load htdb_load.o ../htnet/libhtnet.la ../htcommon/libcommon.la ../htword/libhtword.la ../htlib/libht.la ../htcommon/libcommon.la ../htword/libhtword.la ../db/libhtdb.la ../htlib/libht.la -lz -lssl -lcrypto
# mkdir .libs
# clang++ -Wall -fno-rtti -fno-exceptions -o .libs/htdb_load htdb_load.o ../htnet/.libs/libhtnet.so ../htcommon/.libs/libcommon.so ../htword/.libs/libhtword.so ../db/.libs/libhtdb.so ../htlib/.libs/libht.so -lz -lssl -lcrypto -Wl,--rpath -Wl,/usr/lib/htdig -Wl,--rpath -Wl,/usr/lib/htdig_db
# creating htdb_load
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o htdb_dump.o `test -f 'htdb_dump.cc' || echo './'`htdb_dump.cc
# htdb_dump.cc:153:8: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_wordkey_description", "Word/DocID 32/Flag 8/Location 16"},
# ^
# htdb_dump.cc:153:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_wordkey_description", "Word/DocID 32/Flag 8/Location 16"},
# ^
# htdb_dump.cc:154:8: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_env_skip", "true"},
# ^
# htdb_dump.cc:154:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_env_skip", "true"},
# ^
# htdb_dump.cc:19:19: warning: unused variable 'copyright' [-Wunused-const-variable]
# static const char copyright[] =
# ^
# htdb_dump.cc:22:19: warning: unused variable 'sccsid' [-Wunused-const-variable]
# static const char sccsid[] = "@(#)db_dump.c 11.12 (Sleepycat) 11/10/99";
# ^
# 6 warnings generated.
# /bin/sh ../libtool --mode=link clang++ -Wall -fno-rtti -fno-exceptions -o htdb_dump htdb_dump.o ../htnet/libhtnet.la ../htcommon/libcommon.la ../htword/libhtword.la ../htlib/libht.la ../htcommon/libcommon.la ../htword/libhtword.la ../db/libhtdb.la ../htlib/libht.la -lz -lssl -lcrypto
# clang++ -Wall -fno-rtti -fno-exceptions -o .libs/htdb_dump htdb_dump.o ../htnet/.libs/libhtnet.so ../htcommon/.libs/libcommon.so ../htword/.libs/libhtword.so ../db/.libs/libhtdb.so ../htlib/.libs/libht.so -lz -lssl -lcrypto -Wl,--rpath -Wl,/usr/lib/htdig -Wl,--rpath -Wl,/usr/lib/htdig_db
# creating htdb_dump
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o htdb_stat.o `test -f 'htdb_stat.cc' || echo './'`htdb_stat.cc
# htdb_stat.cc:181:8: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_wordkey_description", "Word/DocID 32/Flag 8/Location 16"},
# ^
# htdb_stat.cc:181:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_wordkey_description", "Word/DocID 32/Flag 8/Location 16"},
# ^
# htdb_stat.cc:182:8: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_env_skip", "true"},
# ^
# htdb_stat.cc:182:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# { "wordlist_env_skip", "true"},
# ^
# htdb_stat.cc:18:19: warning: unused variable 'copyright' [-Wunused-const-variable]
# static const char copyright[] =
# ^
# htdb_stat.cc:21:19: warning: unused variable 'sccsid' [-Wunused-const-variable]
# static const char sccsid[] = "@(#)db_stat.c 11.2 (Sleepycat) 9/14/99";
# ^
# 6 warnings generated.
# /bin/sh ../libtool --mode=link clang++ -Wall -fno-rtti -fno-exceptions -o htdb_stat htdb_stat.o ../htnet/libhtnet.la ../htcommon/libcommon.la ../htword/libhtword.la ../htlib/libht.la ../htcommon/libcommon.la ../htword/libhtword.la ../db/libhtdb.la ../htlib/libht.la -lz -lssl -lcrypto
# clang++ -Wall -fno-rtti -fno-exceptions -o .libs/htdb_stat htdb_stat.o ../htnet/.libs/libhtnet.so ../htcommon/.libs/libcommon.so ../htword/.libs/libhtword.so ../db/.libs/libhtdb.so ../htlib/.libs/libht.so -lz -lssl -lcrypto -Wl,--rpath -Wl,/usr/lib/htdig -Wl,--rpath -Wl,/usr/lib/htdig_db
# creating htdb_stat
# make[1]: Leaving directory '/tmp/htdig/src/htdig-3.2.0b6/htdb'
# Making all in htdig
# make[1]: Entering directory '/tmp/htdig/src/htdig-3.2.0b6/htdig'
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o Document.o `test -f 'Document.cc' || echo './'`Document.cc
# In file included from Document.cc:31:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Document.cc:31:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Document.cc:31:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Document.cc:31:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Document.cc:31:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Document.cc:31:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Document.cc:31:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Document.cc:31:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# 8 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o HTML.o `test -f 'HTML.cc' || echo './'`HTML.cc
# In file included from HTML.cc:20:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from HTML.cc:20:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from HTML.cc:20:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HTML.cc:20:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from HTML.cc:20:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HTML.cc:20:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from HTML.cc:20:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from HTML.cc:20:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# HTML.cc:88:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# tags.Pattern("title|/title|a|/a|h1|h2|h3|h4|h5|h6|/h1|/h2|/h3|/h4|/h5|/h6|noindex|/noindex|img|li|meta|frame|area|base|embed|object|link|style|/style|script|/script");
# ^
# HTML.cc:94:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# nobreaktags.Pattern("font|/font|em|/em|strong|/strong|i|/i|b|/b|u|/u|tt|/tt|abbr|/abbr|code|/code|q|/q|samp|/samp|kbd|/kbd|var|/var|dfn|/dfn|cite|/cite|blink|/blink|big|/big|small|/small|s|/s");
# ^
# HTML.cc:99:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# spacebeforetags.Pattern("title|h1|h2|h3|h4|h5|h6|address|blockquote|noindex|img|li|th|td|dt|dd|p|br|hr|center|spacer");
# ^
# HTML.cc:101:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# spaceaftertags.Pattern("/title|/h1|/h2|/h3|/h4|/h5|/h6|/address|/blockquote");
# ^
# HTML.cc:105:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# metadatetags.Pattern("date|dc.date|dc.date.created|dc.date.modified");
# ^
# HTML.cc:406:20: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (!in_space && spacebeforetags.CompareWord((char *)position)
# ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# HTML.cc:406:20: note: place parentheses around the '&&' expression to silence this warning
# if (!in_space && spacebeforetags.CompareWord((char *)position)
# ^
# ( )
# HTML.cc:407:29: warning: '&&' within '||' [-Wlogical-op-parentheses]
# || !in_space && !in_punct && *position != '/')
# ~~ ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# HTML.cc:407:29: note: place parentheses around the '&&' expression to silence this warning
# || !in_space && !in_punct && *position != '/')
# ^
# ( )
# 15 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o Parsable.o `test -f 'Parsable.cc' || echo './'`Parsable.cc
# In file included from Parsable.cc:19:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Parsable.cc:19:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Parsable.cc:19:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Parsable.cc:19:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Parsable.cc:19:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Parsable.cc:19:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Parsable.cc:19:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Parsable.cc:19:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# Parsable.cc:77:9: warning: expression which evaluates to zero treated as a null pointer constant of type 'char *' [-Wnon-literal-null-conversion]
# w = '\0';
# ^~~~
# Parsable.cc:95:9: warning: expression which evaluates to zero treated as a null pointer constant of type 'char *' [-Wnon-literal-null-conversion]
# w = '\0';
# ^~~~
# 10 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o Plaintext.o `test -f 'Plaintext.cc' || echo './'`Plaintext.cc
# In file included from Plaintext.cc:19:
# In file included from ./Plaintext.h:17:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Plaintext.cc:19:
# In file included from ./Plaintext.h:17:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Plaintext.cc:19:
# In file included from ./Plaintext.h:17:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Plaintext.cc:19:
# In file included from ./Plaintext.h:17:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Plaintext.cc:19:
# In file included from ./Plaintext.h:17:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Plaintext.cc:19:
# In file included from ./Plaintext.h:17:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Plaintext.cc:19:
# In file included from ./Plaintext.h:17:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Plaintext.cc:19:
# In file included from ./Plaintext.h:17:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# 8 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o Retriever.o `test -f 'Retriever.cc' || echo './'`Retriever.cc
# In file included from Retriever.cc:28:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Retriever.cc:28:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Retriever.cc:28:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Retriever.cc:28:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Retriever.cc:28:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Retriever.cc:28:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Retriever.cc:28:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Retriever.cc:28:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# Retriever.cc:283:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# reportError("Cannot install SIGINT handler\n");
# ^
# Retriever.cc:285:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# reportError("Cannot install SIGQUIT handler\n");
# ^
# Retriever.cc:287:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# reportError("Cannot install SIGTERM handler\n");
# ^
# Retriever.cc:289:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# reportError("Cannot install SIGHUP handler\n");
# ^
# Retriever.cc:308:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# reportError("Cannot install SIGPIPE handler\n");
# ^
# Retriever.cc:1928:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# char *message = "";
# ^
# Retriever.cc:1933:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# message = "Not found";
# ^
# Retriever.cc:1937:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# message = "Unknown host or unable to contact server";
# ^
# Retriever.cc:1941:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# message = "Unknown host or unable to contact server (port)";
# ^
# In file included from Retriever.cc:28:
# ./Retriever.h:126:11: warning: private field 'current_anchor_number' is not used [-Wunused-private-field]
# int current_anchor_number;
# ^
# 18 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o Server.o `test -f 'Server.cc' || echo './'`Server.cc
# In file included from Server.cc:19:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Server.cc:19:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Server.cc:19:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Server.cc:19:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Server.cc:19:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Server.cc:19:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Server.cc:19:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Server.cc:19:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# Server.cc:190:8: warning: field '_host' is uninitialized when used here [-Wuninitialized]
# :_host(_host),
# ^
# Server.cc:260:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# rest = "";
# ^
# 10 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o ExternalTransport.o `test -f 'ExternalTransport.cc' || echo './'`ExternalTransport.cc
# In file included from ExternalTransport.cc:21:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from ExternalTransport.cc:21:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from ExternalTransport.cc:21:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from ExternalTransport.cc:21:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from ExternalTransport.cc:21:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from ExternalTransport.cc:21:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from ExternalTransport.cc:21:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from ExternalTransport.cc:21:
# In file included from ./htdig.h:21:
# In file included from ../htcommon/DocumentDB.h:22:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# ExternalTransport.cc:223:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# token1 = "";
# ^
# 9 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o URLRef.o `test -f 'URLRef.cc' || echo './'`URLRef.cc
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o htdig.o `test -f 'htdig.cc' || echo './'`htdig.cc
# In file included from htdig.cc:20:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from htdig.cc:20:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from htdig.cc:20:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from htdig.cc:20:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from htdig.cc:20:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from htdig.cc:20:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from htdig.cc:20:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from htdig.cc:20:
# In file included from ./Document.h:25:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# htdig.cc:131:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# max_hops = "0";
# ^
# htdig.cc:161:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "heading_factor_1", "heading_factor_2", "heading_factor_3",
# ^
# htdig.cc:161:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "heading_factor_1", "heading_factor_2", "heading_factor_3",
# ^
# htdig.cc:161:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "heading_factor_1", "heading_factor_2", "heading_factor_3",
# ^
# htdig.cc:162:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "heading_factor_4", "heading_factor_5", "heading_factor_6",
# ^
# htdig.cc:162:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "heading_factor_4", "heading_factor_5", "heading_factor_6",
# ^
# htdig.cc:162:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "heading_factor_4", "heading_factor_5", "heading_factor_6",
# ^
# htdig.cc:163:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "modification_time_is_now", "pdf_parser", "translate_amp",
# ^
# htdig.cc:163:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "modification_time_is_now", "pdf_parser", "translate_amp",
# ^
# htdig.cc:163:44: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "modification_time_is_now", "pdf_parser", "translate_amp",
# ^
# htdig.cc:164:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "translate_lt_gt", "translate_quot", "uncoded_db_compatible",
# ^
# htdig.cc:164:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "translate_lt_gt", "translate_quot", "uncoded_db_compatible",
# ^
# htdig.cc:164:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "translate_lt_gt", "translate_quot", "uncoded_db_compatible",
# ^
# htdig.cc:165:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "" // empty terminator
# ^
# 22 warnings generated.
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -Wall -fno-rtti -fno-exceptions -c -o ExternalParser.o `test -f 'ExternalParser.cc' || echo './'`ExternalParser.cc
# In file included from ExternalParser.cc:23:
# In file included from ./ExternalParser.h:21:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from ExternalParser.cc:23:
# In file included from ./ExternalParser.h:21:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from ExternalParser.cc:23:
# In file included from ./ExternalParser.h:21:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from ExternalParser.cc:23:
# In file included from ./ExternalParser.h:21:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from ExternalParser.cc:23:
# In file included from ./ExternalParser.h:21:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from ExternalParser.cc:23:
# In file included from ./ExternalParser.h:21:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:79:
# In file included from ../htword/WordRecord.h:44:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from ExternalParser.cc:23:
# In file included from ./ExternalParser.h:21:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from ExternalParser.cc:23:
# In file included from ./ExternalParser.h:21:
# In file included from ./Parsable.h:19:
# In file included from ./Retriever.h:21:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# ExternalParser.cc:324:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# token1 = "";
# ^
# ExternalParser.cc:427:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# metadatetags->Pattern("date|dc.date|dc.date.created|dc.data.modified");
# ^
# 10 warnings generated.
# /bin/sh ../libtool --mode=link clang++ -Wall -fno-rtti -fno-exceptions -o htdig Document.o HTML.o Parsable.o Plaintext.o Retriever.o Server.o ExternalTransport.o URLRef.o htdig.o ExternalParser.o ../htnet/libhtnet.la ../htcommon/libcommon.la ../htword/libhtword.la ../htlib/libht.la ../htcommon/libcommon.la ../htword/libhtword.la ../db/libhtdb.la ../htlib/libht.la -lz -lssl -lcrypto
# mkdir .libs
# clang++ -Wall -fno-rtti -fno-exceptions -o .libs/htdig Document.o HTML.o Parsable.o Plaintext.o Retriever.o Server.o ExternalTransport.o URLRef.o htdig.o ExternalParser.o ../htnet/.libs/libhtnet.so ../htcommon/.libs/libcommon.so ../htword/.libs/libhtword.so ../db/.libs/libhtdb.so ../htlib/.libs/libht.so -lz -lssl -lcrypto -Wl,--rpath -Wl,/usr/lib/htdig -Wl,--rpath -Wl,/usr/lib/htdig_db
# creating htdig
# make[1]: Leaving directory '/tmp/htdig/src/htdig-3.2.0b6/htdig'
# Making all in htsearch
# make[1]: Entering directory '/tmp/htdig/src/htdig-3.2.0b6/htsearch'
# clang++ -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/etc/htdig/htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -DCONFIG_DIR=\"/etc/htdig\" -I../htfuzzy -Wall -fno-rtti -fno-exceptions -c -o Display.o `test -f 'Display.cc' || echo './'`Display.cc
# In file included from Display.cc:19:
# In file included from ./htsearch.h:21:
# ../htlib/StringList.h:47:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(const char *);
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Add(Object *);
# ^
# In file included from Display.cc:19:
# In file included from ./htsearch.h:21:
# ../htlib/StringList.h:48:11: warning: 'StringList::Add' hides overloaded virtual function [-Woverloaded-virtual]
# void Add(String *obj) { List::Add(obj); }
# ^
# ../htlib/List.h:77:18: note: hidden overloaded virtual function 'List::Add' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Add(Object *);
# ^
# In file included from Display.cc:19:
# In file included from ./htsearch.h:21:
# ../htlib/StringList.h:49:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(const char *, int pos);
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Display.cc:19:
# In file included from ./htsearch.h:21:
# ../htlib/StringList.h:50:11: warning: 'StringList::Insert' hides overloaded virtual function [-Woverloaded-virtual]
# void Insert(String *obj, int pos) { List::Insert(obj, pos); }
# ^
# ../htlib/List.h:85:18: note: hidden overloaded virtual function 'List::Insert' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Insert(Object *, int position);
# ^
# In file included from Display.cc:19:
# In file included from ./htsearch.h:21:
# ../htlib/StringList.h:51:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(const char *, int pos);
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'const char *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Display.cc:19:
# In file included from ./htsearch.h:21:
# ../htlib/StringList.h:52:11: warning: 'StringList::Assign' hides overloaded virtual function [-Woverloaded-virtual]
# void Assign(String *obj, int pos) { List::Assign(obj, pos); }
# ^
# ../htlib/List.h:94:18: note: hidden overloaded virtual function 'List::Assign' declared here: type mismatch at 1st parameter ('Object *' vs 'String *')
# virtual void Assign(Object *, int position);
# ^
# In file included from Display.cc:19:
# In file included from ./htsearch.h:23:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# In file included from ../htword/WordReference.h:49:
# ../htword/WordKey.h:174:4: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
# word_errr("WordKey::initialize");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^~~~~~~~~~~~~~~~
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^~~~~~~~~~~~
# ../htword/WordKey.h:174:4: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
# ../htword/WordKey.h:129:60: note: expanded from macro 'word_errr'
# #define word_errr(s) {fprintf(stderr,"FATAL ERROR:%s\n",s);WORD_FATAL_ABORT;}
# ^
# ../htword/WordKey.h:128:130: note: expanded from macro 'WORD_FATAL_ABORT'
# #define WORD_FATAL_ABORT fflush(stdout);fprintf(stderr,"FATAL ERROR at file:%s line:%d !!!\n",__FILE__,__LINE__);fflush(stderr);(*(int *)NULL)=1
# ^
# In file included from Display.cc:19:
# In file included from ./htsearch.h:23:
# In file included from ../htcommon/DocumentRef.h:22:
# In file included from ../htcommon/HtWordList.h:23:
# In file included from ../htword/WordList.h:80:
# ../htword/WordReference.h:209:9: warning: 'WordReference::compare' hides overloaded virtual function [-Woverloaded-virtual]
# int compare(Object *to) { String word(((WordReference *) to)->key.GetWord()); return key.GetWord().nocase_compare(word); }
# ^
# ../htlib/Object.h:37:14: note: hidden overloaded virtual function 'Object::compare' declared here: type mismatch at 1st parameter ('const Object &' vs 'Object *')
# virtual int compare(const Object &) const { return 0;}
# ^
# In file included from Display.cc:30:
# ./Collection.h:39:22: error: extra qualification on member 'Open'
# void Collection::Open();
# ~~~~~~~~~~~~^
# ./Collection.h:41:22: error: extra qualification on member 'Close'
# void Collection::Close();
# ~~~~~~~~~~~~^
# Display.cc:488:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# char *format = input->get("format");
# ^
# Display.cc:565:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# datetime.Pattern("date|time");
# ^
# Display.cc:571:27: warning: '&&' within '||' [-Wlogical-op-parentheses]
# datetime.Compare(sl[i]) && datetime.Compare(st) ||
# ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
# Display.cc:571:27: note: place parentheses around the '&&' expression to silence this warning
# datetime.Compare(sl[i]) && datetime.Compare(st) ||
# ^
# ( )
# Display.cc:573:33: warning: '&&' within '||' [-Wlogical-op-parentheses]
# datetime.Compare(sl[i]+3) && datetime.Compare(st.get()+3))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Display.cc:573:33: note: place parentheses around the '&&' expression to silence this warning
# datetime.Compare(sl[i]+3) && datetime.Compare(st.get()+3))
# ^
# Display.cc:657:7: warning: '&&' within '||' [-Wlogical-op-parentheses]
# && mystrcasecmp(namelist[i+ivalue-1], currval.get()) == 0
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Display.cc:657:7: note: place parentheses around the '&&' expression to silence this warning
# && mystrcasecmp(namelist[i+ivalue-1], currval.get()) == 0
# ^
# Display.cc:661:4: warning: '&&' within '||' [-Wlogical-op-parentheses]
# && (*(cp += strlen(namelist[i+ivalue-1])) == '\0'
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Display.cc:661:4: note: place parentheses around the '&&' expression to silence this warning
# && (*(cp += strlen(namelist[i+ivalue-1])) == '\0'
# ^
# Display.cc:786:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (input->exists("restrict"))
# ^
# Display.cc:787:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# url << "restrict=" << encodeInput("restrict") << ';';
# ^
# Display.cc:788:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (input->exists("exclude"))
# ^
# Display.cc:789:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# url << "exclude=" << encodeInput("exclude") << ';';
# ^
# Display.cc:812:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (input->exists("method"))
# ^
# Display.cc:813:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# url << "method=" << encodeInput("method") << ';';
# ^
# Display.cc:814:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (input->exists("format"))
# ^
# Display.cc:815:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# url << "format=" << encodeInput("format") << ';';
# ^
# Display.cc:816:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (input->exists("sort"))
# ^
# Display.cc:817:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# url << "sort=" << encodeInput("sort") << ';';
# ^
# Display.cc:818:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (input->exists("matchesperpage"))
# ^
# Display.cc:819:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# url << "matchesperpage=" << encodeInput("matchesperpage") << ';';
# ^
# Display.cc:820:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (input->exists("keywords"))
# ^
# Display.cc:821:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# url << "keywords=" << encodeInput("keywords") << ';';
# ^
# Display.cc:822:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (input->exists("words"))
# ^
# Display.cc:823:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# url << "words=" << encodeInput("words") << ';';
# ^
# Display.cc:824:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (input->exists("startyear"))
# ^
# Display.cc:825:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# url << "startyear=" << encodeInput("startyear") << ';';
# ^
# Display.cc:826:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (input->exists("startmonth"))
# ^
# Display.cc:827:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# url << "startmonth=" << encodeInput("startmonth") << ';';
# ^
# Display.cc:828:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (input->exists("startday"))
# ^
# Display.cc:829:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# url << "startday=" << encodeInput("startday") << ';';
# ^
# Display.cc:830:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (input->exists("endyear"))
# ^
# Display.cc:831:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# url << "endyear=" << encodeInput("endyear") << ';';
# ^
# Display.cc:832:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (input->exists("endmonth"))
# ^
# Display.cc:833:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# url << "endmonth=" << encodeInput("endmonth") << ';';
# ^
# Display.cc:834:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# if (input->exists("endday"))
# ^
# Display.cc:835:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# url << "endday=" << encodeInput("endday") << ';';
# ^
# Display.cc:1229:26: warning: shift count >= width of type [-Wshift-count-overflow]
# time_t eternity = ~(1<<(sizeof(time_t)*8-1)); // will be the largest value holdable by a time_t
# ^ ~~~~~~~~~~~~~~~~~~~~
# Display.cc:1937:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# host = "-";
# ^
# Display.cc:1940:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# ref = "-";
# ^
# Display.cc:1948:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# input->exists("config") ? input->get("config") : "default",
# ^
# Display.cc:1948:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# input->exists("config") ? input->get("config") : "default",
# ^
# Display.cc:1950:19: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# input->exists("words") ? input->get("words") : "",
# ^
# Display.cc:1950:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# input->exists("words") ? input->get("words") : "",
# ^
# 49 warnings and 2 errors generated.
# make[1]: *** [Makefile:325: Display.o] Error 1
# make[1]: Leaving directory '/tmp/htdig/src/htdig-3.2.0b6/htsearch'
# make: *** [Makefile:265: all-recursive] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/htdig/src/htdig-3.2.0b6/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man --with-config-dir=/etc/htdig --with-default-config-file=/etc/htdig/htdig.conf --with-database-dir=/var/lib/htdig/db --with-cgi-bin-dir=/usr/bin --with-common-dir=/usr/share/doc/htdig --with-search-dir=/usr/share/doc/htdig --with-image-dir=/usr/share/doc/htdig --localstatedir=/var/lib/htdig --with-ssl
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 247a4e7cc221
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1582: checking for a BSD-compatible install
# configure:1637: result: /usr/bin/install -c
# configure:1648: checking whether build environment is sane
# configure:1691: result: yes
# configure:1724: checking for gawk
# configure:1740: found /usr/bin/gawk
# configure:1750: result: gawk
# configure:1760: checking whether make sets $(MAKE)
# configure:1780: result: yes
# configure:1859: checking for x86_64-unknown-linux-strip
# configure:1888: result: no
# configure:1897: checking for strip
# configure:1913: found /usr/bin/strip
# configure:1924: result: strip
# configure:1951: checking whether to enable maintainer-specific portions of Makefiles
# configure:1960: result: no
# configure:2106: checking for x86_64-unknown-linux-g++
# configure:2132: result: clang++
# configure:2190: checking for C++ compiler version
# configure:2193: clang++ --version &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2196: $? = 0
# configure:2198: clang++ -v &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2201: $? = 0
# configure:2203: clang++ -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2206: $? = 1
# configure:2229: checking for C++ compiler default output file name
# configure:2232: clang++ conftest.cc >&5
# configure:2235: $? = 0
# configure:2281: result: a.out
# configure:2286: checking whether the C++ compiler works
# configure:2292: ./a.out
# configure:2295: $? = 0
# configure:2312: result: yes
# configure:2319: checking whether we are cross compiling
# configure:2321: result: no
# configure:2324: checking for suffix of executables
# configure:2326: clang++ -o conftest conftest.cc >&5
# configure:2329: $? = 0
# configure:2354: result:
# configure:2360: checking for suffix of object files
# configure:2381: clang++ -c conftest.cc >&5
# configure:2384: $? = 0
# configure:2406: result: o
# configure:2410: checking whether we are using the GNU C++ compiler
# configure:2434: clang++ -c conftest.cc >&5
# configure:2440: $? = 0
# configure:2443: test -z || test ! -s conftest.err
# configure:2446: $? = 0
# configure:2449: test -s conftest.o
# configure:2452: $? = 0
# configure:2465: result: yes
# configure:2471: checking whether clang++ accepts -g
# configure:2492: clang++ -c -g conftest.cc >&5
# configure:2498: $? = 0
# configure:2501: test -z || test ! -s conftest.err
# configure:2504: $? = 0
# configure:2507: test -s conftest.o
# configure:2510: $? = 0
# configure:2521: result: yes
# configure:2563: clang++ -c conftest.cc >&5
# configure:2569: $? = 0
# configure:2572: test -z || test ! -s conftest.err
# configure:2575: $? = 0
# configure:2578: test -s conftest.o
# configure:2581: $? = 0
# configure:2607: clang++ -c conftest.cc >&5
# conftest.cc:15:1: error: use of undeclared identifier 'exit'
# exit (42);
# ^
# 1 error generated.
# configure:2613: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2563: clang++ -c conftest.cc >&5
# conftest.cc:11:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# conftest.cc:11:49: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# 2 errors generated.
# configure:2569: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | /* end confdefs.h. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2563: clang++ -c conftest.cc >&5
# conftest.cc:11:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# conftest.cc:11:40: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# 2 errors generated.
# configure:2569: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | /* end confdefs.h. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2563: clang++ -c conftest.cc >&5
# configure:2569: $? = 0
# configure:2572: test -z || test ! -s conftest.err
# configure:2575: $? = 0
# configure:2578: test -s conftest.o
# configure:2581: $? = 0
# configure:2607: clang++ -c conftest.cc >&5
# configure:2613: $? = 0
# configure:2616: test -z || test ! -s conftest.err
# configure:2619: $? = 0
# configure:2622: test -s conftest.o
# configure:2625: $? = 0
# configure:2659: checking for style of include used by make
# configure:2687: result: GNU
# configure:2715: checking dependency style of clang++
# configure:2798: result: none
# configure:2823: checking for x86_64-unknown-linux-gcc
# configure:2849: result: clang
# configure:3131: checking for C compiler version
# configure:3134: clang --version &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3137: $? = 0
# configure:3139: clang -v &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3142: $? = 0
# configure:3144: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3147: $? = 1
# configure:3150: checking whether we are using the GNU C compiler
# configure:3174: clang -c conftest.c >&5
# configure:3180: $? = 0
# configure:3183: test -z || test ! -s conftest.err
# configure:3186: $? = 0
# configure:3189: test -s conftest.o
# configure:3192: $? = 0
# configure:3205: result: yes
# configure:3211: checking whether clang accepts -g
# configure:3232: clang -c -g conftest.c >&5
# configure:3238: $? = 0
# configure:3241: test -z || test ! -s conftest.err
# configure:3244: $? = 0
# configure:3247: test -s conftest.o
# configure:3250: $? = 0
# configure:3261: result: yes
# configure:3278: checking for clang option to accept ANSI C
# configure:3348: clang -c conftest.c >&5
# configure:3354: $? = 0
# configure:3357: test -z || test ! -s conftest.err
# configure:3360: $? = 0
# configure:3363: test -s conftest.o
# configure:3366: $? = 0
# configure:3384: result: none needed
# configure:3402: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:3408: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:3540: checking dependency style of clang
# configure:3623: result: none
# configure:3645: checking how to run the C preprocessor
# configure:3680: clang -E conftest.c
# configure:3686: $? = 0
# configure:3718: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3724: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:3763: result: clang -E
# configure:3787: clang -E conftest.c
# configure:3793: $? = 0
# configure:3825: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3831: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:3876: checking for egrep
# configure:3886: result: grep -E
# configure:3892: checking for AIX
# configure:3914: result: no
# configure:3924: checking for flex
# configure:3940: found /usr/bin/flex
# configure:3950: result: flex
# configure:3963: checking for yywrap in -lfl
# configure:3993: clang -o conftest conftest.c -lfl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3999: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char yywrap ();
# | int
# | main ()
# | {
# | yywrap ();
# | ;
# | return 0;
# | }
# configure:4024: result: no
# configure:4029: checking for yywrap in -ll
# configure:4059: clang -o conftest conftest.c -ll >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4065: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char yywrap ();
# | int
# | main ()
# | {
# | yywrap ();
# | ;
# | return 0;
# | }
# configure:4090: result: no
# configure:4101: checking lex output file root
# configure:4112: flex conftest.l
# configure:4115: $? = 1
# configure:4127: result: lex.yy
# configure:4132: checking whether yytext is a pointer
# configure:4148: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4154: $? = 1
# configure: failed program was:
# | extern char *yytext;
# configure:4180: result: no
# configure:4198: checking for bison
# configure:4214: found /usr/bin/bison
# configure:4224: result: bison -y
# configure:4248: checking for a BSD-compatible install
# configure:4303: result: /usr/bin/install -c
# configure:4314: checking whether ln -s works
# configure:4318: result: yes
# configure:4325: checking whether make sets $(MAKE)
# configure:4345: result: yes
# configure:4432: checking build system type
# configure:4450: result: x86_64-unknown-linux-gnu
# configure:4458: checking host system type
# configure:4472: result: x86_64-unknown-linux-gnu
# configure:4480: checking for a sed that does not truncate output
# configure:4534: result: /usr/bin/sed
# configure:4548: checking for ld used by clang
# configure:4615: result: /usr/bin/ld
# configure:4624: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4639: result: yes
# configure:4644: checking for /usr/bin/ld option to reload object files
# configure:4651: result: -r
# configure:4660: checking for BSD-compatible nm
# configure:4702: result: nm
# configure:4706: checking how to recognise dependent libraries
# configure:4880: result: pass_all
# configure:4964: clang -c conftest.c >&5
# configure:4967: $? = 0
# configure:5087: checking for ANSI C header files
# configure:5112: clang -c conftest.c >&5
# configure:5118: $? = 0
# configure:5121: test -z || test ! -s conftest.err
# configure:5124: $? = 0
# configure:5127: test -s conftest.o
# configure:5130: $? = 0
# configure:5219: clang -o conftest conftest.c >&5
# conftest.c:31:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# conftest.c:31:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:5222: $? = 0
# configure:5224: ./conftest
# configure:5227: $? = 0
# configure:5242: result: yes
# configure:5266: checking for sys/types.h
# configure:5282: clang -c conftest.c >&5
# configure:5288: $? = 0
# configure:5291: test -z || test ! -s conftest.err
# configure:5294: $? = 0
# configure:5297: test -s conftest.o
# configure:5300: $? = 0
# configure:5311: result: yes
# configure:5266: checking for sys/stat.h
# configure:5282: clang -c conftest.c >&5
# configure:5288: $? = 0
# configure:5291: test -z || test ! -s conftest.err
# configure:5294: $? = 0
# configure:5297: test -s conftest.o
# configure:5300: $? = 0
# configure:5311: result: yes
# configure:5266: checking for stdlib.h
# configure:5282: clang -c conftest.c >&5
# configure:5288: $? = 0
# configure:5291: test -z || test ! -s conftest.err
# configure:5294: $? = 0
# configure:5297: test -s conftest.o
# configure:5300: $? = 0
# configure:5311: result: yes
# configure:5266: checking for string.h
# configure:5282: clang -c conftest.c >&5
# configure:5288: $? = 0
# configure:5291: test -z || test ! -s conftest.err
# configure:5294: $? = 0
# configure:5297: test -s conftest.o
# configure:5300: $? = 0
# configure:5311: result: yes
# configure:5266: checking for memory.h
# configure:5282: clang -c conftest.c >&5
# configure:5288: $? = 0
# configure:5291: test -z || test ! -s conftest.err
# configure:5294: $? = 0
# configure:5297: test -s conftest.o
# configure:5300: $? = 0
# configure:5311: result: yes
# configure:5266: checking for strings.h
# configure:5282: clang -c conftest.c >&5
# configure:5288: $? = 0
# configure:5291: test -z || test ! -s conftest.err
# configure:5294: $? = 0
# configure:5297: test -s conftest.o
# configure:5300: $? = 0
# configure:5311: result: yes
# configure:5266: checking for inttypes.h
# configure:5282: clang -c conftest.c >&5
# configure:5288: $? = 0
# configure:5291: test -z || test ! -s conftest.err
# configure:5294: $? = 0
# configure:5297: test -s conftest.o
# configure:5300: $? = 0
# configure:5311: result: yes
# configure:5266: checking for stdint.h
# configure:5282: clang -c conftest.c >&5
# configure:5288: $? = 0
# configure:5291: test -z || test ! -s conftest.err
# configure:5294: $? = 0
# configure:5297: test -s conftest.o
# configure:5300: $? = 0
# configure:5311: result: yes
# configure:5266: checking for unistd.h
# configure:5282: clang -c conftest.c >&5
# configure:5288: $? = 0
# configure:5291: test -z || test ! -s conftest.err
# configure:5294: $? = 0
# configure:5297: test -s conftest.o
# configure:5300: $? = 0
# configure:5311: result: yes
# configure:5337: checking dlfcn.h usability
# configure:5349: clang -c conftest.c >&5
# configure:5355: $? = 0
# configure:5358: test -z || test ! -s conftest.err
# configure:5361: $? = 0
# configure:5364: test -s conftest.o
# configure:5367: $? = 0
# configure:5377: result: yes
# configure:5381: checking dlfcn.h presence
# configure:5391: clang -E conftest.c
# configure:5397: $? = 0
# configure:5417: result: yes
# configure:5452: checking for dlfcn.h
# configure:5459: result: yes
# configure:5477: checking how to run the C++ preprocessor
# configure:5508: clang++ -E conftest.cc
# configure:5514: $? = 0
# configure:5546: clang++ -E conftest.cc
# conftest.cc:25:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5552: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:5591: result: clang++ -E
# configure:5615: clang++ -E conftest.cc
# configure:5621: $? = 0
# configure:5653: clang++ -E conftest.cc
# conftest.cc:25:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5659: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:5712: checking for x86_64-unknown-linux-g77
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-f77
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-xlf
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-frt
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-pgf77
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-fort77
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-fl32
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-af77
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-f90
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-xlf90
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-pgf90
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-epcf90
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-f95
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-fort
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-xlf95
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-ifc
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-efc
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-pgf95
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-lf95
# configure:5741: result: no
# configure:5712: checking for x86_64-unknown-linux-gfortran
# configure:5741: result: no
# configure:5754: checking for g77
# configure:5783: result: no
# configure:5754: checking for f77
# configure:5783: result: no
# configure:5754: checking for xlf
# configure:5783: result: no
# configure:5754: checking for frt
# configure:5783: result: no
# configure:5754: checking for pgf77
# configure:5783: result: no
# configure:5754: checking for fort77
# configure:5783: result: no
# configure:5754: checking for fl32
# configure:5783: result: no
# configure:5754: checking for af77
# configure:5783: result: no
# configure:5754: checking for f90
# configure:5783: result: no
# configure:5754: checking for xlf90
# configure:5783: result: no
# configure:5754: checking for pgf90
# configure:5783: result: no
# configure:5754: checking for epcf90
# configure:5783: result: no
# configure:5754: checking for f95
# configure:5770: found /usr/bin/f95
# configure:5780: result: f95
# configure:5795: checking for Fortran 77 compiler version
# configure:5798: f95 --version &5
# GNU Fortran (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:5801: $? = 0
# configure:5803: f95 -v &5
# Using built-in specs.
# COLLECT_GCC=f95
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:5806: $? = 0
# configure:5808: f95 -V &5
# f95: error: unrecognized command line option '-V'
# f95: fatal error: no input files
# compilation terminated.
# configure:5811: $? = 1
# configure:5819: checking whether we are using the GNU Fortran 77 compiler
# configure:5833: f95 -c conftest.F >&5
# configure:5839: $? = 0
# configure:5842: test -z || test ! -s conftest.err
# configure:5845: $? = 0
# configure:5848: test -s conftest.o
# configure:5851: $? = 0
# configure:5864: result: yes
# configure:5870: checking whether f95 accepts -g
# configure:5882: f95 -c -g conftest.f >&5
# configure:5888: $? = 0
# configure:5891: test -z || test ! -s conftest.err
# configure:5894: $? = 0
# configure:5897: test -s conftest.o
# configure:5900: $? = 0
# configure:5912: result: yes
# configure:5942: checking the maximum length of command line arguments
# configure:6007: result: 32768
# configure:6018: checking command to parse nm output from clang object
# configure:6107: clang -c conftest.c >&5
# configure:6110: $? = 0
# configure:6114: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
# configure:6117: $? = 0
# configure:6169: clang -o conftest conftest.c conftstm.o >&5
# configure:6172: $? = 0
# configure:6210: result: ok
# configure:6214: checking for objdir
# configure:6229: result: .libs
# configure:6281: checking for x86_64-unknown-linux-ar
# configure:6310: result: no
# configure:6319: checking for ar
# configure:6335: found /usr/bin/ar
# configure:6346: result: ar
# configure:6361: checking for x86_64-unknown-linux-ranlib
# configure:6390: result: no
# configure:6399: checking for ranlib
# configure:6415: found /usr/bin/ranlib
# configure:6426: result: ranlib
# configure:6441: checking for x86_64-unknown-linux-strip
# configure:6467: result: strip
# configure:6768: checking if clang static flag works
# configure:6791: result: yes
# configure:6809: checking if clang supports -fno-rtti -fno-exceptions
# configure:6827: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:6831: $? = 0
# configure:6842: result: yes
# configure:6857: checking for clang option to produce PIC
# configure:7034: result: -fPIC
# configure:7042: checking if clang PIC flag -fPIC works
# configure:7060: clang -c -fPIC -DPIC conftest.c >&5
# configure:7064: $? = 0
# configure:7075: result: yes
# configure:7099: checking if clang supports -c -o file.o
# configure:7120: clang -c -o out/conftest2.o conftest.c >&5
# configure:7124: $? = 0
# configure:7144: result: yes
# configure:7170: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8017: result: yes
# configure:8043: checking whether -lc should be explicitly linked in
# configure:8048: clang -c conftest.c >&5
# configure:8051: $? = 0
# configure:8065: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:8068: $? = 0
# configure:8080: result: no
# configure:8088: checking dynamic linker characteristics
# configure:8628: result: GNU/Linux ld.so
# configure:8632: checking how to hardcode library paths into programs
# configure:8657: result: immediate
# configure:8671: checking whether stripping libraries is possible
# configure:8676: result: yes
# configure:9499: checking if libtool supports shared libraries
# configure:9501: result: yes
# configure:9504: checking whether to build shared libraries
# configure:9562: result: yes
# configure:9565: checking whether to build static libraries
# configure:9569: result: yes
# configure:9661: creating libtool
# configure:10208: checking for ld used by clang++
# configure:10275: result: /usr/bin/ld -m elf_x86_64
# configure:10284: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:10299: result: yes
# configure:10350: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11176: result: yes
# configure:11194: clang++ -c conftest.cc >&5
# configure:11197: $? = 0
# configure:11293: checking for clang++ option to produce PIC
# configure:11545: result: -fPIC
# configure:11553: checking if clang++ PIC flag -fPIC works
# configure:11571: clang++ -c -fPIC -DPIC conftest.cc >&5
# configure:11575: $? = 0
# configure:11586: result: yes
# configure:11610: checking if clang++ supports -c -o file.o
# configure:11631: clang++ -c -o out/conftest2.o conftest.cc >&5
# configure:11635: $? = 0
# configure:11655: result: yes
# configure:11681: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11709: result: yes
# configure:11780: checking dynamic linker characteristics
# configure:12320: result: GNU/Linux ld.so
# configure:12324: checking how to hardcode library paths into programs
# configure:12349: result: immediate
# configure:12363: checking whether stripping libraries is possible
# configure:12368: result: yes
# configure:13668: checking if libtool supports shared libraries
# configure:13670: result: yes
# configure:13673: checking whether to build shared libraries
# configure:13691: result: yes
# configure:13694: checking whether to build static libraries
# configure:13698: result: yes
# configure:13710: checking for f95 option to produce PIC
# configure:13887: result: -fPIC
# configure:13895: checking if f95 PIC flag -fPIC works
# configure:13913: f95 -c -g -O2 -fPIC conftest.f >&5
# configure:13917: $? = 0
# configure:13928: result: yes
# configure:13952: checking if f95 supports -c -o file.o
# configure:13973: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:13977: $? = 0
# configure:13997: result: yes
# configure:14023: checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14850: result: yes
# configure:14921: checking dynamic linker characteristics
# configure:15461: result: GNU/Linux ld.so
# configure:15465: checking how to hardcode library paths into programs
# configure:15490: result: immediate
# configure:15504: checking whether stripping libraries is possible
# configure:15509: result: yes
# configure:19587: checking maximum warning verbosity option
# configure:19609: result: -Wall for C++ -Wall for C
# configure:19614: checking adding -fno-rtti to g++
# configure:19646: clang++ -c -Wall -fno-rtti conftest.cc >&5
# configure:19652: $? = 0
# configure:19655: test -z || test ! -s conftest.err
# configure:19658: $? = 0
# configure:19661: test -s conftest.o
# configure:19664: $? = 0
# configure:19682: result: ok
# configure:19685: checking adding -fno-exceptions to g++
# configure:19717: clang++ -c -Wall -fno-rtti -fno-exceptions conftest.cc >&5
# configure:19723: $? = 0
# configure:19726: test -z || test ! -s conftest.err
# configure:19729: $? = 0
# configure:19732: test -s conftest.o
# configure:19735: $? = 0
# configure:19753: result: ok
# configure:19758: checking for ar
# configure:19776: found /usr/bin/ar
# configure:19789: result: /usr/bin/ar
# configure:19798: checking for sh
# configure:19829: result: /bin/sh
# configure:19838: checking for sed
# configure:19869: result: /usr/bin/sed
# configure:19878: checking for perl
# configure:19896: found /usr/bin/perl
# configure:19909: result: /usr/bin/perl
# configure:19918: checking for find
# configure:19936: found /usr/bin/find
# configure:19949: result: /usr/bin/find
# configure:19958: checking for gunzip
# configure:19976: found /usr/bin/gunzip
# configure:19989: result: /usr/bin/gunzip
# configure:20000: checking for rrdtool
# configure:20029: result: no
# configure:20040: checking for tar
# configure:20056: found /usr/bin/tar
# configure:20066: result: tar
# configure:20079: checking for mv
# configure:20097: found /usr/bin/mv
# configure:20110: result: /usr/bin/mv
# configure:20119: checking for sendmail
# configure:20151: result: /usr/lib/sendmail
# configure:20161: checking for time
# configure:20192: result: time
# configure:20203: checking verbose time flag
# configure:20213: result:
# configure:20222: checking for socket in -lsocket
# configure:20252: clang -o conftest -Wall conftest.c -lsocket >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:20258: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char socket ();
# | int
# | main ()
# | {
# | socket ();
# | ;
# | return 0;
# | }
# configure:20283: result: no
# configure:20295: checking for t_accept in -lnsl
# configure:20325: clang -o conftest -Wall conftest.c -lnsl >&5
# /tmp/conftest-387e42.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `t_accept'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:20331: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char t_accept ();
# | int
# | main ()
# | {
# | t_accept ();
# | ;
# | return 0;
# | }
# configure:20356: result: no
# configure:20367: checking if ssl is wanted
# configure:20373: result: yes
# configure:20387: checking openssl/ssl.h usability
# configure:20399: clang -c -Wall conftest.c >&5
# configure:20405: $? = 0
# configure:20408: test -z || test ! -s conftest.err
# configure:20411: $? = 0
# configure:20414: test -s conftest.o
# configure:20417: $? = 0
# configure:20427: result: yes
# configure:20431: checking openssl/ssl.h presence
# configure:20441: clang -E conftest.c
# configure:20447: $? = 0
# configure:20467: result: yes
# configure:20502: checking for openssl/ssl.h
# configure:20509: result: yes
# configure:20556: checking if zlib is wanted
# configure:20578: result: yes
# configure:20597: checking for zlib in default path
# configure:20609: checking zlib.h usability
# configure:20621: clang -c -Wall conftest.c >&5
# configure:20627: $? = 0
# configure:20630: test -z || test ! -s conftest.err
# configure:20633: $? = 0
# configure:20636: test -s conftest.o
# configure:20639: $? = 0
# configure:20649: result: yes
# configure:20653: checking zlib.h presence
# configure:20663: clang -E conftest.c
# configure:20669: $? = 0
# configure:20689: result: yes
# configure:20724: checking for zlib.h
# configure:20731: result: yes
# configure:20749: checking for inflateEnd in -lz
# configure:20779: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:20785: $? = 0
# configure:20788: test -z || test ! -s conftest.err
# configure:20791: $? = 0
# configure:20794: test -s conftest
# configure:20797: $? = 0
# configure:20810: result: yes
# configure:20847: checking for stdbool.h that conforms to C99
# configure:20900: clang -c -Wall conftest.c >&5
# conftest.c:55:12: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:64:10: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return !a + !b + !c + !d + !e + !f + !g + !h + !i;
# ~^
# conftest.c:64:15: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return !a + !b + !c + !d + !e + !f + !g + !h + !i;
# ~^
# conftest.c:64:20: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return !a + !b + !c + !d + !e + !f + !g + !h + !i;
# ~^
# conftest.c:64:25: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return !a + !b + !c + !d + !e + !f + !g + !h + !i;
# ~^
# conftest.c:64:35: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return !a + !b + !c + !d + !e + !f + !g + !h + !i;
# ~^
# conftest.c:64:40: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return !a + !b + !c + !d + !e + !f + !g + !h + !i;
# ~^
# conftest.c:64:45: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return !a + !b + !c + !d + !e + !f + !g + !h + !i;
# ~^
# conftest.c:64:50: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return !a + !b + !c + !d + !e + !f + !g + !h + !i;
# ~^
# 9 warnings generated.
# configure:20906: $? = 0
# configure:20909: test -z || test ! -s conftest.err
# configure:20912: $? = 0
# configure:20915: test -s conftest.o
# configure:20918: $? = 0
# configure:20929: result: yes
# configure:20931: checking for _Bool
# configure:20955: clang -c -Wall conftest.c >&5
# configure:20961: $? = 0
# configure:20964: test -z || test ! -s conftest.err
# configure:20967: $? = 0
# configure:20970: test -s conftest.o
# configure:20973: $? = 0
# configure:20984: result: yes
# configure:21003: checking whether time.h and sys/time.h may both be included
# configure:21028: clang -c -Wall conftest.c >&5
# configure:21034: $? = 0
# configure:21037: test -z || test ! -s conftest.err
# configure:21040: $? = 0
# configure:21043: test -s conftest.o
# configure:21046: $? = 0
# configure:21057: result: yes
# configure:21069: checking for working alloca.h
# configure:21090: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:35:7: warning: unused variable 'p' [-Wunused-variable]
# char *p = (char *) alloca (2 * sizeof (int));
# ^
# 1 warning generated.
# configure:21096: $? = 0
# configure:21099: test -z || test ! -s conftest.err
# configure:21102: $? = 0
# configure:21105: test -s conftest
# configure:21108: $? = 0
# configure:21120: result: yes
# configure:21130: checking for alloca
# configure:21171: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:56:7: warning: unused variable 'p' [-Wunused-variable]
# char *p = (char *) alloca (1);
# ^
# 1 warning generated.
# configure:21177: $? = 0
# configure:21180: test -z || test ! -s conftest.err
# configure:21183: $? = 0
# configure:21186: test -s conftest
# configure:21189: $? = 0
# configure:21201: result: yes
# configure:21431: checking for dirent.h that defines DIR
# configure:21455: clang -c -Wall conftest.c >&5
# configure:21461: $? = 0
# configure:21464: test -z || test ! -s conftest.err
# configure:21467: $? = 0
# configure:21470: test -s conftest.o
# configure:21473: $? = 0
# configure:21484: result: yes
# configure:21497: checking for library containing opendir
# configure:21527: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:21533: $? = 0
# configure:21536: test -z || test ! -s conftest.err
# configure:21539: $? = 0
# configure:21542: test -s conftest
# configure:21545: $? = 0
# configure:21614: result: none required
# configure:21748: checking for ANSI C header files
# configure:21903: result: yes
# configure:21913: checking for sys/wait.h that is POSIX.1 compatible
# configure:21944: clang -c -Wall conftest.c >&5
# configure:21950: $? = 0
# configure:21953: test -z || test ! -s conftest.err
# configure:21956: $? = 0
# configure:21959: test -s conftest.o
# configure:21962: $? = 0
# configure:21973: result: yes
# configure:22019: checking arpa/inet.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking arpa/inet.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for arpa/inet.h
# configure:22141: result: yes
# configure:22019: checking fcntl.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking fcntl.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for fcntl.h
# configure:22141: result: yes
# configure:22019: checking float.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking float.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for float.h
# configure:22141: result: yes
# configure:22019: checking langinfo.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking langinfo.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for langinfo.h
# configure:22141: result: yes
# configure:22019: checking libintl.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking libintl.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for libintl.h
# configure:22141: result: yes
# configure:22019: checking limits.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking limits.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for limits.h
# configure:22141: result: yes
# configure:22019: checking locale.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking locale.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for locale.h
# configure:22141: result: yes
# configure:22019: checking malloc.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking malloc.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for malloc.h
# configure:22141: result: yes
# configure:22019: checking netdb.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking netdb.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for netdb.h
# configure:22141: result: yes
# configure:22019: checking netinet/in.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking netinet/in.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for netinet/in.h
# configure:22141: result: yes
# configure:22019: checking stddef.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking stddef.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for stddef.h
# configure:22141: result: yes
# configure:22010: checking for stdlib.h
# configure:22015: result: yes
# configure:22010: checking for string.h
# configure:22015: result: yes
# configure:22010: checking for strings.h
# configure:22015: result: yes
# configure:22019: checking sys/file.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking sys/file.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for sys/file.h
# configure:22141: result: yes
# configure:22019: checking sys/ioctl.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking sys/ioctl.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for sys/ioctl.h
# configure:22141: result: yes
# configure:22019: checking sys/socket.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking sys/socket.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for sys/socket.h
# configure:22141: result: yes
# configure:22019: checking sys/time.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking sys/time.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for sys/time.h
# configure:22141: result: yes
# configure:22019: checking sys/timeb.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking sys/timeb.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for sys/timeb.h
# configure:22141: result: yes
# configure:22019: checking syslog.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking syslog.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for syslog.h
# configure:22141: result: yes
# configure:22010: checking for unistd.h
# configure:22015: result: yes
# configure:22019: checking wchar.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking wchar.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for wchar.h
# configure:22141: result: yes
# configure:22019: checking wctype.h usability
# configure:22031: clang -c -Wall conftest.c >&5
# configure:22037: $? = 0
# configure:22040: test -z || test ! -s conftest.err
# configure:22043: $? = 0
# configure:22046: test -s conftest.o
# configure:22049: $? = 0
# configure:22059: result: yes
# configure:22063: checking wctype.h presence
# configure:22073: clang -E conftest.c
# configure:22079: $? = 0
# configure:22099: result: yes
# configure:22134: checking for wctype.h
# configure:22141: result: yes
# configure:22162: checking for sys/wait.h
# configure:22167: result: yes
# configure:22171: checking wait.h usability
# configure:22183: clang -c -Wall conftest.c >&5
# configure:22189: $? = 0
# configure:22192: test -z || test ! -s conftest.err
# configure:22195: $? = 0
# configure:22198: test -s conftest.o
# configure:22201: $? = 0
# configure:22211: result: yes
# configure:22215: checking wait.h presence
# configure:22225: clang -E conftest.c
# configure:22231: $? = 0
# configure:22251: result: yes
# configure:22286: checking for wait.h
# configure:22293: result: yes
# configure:22171: checking alloca.h usability
# configure:22183: clang -c -Wall conftest.c >&5
# configure:22189: $? = 0
# configure:22192: test -z || test ! -s conftest.err
# configure:22195: $? = 0
# configure:22198: test -s conftest.o
# configure:22201: $? = 0
# configure:22211: result: yes
# configure:22215: checking alloca.h presence
# configure:22225: clang -E conftest.c
# configure:22231: $? = 0
# configure:22251: result: yes
# configure:22286: checking for alloca.h
# configure:22293: result: yes
# configure:22309: checking whether stat file-mode macros are broken
# configure:22357: result: no
# configure:22367: checking for stdbool.h that conforms to C99
# configure:22449: result: yes
# configure:22451: checking for _Bool
# configure:22504: result: yes
# configure:22523: checking for an ANSI C-conforming const
# configure:22590: clang -c -Wall conftest.c >&5
# conftest.c:91:17: warning: unused variable 's' [-Wunused-variable]
# char const *s = 0 ? (char *) 0 : (char const *) 0;
# ^
# conftest.c:111:15: warning: unused variable 'foo' [-Wunused-variable]
# const int foo = 10;
# ^
# conftest.c:72:17: warning: unused variable 'x' [-Wunused-variable]
# const charset x;
# ^
# conftest.c:78:29: warning: unused variable 'zero' [-Wunused-variable]
# static struct point const zero = {0,0};
# ^
# conftest.c:93:6: warning: variable 't' is uninitialized when used here [-Wuninitialized]
# *t++ = 0;
# ^
# conftest.c:90:12: note: initialize the variable 't' to silence this warning
# char *t;
# ^
# = 0
# conftest.c:108:18: warning: variable 'b' is uninitialized when used here [-Wuninitialized]
# struct s *b; b->j = 5;
# ^
# conftest.c:108:16: note: initialize the variable 'b' to silence this warning
# struct s *b; b->j = 5;
# ^
# = 0
# 6 warnings generated.
# configure:22596: $? = 0
# configure:22599: test -z || test ! -s conftest.err
# configure:22602: $? = 0
# configure:22605: test -s conftest.o
# configure:22608: $? = 0
# configure:22619: result: yes
# configure:22629: checking for inline
# configure:22650: clang -c -Wall conftest.c >&5
# conftest.c:66:21: warning: unused function 'static_foo' [-Wunused-function]
# static inline foo_t static_foo () {return 0; }
# ^
# 1 warning generated.
# configure:22656: $? = 0
# configure:22659: test -z || test ! -s conftest.err
# configure:22662: $? = 0
# configure:22665: test -s conftest.o
# configure:22668: $? = 0
# configure:22680: result: inline
# configure:22699: checking for off_t
# configure:22723: clang -c -Wall conftest.c >&5
# configure:22729: $? = 0
# configure:22732: test -z || test ! -s conftest.err
# configure:22735: $? = 0
# configure:22738: test -s conftest.o
# configure:22741: $? = 0
# configure:22752: result: yes
# configure:22764: checking for size_t
# configure:22788: clang -c -Wall conftest.c >&5
# configure:22794: $? = 0
# configure:22797: test -z || test ! -s conftest.err
# configure:22800: $? = 0
# configure:22803: test -s conftest.o
# configure:22806: $? = 0
# configure:22817: result: yes
# configure:22829: checking for struct stat.st_blksize
# configure:22852: clang -c -Wall conftest.c >&5
# configure:22858: $? = 0
# configure:22861: test -z || test ! -s conftest.err
# configure:22864: $? = 0
# configure:22867: test -s conftest.o
# configure:22870: $? = 0
# configure:22926: result: yes
# configure:22937: checking whether time.h and sys/time.h may both be included
# configure:22991: result: yes
# configure:23001: checking whether struct tm is in sys/time.h or time.h
# configure:23024: clang -c -Wall conftest.c >&5
# conftest.c:72:20: warning: expression result unused [-Wunused-value]
# struct tm *tp; tp->tm_sec;
# ~~ ^~~~~~
# conftest.c:72:16: warning: variable 'tp' is uninitialized when used here [-Wuninitialized]
# struct tm *tp; tp->tm_sec;
# ^~
# conftest.c:72:14: note: initialize the variable 'tp' to silence this warning
# struct tm *tp; tp->tm_sec;
# ^
# = NULL
# 2 warnings generated.
# configure:23030: $? = 0
# configure:23033: test -z || test ! -s conftest.err
# configure:23036: $? = 0
# configure:23039: test -s conftest.o
# configure:23042: $? = 0
# configure:23053: result: time.h
# configure:23063: checking for unsigned long long int
# configure:23087: clang -c -Wall conftest.c >&5
# configure:23093: $? = 0
# configure:23096: test -z || test ! -s conftest.err
# configure:23099: $? = 0
# configure:23102: test -s conftest.o
# configure:23105: $? = 0
# configure:23116: result: yes
# configure:23119: checking size of unsigned long long int
# configure:23431: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:23434: $? = 0
# configure:23436: ./conftest
# configure:23439: $? = 0
# configure:23462: result: 8
# configure:23469: checking for unsigned long int
# configure:23493: clang -c -Wall conftest.c >&5
# configure:23499: $? = 0
# configure:23502: test -z || test ! -s conftest.err
# configure:23505: $? = 0
# configure:23508: test -s conftest.o
# configure:23511: $? = 0
# configure:23522: result: yes
# configure:23525: checking size of unsigned long int
# configure:23837: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:23840: $? = 0
# configure:23842: ./conftest
# configure:23845: $? = 0
# configure:23868: result: 8
# configure:23875: checking for unsigned int
# configure:23899: clang -c -Wall conftest.c >&5
# configure:23905: $? = 0
# configure:23908: test -z || test ! -s conftest.err
# configure:23911: $? = 0
# configure:23914: test -s conftest.o
# configure:23917: $? = 0
# configure:23928: result: yes
# configure:23931: checking size of unsigned int
# configure:24243: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:24246: $? = 0
# configure:24248: ./conftest
# configure:24251: $? = 0
# configure:24274: result: 4
# configure:24281: checking for unsigned short int
# configure:24305: clang -c -Wall conftest.c >&5
# configure:24311: $? = 0
# configure:24314: test -z || test ! -s conftest.err
# configure:24317: $? = 0
# configure:24320: test -s conftest.o
# configure:24323: $? = 0
# configure:24334: result: yes
# configure:24337: checking size of unsigned short int
# configure:24649: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:24652: $? = 0
# configure:24654: ./conftest
# configure:24657: $? = 0
# configure:24680: result: 2
# configure:24687: checking for unsigned char
# configure:24711: clang -c -Wall conftest.c >&5
# configure:24717: $? = 0
# configure:24720: test -z || test ! -s conftest.err
# configure:24723: $? = 0
# configure:24726: test -s conftest.o
# configure:24729: $? = 0
# configure:24740: result: yes
# configure:24743: checking size of unsigned char
# configure:25055: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:25058: $? = 0
# configure:25060: ./conftest
# configure:25063: $? = 0
# configure:25086: result: 1
# configure:25095: checking whether closedir returns void
# configure:25124: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:25127: $? = 0
# configure:25129: ./conftest
# configure:25132: $? = 0
# configure:25146: result: no
# configure:25164: checking for stdlib.h
# configure:25169: result: yes
# configure:25308: checking for GNU libc compatible malloc
# configure:25337: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:25340: $? = 0
# configure:25342: ./conftest
# configure:25345: $? = 0
# configure:25359: result: yes
# configure:25390: checking whether mbrtowc and mbstate_t are properly declared
# configure:25411: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:77:44: warning: address of function 'mbrtowc' will always evaluate to 'true' [-Wpointer-bool-conversion]
# mbstate_t state; return ! (sizeof state && mbrtowc);
# ~~ ^~~~~~~
# conftest.c:77:44: note: prefix with the address-of operator to silence this warning
# mbstate_t state; return ! (sizeof state && mbrtowc);
# ^
# &
# 1 warning generated.
# configure:25417: $? = 0
# configure:25420: test -z || test ! -s conftest.err
# configure:25423: $? = 0
# configure:25426: test -s conftest
# configure:25429: $? = 0
# configure:25441: result: yes
# configure:25451: checking for working memcmp
# configure:25499: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:25502: $? = 0
# configure:25504: ./conftest
# configure:25507: $? = 0
# configure:25521: result: yes
# configure:25538: checking for stdlib.h
# configure:25543: result: yes
# configure:25538: checking for unistd.h
# configure:25543: result: yes
# configure:25686: checking for getpagesize
# configure:25743: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:25749: $? = 0
# configure:25752: test -z || test ! -s conftest.err
# configure:25755: $? = 0
# configure:25758: test -s conftest
# configure:25761: $? = 0
# configure:25773: result: yes
# configure:25783: checking for working mmap
# configure:25925: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:25928: $? = 0
# configure:25930: ./conftest
# configure:25933: $? = 0
# configure:25947: result: yes
# configure:25963: checking for stdlib.h
# configure:25968: result: yes
# configure:26107: checking for GNU libc compatible realloc
# configure:26136: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:26139: $? = 0
# configure:26141: ./conftest
# configure:26144: $? = 0
# configure:26158: result: yes
# configure:26203: checking sys/select.h usability
# configure:26215: clang -c -Wall conftest.c >&5
# configure:26221: $? = 0
# configure:26224: test -z || test ! -s conftest.err
# configure:26227: $? = 0
# configure:26230: test -s conftest.o
# configure:26233: $? = 0
# configure:26243: result: yes
# configure:26247: checking sys/select.h presence
# configure:26257: clang -E conftest.c
# configure:26263: $? = 0
# configure:26283: result: yes
# configure:26318: checking for sys/select.h
# configure:26325: result: yes
# configure:26194: checking for sys/socket.h
# configure:26199: result: yes
# configure:26338: checking types of arguments for select
# configure:26371: clang -c -Wall conftest.c >&5
# configure:26377: $? = 0
# configure:26380: test -z || test ! -s conftest.err
# configure:26383: $? = 0
# configure:26386: test -s conftest.o
# configure:26389: $? = 0
# configure:26405: result: int,fd_set *,struct timeval *
# configure:26428: checking return type of signal handlers
# configure:26459: clang -c -Wall conftest.c >&5
# conftest.c:99:5: warning: unused variable 'i' [-Wunused-variable]
# int i;
# ^
# 1 warning generated.
# configure:26465: $? = 0
# configure:26468: test -z || test ! -s conftest.err
# configure:26471: $? = 0
# configure:26474: test -s conftest.o
# configure:26477: $? = 0
# configure:26488: result: void
# configure:26501: checking for strftime
# configure:26558: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:26564: $? = 0
# configure:26567: test -z || test ! -s conftest.err
# configure:26570: $? = 0
# configure:26573: test -s conftest
# configure:26576: $? = 0
# configure:26588: result: yes
# configure:26676: checking for strptime
# configure:26733: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:26739: $? = 0
# configure:26742: test -z || test ! -s conftest.err
# configure:26745: $? = 0
# configure:26748: test -s conftest
# configure:26751: $? = 0
# configure:26763: result: yes
# configure:26773: checking for strptime declaration in time.h
# configure:26795: result: no
# configure:26806: checking for vprintf
# configure:26863: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:112:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:112:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:26869: $? = 0
# configure:26872: test -z || test ! -s conftest.err
# configure:26875: $? = 0
# configure:26878: test -s conftest
# configure:26881: $? = 0
# configure:26893: result: yes
# configure:26900: checking for _doprnt
# configure:26957: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# /tmp/conftest-56fd67.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `_doprnt'
# /tmp/conftest-56fd67.o:(.data+0x0): undefined reference to `_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:26963: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_SSL_H
# | #define HAVE_ZLIB_H
# | #define HAVE_LIBZ 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WAIT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char _doprnt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub__doprnt) || defined (__stub____doprnt)
# | choke me
# | #else
# | char (*f) () = _doprnt;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != _doprnt;
# | ;
# | return 0;
# | }
# configure:26987: result: no
# configure:27032: checking for alarm
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for btowc
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for bzero
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:115:6: warning: incompatible redeclaration of library function 'bzero' [-Wincompatible-library-redeclaration]
# char bzero ();
# ^
# conftest.c:115:6: note: 'bzero' is a builtin with type 'void (void *, unsigned long)'
# 1 warning generated.
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for ftime
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for getcwd
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for gettimeofday
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for localtime_r
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for memcmp
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:120:6: warning: incompatible redeclaration of library function 'memcmp' [-Wincompatible-library-redeclaration]
# char memcmp ();
# ^
# conftest.c:120:6: note: 'memcmp' is a builtin with type 'int (const void *, const void *, unsigned long)'
# 1 warning generated.
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for memcpy
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:121:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
# char memcpy ();
# ^
# conftest.c:121:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for memmove
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:122:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:122:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for memset
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:123:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:123:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for mkstemp
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for munmap
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for pstat_getdynamic
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# /tmp/conftest-a566ac.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `pstat_getdynamic'
# /tmp/conftest-a566ac.o:(.data+0x0): undefined reference to `pstat_getdynamic'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:27095: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_SSL_H
# | #define HAVE_ZLIB_H
# | #define HAVE_LIBZ 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WAIT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ALARM 1
# | #define HAVE_BTOWC 1
# | #define HAVE_BZERO 1
# | #define HAVE_FTIME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMCMP 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MUNMAP 1
# | /* end confdefs.h. */
# | /* Define pstat_getdynamic to an innocuous variant, in case declares pstat_getdynamic.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pstat_getdynamic innocuous_pstat_getdynamic
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pstat_getdynamic (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pstat_getdynamic
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char pstat_getdynamic ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub_pstat_getdynamic) || defined (__stub___pstat_getdynamic)
# | choke me
# | #else
# | char (*f) () = pstat_getdynamic;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != pstat_getdynamic;
# | ;
# | return 0;
# | }
# configure:27119: result: no
# configure:27032: checking for raise
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for re_comp
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for regcomp
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for select
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for setlocale
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for strchr
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:131:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:131:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for strcspn
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:132:6: warning: incompatible redeclaration of library function 'strcspn' [-Wincompatible-library-redeclaration]
# char strcspn ();
# ^
# conftest.c:132:6: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)'
# 1 warning generated.
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for strdup
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:133:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:133:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for strerror
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:134:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:134:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for strrchr
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:135:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
# char strrchr ();
# ^
# conftest.c:135:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for strstr
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:136:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:136:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for strtol
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for strtoul
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27032: checking for timegm
# configure:27089: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# configure:27095: $? = 0
# configure:27098: test -z || test ! -s conftest.err
# configure:27101: $? = 0
# configure:27104: test -s conftest
# configure:27107: $? = 0
# configure:27119: result: yes
# configure:27134: checking for snprintf
# configure:27191: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:140:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:140:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:27197: $? = 0
# configure:27200: test -z || test ! -s conftest.err
# configure:27203: $? = 0
# configure:27206: test -s conftest
# configure:27209: $? = 0
# configure:27221: result: yes
# configure:27134: checking for vsnprintf
# configure:27191: clang -o conftest -Wall conftest.c -lz -lssl -lcrypto >&5
# conftest.c:141:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:141:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:27197: $? = 0
# configure:27200: test -z || test ! -s conftest.err
# configure:27203: $? = 0
# configure:27206: test -s conftest
# configure:27209: $? = 0
# configure:27221: result: yes
# configure:27249: checking whether the compiler implements namespaces
# configure:27278: clang++ -c -Wall -fno-rtti -fno-exceptions conftest.cc >&5
# configure:27284: $? = 0
# configure:27287: test -z || test ! -s conftest.err
# configure:27290: $? = 0
# configure:27293: test -s conftest.o
# configure:27296: $? = 0
# configure:27314: result: yes
# configure:27324: checking whether the compiler supports ISO C++ standard library
# configure:27360: clang++ -c -Wall -fno-rtti -fno-exceptions conftest.cc >&5
# configure:27366: $? = 0
# configure:27369: test -z || test ! -s conftest.err
# configure:27372: $? = 0
# configure:27375: test -s conftest.o
# configure:27378: $? = 0
# configure:27396: result: yes
# configure:27407: checking whether we need gethostname() prototype?
# configure:27440: clang++ -c -Wall -fno-rtti -fno-exceptions conftest.cc >&5
# conftest.cc:132:16: error: conflicting types for 'gethostname'
# extern "C" int gethostname(char *, int);
# ^
# /usr/include/unistd.h:882:12: note: previous declaration is here
# extern int gethostname (char *__name, size_t __len) __THROW __nonnull ((1));
# ^
# conftest.cc:138:13: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# gethostname("sdsu.edu", (int) 8);
# ^
# 1 warning and 1 error generated.
# configure:27446: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_SSL_H
# | #define HAVE_ZLIB_H
# | #define HAVE_LIBZ 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WAIT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ALARM 1
# | #define HAVE_BTOWC 1
# | #define HAVE_BZERO 1
# | #define HAVE_FTIME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMCMP 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_RAISE 1
# | #define HAVE_RE_COMP 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_NAMESPACES
# | #define HAVE_STD
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | extern "C" int gethostname(char *, int);
# |
# | int
# | main ()
# | {
# |
# | gethostname("sdsu.edu", (int) 8);
# |
# | ;
# | return 0;
# | }
# configure:27470: result: no
# configure:27476: checking how to call getpeername?
# configure:27500: clang++ -c -Wall -fno-rtti -fno-exceptions conftest.cc >&5
# conftest.cc:122:17: error: conflicting types for 'getpeername'
# extern "C" int getpeername(int, struct sockaddr *, size_t *);
# ^
# /usr/include/sys/socket.h:141:12: note: previous declaration is here
# extern int getpeername (int __fd, __SOCKADDR_ARG __addr,
# ^
# conftest.cc:127:2: error: no matching function for call to 'getpeername'
# getpeername(0, &s, &l);
# ^~~~~~~~~~~
# /usr/include/sys/socket.h:141:12: note: candidate function not viable: no known conversion from 'size_t *' (aka 'unsigned long *') to 'socklen_t *__restrict' (aka 'unsigned int *__restrict') for 3rd argument
# extern int getpeername (int __fd, __SOCKADDR_ARG __addr,
# ^
# 2 errors generated.
# configure:27506: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_SSL_H
# | #define HAVE_ZLIB_H
# | #define HAVE_LIBZ 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WAIT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ALARM 1
# | #define HAVE_BTOWC 1
# | #define HAVE_BZERO 1
# | #define HAVE_FTIME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMCMP 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_RAISE 1
# | #define HAVE_RE_COMP 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_NAMESPACES
# | #define HAVE_STD
# | /* end confdefs.h. */
# | #include
# | #include
# | extern "C" int getpeername(int, struct sockaddr *, size_t *);
# | struct sockaddr s; size_t l;
# | int
# | main ()
# | {
# | getpeername(0, &s, &l);
# | ;
# | return 0;
# | }
# configure:27500: clang++ -c -Wall -fno-rtti -fno-exceptions conftest.cc >&5
# conftest.cc:122:17: error: conflicting types for 'getpeername'
# extern "C" int getpeername(int, struct sockaddr *, int *);
# ^
# /usr/include/sys/socket.h:141:12: note: previous declaration is here
# extern int getpeername (int __fd, __SOCKADDR_ARG __addr,
# ^
# conftest.cc:127:2: error: no matching function for call to 'getpeername'
# getpeername(0, &s, &l);
# ^~~~~~~~~~~
# /usr/include/sys/socket.h:141:12: note: candidate function not viable: no known conversion from 'int *' to 'socklen_t *__restrict' (aka 'unsigned int *__restrict') for 3rd argument
# extern int getpeername (int __fd, __SOCKADDR_ARG __addr,
# ^
# 2 errors generated.
# configure:27506: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_SSL_H
# | #define HAVE_ZLIB_H
# | #define HAVE_LIBZ 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WAIT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ALARM 1
# | #define HAVE_BTOWC 1
# | #define HAVE_BZERO 1
# | #define HAVE_FTIME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMCMP 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_RAISE 1
# | #define HAVE_RE_COMP 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_NAMESPACES
# | #define HAVE_STD
# | /* end confdefs.h. */
# | #include
# | #include
# | extern "C" int getpeername(int, struct sockaddr *, int *);
# | struct sockaddr s; int l;
# | int
# | main ()
# | {
# | getpeername(0, &s, &l);
# | ;
# | return 0;
# | }
# configure:27500: clang++ -c -Wall -fno-rtti -fno-exceptions conftest.cc >&5
# configure:27506: $? = 0
# configure:27509: test -z || test ! -s conftest.err
# configure:27512: $? = 0
# configure:27515: test -s conftest.o
# configure:27518: $? = 0
# configure:27537: result: unsigned int
# configure:27546: checking how to call select?
# configure:27572: clang++ -c -Wall -fno-rtti -fno-exceptions conftest.cc >&5
# configure:27578: $? = 0
# configure:27581: test -z || test ! -s conftest.err
# configure:27584: $? = 0
# configure:27587: test -s conftest.o
# configure:27590: $? = 0
# configure:27609: result: fd_set
# configure:27771: checking if we should use the included regex?
# configure:27799: clang++ -o conftest -Wall -fno-rtti -fno-exceptions conftest.cc -lz -lssl -lcrypto >&5
# In file included from conftest.cc:123:
# ././htlib/regex.c:2:1: warning: '/*' within block comment [-Wcomment]
# /* Copyright (c) 1999-2004 The ht://Dig Group *
# ^
# ././htlib/regex.c:3:1: warning: '/*' within block comment [-Wcomment]
# /* For copyright details, see the file COPYING in your distribution *
# ^
# ././htlib/regex.c:4:1: warning: '/*' within block comment [-Wcomment]
# /* or the GNU Library General Public License (LGPL) version 2 or later *
# ^
# ././htlib/regex.c:5:1: warning: '/*' within block comment [-Wcomment]
# /* *
# ^
# ././htlib/regex.c:8:1: warning: '/*' within block comment [-Wcomment]
# /* Extended regular expression matching and search library,
# ^
# ././htlib/regex.c:223:10: error: 'gregex.h' file not found with include; use "quotes" instead
# #include
# ^~~~~~~~~~
# "gregex.h"
# ././htlib/regex.c:320:19: warning: array subscript is of type 'char' [-Wchar-subscripts]
# re_syntax_table['_'] = Sword;
# ^~~~
# ././htlib/regex.c:1282:16: error: unknown type name 'syntax'
# re_set_syntax (syntax)
# ^
# ././htlib/regex.c:1282:23: error: expected ';' after top level declarator
# re_set_syntax (syntax)
# ^
# ;
# ././htlib/regex.c:1284:1: error: expected unqualified-id
# {
# ^
# ././htlib/regex.c:2281:1: error: redefinition of 'regex_compile' as different kind of symbol
# regex_compile (pattern, size, syntax, bufp)
# ^
# ././htlib/regex.c:1844:22: note: previous definition is here
# static reg_errcode_t regex_compile _RE_ARGS ((const char *pattern, size_t size,
# ^
# ././htlib/regex.c:2281:16: error: use of undeclared identifier 'pattern'
# regex_compile (pattern, size, syntax, bufp)
# ^
# ././htlib/regex.c:2281:25: error: use of undeclared identifier 'size'
# regex_compile (pattern, size, syntax, bufp)
# ^
# ././htlib/regex.c:2281:39: error: use of undeclared identifier 'bufp'
# regex_compile (pattern, size, syntax, bufp)
# ^
# ././htlib/regex.c:2281:44: error: expected ';' after top level declarator
# regex_compile (pattern, size, syntax, bufp)
# ^
# ;
# ././htlib/regex.c:2285:19: error: redefinition of 'syntax'
# reg_syntax_t syntax;
# ^
# ././htlib/regex.c:1283:18: note: previous definition is here
# reg_syntax_t syntax;
# ^
# ././htlib/regex.c:2287:1: error: expected unqualified-id
# {
# ^
# ././htlib/regex.c:4255:12: error: C++ requires a type specifier for all declarations
# store_op1 (op, loc, arg)
# ^
# ././htlib/regex.c:4255:16: error: C++ requires a type specifier for all declarations
# store_op1 (op, loc, arg)
# ^
# ././htlib/regex.c:4255:21: error: unknown type name 'arg'
# store_op1 (op, loc, arg)
# ^
# ././htlib/regex.c:4255:25: error: expected ';' after top level declarator
# store_op1 (op, loc, arg)
# ^
# ;
# ././htlib/regex.c:4259:1: error: expected unqualified-id
# {
# ^
# ././htlib/regex.c:4269:1: error: variable has incomplete type 'void'
# store_op2 (op, loc, arg1, arg2)
# ^
# ././htlib/regex.c:4269:21: error: use of undeclared identifier 'arg1'; did you mean 'arg'?
# store_op2 (op, loc, arg1, arg2)
# ^~~~
# arg
# ././htlib/regex.c:4258:9: note: 'arg' declared here
# int arg;
# ^
# ././htlib/regex.c:4269:27: error: use of undeclared identifier 'arg2'; did you mean 'arg'?
# store_op2 (op, loc, arg1, arg2)
# ^~~~
# arg
# ././htlib/regex.c:4258:9: note: 'arg' declared here
# int arg;
# ^
# fatal error: too many errors emitted, stopping now [-ferror-limit=]
# 6 warnings and 20 errors generated.
# configure:27802: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_SSL_H
# | #define HAVE_ZLIB_H
# | #define HAVE_LIBZ 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WAIT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ALARM 1
# | #define HAVE_BTOWC 1
# | #define HAVE_BZERO 1
# | #define HAVE_FTIME 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MEMCMP 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_RAISE 1
# | #define HAVE_RE_COMP 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_NAMESPACES
# | #define HAVE_STD
# | #define GETPEERNAME_LENGTH_T unsigned int
# | #define FD_SET_T fd_set
# | /* end confdefs.h. */
# |
# | #include "./htlib/regex.c"
# | int main() {
# | regex_t re;
# | return regcomp(&re, "ht.*Dig", REG_ICASE);
# | }
# |
# configure:27824: result: no
# configure:27837: checking if --enable-bigfile option specified
# configure:27846: result: yes
# configure:28241: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 247a4e7cc221
#
# config.status:815: creating Makefile
# config.status:815: creating htcommon/Makefile
# config.status:815: creating htdb/Makefile
# config.status:815: creating htdig/Makefile
# config.status:815: creating htdoc/Makefile
# config.status:815: creating htdoc/attrs.html
# config.status:815: creating installdir/htdig.1
# config.status:815: creating installdir/htdig-pdfparser.1
# config.status:815: creating installdir/htfuzzy.1
# config.status:815: creating installdir/htmerge.1
# config.status:815: creating installdir/htpurge.1
# config.status:815: creating installdir/htstat.1
# config.status:815: creating installdir/htdigconfig.8
# config.status:815: creating installdir/htdump.1
# config.status:815: creating installdir/htload.1
# config.status:815: creating installdir/htnotify.1
# config.status:815: creating installdir/htsearch.1
# config.status:815: creating installdir/rundig.1
# config.status:815: creating htfuzzy/Makefile
# config.status:815: creating htlib/Makefile
# config.status:815: creating htnet/Makefile
# config.status:815: creating htsearch/Makefile
# config.status:815: creating httools/Makefile
# config.status:815: creating htword/Makefile
# config.status:815: creating include/Makefile
# config.status:815: creating installdir/Makefile
# config.status:815: creating test/Makefile
# config.status:815: creating test/test_functions
# config.status:881: creating include/config.h
# config.status:1427: executing depfiles commands
# configure:29666: configuring in db
# configure:29783: running /bin/sh './configure' --prefix=/usr '--host=x86_64-unknown-linux' '--prefix=/usr' '--mandir=/usr/share/man' '--with-config-dir=/etc/htdig' '--with-default-config-file=/etc/htdig/htdig.conf' '--with-database-dir=/var/lib/htdig/db' '--with-cgi-bin-dir=/usr/bin' '--with-common-dir=/usr/share/doc/htdig' '--with-search-dir=/usr/share/doc/htdig' '--with-image-dir=/usr/share/doc/htdig' '--localstatedir=/var/lib/htdig' '--with-ssl' 'CC=clang' 'CFLAGS=' 'CPPFLAGS=' 'CXXFLAGS=' 'CXX=clang++' 'LDFLAGS=' 'host_alias=x86_64-unknown-linux' --cache-file=/dev/null --srcdir=.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_cxx_have_std=yes
# ac_cv_cxx_namespaces=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_func__doprnt=no
# ac_cv_func_alarm=yes
# ac_cv_func_alloca_works=yes
# ac_cv_func_btowc=yes
# ac_cv_func_bzero=yes
# ac_cv_func_closedir_void=no
# ac_cv_func_ftime=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_localtime_r=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_mbrtowc=yes
# ac_cv_func_memcmp=yes
# ac_cv_func_memcmp_working=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_mkstemp=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_munmap=yes
# ac_cv_func_pstat_getdynamic=no
# ac_cv_func_raise=yes
# ac_cv_func_re_comp=yes
# ac_cv_func_realloc_0_nonnull=yes
# ac_cv_func_regcomp=yes
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_setlocale=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strcspn=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strftime=yes
# ac_cv_func_strptime=yes
# ac_cv_func_strrchr=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtol=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_timegm=yes
# ac_cv_func_vprintf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_header_alloca_h=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_float_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_langinfo_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_openssl_ssl_h=yes
# ac_cv_header_stat_broken=no
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_file_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_timeb_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_wait_h=yes
# ac_cv_header_wchar_h=yes
# ac_cv_header_wctype_h=yes
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_lib_fl_yywrap=no
# ac_cv_lib_l_yywrap=no
# ac_cv_lib_nsl_t_accept=no
# ac_cv_lib_socket_socket=no
# ac_cv_lib_z_inflateEnd=yes
# ac_cv_member_struct_stat_st_blksize=yes
# ac_cv_objext=o
# ac_cv_path_AR=/usr/bin/ar
# ac_cv_path_FIND=/usr/bin/find
# ac_cv_path_GUNZIP=/usr/bin/gunzip
# ac_cv_path_MV=/usr/bin/mv
# ac_cv_path_PERL=/usr/bin/perl
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_SENDMAIL=/usr/lib/sendmail
# ac_cv_path_SHELL=/bin/sh
# ac_cv_path_TIME=time
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXX=clang++
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_LEX=flex
# ac_cv_prog_STRIP=strip
# ac_cv_prog_TAR=tar
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=f95
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_f77_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_opendir='none required'
# ac_cv_sizeof_unsigned_char=1
# ac_cv_sizeof_unsigned_int=4
# ac_cv_sizeof_unsigned_long_int=8
# ac_cv_sizeof_unsigned_long_long_int=8
# ac_cv_sizeof_unsigned_short_int=2
# ac_cv_struct_tm=time.h
# ac_cv_type__Bool=yes
# ac_cv_type_off_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_unsigned_char=yes
# ac_cv_type_unsigned_int=yes
# ac_cv_type_unsigned_long_int=yes
# ac_cv_type_unsigned_long_long_int=yes
# ac_cv_type_unsigned_short_int=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=none
# am_cv_CXX_dependencies_compiler_type=none
# db_cv_bigfile=yes
# htdig_cv_tests=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM=nm
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=32768
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
# zlib_cv_zlib_h=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/missing --run aclocal-1.7'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/missing --run tar'
# APACHE=''
# APACHE_MODULES=''
# AR='/usr/bin/ar'
# AUTOCONF='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/missing --run automake-1.7'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=none'
# CFLAGS=' -Wall'
# CGIBIN_DIR='/usr/bin'
# COMMON_DIR='/usr/share/doc/htdig'
# CONFIG_DIR='/etc/htdig'
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=none'
# CXXFLAGS=' -Wall -fno-rtti -fno-exceptions'
# CYGPATH_W='echo'
# DATABASE_DIR='/var/lib/htdig/db'
# DEFAULT_CONFIG_FILE='/etc/htdig/htdig.conf'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# F77='f95'
# FFLAGS='-g -O2'
# FIND='/usr/bin/find'
# GUNZIP='/usr/bin/gunzip'
# HAVE_SSL='yes'
# HTDIG_MAJOR_VERSION='3'
# HTDIG_MICRO_VERSION='0'
# HTDIG_MINOR_VERSION='2'
# IMAGE_DIR='/usr/share/doc/htdig'
# IMAGE_URL_PREFIX='/htdig'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBOBJS=''
# LIBS='-lz -lssl -lcrypto'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/missing --run makeinfo'
# MV='/usr/bin/mv'
# OBJEXT='o'
# PACKAGE='htdig'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PERL='/usr/bin/perl'
# RANLIB='ranlib'
# RRDTOOL=''
# SEARCH_DIR='/usr/share/doc/htdig'
# SEARCH_FORM='search.html'
# SED='/usr/bin/sed'
# SENDMAIL='/usr/lib/sendmail'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TAR='tar'
# TESTS_FALSE=''
# TESTS_TRUE='#'
# TIME='time'
# TIMEV=''
# USER='tuscan'
# VERSION='3.2.0b6'
# YACC='bison -y'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='f95'
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# am__fastdepCC_FALSE=''
# am__fastdepCC_TRUE='#'
# am__fastdepCXX_FALSE=''
# am__fastdepCXX_TRUE='#'
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# bindir='/usr/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# exec_prefix='${prefix}'
# extra_ldflags=''
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/htdig/src/htdig-3.2.0b6/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='/var/lib/htdig'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=' db'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define FD_SET_T fd_set
# #define GETPEERNAME_LENGTH_T unsigned int
# #define HAVE_ALARM 1
# #define HAVE_ALLOCA 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_BROKEN_REGEX
# #define HAVE_BTOWC 1
# #define HAVE_BZERO 1
# #define HAVE_DIRENT_H 1
# #define HAVE_DLFCN_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_FILE_OFFSET_BITS
# #define HAVE_FLOAT_H 1
# #define HAVE_FTIME 1
# #define HAVE_GETCWD 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LANGINFO_H 1
# #define HAVE_LARGEFILE_SOURCE
# #define HAVE_LIBINTL_H 1
# #define HAVE_LIBZ 1
# #define HAVE_LIMITS_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_LOCALTIME_R 1
# #define HAVE_MALLOC 1
# #define HAVE_MALLOC_H 1
# #define HAVE_MBRTOWC 1
# #define HAVE_MEMCMP 1
# #define HAVE_MEMCPY 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MEMSET 1
# #define HAVE_MKSTEMP 1
# #define HAVE_MMAP 1
# #define HAVE_MUNMAP 1
# #define HAVE_NAMESPACES
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_RAISE 1
# #define HAVE_REALLOC 1
# #define HAVE_REGCOMP 1
# #define HAVE_RE_COMP 1
# #define HAVE_SELECT 1
# #define HAVE_SETLOCALE 1
# #define HAVE_SNPRINTF 1
# #define HAVE_SSL_H
# #define HAVE_STD
# #define HAVE_STDBOOL_H 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRCHR 1
# #define HAVE_STRCSPN 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRFTIME 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRPTIME 1
# #define HAVE_STRRCHR 1
# #define HAVE_STRSTR 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
# #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_SYS_FILE_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIMEB_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_TIMEGM 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_VPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_WAIT_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE_WCTYPE_H 1
# #define HAVE_ZLIB_H
# #define HAVE__BOOL 1
# #define HAVE__BOOL 1
# #define LOG_FACILITY LOG_LOCAL5
# #define LOG_LEVEL LOG_INFO
# #define PACKAGE "htdig"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define RETSIGTYPE void
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 (fd_set *)
# #define SELECT_TYPE_ARG5 (struct timeval *)
# #define SIZEOF_UNSIGNED_CHAR 1
# #define SIZEOF_UNSIGNED_INT 4
# #define SIZEOF_UNSIGNED_LONG_INT 8
# #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# #define SIZEOF_UNSIGNED_SHORT_INT 2
# #define STDC_HEADERS 1
# #define STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
# #define TIME_WITH_SYS_TIME 1
# #define VERSION "3.2.0b6"
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int) throw ();
#
# configure: exit 0

CMD: config logfiles '/tmp/htdig/src/htdig-3.2.0b6/libhtdigphp/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# configure:710: checking for gcc
# configure:823: checking whether the C compiler (gcc ) works
# configure:839: gcc -o conftest conftest.c 1>&5
# configure:865: checking whether the C compiler (gcc ) is a cross-compiler
# configure:870: checking whether we are using GNU C
# configure:898: checking whether gcc accepts -g
# configure:931: checking whether gcc and cc understand -c and -o together

CMD: config logfiles '/tmp/htdig/src/htdig-3.2.0b6/db/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --prefix=/usr --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man --with-config-dir=/etc/htdig --with-default-config-file=/etc/htdig/htdig.conf --with-database-dir=/var/lib/htdig/db --with-cgi-bin-dir=/usr/bin --with-common-dir=/usr/share/doc/htdig --with-search-dir=/usr/share/doc/htdig --with-image-dir=/usr/share/doc/htdig --localstatedir=/var/lib/htdig --with-ssl CC=clang CFLAGS= CPPFLAGS= CXXFLAGS= CXX=clang++ LDFLAGS= host_alias=x86_64-unknown-linux --cache-file=/dev/null --srcdir=.
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 247a4e7cc221
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1556: checking for a BSD-compatible install
# configure:1611: result: /usr/bin/install -c
# configure:1622: checking whether build environment is sane
# configure:1665: result: yes
# configure:1698: checking for gawk
# configure:1714: found /usr/bin/gawk
# configure:1724: result: gawk
# configure:1734: checking whether make sets $(MAKE)
# configure:1754: result: yes
# configure:1824: checking for x86_64-unknown-linux-strip
# configure:1853: result: no
# configure:1862: checking for strip
# configure:1878: found /usr/bin/strip
# configure:1889: result: strip
# configure:1918: checking build system type
# configure:1936: result: x86_64-unknown-linux-gnu
# configure:1944: checking host system type
# configure:1958: result: x86_64-unknown-linux-gnu
# configure:1968: checking whether to enable maintainer-specific portions of Makefiles
# configure:1977: result: no
# configure:2004: checking for x86_64-unknown-linux-g++
# configure:2030: result: clang++
# configure:2088: checking for C++ compiler version
# configure:2091: clang++ --version &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2094: $? = 0
# configure:2096: clang++ -v &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2099: $? = 0
# configure:2101: clang++ -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2104: $? = 1
# configure:2127: checking for C++ compiler default output file name
# configure:2130: clang++ conftest.cc >&5
# configure:2133: $? = 0
# configure:2179: result: a.out
# configure:2184: checking whether the C++ compiler works
# configure:2190: ./a.out
# configure:2193: $? = 0
# configure:2210: result: yes
# configure:2217: checking whether we are cross compiling
# configure:2219: result: no
# configure:2222: checking for suffix of executables
# configure:2224: clang++ -o conftest conftest.cc >&5
# configure:2227: $? = 0
# configure:2252: result:
# configure:2258: checking for suffix of object files
# configure:2279: clang++ -c conftest.cc >&5
# configure:2282: $? = 0
# configure:2304: result: o
# configure:2308: checking whether we are using the GNU C++ compiler
# configure:2332: clang++ -c conftest.cc >&5
# configure:2338: $? = 0
# configure:2341: test -z || test ! -s conftest.err
# configure:2344: $? = 0
# configure:2347: test -s conftest.o
# configure:2350: $? = 0
# configure:2363: result: yes
# configure:2369: checking whether clang++ accepts -g
# configure:2390: clang++ -c -g conftest.cc >&5
# configure:2396: $? = 0
# configure:2399: test -z || test ! -s conftest.err
# configure:2402: $? = 0
# configure:2405: test -s conftest.o
# configure:2408: $? = 0
# configure:2419: result: yes
# configure:2461: clang++ -c conftest.cc >&5
# configure:2467: $? = 0
# configure:2470: test -z || test ! -s conftest.err
# configure:2473: $? = 0
# configure:2476: test -s conftest.o
# configure:2479: $? = 0
# configure:2505: clang++ -c conftest.cc >&5
# conftest.cc:13:1: error: use of undeclared identifier 'exit'
# exit (42);
# ^
# 1 error generated.
# configure:2511: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2461: clang++ -c conftest.cc >&5
# conftest.cc:9:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# conftest.cc:9:49: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# 2 errors generated.
# configure:2467: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2461: clang++ -c conftest.cc >&5
# conftest.cc:9:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# conftest.cc:9:40: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# 2 errors generated.
# configure:2467: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2461: clang++ -c conftest.cc >&5
# configure:2467: $? = 0
# configure:2470: test -z || test ! -s conftest.err
# configure:2473: $? = 0
# configure:2476: test -s conftest.o
# configure:2479: $? = 0
# configure:2505: clang++ -c conftest.cc >&5
# configure:2511: $? = 0
# configure:2514: test -z || test ! -s conftest.err
# configure:2517: $? = 0
# configure:2520: test -s conftest.o
# configure:2523: $? = 0
# configure:2557: checking for style of include used by make
# configure:2585: result: GNU
# configure:2613: checking dependency style of clang++
# configure:2696: result: none
# configure:2721: checking for x86_64-unknown-linux-gcc
# configure:2747: result: clang
# configure:3029: checking for C compiler version
# configure:3032: clang --version &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3035: $? = 0
# configure:3037: clang -v &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3040: $? = 0
# configure:3042: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3045: $? = 1
# configure:3048: checking whether we are using the GNU C compiler
# configure:3072: clang -c conftest.c >&5
# configure:3078: $? = 0
# configure:3081: test -z || test ! -s conftest.err
# configure:3084: $? = 0
# configure:3087: test -s conftest.o
# configure:3090: $? = 0
# configure:3103: result: yes
# configure:3109: checking whether clang accepts -g
# configure:3130: clang -c -g conftest.c >&5
# configure:3136: $? = 0
# configure:3139: test -z || test ! -s conftest.err
# configure:3142: $? = 0
# configure:3145: test -s conftest.o
# configure:3148: $? = 0
# configure:3159: result: yes
# configure:3176: checking for clang option to accept ANSI C
# configure:3246: clang -c conftest.c >&5
# configure:3252: $? = 0
# configure:3255: test -z || test ! -s conftest.err
# configure:3258: $? = 0
# configure:3261: test -s conftest.o
# configure:3264: $? = 0
# configure:3282: result: none needed
# configure:3300: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:3306: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:3438: checking dependency style of clang
# configure:3521: result: none
# configure:3610: checking for a sed that does not truncate output
# configure:3664: result: /usr/bin/sed
# configure:3667: checking for egrep
# configure:3677: result: grep -E
# configure:3693: checking for ld used by clang
# configure:3760: result: /usr/bin/ld
# configure:3769: checking if the linker (/usr/bin/ld) is GNU ld
# configure:3784: result: yes
# configure:3789: checking for /usr/bin/ld option to reload object files
# configure:3796: result: -r
# configure:3805: checking for BSD-compatible nm
# configure:3847: result: nm
# configure:3851: checking whether ln -s works
# configure:3855: result: yes
# configure:3862: checking how to recognise dependent libraries
# configure:4036: result: pass_all
# configure:4121: clang -c conftest.c >&5
# configure:4124: $? = 0
# configure:4249: checking how to run the C preprocessor
# configure:4284: clang -E conftest.c
# configure:4290: $? = 0
# configure:4322: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4328: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:4367: result: clang -E
# configure:4391: clang -E conftest.c
# configure:4397: $? = 0
# configure:4429: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4435: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:4479: checking for ANSI C header files
# configure:4504: clang -c conftest.c >&5
# configure:4510: $? = 0
# configure:4513: test -z || test ! -s conftest.err
# configure:4516: $? = 0
# configure:4519: test -s conftest.o
# configure:4522: $? = 0
# configure:4611: clang -o conftest conftest.c >&5
# conftest.c:29:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# conftest.c:29:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:4614: $? = 0
# configure:4616: ./conftest
# configure:4619: $? = 0
# configure:4634: result: yes
# configure:4658: checking for sys/types.h
# configure:4674: clang -c conftest.c >&5
# configure:4680: $? = 0
# configure:4683: test -z || test ! -s conftest.err
# configure:4686: $? = 0
# configure:4689: test -s conftest.o
# configure:4692: $? = 0
# configure:4703: result: yes
# configure:4658: checking for sys/stat.h
# configure:4674: clang -c conftest.c >&5
# configure:4680: $? = 0
# configure:4683: test -z || test ! -s conftest.err
# configure:4686: $? = 0
# configure:4689: test -s conftest.o
# configure:4692: $? = 0
# configure:4703: result: yes
# configure:4658: checking for stdlib.h
# configure:4674: clang -c conftest.c >&5
# configure:4680: $? = 0
# configure:4683: test -z || test ! -s conftest.err
# configure:4686: $? = 0
# configure:4689: test -s conftest.o
# configure:4692: $? = 0
# configure:4703: result: yes
# configure:4658: checking for string.h
# configure:4674: clang -c conftest.c >&5
# configure:4680: $? = 0
# configure:4683: test -z || test ! -s conftest.err
# configure:4686: $? = 0
# configure:4689: test -s conftest.o
# configure:4692: $? = 0
# configure:4703: result: yes
# configure:4658: checking for memory.h
# configure:4674: clang -c conftest.c >&5
# configure:4680: $? = 0
# configure:4683: test -z || test ! -s conftest.err
# configure:4686: $? = 0
# configure:4689: test -s conftest.o
# configure:4692: $? = 0
# configure:4703: result: yes
# configure:4658: checking for strings.h
# configure:4674: clang -c conftest.c >&5
# configure:4680: $? = 0
# configure:4683: test -z || test ! -s conftest.err
# configure:4686: $? = 0
# configure:4689: test -s conftest.o
# configure:4692: $? = 0
# configure:4703: result: yes
# configure:4658: checking for inttypes.h
# configure:4674: clang -c conftest.c >&5
# configure:4680: $? = 0
# configure:4683: test -z || test ! -s conftest.err
# configure:4686: $? = 0
# configure:4689: test -s conftest.o
# configure:4692: $? = 0
# configure:4703: result: yes
# configure:4658: checking for stdint.h
# configure:4674: clang -c conftest.c >&5
# configure:4680: $? = 0
# configure:4683: test -z || test ! -s conftest.err
# configure:4686: $? = 0
# configure:4689: test -s conftest.o
# configure:4692: $? = 0
# configure:4703: result: yes
# configure:4658: checking for unistd.h
# configure:4674: clang -c conftest.c >&5
# configure:4680: $? = 0
# configure:4683: test -z || test ! -s conftest.err
# configure:4686: $? = 0
# configure:4689: test -s conftest.o
# configure:4692: $? = 0
# configure:4703: result: yes
# configure:4729: checking dlfcn.h usability
# configure:4741: clang -c conftest.c >&5
# configure:4747: $? = 0
# configure:4750: test -z || test ! -s conftest.err
# configure:4753: $? = 0
# configure:4756: test -s conftest.o
# configure:4759: $? = 0
# configure:4769: result: yes
# configure:4773: checking dlfcn.h presence
# configure:4783: clang -E conftest.c
# configure:4789: $? = 0
# configure:4809: result: yes
# configure:4844: checking for dlfcn.h
# configure:4851: result: yes
# configure:4869: checking how to run the C++ preprocessor
# configure:4900: clang++ -E conftest.cc
# configure:4906: $? = 0
# configure:4938: clang++ -E conftest.cc
# conftest.cc:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4944: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:4983: result: clang++ -E
# configure:5007: clang++ -E conftest.cc
# configure:5013: $? = 0
# configure:5045: clang++ -E conftest.cc
# conftest.cc:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5051: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:5104: checking for x86_64-unknown-linux-g77
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-f77
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-xlf
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-frt
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-pgf77
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-fort77
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-fl32
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-af77
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-f90
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-xlf90
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-pgf90
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-epcf90
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-f95
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-fort
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-xlf95
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-ifc
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-efc
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-pgf95
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-lf95
# configure:5133: result: no
# configure:5104: checking for x86_64-unknown-linux-gfortran
# configure:5133: result: no
# configure:5146: checking for g77
# configure:5175: result: no
# configure:5146: checking for f77
# configure:5175: result: no
# configure:5146: checking for xlf
# configure:5175: result: no
# configure:5146: checking for frt
# configure:5175: result: no
# configure:5146: checking for pgf77
# configure:5175: result: no
# configure:5146: checking for fort77
# configure:5175: result: no
# configure:5146: checking for fl32
# configure:5175: result: no
# configure:5146: checking for af77
# configure:5175: result: no
# configure:5146: checking for f90
# configure:5175: result: no
# configure:5146: checking for xlf90
# configure:5175: result: no
# configure:5146: checking for pgf90
# configure:5175: result: no
# configure:5146: checking for epcf90
# configure:5175: result: no
# configure:5146: checking for f95
# configure:5162: found /usr/bin/f95
# configure:5172: result: f95
# configure:5187: checking for Fortran 77 compiler version
# configure:5190: f95 --version &5
# GNU Fortran (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:5193: $? = 0
# configure:5195: f95 -v &5
# Using built-in specs.
# COLLECT_GCC=f95
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:5198: $? = 0
# configure:5200: f95 -V &5
# f95: error: unrecognized command line option '-V'
# f95: fatal error: no input files
# compilation terminated.
# configure:5203: $? = 1
# configure:5211: checking whether we are using the GNU Fortran 77 compiler
# configure:5225: f95 -c conftest.F >&5
# configure:5231: $? = 0
# configure:5234: test -z || test ! -s conftest.err
# configure:5237: $? = 0
# configure:5240: test -s conftest.o
# configure:5243: $? = 0
# configure:5256: result: yes
# configure:5262: checking whether f95 accepts -g
# configure:5274: f95 -c -g conftest.f >&5
# configure:5280: $? = 0
# configure:5283: test -z || test ! -s conftest.err
# configure:5286: $? = 0
# configure:5289: test -s conftest.o
# configure:5292: $? = 0
# configure:5304: result: yes
# configure:5334: checking the maximum length of command line arguments
# configure:5399: result: 32768
# configure:5410: checking command to parse nm output from clang object
# configure:5499: clang -c conftest.c >&5
# configure:5502: $? = 0
# configure:5506: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
# configure:5509: $? = 0
# configure:5561: clang -o conftest conftest.c conftstm.o >&5
# configure:5564: $? = 0
# configure:5602: result: ok
# configure:5606: checking for objdir
# configure:5621: result: .libs
# configure:5673: checking for x86_64-unknown-linux-ar
# configure:5702: result: no
# configure:5711: checking for ar
# configure:5727: found /usr/bin/ar
# configure:5738: result: ar
# configure:5753: checking for x86_64-unknown-linux-ranlib
# configure:5782: result: no
# configure:5791: checking for ranlib
# configure:5807: found /usr/bin/ranlib
# configure:5818: result: ranlib
# configure:5833: checking for x86_64-unknown-linux-strip
# configure:5859: result: strip
# configure:6160: checking if clang static flag works
# configure:6183: result: yes
# configure:6201: checking if clang supports -fno-rtti -fno-exceptions
# configure:6219: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:6223: $? = 0
# configure:6234: result: yes
# configure:6249: checking for clang option to produce PIC
# configure:6426: result: -fPIC
# configure:6434: checking if clang PIC flag -fPIC works
# configure:6452: clang -c -fPIC -DPIC conftest.c >&5
# configure:6456: $? = 0
# configure:6467: result: yes
# configure:6491: checking if clang supports -c -o file.o
# configure:6512: clang -c -o out/conftest2.o conftest.c >&5
# configure:6516: $? = 0
# configure:6536: result: yes
# configure:6562: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:7409: result: yes
# configure:7435: checking whether -lc should be explicitly linked in
# configure:7440: clang -c conftest.c >&5
# configure:7443: $? = 0
# configure:7457: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:7460: $? = 0
# configure:7472: result: no
# configure:7480: checking dynamic linker characteristics
# configure:8020: result: GNU/Linux ld.so
# configure:8024: checking how to hardcode library paths into programs
# configure:8049: result: immediate
# configure:8063: checking whether stripping libraries is possible
# configure:8068: result: yes
# configure:8891: checking if libtool supports shared libraries
# configure:8893: result: yes
# configure:8896: checking whether to build shared libraries
# configure:8954: result: yes
# configure:8957: checking whether to build static libraries
# configure:8961: result: yes
# configure:9053: creating libtool
# configure:9600: checking for ld used by clang++
# configure:9667: result: /usr/bin/ld -m elf_x86_64
# configure:9676: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:9691: result: yes
# configure:9742: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10568: result: yes
# configure:10586: clang++ -c conftest.cc >&5
# configure:10589: $? = 0
# configure:10685: checking for clang++ option to produce PIC
# configure:10937: result: -fPIC
# configure:10945: checking if clang++ PIC flag -fPIC works
# configure:10963: clang++ -c -fPIC -DPIC conftest.cc >&5
# configure:10967: $? = 0
# configure:10978: result: yes
# configure:11002: checking if clang++ supports -c -o file.o
# configure:11023: clang++ -c -o out/conftest2.o conftest.cc >&5
# configure:11027: $? = 0
# configure:11047: result: yes
# configure:11073: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11101: result: yes
# configure:11172: checking dynamic linker characteristics
# configure:11712: result: GNU/Linux ld.so
# configure:11716: checking how to hardcode library paths into programs
# configure:11741: result: immediate
# configure:11755: checking whether stripping libraries is possible
# configure:11760: result: yes
# configure:13060: checking if libtool supports shared libraries
# configure:13062: result: yes
# configure:13065: checking whether to build shared libraries
# configure:13083: result: yes
# configure:13086: checking whether to build static libraries
# configure:13090: result: yes
# configure:13102: checking for f95 option to produce PIC
# configure:13279: result: -fPIC
# configure:13287: checking if f95 PIC flag -fPIC works
# configure:13305: f95 -c -g -O2 -fPIC conftest.f >&5
# configure:13309: $? = 0
# configure:13320: result: yes
# configure:13344: checking if f95 supports -c -o file.o
# configure:13365: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:13369: $? = 0
# configure:13389: result: yes
# configure:13415: checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14242: result: yes
# configure:14313: checking dynamic linker characteristics
# configure:14853: result: GNU/Linux ld.so
# configure:14857: checking how to hardcode library paths into programs
# configure:14882: result: immediate
# configure:14896: checking whether stripping libraries is possible
# configure:14901: result: yes
# configure:18992: checking for a BSD-compatible install
# configure:19047: result: /usr/bin/install -c
# configure:19063: checking if zlib is wanted
# configure:19085: result: yes
# configure:19104: checking for zlib in default path
# configure:19116: checking zlib.h usability
# configure:19128: clang -c conftest.c >&5
# configure:19134: $? = 0
# configure:19137: test -z || test ! -s conftest.err
# configure:19140: $? = 0
# configure:19143: test -s conftest.o
# configure:19146: $? = 0
# configure:19156: result: yes
# configure:19160: checking zlib.h presence
# configure:19170: clang -E conftest.c
# configure:19176: $? = 0
# configure:19196: result: yes
# configure:19231: checking for zlib.h
# configure:19238: result: yes
# configure:19251: checking for inflateEnd in -lz
# configure:19281: clang -o conftest conftest.c -lz >&5
# configure:19287: $? = 0
# configure:19290: test -z || test ! -s conftest.err
# configure:19293: $? = 0
# configure:19296: test -s conftest
# configure:19299: $? = 0
# configure:19312: result: yes
# configure:19352: checking for dirent.h that defines DIR
# configure:19376: clang -c conftest.c >&5
# configure:19382: $? = 0
# configure:19385: test -z || test ! -s conftest.err
# configure:19388: $? = 0
# configure:19391: test -s conftest.o
# configure:19394: $? = 0
# configure:19405: result: yes
# configure:19418: checking for library containing opendir
# configure:19448: clang -o conftest conftest.c -lz >&5
# configure:19454: $? = 0
# configure:19457: test -z || test ! -s conftest.err
# configure:19460: $? = 0
# configure:19463: test -s conftest
# configure:19466: $? = 0
# configure:19535: result: none required
# configure:19669: checking for ANSI C header files
# configure:19824: result: yes
# configure:19855: checking fcntl.h usability
# configure:19867: clang -c conftest.c >&5
# configure:19873: $? = 0
# configure:19876: test -z || test ! -s conftest.err
# configure:19879: $? = 0
# configure:19882: test -s conftest.o
# configure:19885: $? = 0
# configure:19895: result: yes
# configure:19899: checking fcntl.h presence
# configure:19909: clang -E conftest.c
# configure:19915: $? = 0
# configure:19935: result: yes
# configure:19970: checking for fcntl.h
# configure:19977: result: yes
# configure:19855: checking limits.h usability
# configure:19867: clang -c conftest.c >&5
# configure:19873: $? = 0
# configure:19876: test -z || test ! -s conftest.err
# configure:19879: $? = 0
# configure:19882: test -s conftest.o
# configure:19885: $? = 0
# configure:19895: result: yes
# configure:19899: checking limits.h presence
# configure:19909: clang -E conftest.c
# configure:19915: $? = 0
# configure:19935: result: yes
# configure:19970: checking for limits.h
# configure:19977: result: yes
# configure:19855: checking stddef.h usability
# configure:19867: clang -c conftest.c >&5
# configure:19873: $? = 0
# configure:19876: test -z || test ! -s conftest.err
# configure:19879: $? = 0
# configure:19882: test -s conftest.o
# configure:19885: $? = 0
# configure:19895: result: yes
# configure:19899: checking stddef.h presence
# configure:19909: clang -E conftest.c
# configure:19915: $? = 0
# configure:19935: result: yes
# configure:19970: checking for stddef.h
# configure:19977: result: yes
# configure:19846: checking for stdlib.h
# configure:19851: result: yes
# configure:19846: checking for string.h
# configure:19851: result: yes
# configure:19855: checking sys/select.h usability
# configure:19867: clang -c conftest.c >&5
# configure:19873: $? = 0
# configure:19876: test -z || test ! -s conftest.err
# configure:19879: $? = 0
# configure:19882: test -s conftest.o
# configure:19885: $? = 0
# configure:19895: result: yes
# configure:19899: checking sys/select.h presence
# configure:19909: clang -E conftest.c
# configure:19915: $? = 0
# configure:19935: result: yes
# configure:19970: checking for sys/select.h
# configure:19977: result: yes
# configure:19855: checking sys/time.h usability
# configure:19867: clang -c conftest.c >&5
# configure:19873: $? = 0
# configure:19876: test -z || test ! -s conftest.err
# configure:19879: $? = 0
# configure:19882: test -s conftest.o
# configure:19885: $? = 0
# configure:19895: result: yes
# configure:19899: checking sys/time.h presence
# configure:19909: clang -E conftest.c
# configure:19915: $? = 0
# configure:19935: result: yes
# configure:19970: checking for sys/time.h
# configure:19977: result: yes
# configure:19846: checking for unistd.h
# configure:19851: result: yes
# configure:19992: checking whether byte ordering is bigendian
# configure:20019: clang -c conftest.c >&5
# configure:20025: $? = 0
# configure:20028: test -z || test ! -s conftest.err
# configure:20031: $? = 0
# configure:20034: test -s conftest.o
# configure:20037: $? = 0
# configure:20061: clang -c conftest.c >&5
# conftest.c:41:2: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:20067: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:20200: result: no
# configure:20219: checking for an ANSI C-conforming const
# configure:20286: clang -c conftest.c >&5
# configure:20292: $? = 0
# configure:20295: test -z || test ! -s conftest.err
# configure:20298: $? = 0
# configure:20301: test -s conftest.o
# configure:20304: $? = 0
# configure:20315: result: yes
# configure:20325: checking whether stat file-mode macros are broken
# configure:20373: result: no
# configure:20383: checking whether time.h and sys/time.h may both be included
# configure:20408: clang -c conftest.c >&5
# configure:20414: $? = 0
# configure:20417: test -z || test ! -s conftest.err
# configure:20420: $? = 0
# configure:20423: test -s conftest.o
# configure:20426: $? = 0
# configure:20437: result: yes
# configure:20447: checking for off_t
# configure:20471: clang -c conftest.c >&5
# configure:20477: $? = 0
# configure:20480: test -z || test ! -s conftest.err
# configure:20483: $? = 0
# configure:20486: test -s conftest.o
# configure:20489: $? = 0
# configure:20500: result: yes
# configure:20512: checking for mode_t
# configure:20536: clang -c conftest.c >&5
# configure:20542: $? = 0
# configure:20545: test -z || test ! -s conftest.err
# configure:20548: $? = 0
# configure:20551: test -s conftest.o
# configure:20554: $? = 0
# configure:20565: result: yes
# configure:20577: checking for size_t
# configure:20601: clang -c conftest.c >&5
# configure:20607: $? = 0
# configure:20610: test -z || test ! -s conftest.err
# configure:20613: $? = 0
# configure:20616: test -s conftest.o
# configure:20619: $? = 0
# configure:20630: result: yes
# configure:20642: checking for pid_t
# configure:20666: clang -c conftest.c >&5
# configure:20672: $? = 0
# configure:20675: test -z || test ! -s conftest.err
# configure:20678: $? = 0
# configure:20681: test -s conftest.o
# configure:20684: $? = 0
# configure:20695: result: yes
# configure:20707: checking for size_t
# configure:20760: result: yes
# configure:20772: checking for struct stat.st_blksize
# configure:20795: clang -c conftest.c >&5
# configure:20801: $? = 0
# configure:20804: test -z || test ! -s conftest.err
# configure:20807: $? = 0
# configure:20810: test -s conftest.o
# configure:20813: $? = 0
# configure:20869: result: yes
# configure:20883: checking for ssize_t
# configure:20904: clang -c conftest.c >&5
# configure:20910: $? = 0
# configure:20913: test -z || test ! -s conftest.err
# configure:20916: $? = 0
# configure:20919: test -s conftest.o
# configure:20922: $? = 0
# configure:20933: result: yes
# configure:20940: checking for u_char
# configure:20961: clang -c conftest.c >&5
# configure:20967: $? = 0
# configure:20970: test -z || test ! -s conftest.err
# configure:20973: $? = 0
# configure:20976: test -s conftest.o
# configure:20979: $? = 0
# configure:20990: result: yes
# configure:20997: checking for u_short
# configure:21018: clang -c conftest.c >&5
# configure:21024: $? = 0
# configure:21027: test -z || test ! -s conftest.err
# configure:21030: $? = 0
# configure:21033: test -s conftest.o
# configure:21036: $? = 0
# configure:21047: result: yes
# configure:21054: checking for u_int
# configure:21075: clang -c conftest.c >&5
# configure:21081: $? = 0
# configure:21084: test -z || test ! -s conftest.err
# configure:21087: $? = 0
# configure:21090: test -s conftest.o
# configure:21093: $? = 0
# configure:21104: result: yes
# configure:21111: checking for u_long
# configure:21132: clang -c conftest.c >&5
# configure:21138: $? = 0
# configure:21141: test -z || test ! -s conftest.err
# configure:21144: $? = 0
# configure:21147: test -s conftest.o
# configure:21150: $? = 0
# configure:21161: result: yes
# configure:21168: checking for u_int8_t
# configure:21189: clang -c conftest.c >&5
# configure:21195: $? = 0
# configure:21198: test -z || test ! -s conftest.err
# configure:21201: $? = 0
# configure:21204: test -s conftest.o
# configure:21207: $? = 0
# configure:21250: result: yes
# configure:21262: checking for u_int16_t
# configure:21283: clang -c conftest.c >&5
# configure:21289: $? = 0
# configure:21292: test -z || test ! -s conftest.err
# configure:21295: $? = 0
# configure:21298: test -s conftest.o
# configure:21301: $? = 0
# configure:21380: result: yes
# configure:21392: checking for int16_t
# configure:21413: clang -c conftest.c >&5
# configure:21419: $? = 0
# configure:21422: test -z || test ! -s conftest.err
# configure:21425: $? = 0
# configure:21428: test -s conftest.o
# configure:21431: $? = 0
# configure:21510: result: yes
# configure:21522: checking for u_int32_t
# configure:21543: clang -c conftest.c >&5
# configure:21549: $? = 0
# configure:21552: test -z || test ! -s conftest.err
# configure:21555: $? = 0
# configure:21558: test -s conftest.o
# configure:21561: $? = 0
# configure:21640: result: yes
# configure:21652: checking for int32_t
# configure:21673: clang -c conftest.c >&5
# configure:21679: $? = 0
# configure:21682: test -z || test ! -s conftest.err
# configure:21685: $? = 0
# configure:21688: test -s conftest.o
# configure:21691: $? = 0
# configure:21770: result: yes
# configure:21786: checking if --enable-bigfile option specified
# configure:21795: result: yes
# configure:21798: checking if --enable-debug option specified
# configure:21807: result: no
# configure:21810: checking if --enable-debug_rop option specified
# configure:21819: result: no
# configure:21822: checking if --enable-debug_wop option specified
# configure:21831: result: no
# configure:21834: checking if --enable-diagnostic option specified
# configure:21843: result: no
# configure:21846: checking if --enable-posixmutexes option specified
# configure:21855: result: no
# configure:21858: checking if --enable-uimutexes option specified
# configure:21867: result: no
# configure:21874: checking for mutexes
# configure:21919: clang -o conftest conftest.c -lz >&5
# conftest.c:37:10: fatal error: 'synch.h' file not found
# #include
# ^
# 1 error generated.
# configure:21922: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | /* end confdefs.h. */
# |
# | #include
# | main(){
# | static lwp_mutex_t mi = SHAREDMUTEX;
# | static lwp_cond_t ci = SHAREDCV;
# | lwp_mutex_t mutex = mi;
# | lwp_cond_t cond = ci;
# | exit (
# | _lwp_mutex_lock(&mutex) ||
# | _lwp_mutex_unlock(&mutex));}
# |
# configure:21973: clang -o conftest conftest.c -lthread -lz >&5
# conftest.c:37:10: fatal error: 'thread.h' file not found
# #include
# ^
# 1 error generated.
# configure:21976: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | main(){
# | mutex_t mutex;
# | cond_t cond;
# | int type = USYNC_PROCESS;
# | exit (
# | mutex_init(&mutex, type, NULL) ||
# | cond_init(&cond, type, NULL) ||
# | mutex_lock(&mutex) ||
# | mutex_unlock(&mutex));
# | }
# configure:22025: clang -o conftest conftest.c -lz >&5
# conftest.c:37:10: fatal error: 'thread.h' file not found
# #include
# ^
# 1 error generated.
# configure:22028: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | main(){
# | mutex_t mutex;
# | cond_t cond;
# | int type = USYNC_PROCESS;
# | exit (
# | mutex_init(&mutex, type, NULL) ||
# | cond_init(&cond, type, NULL) ||
# | mutex_lock(&mutex) ||
# | mutex_unlock(&mutex));
# | }
# configure:22085: clang -o conftest conftest.c -lz >&5
# conftest.c:38:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main(){
# ^
# conftest.c:43:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (
# ^
# conftest.c:43:2: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# /tmp/conftest-499af8.o: In function `main':
# conftest.c:(.text+0x33): undefined reference to `pthread_condattr_setpshared'
# conftest.c:(.text+0x4a): undefined reference to `pthread_mutexattr_init'
# conftest.c:(.text+0x66): undefined reference to `pthread_mutexattr_setpshared'
# conftest.c:(.text+0x126): undefined reference to `pthread_mutexattr_destroy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:22088: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | /* end confdefs.h. */
# |
# | #include
# | main(){
# | pthread_cond_t cond;
# | pthread_mutex_t mutex;
# | pthread_condattr_t condattr;
# | pthread_mutexattr_t mutexattr;
# | exit (
# | pthread_condattr_init(&condattr) ||
# | pthread_condattr_setpshared(&condattr, PTHREAD_PROCESS_SHARED) ||
# | pthread_mutexattr_init(&mutexattr) ||
# | pthread_mutexattr_setpshared(&mutexattr, PTHREAD_PROCESS_SHARED) ||
# | pthread_cond_init(&cond, &condattr) ||
# | pthread_mutex_init(&mutex, &mutexattr) ||
# | pthread_mutex_lock(&mutex) ||
# | pthread_mutex_unlock(&mutex) ||
# | pthread_mutex_destroy(&mutex) ||
# | pthread_cond_destroy(&cond) ||
# | pthread_condattr_destroy(&condattr) ||
# | pthread_mutexattr_destroy(&mutexattr));
# | }
# configure:22145: clang -o conftest conftest.c -lpthread -lz >&5
# conftest.c:38:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main(){
# ^
# conftest.c:43:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (
# ^
# conftest.c:43:2: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# configure:22148: $? = 0
# configure:22150: ./conftest
# configure:22153: $? = 0
# configure:22822: result: POSIX/pthreads/library
# configure:23116: checking whether closedir returns void
# configure:23145: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# configure:23148: $? = 0
# configure:23150: ./conftest
# configure:23153: $? = 0
# configure:23167: result: no
# configure:23182: checking for stdlib.h
# configure:23187: result: yes
# configure:23326: checking for GNU libc compatible malloc
# configure:23355: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# configure:23358: $? = 0
# configure:23360: ./conftest
# configure:23363: $? = 0
# configure:23377: result: yes
# configure:23407: checking for working memcmp
# configure:23455: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# configure:23458: $? = 0
# configure:23460: ./conftest
# configure:23463: $? = 0
# configure:23477: result: yes
# configure:23494: checking for stdlib.h
# configure:23499: result: yes
# configure:23494: checking for unistd.h
# configure:23499: result: yes
# configure:23642: checking for getpagesize
# configure:23699: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# configure:23705: $? = 0
# configure:23708: test -z || test ! -s conftest.err
# configure:23711: $? = 0
# configure:23714: test -s conftest
# configure:23717: $? = 0
# configure:23729: result: yes
# configure:23739: checking for working mmap
# configure:23881: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# configure:23884: $? = 0
# configure:23886: ./conftest
# configure:23889: $? = 0
# configure:23903: result: yes
# configure:23919: checking for stdlib.h
# configure:23924: result: yes
# configure:24063: checking for GNU libc compatible realloc
# configure:24092: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# configure:24095: $? = 0
# configure:24097: ./conftest
# configure:24100: $? = 0
# configure:24114: result: yes
# configure:24150: checking for sys/select.h
# configure:24155: result: yes
# configure:24159: checking sys/socket.h usability
# configure:24171: clang -c -D_REENTRANT conftest.c >&5
# configure:24177: $? = 0
# configure:24180: test -z || test ! -s conftest.err
# configure:24183: $? = 0
# configure:24186: test -s conftest.o
# configure:24189: $? = 0
# configure:24199: result: yes
# configure:24203: checking sys/socket.h presence
# configure:24213: clang -E -D_REENTRANT conftest.c
# configure:24219: $? = 0
# configure:24239: result: yes
# configure:24274: checking for sys/socket.h
# configure:24281: result: yes
# configure:24294: checking types of arguments for select
# configure:24327: clang -c -D_REENTRANT conftest.c >&5
# configure:24333: $? = 0
# configure:24336: test -z || test ! -s conftest.err
# configure:24339: $? = 0
# configure:24342: test -s conftest.o
# configure:24345: $? = 0
# configure:24361: result: int,fd_set *,struct timeval *
# configure:24384: checking whether lstat dereferences a symlink specified with a trailing slash
# configure:24415: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# configure:24418: $? = 0
# configure:24420: ./conftest
# configure:24423: $? = 0
# configure:24444: result: yes
# configure:24465: checking whether stat accepts an empty string
# configure:24490: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# configure:24493: $? = 0
# configure:24495: ./conftest
# configure:24498: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_MUTEX_THREADS
# | #define HAVE_MUTEX_PTHREAD
# | #define HAVE_MUTEX_PTHREADS
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | struct stat sbuf;
# | exit (stat ("", &sbuf) ? 1 : 0);
# | ;
# | return 0;
# | }
# configure:24512: result: no
# configure:24534: checking for vprintf
# configure:24591: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# conftest.c:77:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:77:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:24597: $? = 0
# configure:24600: test -z || test ! -s conftest.err
# configure:24603: $? = 0
# configure:24606: test -s conftest
# configure:24609: $? = 0
# configure:24621: result: yes
# configure:24628: checking for _doprnt
# configure:24685: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# /tmp/conftest-3f28e6.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `_doprnt'
# /tmp/conftest-3f28e6.o:(.data+0x0): undefined reference to `_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:24691: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_MUTEX_THREADS
# | #define HAVE_MUTEX_PTHREAD
# | #define HAVE_MUTEX_PTHREADS
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char _doprnt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub__doprnt) || defined (__stub____doprnt)
# | choke me
# | #else
# | char (*f) () = _doprnt;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != _doprnt;
# | ;
# | return 0;
# | }
# configure:24715: result: no
# configure:24746: checking for getcwd
# configure:24803: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# configure:24809: $? = 0
# configure:24812: test -z || test ! -s conftest.err
# configure:24815: $? = 0
# configure:24818: test -s conftest
# configure:24821: $? = 0
# configure:24833: result: yes
# configure:24746: checking for getuid
# configure:24803: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# configure:24809: $? = 0
# configure:24812: test -z || test ! -s conftest.err
# configure:24815: $? = 0
# configure:24818: test -s conftest
# configure:24821: $? = 0
# configure:24833: result: yes
# configure:24746: checking for memmove
# configure:24803: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# conftest.c:80:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:80:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:24809: $? = 0
# configure:24812: test -z || test ! -s conftest.err
# configure:24815: $? = 0
# configure:24818: test -s conftest
# configure:24821: $? = 0
# configure:24833: result: yes
# configure:24746: checking for memset
# configure:24803: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# conftest.c:81:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:81:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:24809: $? = 0
# configure:24812: test -z || test ! -s conftest.err
# configure:24815: $? = 0
# configure:24818: test -s conftest
# configure:24821: $? = 0
# configure:24833: result: yes
# configure:24746: checking for munmap
# configure:24803: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# configure:24809: $? = 0
# configure:24812: test -z || test ! -s conftest.err
# configure:24815: $? = 0
# configure:24818: test -s conftest
# configure:24821: $? = 0
# configure:24833: result: yes
# configure:24746: checking for pstat_getdynamic
# configure:24803: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# /tmp/conftest-e1ffc6.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `pstat_getdynamic'
# /tmp/conftest-e1ffc6.o:(.data+0x0): undefined reference to `pstat_getdynamic'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:24809: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_MUTEX_THREADS
# | #define HAVE_MUTEX_PTHREAD
# | #define HAVE_MUTEX_PTHREADS
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MUNMAP 1
# | /* end confdefs.h. */
# | /* Define pstat_getdynamic to an innocuous variant, in case declares pstat_getdynamic.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pstat_getdynamic innocuous_pstat_getdynamic
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pstat_getdynamic (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pstat_getdynamic
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char pstat_getdynamic ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub_pstat_getdynamic) || defined (__stub___pstat_getdynamic)
# | choke me
# | #else
# | char (*f) () = pstat_getdynamic;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != pstat_getdynamic;
# | ;
# | return 0;
# | }
# configure:24833: result: no
# configure:24746: checking for sched_yeeld
# configure:24803: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# /tmp/conftest-27a4d9.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `sched_yeeld'
# /tmp/conftest-27a4d9.o:(.data+0x0): undefined reference to `sched_yeeld'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:24809: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_MUTEX_THREADS
# | #define HAVE_MUTEX_PTHREAD
# | #define HAVE_MUTEX_PTHREADS
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MUNMAP 1
# | /* end confdefs.h. */
# | /* Define sched_yeeld to an innocuous variant, in case declares sched_yeeld.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define sched_yeeld innocuous_sched_yeeld
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char sched_yeeld (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef sched_yeeld
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char sched_yeeld ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub_sched_yeeld) || defined (__stub___sched_yeeld)
# | choke me
# | #else
# | char (*f) () = sched_yeeld;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != sched_yeeld;
# | ;
# | return 0;
# | }
# configure:24833: result: no
# configure:24746: checking for select
# configure:24803: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# configure:24809: $? = 0
# configure:24812: test -z || test ! -s conftest.err
# configure:24815: $? = 0
# configure:24818: test -s conftest
# configure:24821: $? = 0
# configure:24833: result: yes
# configure:24746: checking for strchr
# configure:24803: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# conftest.c:84:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:84:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:24809: $? = 0
# configure:24812: test -z || test ! -s conftest.err
# configure:24815: $? = 0
# configure:24818: test -s conftest
# configure:24821: $? = 0
# configure:24833: result: yes
# configure:24746: checking for strerror
# configure:24803: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# conftest.c:85:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:85:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:24809: $? = 0
# configure:24812: test -z || test ! -s conftest.err
# configure:24815: $? = 0
# configure:24818: test -s conftest
# configure:24821: $? = 0
# configure:24833: result: yes
# configure:24746: checking for strstr
# configure:24803: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# conftest.c:86:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:86:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:24809: $? = 0
# configure:24812: test -z || test ! -s conftest.err
# configure:24815: $? = 0
# configure:24818: test -s conftest
# configure:24821: $? = 0
# configure:24833: result: yes
# configure:24746: checking for strtol
# configure:24803: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# configure:24809: $? = 0
# configure:24812: test -z || test ! -s conftest.err
# configure:24815: $? = 0
# configure:24818: test -s conftest
# configure:24821: $? = 0
# configure:24833: result: yes
# configure:24746: checking for sysconf
# configure:24803: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# configure:24809: $? = 0
# configure:24812: test -z || test ! -s conftest.err
# configure:24815: $? = 0
# configure:24818: test -s conftest
# configure:24821: $? = 0
# configure:24833: result: yes
# configure:24746: checking for yeld
# configure:24803: clang -o conftest -D_REENTRANT conftest.c -lpthread -lz >&5
# /tmp/conftest-9ff349.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `yeld'
# /tmp/conftest-9ff349.o:(.data+0x0): undefined reference to `yeld'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:24809: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_MUTEX_THREADS
# | #define HAVE_MUTEX_PTHREAD
# | #define HAVE_MUTEX_PTHREADS
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_SYSCONF 1
# | /* end confdefs.h. */
# | /* Define yeld to an innocuous variant, in case declares yeld.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define yeld innocuous_yeld
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char yeld (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef yeld
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char yeld ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub_yeld) || defined (__stub___yeld)
# | choke me
# | #else
# | char (*f) () = yeld;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != yeld;
# | ;
# | return 0;
# | }
# configure:24833: result: no
# configure:24969: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 247a4e7cc221
#
# config.status:767: creating Makefile
# config.status:767: creating db.h
# config.status:833: creating db_config.h
# config.status:1219: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_func__doprnt=no
# ac_cv_func_closedir_void=no
# ac_cv_func_getcwd=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_getuid=yes
# ac_cv_func_lstat_dereferences_slashed_symlink=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_memcmp_working=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_munmap=yes
# ac_cv_func_pstat_getdynamic=no
# ac_cv_func_realloc_0_nonnull=yes
# ac_cv_func_sched_yeeld=no
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_stat_empty_string_bug=no
# ac_cv_func_strchr=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtol=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_vprintf=yes
# ac_cv_func_yeld=no
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stat_broken=no
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_lib_z_inflateEnd=yes
# ac_cv_member_struct_stat_st_blksize=yes
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXX=clang++
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=f95
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_f77_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_opendir='none required'
# ac_cv_type_mode_t=yes
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=none
# am_cv_CXX_dependencies_compiler_type=none
# db_cv_bigfile=yes
# db_cv_debug=no
# db_cv_debug_rop=no
# db_cv_debug_wop=no
# db_cv_diagnostic=no
# db_cv_int16=yes
# db_cv_int32=yes
# db_cv_mutex=POSIX/pthreads/library
# db_cv_posixmutexes=no
# db_cv_ssize_t=yes
# db_cv_uchar=yes
# db_cv_uimutexes=no
# db_cv_uint=yes
# db_cv_uint16=yes
# db_cv_uint32=yes
# db_cv_uint8=yes
# db_cv_ulong=yes
# db_cv_ushort=yes
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM=nm
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=32768
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
# zlib_cv_zlib_h=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/db/missing --run aclocal-1.7'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/db/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/db/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/db/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/db/missing --run automake-1.7'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=none'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS='-D_REENTRANT '
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=none'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# F77='f95'
# FFLAGS='-g -O2'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lpthread -lz '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAJOR_VERSION='3'
# MAKEINFO='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/db/missing --run makeinfo'
# MICRO_VERSION='0'
# MINOR_VERSION='2'
# OBJEXT='o'
# PACKAGE='htdig_db'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='3.2.0b6'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='f95'
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# am__fastdepCC_FALSE=''
# am__fastdepCC_TRUE='#'
# am__fastdepCXX_FALSE=''
# am__fastdepCXX_TRUE='#'
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/htdig/src/htdig-3.2.0b6/db/install-sh'
# int16_decl=''
# int32_decl=''
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='/var/lib/htdig'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# ssize_t_decl=''
# sysconfdir='${prefix}/etc'
# target_alias=''
# u_char_decl=''
# u_int16_decl=''
# u_int32_decl=''
# u_int8_decl=''
# u_int_decl=''
# u_long_decl=''
# u_short_decl=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_DIRENT_H 1
# #define HAVE_DLFCN_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_GETCWD 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_GETUID 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIBZ 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MALLOC 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MEMSET 1
# #define HAVE_MMAP 1
# #define HAVE_MUNMAP 1
# #define HAVE_MUTEX_PTHREAD
# #define HAVE_MUTEX_PTHREADS
# #define HAVE_MUTEX_THREADS
# #define HAVE_REALLOC 1
# #define HAVE_SELECT 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRCHR 1
# #define HAVE_STRERROR 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRSTR 1
# #define HAVE_STRTOL 1
# #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# #define HAVE_SYSCONF 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_VPRINTF 1
# #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 (fd_set *)
# #define SELECT_TYPE_ARG5 (struct timeval *)
# #define STDC_HEADERS 1
# #define STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int) throw ();
#
# configure: exit 0