Build of ht with clang_glibc toolchain

The build took 00h 02m 55s and was SUCCESSFUL.

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

SLOCLanguage
88,932 cpp
21,820 ansic
6,333 makefile
4,081 sh
226 lex
128 yacc
121,520 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: ht 2.1.0-5 (Thu Apr 13 16:20:31 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# *** LINUX, building POSIX version. we need (n)curses.
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for gmake... no
# checking for make... /usr/bin/make
# checking whether /usr/bin/make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# 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 clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by /usr/bin/make... GNU
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking for bison... bison -y
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking for ar... /usr/bin/ar
# checking for gar... (cached) /usr/bin/ar
# checking whether to use the included lzo compression library... no
# checking for lzo1x_1_compress in -llzo2... yes
# checking lzo/lzo1x.h usability... yes
# checking lzo/lzo1x.h presence... yes
# checking for lzo/lzo1x.h... yes
# checking for ANSI C header files... no
# checking stdlib.h usability... yes
# checking stdlib.h presence... yes
# checking for stdlib.h... yes
# checking string.h usability... yes
# checking string.h presence... yes
# checking for string.h... yes
# checking stdint.h usability... yes
# checking stdint.h presence... yes
# checking for stdint.h... yes
# checking ncurses.h usability... yes
# checking ncurses.h presence... yes
# checking for ncurses.h... yes
# checking for an ANSI C-conforming const... yes
# checking size of char... 1
# checking size of short... 2
# checking size of int... 4
# checking size of long int... 8
# checking for asinh... no
# checking for acosh... no
# checking for atanh... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating analyser/Makefile
# config.status: creating asm/Makefile
# config.status: creating doc/Makefile
# config.status: creating eval/Makefile
# config.status: creating info/Makefile
# config.status: creating io/Makefile
# config.status: creating io/posix/Makefile
# config.status: creating io/win32/Makefile
# config.status: creating minilzo/Makefile
# config.status: creating output/Makefile
# config.status: creating tools/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
#
# ./configure successful.
#
# =====================
# Configuration summary
# =====================
#
# X11 textmode support available: no
# enable profiling: no
# make a release build: yes
# using included minilzo: no
# /usr/bin/make all-recursive
# make[1]: Entering directory '/tmp/ht/src/ht-2.1.0'
# Making all in tools
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/tools'
# clang -DHAVE_CONFIG_H -I. -I.. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT bin2c.o -MD -MP -MF .deps/bin2c.Tpo -c -o bin2c.o bin2c.c
# mv -f .deps/bin2c.Tpo .deps/bin2c.Po
# clang -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o bin2c bin2c.o
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/tools'
# Making all in analyser
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/analyser'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT analy.o -MD -MP -MF .deps/analy.Tpo -c -o analy.o analy.cc
# mv -f .deps/analy.Tpo .deps/analy.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT analy_alpha.o -MD -MP -MF .deps/analy_alpha.Tpo -c -o analy_alpha.o analy_alpha.cc
# mv -f .deps/analy_alpha.Tpo .deps/analy_alpha.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT analy_names.o -MD -MP -MF .deps/analy_names.Tpo -c -o analy_names.o analy_names.cc
# mv -f .deps/analy_names.Tpo .deps/analy_names.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT analy_x86.o -MD -MP -MF .deps/analy_x86.Tpo -c -o analy_x86.o analy_x86.cc
# mv -f .deps/analy_x86.Tpo .deps/analy_x86.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT code_analy.o -MD -MP -MF .deps/code_analy.Tpo -c -o code_analy.o code_analy.cc
# mv -f .deps/code_analy.Tpo .deps/code_analy.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT data_analy.o -MD -MP -MF .deps/data_analy.Tpo -c -o data_analy.o data_analy.cc
# mv -f .deps/data_analy.Tpo .deps/data_analy.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT language.o -MD -MP -MF .deps/language.Tpo -c -o language.o language.cc
# mv -f .deps/language.Tpo .deps/language.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT pe_analy.o -MD -MP -MF .deps/pe_analy.Tpo -c -o pe_analy.o pe_analy.cc
# mv -f .deps/pe_analy.Tpo .deps/pe_analy.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT stddata.o -MD -MP -MF .deps/stddata.Tpo -c -o stddata.o stddata.cc
# mv -f .deps/stddata.Tpo .deps/stddata.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT elf_analy.o -MD -MP -MF .deps/elf_analy.Tpo -c -o elf_analy.o elf_analy.cc
# mv -f .deps/elf_analy.Tpo .deps/elf_analy.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT analy_register.o -MD -MP -MF .deps/analy_register.Tpo -c -o analy_register.o analy_register.cc
# mv -f .deps/analy_register.Tpo .deps/analy_register.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT coff_analy.o -MD -MP -MF .deps/coff_analy.Tpo -c -o coff_analy.o coff_analy.cc
# mv -f .deps/coff_analy.Tpo .deps/coff_analy.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT analy_java.o -MD -MP -MF .deps/analy_java.Tpo -c -o analy_java.o analy_java.cc
# mv -f .deps/analy_java.Tpo .deps/analy_java.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT class_analy.o -MD -MP -MF .deps/class_analy.Tpo -c -o class_analy.o class_analy.cc
# mv -f .deps/class_analy.Tpo .deps/class_analy.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT ne_analy.o -MD -MP -MF .deps/ne_analy.Tpo -c -o ne_analy.o ne_analy.cc
# mv -f .deps/ne_analy.Tpo .deps/ne_analy.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT analy_il.o -MD -MP -MF .deps/analy_il.Tpo -c -o analy_il.o analy_il.cc
# mv -f .deps/analy_il.Tpo .deps/analy_il.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT le_analy.o -MD -MP -MF .deps/le_analy.Tpo -c -o le_analy.o le_analy.cc
# mv -f .deps/le_analy.Tpo .deps/le_analy.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT analy_ppc.o -MD -MP -MF .deps/analy_ppc.Tpo -c -o analy_ppc.o analy_ppc.cc
# mv -f .deps/analy_ppc.Tpo .deps/analy_ppc.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT macho_analy.o -MD -MP -MF .deps/macho_analy.Tpo -c -o macho_analy.o macho_analy.cc
# mv -f .deps/macho_analy.Tpo .deps/macho_analy.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT flt_analy.o -MD -MP -MF .deps/flt_analy.Tpo -c -o flt_analy.o flt_analy.cc
# mv -f .deps/flt_analy.Tpo .deps/flt_analy.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT xbe_analy.o -MD -MP -MF .deps/xbe_analy.Tpo -c -o xbe_analy.o xbe_analy.cc
# mv -f .deps/xbe_analy.Tpo .deps/xbe_analy.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT pef_analy.o -MD -MP -MF .deps/pef_analy.Tpo -c -o pef_analy.o pef_analy.cc
# mv -f .deps/pef_analy.Tpo .deps/pef_analy.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT analy_arm.o -MD -MP -MF .deps/analy_arm.Tpo -c -o analy_arm.o analy_arm.cc
# mv -f .deps/analy_arm.Tpo .deps/analy_arm.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT xex_analy.o -MD -MP -MF .deps/xex_analy.Tpo -c -o xex_analy.o xex_analy.cc
# xex_analy.cc:73:7: warning: unused variable 'buffer' [-Wunused-variable]
# char buffer[1024];
# ^
# xex_analy.cc:294:6: warning: unused variable 'sec' [-Wunused-variable]
# int sec;
# ^
# 2 warnings generated.
# mv -f .deps/xex_analy.Tpo .deps/xex_analy.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT analy_avr.o -MD -MP -MF .deps/analy_avr.Tpo -c -o analy_avr.o analy_avr.cc
# mv -f .deps/analy_avr.Tpo .deps/analy_avr.Po
# rm -f libanalyser.a
# /usr/bin/ar cru libanalyser.a analy.o analy_alpha.o analy_names.o analy_x86.o code_analy.o data_analy.o language.o pe_analy.o stddata.o elf_analy.o analy_register.o coff_analy.o analy_java.o class_analy.o ne_analy.o analy_il.o le_analy.o analy_ppc.o macho_analy.o flt_analy.o xbe_analy.o pef_analy.o analy_arm.o xex_analy.o analy_avr.o
# /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libanalyser.a
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/analyser'
# Making all in asm
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/asm'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT alphadis.o -MD -MP -MF .deps/alphadis.Tpo -c -o alphadis.o alphadis.cc
# mv -f .deps/alphadis.Tpo .deps/alphadis.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT alphaopc.o -MD -MP -MF .deps/alphaopc.Tpo -c -o alphaopc.o alphaopc.cc
# mv -f .deps/alphaopc.Tpo .deps/alphaopc.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT asm.o -MD -MP -MF .deps/asm.Tpo -c -o asm.o asm.cc
# asm.cc:238:10: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
# if (imm >= 0 && imm <= 9) {
# ~~~ ^ ~
# asm.cc:267:10: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
# if (imm >= 0 && imm <= 9) {
# ~~~ ^ ~
# 2 warnings generated.
# mv -f .deps/asm.Tpo .deps/asm.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT x86asm.o -MD -MP -MF .deps/x86asm.Tpo -c -o x86asm.o x86asm.cc
# mv -f .deps/x86asm.Tpo .deps/x86asm.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT x86dis.o -MD -MP -MF .deps/x86dis.Tpo -c -o x86dis.o x86dis.cc
# x86dis.cc:1221:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
# sprintf(opstr, x86_regs[j][op->reg]);
# ^~~~~~~~~~~~~~~~~~~~
# x86dis.cc:1223:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
# sprintf(opstr, x86_64regs[j][op->reg]);
# ^~~~~~~~~~~~~~~~~~~~~~
# x86dis.cc:1229:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
# sprintf(opstr, x86_segs[op->seg]);
# ^~~~~~~~~~~~~~~~~
# 3 warnings generated.
# mv -f .deps/x86dis.Tpo .deps/x86dis.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT x86opc.o -MD -MP -MF .deps/x86opc.Tpo -c -o x86opc.o x86opc.cc
# mv -f .deps/x86opc.Tpo .deps/x86opc.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT javadis.o -MD -MP -MF .deps/javadis.Tpo -c -o javadis.o javadis.cc
# mv -f .deps/javadis.Tpo .deps/javadis.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT javaopc.o -MD -MP -MF .deps/javaopc.Tpo -c -o javaopc.o javaopc.cc
# mv -f .deps/javaopc.Tpo .deps/javaopc.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT ildis.o -MD -MP -MF .deps/ildis.Tpo -c -o ildis.o ildis.cc
# mv -f .deps/ildis.Tpo .deps/ildis.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT ilopc.o -MD -MP -MF .deps/ilopc.Tpo -c -o ilopc.o ilopc.cc
# mv -f .deps/ilopc.Tpo .deps/ilopc.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT ppcopc.o -MD -MP -MF .deps/ppcopc.Tpo -c -o ppcopc.o ppcopc.cc
# mv -f .deps/ppcopc.Tpo .deps/ppcopc.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT ppcdis.o -MD -MP -MF .deps/ppcdis.Tpo -c -o ppcdis.o ppcdis.cc
# mv -f .deps/ppcdis.Tpo .deps/ppcdis.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT armdis.o -MD -MP -MF .deps/armdis.Tpo -c -o armdis.o armdis.cc
# mv -f .deps/armdis.Tpo .deps/armdis.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT arm-dis.o -MD -MP -MF .deps/arm-dis.Tpo -c -o arm-dis.o arm-dis.cc
# arm-dis.cc:1251:34: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# if (imm & 0x40) imm |= (-1 << 7);
# ~~ ^
# 1 warning generated.
# mv -f .deps/arm-dis.Tpo .deps/arm-dis.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT avrdis.o -MD -MP -MF .deps/avrdis.Tpo -c -o avrdis.o avrdis.cc
# avrdis.cc:216:11: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (q < 0) {
# ~ ^ ~
# avrdis.cc:196:8: warning: unused variable 'need_paren' [-Wunused-variable]
# bool need_paren = false;
# ^
# 2 warnings generated.
# mv -f .deps/avrdis.Tpo .deps/avrdis.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT avropc.o -MD -MP -MF .deps/avropc.Tpo -c -o avropc.o avropc.cc
# mv -f .deps/avropc.Tpo .deps/avropc.Po
# rm -f libasm.a
# /usr/bin/ar cru libasm.a alphadis.o alphaopc.o asm.o x86asm.o x86dis.o x86opc.o javadis.o javaopc.o ildis.o ilopc.o ppcopc.o ppcdis.o armdis.o arm-dis.o avrdis.o avropc.o
# /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libasm.a
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/asm'
# Making all in doc
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/doc'
# Making all in info
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/info'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT infoview.o -MD -MP -MF .deps/infoview.Tpo -c -o infoview.o infoview.cc
# mv -f .deps/infoview.Tpo .deps/infoview.Po
# rm -f libinfo.a
# /usr/bin/ar cru libinfo.a infoview.o
# /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libinfo.a
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/info'
# Making all in io
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/io'
# Making all in posix
# make[3]: Entering directory '/tmp/ht/src/ht-2.1.0/io/posix'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT event.o -MD -MP -MF .deps/event.Tpo -c -o event.o event.cc
# mv -f .deps/event.Tpo .deps/event.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT sysfile.o -MD -MP -MF .deps/sysfile.Tpo -c -o sysfile.o sysfile.cc
# mv -f .deps/sysfile.Tpo .deps/sysfile.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT sysdisplay.o -MD -MP -MF .deps/sysdisplay.Tpo -c -o sysdisplay.o sysdisplay.cc
# sysdisplay.cc:362:13: warning: unused variable 'cm' [-Wunused-variable]
# CursorMode cm = d.getCursorMode();
# ^
# 1 warning generated.
# mv -f .deps/sysdisplay.Tpo .deps/sysdisplay.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT syskeyb.o -MD -MP -MF .deps/syskeyb.Tpo -c -o syskeyb.o syskeyb.cc
# mv -f .deps/syskeyb.Tpo .deps/syskeyb.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT sysinit.o -MD -MP -MF .deps/sysinit.Tpo -c -o sysinit.o sysinit.cc
# mv -f .deps/sysinit.Tpo .deps/sysinit.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../io -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT sysclipboard.o -MD -MP -MF .deps/sysclipboard.Tpo -c -o sysclipboard.o sysclipboard.cc
# mv -f .deps/sysclipboard.Tpo .deps/sysclipboard.Po
# rm -f libhtio.a
# /usr/bin/ar cru libhtio.a event.o sysfile.o sysdisplay.o syskeyb.o sysinit.o sysclipboard.o
# /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libhtio.a
# make[3]: Leaving directory '/tmp/ht/src/ht-2.1.0/io/posix'
# make[3]: Entering directory '/tmp/ht/src/ht-2.1.0/io'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./posix -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT display.o -MD -MP -MF .deps/display.Tpo -c -o display.o display.cc
# mv -f .deps/display.Tpo .deps/display.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./posix -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT keyb.o -MD -MP -MF .deps/keyb.Tpo -c -o keyb.o keyb.cc
# mv -f .deps/keyb.Tpo .deps/keyb.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./posix -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT sys.o -MD -MP -MF .deps/sys.Tpo -c -o sys.o sys.cc
# sys.cc:171:12: warning: function 'flatten_path' is not needed and will not be emitted [-Wunneeded-internal-declaration]
# static int flatten_path(char *path, is_path_delim delim)
# ^
# 1 warning generated.
# mv -f .deps/sys.Tpo .deps/sys.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./posix -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.o file.cc
# mv -f .deps/file.Tpo .deps/file.Po
# rm -f libcomio.a
# /usr/bin/ar cru libcomio.a display.o keyb.o sys.o file.o
# /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libcomio.a
# make[3]: Leaving directory '/tmp/ht/src/ht-2.1.0/io'
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/io'
# Making all in output
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/output'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../analyser -I../asm -I../io/posix -I../io -I../output -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT out_html.o -MD -MP -MF .deps/out_html.Tpo -c -o out_html.o out_html.cc
# mv -f .deps/out_html.Tpo .deps/out_html.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../analyser -I../asm -I../io/posix -I../io -I../output -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT out.o -MD -MP -MF .deps/out.Tpo -c -o out.o out.cc
# mv -f .deps/out.Tpo .deps/out.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../analyser -I../asm -I../io/posix -I../io -I../output -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT out_ht.o -MD -MP -MF .deps/out_ht.Tpo -c -o out_ht.o out_ht.cc
# mv -f .deps/out_ht.Tpo .deps/out_ht.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../analyser -I../asm -I../io/posix -I../io -I../output -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT out_sym.o -MD -MP -MF .deps/out_sym.Tpo -c -o out_sym.o out_sym.cc
# mv -f .deps/out_sym.Tpo .deps/out_sym.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../analyser -I../asm -I../io/posix -I../io -I../output -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT out_txt.o -MD -MP -MF .deps/out_txt.Tpo -c -o out_txt.o out_txt.cc
# mv -f .deps/out_txt.Tpo .deps/out_txt.Po
# rm -f liboutput.a
# /usr/bin/ar cru liboutput.a out_html.o out.o out_ht.o out_sym.o out_txt.o
# /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib liboutput.a
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/output'
# Making all in eval
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/eval'
# clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT evalparse.o -MD -MP -MF .deps/evalparse.Tpo -c -o evalparse.o evalparse.c
# mv -f .deps/evalparse.Tpo .deps/evalparse.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT eval.o -MD -MP -MF .deps/eval.Tpo -c -o eval.o eval.cc
# eval.cc:932:16: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
# if (p2->value >= 0 && p3->value > 0) {
# ~~~~~~~~~ ^ ~
# 1 warning generated.
# mv -f .deps/eval.Tpo .deps/eval.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT lex.o -MD -MP -MF .deps/lex.Tpo -c -o lex.o lex.c
# lex.c:1459:17: warning: unused function 'yyunput' [-Wunused-function]
# static void yyunput (int c, register char * yy_bp )
# ^
# lex.c:1500:16: warning: function 'input' is not needed and will not be emitted [-Wunneeded-internal-declaration]
# static int input (void)
# ^
# 2 warnings generated.
# mv -f .deps/lex.Tpo .deps/lex.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT evalx.o -MD -MP -MF .deps/evalx.Tpo -c -o evalx.o evalx.c
# mv -f .deps/evalx.Tpo .deps/evalx.Po
# rm -f libhteval.a
# /usr/bin/ar cru libhteval.a evalparse.o eval.o lex.o evalx.o
# /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libhteval.a
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/eval'
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0'
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT atom.o -MD -MP -MF .deps/atom.Tpo -c -o atom.o atom.cc
# mv -f .deps/atom.Tpo .deps/atom.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT except.o -MD -MP -MF .deps/except.Tpo -c -o except.o except.cc
# mv -f .deps/except.Tpo .deps/except.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT data.o -MD -MP -MF .deps/data.Tpo -c -o data.o data.cc
# mv -f .deps/data.Tpo .deps/data.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT str.o -MD -MP -MF .deps/str.Tpo -c -o str.o str.cc
# mv -f .deps/str.Tpo .deps/str.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT strtools.o -MD -MP -MF .deps/strtools.Tpo -c -o strtools.o strtools.cc
# mv -f .deps/strtools.Tpo .deps/strtools.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT endianess.o -MD -MP -MF .deps/endianess.Tpo -c -o endianess.o endianess.cc
# mv -f .deps/endianess.Tpo .deps/endianess.Po
# tools/bin2c -Nhtinfo ./doc/hthelp.info htdoc.c htdoc.h
# clang -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT htdoc.o -MD -MP -MF .deps/htdoc.Tpo -c -o htdoc.o htdoc.c
# mv -f .deps/htdoc.Tpo .deps/htdoc.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT blockop.o -MD -MP -MF .deps/blockop.Tpo -c -o blockop.o blockop.cc
# mv -f .deps/blockop.Tpo .deps/blockop.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT cstream.o -MD -MP -MF .deps/cstream.Tpo -c -o cstream.o cstream.cc
# mv -f .deps/cstream.Tpo .deps/cstream.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT formats.o -MD -MP -MF .deps/formats.Tpo -c -o formats.o formats.cc
# mv -f .deps/formats.Tpo .deps/formats.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htanaly.o -MD -MP -MF .deps/htanaly.Tpo -c -o htanaly.o htanaly.cc
# htanaly.cc:236:6: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
# if (!ht_strncmp(tmp->name, tmp2->name, slen)==0) {
# ^ ~~
# htanaly.cc:236:6: note: add parentheses after the '!' to evaluate the comparison first
# if (!ht_strncmp(tmp->name, tmp2->name, slen)==0) {
# ^
# ( )
# htanaly.cc:236:6: note: add parentheses around left hand side expression to silence this warning
# if (!ht_strncmp(tmp->name, tmp2->name, slen)==0) {
# ^
# ( )
# htanaly.cc:611:12: warning: unused function 'aviewer_func_addr' [-Wunused-function]
# static int aviewer_func_addr(eval_scalar *result, eval_str *str)
# ^
# 2 warnings generated.
# mv -f .deps/htanaly.Tpo .deps/htanaly.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htapp.o -MD -MP -MF .deps/htapp.Tpo -c -o htapp.o htapp.cc
# htapp.cc:282:7: warning: unused variable 'buflen' [-Wunused-variable]
# int buflen = ht_snprintf(buf, VFS_URL_MAX, "%s:%y", listbox->getCurProto(), &res);
# ^
# htapp.cc:769:10: warning: cast to 'void *' from smaller integer type 'uint' (aka 'unsigned int') [-Wint-to-void-pointer-cast]
# return (void*)(project->count());
# ^
# 2 warnings generated.
# mv -f .deps/htapp.Tpo .deps/htapp.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htcfg.o -MD -MP -MF .deps/htcfg.Tpo -c -o htcfg.o htcfg.cc
# mv -f .deps/htcfg.Tpo .deps/htcfg.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htclipboard.o -MD -MP -MF .deps/htclipboard.Tpo -c -o htclipboard.o htclipboard.cc
# mv -f .deps/htclipboard.Tpo .deps/htclipboard.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htcoff.o -MD -MP -MF .deps/htcoff.Tpo -c -o htcoff.o htcoff.cc
# mv -f .deps/htcoff.Tpo .deps/htcoff.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htcoffhd.o -MD -MP -MF .deps/htcoffhd.Tpo -c -o htcoffhd.o htcoffhd.cc
# mv -f .deps/htcoffhd.Tpo .deps/htcoffhd.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htctrl.o -MD -MP -MF .deps/htctrl.Tpo -c -o htctrl.o htctrl.cc
# mv -f .deps/htctrl.Tpo .deps/htctrl.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htdebug.o -MD -MP -MF .deps/htdebug.Tpo -c -o htdebug.o htdebug.cc
# mv -f .deps/htdebug.Tpo .deps/htdebug.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htdialog.o -MD -MP -MF .deps/htdialog.Tpo -c -o htdialog.o htdialog.cc
# htdialog.cc:462:10: warning: cast to 'void *' from smaller integer type 'uint' (aka 'unsigned int') [-Wint-to-void-pointer-cast]
# return (void*)(history->count());
# ^
# 1 warning generated.
# mv -f .deps/htdialog.Tpo .deps/htdialog.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htelf.o -MD -MP -MF .deps/htelf.Tpo -c -o htelf.o htelf.cc
# htelf.cc:165:26: warning: unused variable 'a' [-Wunused-variable]
# ELF_SECTION_HEADER32 a = elf_shared->sheaders.sheaders32[i];
# ^
# htelf.cc:212:25: warning: unused variable 'a' [-Wunused-variable]
# ELF_SECTION_HEADER64 a = elf_shared->sheaders.sheaders64[i];
# ^
# 2 warnings generated.
# mv -f .deps/htelf.Tpo .deps/htelf.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htelfhd.o -MD -MP -MF .deps/htelfhd.Tpo -c -o htelfhd.o htelfhd.cc
# mv -f .deps/htelfhd.Tpo .deps/htelfhd.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htelfimg.o -MD -MP -MF .deps/htelfimg.Tpo -c -o htelfimg.o htelfimg.cc
# mv -f .deps/htelfimg.Tpo .deps/htelfimg.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htelfphs.o -MD -MP -MF .deps/htelfphs.Tpo -c -o htelfphs.o htelfphs.cc
# mv -f .deps/htelfphs.Tpo .deps/htelfphs.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htelfshs.o -MD -MP -MF .deps/htelfshs.Tpo -c -o htelfshs.o htelfshs.cc
# mv -f .deps/htelfshs.Tpo .deps/htelfshs.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htelfsym.o -MD -MP -MF .deps/htelfsym.Tpo -c -o htelfsym.o htelfsym.cc
# mv -f .deps/htelfsym.Tpo .deps/htelfsym.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htelfrel.o -MD -MP -MF .deps/htelfrel.Tpo -c -o htelfrel.o htelfrel.cc
# mv -f .deps/htelfrel.Tpo .deps/htelfrel.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htfinfo.o -MD -MP -MF .deps/htfinfo.Tpo -c -o htfinfo.o htfinfo.cc
# mv -f .deps/htfinfo.Tpo .deps/htfinfo.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htformat.o -MD -MP -MF .deps/htformat.Tpo -c -o htformat.o htformat.cc
# htformat.cc:793:31: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# if (!goto_offset(s->offset, this)) return false;
# ~~~~~~~~~~~ ^~~~
# htformat.cc:799:27: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# return goto_pos(s->pos, this);
# ~~~~~~~~ ^~~~
# htformat.cc:2737:56: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# if (string_to_pos(addrstr, &pos) && goto_pos(pos, this)) {
# ~~~~~~~~ ^~~~
# htformat.cc:4449:11: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
# if (Disp >= 0 && Disp < line_length) {
# ~~~~ ^ ~
# 4 warnings generated.
# mv -f .deps/htformat.Tpo .deps/htformat.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT hthex.o -MD -MP -MF .deps/hthex.Tpo -c -o hthex.o hthex.cc
# hthex.cc:133:63: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# if (ofs != -1ULL && offset_to_pos(ofs, &p) && goto_pos(p, this)) {
# ~~~~~~~~ ^~~~
# hthex.cc:154:63: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# if (ofs != -1ULL && offset_to_pos(ofs, &p) && goto_pos(p, this)) {
# ~~~~~~~~ ^~~~
# 2 warnings generated.
# mv -f .deps/hthex.Tpo .deps/hthex.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT hthist.o -MD -MP -MF .deps/hthist.Tpo -c -o hthist.o hthist.cc
# mv -f .deps/hthist.Tpo .deps/hthist.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htidle.o -MD -MP -MF .deps/htidle.Tpo -c -o htidle.o htidle.cc
# mv -f .deps/htidle.Tpo .deps/htidle.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htiobox.o -MD -MP -MF .deps/htiobox.Tpo -c -o htiobox.o htiobox.cc
# mv -f .deps/htiobox.Tpo .deps/htiobox.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htle.o -MD -MP -MF .deps/htle.Tpo -c -o htle.o htle.cc
# mv -f .deps/htle.Tpo .deps/htle.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htleent.o -MD -MP -MF .deps/htleent.Tpo -c -o htleent.o htleent.cc
# mv -f .deps/htleent.Tpo .deps/htleent.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htlehead.o -MD -MP -MF .deps/htlehead.Tpo -c -o htlehead.o htlehead.cc
# mv -f .deps/htlehead.Tpo .deps/htlehead.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htleimg.o -MD -MP -MF .deps/htleimg.Tpo -c -o htleimg.o htleimg.cc
# mv -f .deps/htleimg.Tpo .deps/htleimg.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htleobj.o -MD -MP -MF .deps/htleobj.Tpo -c -o htleobj.o htleobj.cc
# mv -f .deps/htleobj.Tpo .deps/htleobj.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htlepage.o -MD -MP -MF .deps/htlepage.Tpo -c -o htlepage.o htlepage.cc
# mv -f .deps/htlepage.Tpo .deps/htlepage.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htmenu.o -MD -MP -MF .deps/htmenu.Tpo -c -o htmenu.o htmenu.cc
# mv -f .deps/htmenu.Tpo .deps/htmenu.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htmz.o -MD -MP -MF .deps/htmz.Tpo -c -o htmz.o htmz.cc
# mv -f .deps/htmz.Tpo .deps/htmz.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htmzhead.o -MD -MP -MF .deps/htmzhead.Tpo -c -o htmzhead.o htmzhead.cc
# mv -f .deps/htmzhead.Tpo .deps/htmzhead.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htmzimg.o -MD -MP -MF .deps/htmzimg.Tpo -c -o htmzimg.o htmzimg.cc
# mv -f .deps/htmzimg.Tpo .deps/htmzimg.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htmzrel.o -MD -MP -MF .deps/htmzrel.Tpo -c -o htmzrel.o htmzrel.cc
# htmzrel.cc:28:12: warning: unused function 'htmzrel_detect' [-Wunused-function]
# static int htmzrel_detect(File *file)
# ^
# htmzrel.cc:36:17: warning: unused function 'htmzrel_init' [-Wunused-function]
# static ht_view *htmzrel_init(Bounds *b, File *file, ht_format_group *group)
# ^
# 2 warnings generated.
# mv -f .deps/htmzrel.Tpo .deps/htmzrel.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htne.o -MD -MP -MF .deps/htne.Tpo -c -o htne.o htne.cc
# htne.cc:331:92: warning: implicit conversion from 'unsigned int' to 'uint16' (aka 'unsigned short') changes value from 3405691582 to 47806 [-Wconstant-conversion]
# if (!relocate_single(rf, i, seg_ofs + reloc.src_ofs, reloc.type, reloc.flags, 0xdead, 0xcafebabe)) return false;
# ~~~~~~~~~~~~~~~ ^~~~~~~~~~
# 1 warning generated.
# mv -f .deps/htne.Tpo .deps/htne.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htneent.o -MD -MP -MF .deps/htneent.Tpo -c -o htneent.o htneent.cc
# mv -f .deps/htneent.Tpo .deps/htneent.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htnehead.o -MD -MP -MF .deps/htnehead.Tpo -c -o htnehead.o htnehead.cc
# mv -f .deps/htnehead.Tpo .deps/htnehead.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htnenms.o -MD -MP -MF .deps/htnenms.Tpo -c -o htnenms.o htnenms.cc
# mv -f .deps/htnenms.Tpo .deps/htnenms.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htneobj.o -MD -MP -MF .deps/htneobj.Tpo -c -o htneobj.o htneobj.cc
# mv -f .deps/htneobj.Tpo .deps/htneobj.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htnewexe.o -MD -MP -MF .deps/htnewexe.Tpo -c -o htnewexe.o htnewexe.cc
# mv -f .deps/htnewexe.Tpo .deps/htnewexe.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htobj.o -MD -MP -MF .deps/htobj.Tpo -c -o htobj.o htobj.cc
# mv -f .deps/htobj.Tpo .deps/htobj.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htpal.o -MD -MP -MF .deps/htpal.Tpo -c -o htpal.o htpal.cc
# htpal.cc:308:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
# p += sprintf(p, text);
# ^~~~
# 1 warning generated.
# mv -f .deps/htpal.Tpo .deps/htpal.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htpe.o -MD -MP -MF .deps/htpe.Tpo -c -o htpe.o htpe.cc
# mv -f .deps/htpe.Tpo .deps/htpe.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htpedimp.o -MD -MP -MF .deps/htpedimp.Tpo -c -o htpedimp.o htpedimp.cc
# mv -f .deps/htpedimp.Tpo .deps/htpedimp.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htpeexp.o -MD -MP -MF .deps/htpeexp.Tpo -c -o htpeexp.o htpeexp.cc
# mv -f .deps/htpeexp.Tpo .deps/htpeexp.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htpehead.o -MD -MP -MF .deps/htpehead.Tpo -c -o htpehead.o htpehead.cc
# mv -f .deps/htpehead.Tpo .deps/htpehead.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htpeimg.o -MD -MP -MF .deps/htpeimg.Tpo -c -o htpeimg.o htpeimg.cc
# htpeimg.cc:141:8: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
# if (i >= 0 && i < aviewer->pe_shared->sections.section_count) {
# ~ ^ ~
# 1 warning generated.
# mv -f .deps/htpeimg.Tpo .deps/htpeimg.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htpeimp.o -MD -MP -MF .deps/htpeimp.Tpo -c -o htpeimp.o htpeimp.cc
# mv -f .deps/htpeimp.Tpo .deps/htpeimp.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htperes.o -MD -MP -MF .deps/htperes.Tpo -c -o htperes.o htperes.cc
# mv -f .deps/htperes.Tpo .deps/htperes.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htpereloc.o -MD -MP -MF .deps/htpereloc.Tpo -c -o htpereloc.o htpereloc.cc
# mv -f .deps/htpereloc.Tpo .deps/htpereloc.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htreg.o -MD -MP -MF .deps/htreg.Tpo -c -o htreg.o htreg.cc
# mv -f .deps/htreg.Tpo .deps/htreg.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htsearch.o -MD -MP -MF .deps/htsearch.Tpo -c -o htsearch.o htsearch.cc
# mv -f .deps/htsearch.Tpo .deps/htsearch.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT httag.o -MD -MP -MF .deps/httag.Tpo -c -o httag.o httag.cc
# mv -f .deps/httag.Tpo .deps/httag.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT httree.o -MD -MP -MF .deps/httree.Tpo -c -o httree.o httree.cc
# mv -f .deps/httree.Tpo .deps/httree.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc
# mv -f .deps/main.Tpo .deps/main.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT store.o -MD -MP -MF .deps/store.Tpo -c -o store.o store.cc
# mv -f .deps/store.Tpo .deps/store.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT stream.o -MD -MP -MF .deps/stream.Tpo -c -o stream.o stream.cc
# mv -f .deps/stream.Tpo .deps/stream.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT tools.o -MD -MP -MF .deps/tools.Tpo -c -o tools.o tools.cc
# mv -f .deps/tools.Tpo .deps/tools.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT vxd.o -MD -MP -MF .deps/vxd.Tpo -c -o vxd.o vxd.cc
# mv -f .deps/vxd.Tpo .deps/vxd.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT vxdserv.o -MD -MP -MF .deps/vxdserv.Tpo -c -o vxdserv.o vxdserv.cc
# mv -f .deps/vxdserv.Tpo .deps/vxdserv.Po
# clang -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT cplus-dem.o -MD -MP -MF .deps/cplus-dem.Tpo -c -o cplus-dem.o cplus-dem.c
# cplus-dem.c:953:1: warning: unused function 'grow_vect' [-Wunused-function]
# grow_vect (char **old_vect, size_t *size, size_t min_size, int element_size)
# ^
# 1 warning generated.
# mv -f .deps/cplus-dem.Tpo .deps/cplus-dem.Po
# clang -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT regex.o -MD -MP -MF .deps/regex.Tpo -c -o regex.o regex.c
# regex.c:2193:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
# else
# ^
# regex.c:2213:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
# else
# ^
# 2 warnings generated.
# mv -f .deps/regex.Tpo .deps/regex.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT syntax.o -MD -MP -MF .deps/syntax.Tpo -c -o syntax.o syntax.cc
# mv -f .deps/syntax.Tpo .deps/syntax.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT textfile.o -MD -MP -MF .deps/textfile.Tpo -c -o textfile.o textfile.cc
# mv -f .deps/textfile.Tpo .deps/textfile.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT textedit.o -MD -MP -MF .deps/textedit.Tpo -c -o textedit.o textedit.cc
# In file included from textedit.cc:31:
# ./textedit.h:208:18: warning: private field 'cpos' is not used [-Wunused-private-field]
# text_viewer_pos cpos;
# ^
# 1 warning generated.
# mv -f .deps/textedit.Tpo .deps/textedit.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT classread.o -MD -MP -MF .deps/classread.Tpo -c -o classread.o classread.cc
# mv -f .deps/classread.Tpo .deps/classread.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT classview.o -MD -MP -MF .deps/classview.Tpo -c -o classview.o classview.cc
# mv -f .deps/classview.Tpo .deps/classview.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT httext.o -MD -MP -MF .deps/httext.Tpo -c -o httext.o httext.cc
# mv -f .deps/httext.Tpo .deps/httext.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT hteval.o -MD -MP -MF .deps/hteval.Tpo -c -o hteval.o hteval.cc
# mv -f .deps/hteval.Tpo .deps/hteval.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT relfile.o -MD -MP -MF .deps/relfile.Tpo -c -o relfile.o relfile.cc
# relfile.cc:166:51: warning: if statement has empty body [-Wempty-body]
# if (!reloc_unapply(kv->mValue, b)) /*return 0*/;
# ^
# relfile.cc:166:51: note: put the semicolon on a separate line to silence this warning
# 1 warning generated.
# mv -f .deps/relfile.Tpo .deps/relfile.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htprocess.o -MD -MP -MF .deps/htprocess.Tpo -c -o htprocess.o htprocess.cc
# mv -f .deps/htprocess.Tpo .deps/htprocess.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT mfile.o -MD -MP -MF .deps/mfile.Tpo -c -o mfile.o mfile.cc
# mfile.cc:622:7: warning: unused variable 'a' [-Wunused-variable]
# int a = 1;
# ^
# 1 warning generated.
# mv -f .deps/mfile.Tpo .deps/mfile.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT elfstruc.o -MD -MP -MF .deps/elfstruc.Tpo -c -o elfstruc.o elfstruc.cc
# elfstruc.cc:110:13: warning: unused variable 'ELF_NHEADER32_struct' [-Wunused-variable]
# static byte ELF_NHEADER32_struct[] = {
# ^
# 1 warning generated.
# mv -f .deps/elfstruc.Tpo .deps/elfstruc.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT pestruct.o -MD -MP -MF .deps/pestruct.Tpo -c -o pestruct.o pestruct.cc
# mv -f .deps/pestruct.Tpo .deps/pestruct.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT coff_s.o -MD -MP -MF .deps/coff_s.Tpo -c -o coff_s.o coff_s.cc
# mv -f .deps/coff_s.Tpo .deps/coff_s.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT mzstruct.o -MD -MP -MF .deps/mzstruct.Tpo -c -o mzstruct.o mzstruct.cc
# mv -f .deps/mzstruct.Tpo .deps/mzstruct.Po
# clang -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT defreg.o -MD -MP -MF .deps/defreg.Tpo -c -o defreg.o defreg.c
# mv -f .deps/defreg.Tpo .deps/defreg.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htdisasm.o -MD -MP -MF .deps/htdisasm.Tpo -c -o htdisasm.o htdisasm.cc
# mv -f .deps/htdisasm.Tpo .deps/htdisasm.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htcoffimg.o -MD -MP -MF .deps/htcoffimg.Tpo -c -o htcoffimg.o htcoffimg.cc
# mv -f .deps/htcoffimg.Tpo .deps/htcoffimg.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT nestruct.o -MD -MP -MF .deps/nestruct.Tpo -c -o nestruct.o nestruct.cc
# mv -f .deps/nestruct.Tpo .deps/nestruct.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htneimg.o -MD -MP -MF .deps/htneimg.Tpo -c -o htneimg.o htneimg.cc
# mv -f .deps/htneimg.Tpo .deps/htneimg.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htneimp.o -MD -MP -MF .deps/htneimp.Tpo -c -o htneimp.o htneimp.cc
# mv -f .deps/htneimp.Tpo .deps/htneimp.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT cmds.o -MD -MP -MF .deps/cmds.Tpo -c -o cmds.o cmds.cc
# mv -f .deps/cmds.Tpo .deps/cmds.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT snprintf.o -MD -MP -MF .deps/snprintf.Tpo -c -o snprintf.o snprintf.cc
# mv -f .deps/snprintf.Tpo .deps/snprintf.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htpeil.o -MD -MP -MF .deps/htpeil.Tpo -c -o htpeil.o htpeil.cc
# htpeil.cc:65:23: warning: unused variable 'metadata_section' [-Wunused-variable]
# static ht_mask_ptable metadata_section[] = {
# ^
# 1 warning generated.
# mv -f .deps/htpeil.Tpo .deps/htpeil.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT ilstruct.o -MD -MP -MF .deps/ilstruct.Tpo -c -o ilstruct.o ilstruct.cc
# mv -f .deps/ilstruct.Tpo .deps/ilstruct.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.cc
# mv -f .deps/log.Tpo .deps/log.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT classimg.o -MD -MP -MF .deps/classimg.Tpo -c -o classimg.o classimg.cc
# mv -f .deps/classimg.Tpo .deps/classimg.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT vfs.o -MD -MP -MF .deps/vfs.Tpo -c -o vfs.o vfs.cc
# mv -f .deps/vfs.Tpo .deps/vfs.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT vfsview.o -MD -MP -MF .deps/vfsview.Tpo -c -o vfsview.o vfsview.cc
# mv -f .deps/vfsview.Tpo .deps/vfsview.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htlevxd.o -MD -MP -MF .deps/htlevxd.Tpo -c -o htlevxd.o htlevxd.cc
# mv -f .deps/htlevxd.Tpo .deps/htlevxd.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT lestruct.o -MD -MP -MF .deps/lestruct.Tpo -c -o lestruct.o lestruct.cc
# mv -f .deps/lestruct.Tpo .deps/lestruct.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htmacho.o -MD -MP -MF .deps/htmacho.Tpo -c -o htmacho.o htmacho.cc
# mv -f .deps/htmacho.Tpo .deps/htmacho.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htmachohd.o -MD -MP -MF .deps/htmachohd.Tpo -c -o htmachohd.o htmachohd.cc
# mv -f .deps/htmachohd.Tpo .deps/htmachohd.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT machostruc.o -MD -MP -MF .deps/machostruc.Tpo -c -o machostruc.o machostruc.cc
# mv -f .deps/machostruc.Tpo .deps/machostruc.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htmachoimg.o -MD -MP -MF .deps/htmachoimg.Tpo -c -o htmachoimg.o htmachoimg.cc
# mv -f .deps/htmachoimg.Tpo .deps/htmachoimg.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT fltstruc.o -MD -MP -MF .deps/fltstruc.Tpo -c -o fltstruc.o fltstruc.cc
# mv -f .deps/fltstruc.Tpo .deps/fltstruc.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htflt.o -MD -MP -MF .deps/htflt.Tpo -c -o htflt.o htflt.cc
# mv -f .deps/htflt.Tpo .deps/htflt.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htflthd.o -MD -MP -MF .deps/htflthd.Tpo -c -o htflthd.o htflthd.cc
# mv -f .deps/htflthd.Tpo .deps/htflthd.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htfltimg.o -MD -MP -MF .deps/htfltimg.Tpo -c -o htfltimg.o htfltimg.cc
# mv -f .deps/htfltimg.Tpo .deps/htfltimg.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT xbestruct.o -MD -MP -MF .deps/xbestruct.Tpo -c -o xbestruct.o xbestruct.cc
# mv -f .deps/xbestruct.Tpo .deps/xbestruct.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htxbehead.o -MD -MP -MF .deps/htxbehead.Tpo -c -o htxbehead.o htxbehead.cc
# htxbehead.cc:270:11: warning: cast to 'char *' from smaller integer type 'uint32' (aka 'unsigned int') [-Wint-to-pointer-cast]
# name = (char *)xbe_shared->sections.sections[i].section_name_address;
# ^
# 1 warning generated.
# mv -f .deps/htxbehead.Tpo .deps/htxbehead.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htxbe.o -MD -MP -MF .deps/htxbe.Tpo -c -o htxbe.o htxbe.cc
# htxbe.cc:300:24: warning: cast to 'char *' from smaller integer type 'uint32' (aka 'unsigned int') [-Wint-to-pointer-cast]
# if (ht_strncmp(name, (char *)s->section_name_address, slen) == 0) {
# ^
# 1 warning generated.
# mv -f .deps/htxbe.Tpo .deps/htxbe.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htxbeimg.o -MD -MP -MF .deps/htxbeimg.Tpo -c -o htxbeimg.o htxbeimg.cc
# mv -f .deps/htxbeimg.Tpo .deps/htxbeimg.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htxbeimp.o -MD -MP -MF .deps/htxbeimp.Tpo -c -o htxbeimp.o htxbeimp.cc
# mv -f .deps/htxbeimp.Tpo .deps/htxbeimp.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT pefstruc.o -MD -MP -MF .deps/pefstruc.Tpo -c -o pefstruc.o pefstruc.cc
# mv -f .deps/pefstruc.Tpo .deps/pefstruc.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htpef.o -MD -MP -MF .deps/htpef.Tpo -c -o htpef.o htpef.cc
# mv -f .deps/htpef.Tpo .deps/htpef.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htpefhd.o -MD -MP -MF .deps/htpefhd.Tpo -c -o htpefhd.o htpefhd.cc
# mv -f .deps/htpefhd.Tpo .deps/htpefhd.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htpefimg.o -MD -MP -MF .deps/htpefimg.Tpo -c -o htpefimg.o htpefimg.cc
# mv -f .deps/htpefimg.Tpo .deps/htpefimg.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htpefimp.o -MD -MP -MF .deps/htpefimp.Tpo -c -o htpefimp.o htpefimp.cc
# htpefimp.cc:139:1: warning: unused label 'pef_read_error' [-Wunused-label]
# pef_read_error:
# ^~~~~~~~~~~~~~~
# 1 warning generated.
# mv -f .deps/htpefimp.Tpo .deps/htpefimp.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htxex.o -MD -MP -MF .deps/htxex.Tpo -c -o htxex.o htxex.cc
# mv -f .deps/htxex.Tpo .deps/htxex.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htxexhead.o -MD -MP -MF .deps/htxexhead.Tpo -c -o htxexhead.o htxexhead.cc
# htxexhead.cc:40:23: warning: unused variable 'xbe_init_flags' [-Wunused-variable]
# static ht_tag_flags_s xbe_init_flags[] =
# ^
# 1 warning generated.
# mv -f .deps/htxexhead.Tpo .deps/htxexhead.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT xexstruct.o -MD -MP -MF .deps/xexstruct.Tpo -c -o xexstruct.o xexstruct.cc
# mv -f .deps/xexstruct.Tpo .deps/xexstruct.Po
# clang -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT cp-demangle.o -MD -MP -MF .deps/cp-demangle.Tpo -c -o cp-demangle.o cp-demangle.c
# mv -f .deps/cp-demangle.Tpo .deps/cp-demangle.Po
# clang++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT htxeximg.o -MD -MP -MF .deps/htxeximg.Tpo -c -o htxeximg.o htxeximg.cc
# mv -f .deps/htxeximg.Tpo .deps/htxeximg.Po
# clang++ -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -o ht atom.o except.o data.o str.o strtools.o endianess.o htdoc.o blockop.o cstream.o formats.o htanaly.o htapp.o htcfg.o htclipboard.o htcoff.o htcoffhd.o htctrl.o htdebug.o htdialog.o htelf.o htelfhd.o htelfimg.o htelfphs.o htelfshs.o htelfsym.o htelfrel.o htfinfo.o htformat.o hthex.o hthist.o htidle.o htiobox.o htle.o htleent.o htlehead.o htleimg.o htleobj.o htlepage.o htmenu.o htmz.o htmzhead.o htmzimg.o htmzrel.o htne.o htneent.o htnehead.o htnenms.o htneobj.o htnewexe.o htobj.o htpal.o htpe.o htpedimp.o htpeexp.o htpehead.o htpeimg.o htpeimp.o htperes.o htpereloc.o htreg.o htsearch.o httag.o httree.o main.o store.o stream.o tools.o vxd.o vxdserv.o cplus-dem.o regex.o syntax.o textfile.o textedit.o classread.o classview.o httext.o hteval.o relfile.o htprocess.o mfile.o elfstruc.o pestruct.o coff_s.o mzstruct.o defreg.o htdisasm.o htcoffimg.o nestruct.o htneimg.o htneimp.o cmds.o snprintf.o htpeil.o ilstruct.o log.o classimg.o vfs.o vfsview.o htlevxd.o lestruct.o htmacho.o htmachohd.o machostruc.o htmachoimg.o fltstruc.o htflt.o htflthd.o htfltimg.o xbestruct.o htxbehead.o htxbe.o htxbeimg.o htxbeimp.o pefstruc.o htpef.o htpefhd.o htpefimg.o htpefimp.o htxex.o htxexhead.o xexstruct.o cp-demangle.o htxeximg.o analyser/libanalyser.a asm/libasm.a info/libinfo.a io/posix/libhtio.a output/liboutput.a io/libcomio.a eval/libhteval.a -lncurses -llzo2
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0'
# make[1]: Leaving directory '/tmp/ht/src/ht-2.1.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in tools
# make[1]: Entering directory '/tmp/ht/src/ht-2.1.0/tools'
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/tools'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/tools'
# make[1]: Leaving directory '/tmp/ht/src/ht-2.1.0/tools'
# Making install in analyser
# make[1]: Entering directory '/tmp/ht/src/ht-2.1.0/analyser'
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/analyser'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/analyser'
# make[1]: Leaving directory '/tmp/ht/src/ht-2.1.0/analyser'
# Making install in asm
# make[1]: Entering directory '/tmp/ht/src/ht-2.1.0/asm'
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/asm'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/asm'
# make[1]: Leaving directory '/tmp/ht/src/ht-2.1.0/asm'
# Making install in doc
# make[1]: Entering directory '/tmp/ht/src/ht-2.1.0/doc'
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/doc'
# make[1]: Leaving directory '/tmp/ht/src/ht-2.1.0/doc'
# Making install in info
# make[1]: Entering directory '/tmp/ht/src/ht-2.1.0/info'
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -I../eval -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -MT infoview.o -MD -MP -MF .deps/infoview.Tpo -c -o infoview.o infoview.cc
# mv -f .deps/infoview.Tpo .deps/infoview.Po
# rm -f libinfo.a
# /usr/bin/ar cru libinfo.a infoview.o
# /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libinfo.a
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/info'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/info'
# make[1]: Leaving directory '/tmp/ht/src/ht-2.1.0/info'
# Making install in io
# make[1]: Entering directory '/tmp/ht/src/ht-2.1.0/io'
# Making install in posix
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/io/posix'
# make[3]: Entering directory '/tmp/ht/src/ht-2.1.0/io/posix'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ht/src/ht-2.1.0/io/posix'
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/io/posix'
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/io'
# make[3]: Entering directory '/tmp/ht/src/ht-2.1.0/io'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ht/src/ht-2.1.0/io'
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/io'
# make[1]: Leaving directory '/tmp/ht/src/ht-2.1.0/io'
# Making install in output
# make[1]: Entering directory '/tmp/ht/src/ht-2.1.0/output'
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/output'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/output'
# make[1]: Leaving directory '/tmp/ht/src/ht-2.1.0/output'
# Making install in eval
# make[1]: Entering directory '/tmp/ht/src/ht-2.1.0/eval'
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0/eval'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0/eval'
# make[1]: Leaving directory '/tmp/ht/src/ht-2.1.0/eval'
# make[1]: Entering directory '/tmp/ht/src/ht-2.1.0'
# clang++ -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor -o ht atom.o except.o data.o str.o strtools.o endianess.o htdoc.o blockop.o cstream.o formats.o htanaly.o htapp.o htcfg.o htclipboard.o htcoff.o htcoffhd.o htctrl.o htdebug.o htdialog.o htelf.o htelfhd.o htelfimg.o htelfphs.o htelfshs.o htelfsym.o htelfrel.o htfinfo.o htformat.o hthex.o hthist.o htidle.o htiobox.o htle.o htleent.o htlehead.o htleimg.o htleobj.o htlepage.o htmenu.o htmz.o htmzhead.o htmzimg.o htmzrel.o htne.o htneent.o htnehead.o htnenms.o htneobj.o htnewexe.o htobj.o htpal.o htpe.o htpedimp.o htpeexp.o htpehead.o htpeimg.o htpeimp.o htperes.o htpereloc.o htreg.o htsearch.o httag.o httree.o main.o store.o stream.o tools.o vxd.o vxdserv.o cplus-dem.o regex.o syntax.o textfile.o textedit.o classread.o classview.o httext.o hteval.o relfile.o htprocess.o mfile.o elfstruc.o pestruct.o coff_s.o mzstruct.o defreg.o htdisasm.o htcoffimg.o nestruct.o htneimg.o htneimp.o cmds.o snprintf.o htpeil.o ilstruct.o log.o classimg.o vfs.o vfsview.o htlevxd.o lestruct.o htmacho.o htmachohd.o machostruc.o htmachoimg.o fltstruc.o htflt.o htflthd.o htfltimg.o xbestruct.o htxbehead.o htxbe.o htxbeimg.o htxbeimp.o pefstruc.o htpef.o htpefhd.o htpefimg.o htpefimp.o htxex.o htxexhead.o xexstruct.o cp-demangle.o htxeximg.o analyser/libanalyser.a asm/libasm.a info/libinfo.a io/posix/libhtio.a output/liboutput.a io/libcomio.a eval/libhteval.a -lncurses -llzo2
# make[2]: Entering directory '/tmp/ht/src/ht-2.1.0'
# /usr/bin/mkdir -p '/tmp/ht/pkg/ht/usr/bin'
# /usr/bin/install -c ht '/tmp/ht/pkg/ht/usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ht/src/ht-2.1.0'
# make[1]: Leaving directory '/tmp/ht/src/ht-2.1.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "ht"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: ht 2.1.0-5 (Thu Apr 13 16:22:22 UTC 2017)

CMD: pacman --query --file ht-2.1.0-5-x86_64.pkg.tar.xz
# ht 2.1.0-5

Creating hybrid package for 'ht'

Trying to find vanilla package 'ht'...

CMD: pacman --query --file /mirror/perl-io-html-1.001-1.pkg.tar.xz
# perl-io-html 1.001-1

CMD: pacman --query --file /mirror/perl-net-http-6.09-1.pkg.tar.xz
# perl-net-http 6.09-1

CMD: pacman --query --file /mirror/httpbin-0.4.1-1.pkg.tar.xz
# httpbin 0.4.1-1

CMD: pacman --query --file /mirror/haskell-http-conduit-2.1.11-2.pkg.tar.xz
# haskell-http-conduit 2.1.11-2

CMD: pacman --query --file /mirror/httping-2.4-4.pkg.tar.xz
# httping 2.4-4

CMD: pacman --query --file /mirror/haskell-blaze-html-0.8.1.1-7.pkg.tar.xz
# haskell-blaze-html 0.8.1.1-7

CMD: pacman --query --file /mirror/httptunnel-3.3-5.pkg.tar.xz
# httptunnel 3.3-5

CMD: pacman --query --file /mirror/perl-poe-component-client-http-0.949-1.pkg.tar.xz
# perl-poe-component-client-http 0.949-1

CMD: pacman --query --file /mirror/liblightdm-qt4-1:1.18.2-2.pkg.tar.xz
# liblightdm-qt4 1:1.18.2-2

CMD: pacman --query --file /mirror/python2-http-parser-0.8.3-1.pkg.tar.xz
# python2-http-parser 0.8.3-1

CMD: pacman --query --file /mirror/htdig-3.2.0b6-11.pkg.tar.xz
# htdig 3.2.0b6-11

CMD: pacman --query --file /mirror/httpie-0.9.3-1.pkg.tar.xz
# httpie 0.9.3-1

CMD: pacman --query --file /mirror/httperf-0.9.0-7.pkg.tar.xz
# httperf 0.9.0-7

CMD: pacman --query --file /mirror/haskell-pcre-light-0.4.0.4-2.pkg.tar.xz
# haskell-pcre-light 0.4.0.4-2

CMD: pacman --query --file /mirror/gtk-chtheme-0.3.1-8.pkg.tar.xz
# gtk-chtheme 0.3.1-8

CMD: pacman --query --file /mirror/ht-2.1.0-5.pkg.tar.xz
# ht 2.1.0-5

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/hte
# /usr/share/doc/ht/ht.html
# /usr/share/doc/ht/README
# /usr/share/info/hthelp.info.gz
# /usr/share/info/ht.info.gz

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf ht.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/ht.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ht.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/ht.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/ht/src/ht-2.1.0/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 ht configure 2.1.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --disable-x11-textmode --enable-release --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 45a0b03098bc
# 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
# /usr/bin/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:2468: checking build system type
# configure:2482: result: x86_64-unknown-linux-gnu
# configure:2502: checking host system type
# configure:2515: result: x86_64-unknown-linux-gnu
# configure:2535: checking target system type
# configure:2548: result: x86_64-unknown-linux-gnu
# configure:2633: checking for a BSD-compatible install
# configure:2701: result: /usr/bin/install -c
# configure:2712: checking whether build environment is sane
# configure:2767: result: yes
# configure:2826: checking for x86_64-unknown-linux-strip
# configure:2856: result: no
# configure:2866: checking for strip
# configure:2882: found /usr/bin/strip
# configure:2893: result: strip
# configure:2918: checking for a thread-safe mkdir -p
# configure:2957: result: /usr/bin/mkdir -p
# configure:2964: checking for gawk
# configure:2980: found /usr/bin/gawk
# configure:2991: result: gawk
# configure:3002: checking whether make sets $(MAKE)
# configure:3024: result: yes
# configure:3053: checking whether make supports nested variables
# configure:3070: result: yes
# configure:3283: checking for x86_64-unknown-linux-ranlib
# configure:3313: result: no
# configure:3323: checking for ranlib
# configure:3339: found /usr/bin/ranlib
# configure:3350: result: ranlib
# configure:3376: checking for gmake
# configure:3409: result: no
# configure:3376: checking for make
# configure:3394: found /usr/bin/make
# configure:3406: result: /usr/bin/make
# configure:3418: checking whether /usr/bin/make sets $(MAKE)
# configure:3440: result: yes
# configure:3457: checking for x86_64-unknown-linux-gcc
# configure:3484: result: clang
# configure:3753: checking for C compiler version
# configure:3762: 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:3773: $? = 0
# configure:3762: 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
# ... rest of stderr output deleted ...
# configure:3773: $? = 0
# configure:3762: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3773: $? = 1
# configure:3762: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3773: $? = 1
# configure:3793: checking whether the C compiler works
# configure:3815: clang -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:3819: $? = 0
# configure:3867: result: yes
# configure:3870: checking for C compiler default output file name
# configure:3872: result: a.out
# configure:3878: checking for suffix of executables
# configure:3885: clang -o conftest -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:3889: $? = 0
# configure:3911: result:
# configure:3933: checking whether we are cross compiling
# configure:3941: clang -o conftest -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:3945: $? = 0
# configure:3952: ./conftest
# configure:3956: $? = 0
# configure:3971: result: no
# configure:3976: checking for suffix of object files
# configure:3998: clang -c -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:4002: $? = 0
# configure:4023: result: o
# configure:4027: checking whether we are using the GNU C compiler
# configure:4046: clang -c -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:4046: $? = 0
# configure:4055: result: yes
# configure:4064: checking whether clang accepts -g
# configure:4084: clang -c -g conftest.c >&5
# configure:4084: $? = 0
# configure:4125: result: yes
# configure:4142: checking for clang option to accept ISO C89
# configure:4205: clang -c -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:4205: $? = 0
# configure:4218: result: none needed
# configure:4243: checking whether clang understands -c and -o together
# configure:4265: clang -c conftest.c -o conftest2.o
# configure:4268: $? = 0
# configure:4265: clang -c conftest.c -o conftest2.o
# configure:4268: $? = 0
# configure:4280: result: yes
# configure:4308: checking for style of include used by /usr/bin/make
# configure:4336: result: GNU
# configure:4362: checking dependency style of clang
# configure:4473: result: gcc3
# configure:4493: checking how to run the C preprocessor
# configure:4524: clang -E conftest.c
# configure:4524: $? = 0
# configure:4538: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4538: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ht"
# | #define PACKAGE_TARNAME "ht"
# | #define PACKAGE_VERSION "2.1.0"
# | #define PACKAGE_STRING "ht 2.1.0"
# | #define PACKAGE_BUGREPORT "https://sourceforge.net/tracker/?group_id=1066"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ht"
# | #define VERSION "2.1.0"
# | #define SYSTEM_OSAPI_SPECIFIC_TYPES_HDR "io/posix/types.h"
# | /* end confdefs.h. */
# | #include
# configure:4563: result: clang -E
# configure:4583: clang -E conftest.c
# configure:4583: $? = 0
# configure:4597: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ht"
# | #define PACKAGE_TARNAME "ht"
# | #define PACKAGE_VERSION "2.1.0"
# | #define PACKAGE_STRING "ht 2.1.0"
# | #define PACKAGE_BUGREPORT "https://sourceforge.net/tracker/?group_id=1066"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ht"
# | #define VERSION "2.1.0"
# | #define SYSTEM_OSAPI_SPECIFIC_TYPES_HDR "io/posix/types.h"
# | /* end confdefs.h. */
# | #include
# configure:4737: checking for C++ compiler version
# configure:4746: 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:4757: $? = 0
# configure:4746: 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
# ... rest of stderr output deleted ...
# configure:4757: $? = 0
# configure:4746: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4757: $? = 1
# configure:4746: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4757: $? = 1
# configure:4761: checking whether we are using the GNU C++ compiler
# configure:4780: clang++ -c -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor conftest.cpp >&5
# configure:4780: $? = 0
# configure:4789: result: yes
# configure:4798: checking whether clang++ accepts -g
# configure:4818: clang++ -c -g conftest.cpp >&5
# configure:4818: $? = 0
# configure:4859: result: yes
# configure:4884: checking dependency style of clang++
# configure:4995: result: gcc3
# configure:5014: checking for bison
# configure:5030: found /usr/bin/bison
# configure:5041: result: bison -y
# configure:5058: checking for flex
# configure:5074: found /usr/bin/flex
# configure:5085: result: flex
# configure:5123: flex conftest.l
# configure:5127: $? = 1
# configure:5129: checking lex output file root
# configure:5143: result: lex.yy
# configure:5148: checking lex library
# configure:5162: clang -o conftest -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 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:5162: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ht"
# | #define PACKAGE_TARNAME "ht"
# | #define PACKAGE_VERSION "2.1.0"
# | #define PACKAGE_STRING "ht 2.1.0"
# | #define PACKAGE_BUGREPORT "https://sourceforge.net/tracker/?group_id=1066"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ht"
# | #define VERSION "2.1.0"
# | #define SYSTEM_OSAPI_SPECIFIC_TYPES_HDR "io/posix/types.h"
# | /* end confdefs.h. */
# |
# configure:5162: clang -o conftest -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 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:5162: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ht"
# | #define PACKAGE_TARNAME "ht"
# | #define PACKAGE_VERSION "2.1.0"
# | #define PACKAGE_STRING "ht 2.1.0"
# | #define PACKAGE_BUGREPORT "https://sourceforge.net/tracker/?group_id=1066"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ht"
# | #define VERSION "2.1.0"
# | #define SYSTEM_OSAPI_SPECIFIC_TYPES_HDR "io/posix/types.h"
# | /* end confdefs.h. */
# |
# configure:5162: clang -o conftest -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 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:5162: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ht"
# | #define PACKAGE_TARNAME "ht"
# | #define PACKAGE_VERSION "2.1.0"
# | #define PACKAGE_STRING "ht 2.1.0"
# | #define PACKAGE_BUGREPORT "https://sourceforge.net/tracker/?group_id=1066"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ht"
# | #define VERSION "2.1.0"
# | #define SYSTEM_OSAPI_SPECIFIC_TYPES_HDR "io/posix/types.h"
# | /* end confdefs.h. */
# |
# configure:5172: result: none needed
# configure:5178: checking whether yytext is a pointer
# configure:5195: clang -o conftest -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 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:5195: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ht"
# | #define PACKAGE_TARNAME "ht"
# | #define PACKAGE_VERSION "2.1.0"
# | #define PACKAGE_STRING "ht 2.1.0"
# | #define PACKAGE_BUGREPORT "https://sourceforge.net/tracker/?group_id=1066"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ht"
# | #define VERSION "2.1.0"
# | #define SYSTEM_OSAPI_SPECIFIC_TYPES_HDR "io/posix/types.h"
# | /* end confdefs.h. */
# |
# | #define YYTEXT_POINTER 1
# |
# configure:5203: result: no
# configure:5218: checking for ar
# configure:5236: found /usr/bin/ar
# configure:5248: result: /usr/bin/ar
# configure:5258: checking for gar
# configure:5288: result: /usr/bin/ar
# configure:5327: checking whether to use the included lzo compression library
# configure:5329: result: no
# configure:5334: checking for lzo1x_1_compress in -llzo2
# configure:5359: clang -o conftest -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -llzo2 >&5
# configure:5359: $? = 0
# configure:5368: result: yes
# configure:5705: checking lzo/lzo1x.h usability
# configure:5705: clang -c -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:5705: $? = 0
# configure:5705: result: yes
# configure:5705: checking lzo/lzo1x.h presence
# configure:5705: clang -E conftest.c
# configure:5705: $? = 0
# configure:5705: result: yes
# configure:5705: checking for lzo/lzo1x.h
# configure:5705: result: yes
# configure:5795: checking for ANSI C header files
# configure:5815: clang -c -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:5815: $? = 0
# clang-3.8: error: unable to execute command: Broken pipe
# clang-3.8: error: clang frontend command failed due to signal (use -v to see invocation)
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# clang-3.8: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
# clang-3.8: note: diagnostic msg:
# ********************
#
# PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
# Preprocessed source(s) and associated run script(s) are located at:
# clang-3.8: note: diagnostic msg: /tmp/conftest-f35fc1.c
# clang-3.8: note: diagnostic msg: /tmp/conftest-f35fc1.sh
# clang-3.8: note: diagnostic msg:
#
# ********************
# configure:5899: result: no
# configure:5909: checking stdlib.h usability
# configure:5909: clang -c -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:5909: $? = 0
# configure:5909: result: yes
# configure:5909: checking stdlib.h presence
# configure:5909: clang -E conftest.c
# configure:5909: $? = 0
# configure:5909: result: yes
# configure:5909: checking for stdlib.h
# configure:5909: result: yes
# configure:5921: checking string.h usability
# configure:5921: clang -c -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:5921: $? = 0
# configure:5921: result: yes
# configure:5921: checking string.h presence
# configure:5921: clang -E conftest.c
# configure:5921: $? = 0
# configure:5921: result: yes
# configure:5921: checking for string.h
# configure:5921: result: yes
# configure:5933: checking stdint.h usability
# configure:5933: clang -c -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:5933: $? = 0
# configure:5933: result: yes
# configure:5933: checking stdint.h presence
# configure:5933: clang -E conftest.c
# configure:5933: $? = 0
# configure:5933: result: yes
# configure:5933: checking for stdint.h
# configure:5933: result: yes
# configure:5948: checking ncurses.h usability
# configure:5948: clang -c -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:5948: $? = 0
# configure:5948: result: yes
# configure:5948: checking ncurses.h presence
# configure:5948: clang -E conftest.c
# configure:5948: $? = 0
# configure:5948: result: yes
# configure:5948: checking for ncurses.h
# configure:5948: result: yes
# configure:5986: checking for an ANSI C-conforming const
# configure:6052: clang -c -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:6052: $? = 0
# configure:6059: result: yes
# configure:6072: checking size of char
# configure:6077: clang -o conftest -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:6077: $? = 0
# configure:6077: ./conftest
# configure:6077: $? = 0
# configure:6091: result: 1
# configure:6105: checking size of short
# configure:6110: clang -o conftest -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:6110: $? = 0
# configure:6110: ./conftest
# configure:6110: $? = 0
# configure:6124: result: 2
# configure:6138: checking size of int
# configure:6143: clang -o conftest -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:6143: $? = 0
# configure:6143: ./conftest
# configure:6143: $? = 0
# configure:6157: result: 4
# configure:6171: checking size of long int
# configure:6176: clang -o conftest -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:6176: $? = 0
# configure:6176: ./conftest
# configure:6176: $? = 0
# configure:6190: result: 8
# configure:6204: checking for asinh
# configure:6204: clang -o conftest -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# conftest.c:45:6: warning: incompatible redeclaration of library function 'asinh' [-Wincompatible-library-redeclaration]
# char asinh ();
# ^
# conftest.c:45:6: note: 'asinh' is a builtin with type 'double (double)'
# 1 warning generated.
# /tmp/conftest-826130.o: In function `main':
# conftest.c:(.text+0x4): undefined reference to `asinh'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6204: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ht"
# | #define PACKAGE_TARNAME "ht"
# | #define PACKAGE_VERSION "2.1.0"
# | #define PACKAGE_STRING "ht 2.1.0"
# | #define PACKAGE_BUGREPORT "https://sourceforge.net/tracker/?group_id=1066"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ht"
# | #define VERSION "2.1.0"
# | #define SYSTEM_OSAPI_SPECIFIC_TYPES_HDR "io/posix/types.h"
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NCURSES_H 1
# | #define CURSES_HDR
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | /* end confdefs.h. */
# | /* Define asinh to an innocuous variant, in case declares asinh.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define asinh innocuous_asinh
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char asinh (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef asinh
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char asinh ();
# | /* 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_asinh || defined __stub___asinh
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return asinh ();
# | ;
# | return 0;
# | }
# configure:6204: result: no
# configure:6204: checking for acosh
# configure:6204: clang -o conftest -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# conftest.c:45:6: warning: incompatible redeclaration of library function 'acosh' [-Wincompatible-library-redeclaration]
# char acosh ();
# ^
# conftest.c:45:6: note: 'acosh' is a builtin with type 'double (double)'
# 1 warning generated.
# /tmp/conftest-8c8e52.o: In function `main':
# conftest.c:(.text+0x4): undefined reference to `acosh'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6204: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ht"
# | #define PACKAGE_TARNAME "ht"
# | #define PACKAGE_VERSION "2.1.0"
# | #define PACKAGE_STRING "ht 2.1.0"
# | #define PACKAGE_BUGREPORT "https://sourceforge.net/tracker/?group_id=1066"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ht"
# | #define VERSION "2.1.0"
# | #define SYSTEM_OSAPI_SPECIFIC_TYPES_HDR "io/posix/types.h"
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NCURSES_H 1
# | #define CURSES_HDR
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | /* end confdefs.h. */
# | /* Define acosh to an innocuous variant, in case declares acosh.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define acosh innocuous_acosh
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char acosh (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef acosh
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char acosh ();
# | /* 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_acosh || defined __stub___acosh
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return acosh ();
# | ;
# | return 0;
# | }
# configure:6204: result: no
# configure:6204: checking for atanh
# configure:6204: clang -o conftest -DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# conftest.c:45:6: warning: incompatible redeclaration of library function 'atanh' [-Wincompatible-library-redeclaration]
# char atanh ();
# ^
# conftest.c:45:6: note: 'atanh' is a builtin with type 'double (double)'
# 1 warning generated.
# /tmp/conftest-7f99c1.o: In function `main':
# conftest.c:(.text+0x4): undefined reference to `atanh'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6204: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ht"
# | #define PACKAGE_TARNAME "ht"
# | #define PACKAGE_VERSION "2.1.0"
# | #define PACKAGE_STRING "ht 2.1.0"
# | #define PACKAGE_BUGREPORT "https://sourceforge.net/tracker/?group_id=1066"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ht"
# | #define VERSION "2.1.0"
# | #define SYSTEM_OSAPI_SPECIFIC_TYPES_HDR "io/posix/types.h"
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NCURSES_H 1
# | #define CURSES_HDR
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | /* end confdefs.h. */
# | /* Define atanh to an innocuous variant, in case declares atanh.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define atanh innocuous_atanh
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char atanh (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef atanh
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char atanh ();
# | /* 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_atanh || defined __stub___atanh
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return atanh ();
# | ;
# | return 0;
# | }
# configure:6204: result: no
# configure:6325: checking that generated files are newer than configure
# configure:6331: result: done
# configure:6374: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ht config.status 2.1.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 45a0b03098bc
#
# config.status:902: creating Makefile
# config.status:902: creating analyser/Makefile
# config.status:902: creating asm/Makefile
# config.status:902: creating doc/Makefile
# config.status:902: creating eval/Makefile
# config.status:902: creating info/Makefile
# config.status:902: creating io/Makefile
# config.status:902: creating io/posix/Makefile
# config.status:902: creating io/win32/Makefile
# config.status:902: creating minilzo/Makefile
# config.status:902: creating output/Makefile
# config.status:902: creating tools/Makefile
# config.status:902: creating config.h
# config.status:1131: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# 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_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_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_func_acosh=no
# ac_cv_func_asinh=no
# ac_cv_func_atanh=no
# ac_cv_header_lzo_lzo1x_h=yes
# ac_cv_header_ncurses_h=yes
# ac_cv_header_stdc=no
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_lex='none needed'
# ac_cv_lib_lzo2_lzo1x_1_compress=yes
# ac_cv_objext=o
# ac_cv_path_AR=/usr/bin/ar
# ac_cv_path_MAKE=/usr/bin/make
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_LEX=flex
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make__usr_bin_make_set=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof_char=1
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long_int=8
# ac_cv_sizeof_short=2
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ht/src/ht-2.1.0/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='/usr/bin/ar'
# AUTOCONF='${SHELL} /tmp/ht/src/ht-2.1.0/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/ht/src/ht-2.1.0/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/ht/src/ht-2.1.0/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 '
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS='-DNOMACROS -pipe -O3 -fomit-frame-pointer -Wall -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Woverloaded-virtual -Wnon-virtual-dtor '
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP=''
# ENABLE_INCLUDED_LZO_FALSE=''
# ENABLE_INCLUDED_LZO_TRUE='#'
# EXEEXT=''
# GREP=''
# HT_LDFLAGS=''
# HT_LIBS=' -lncurses'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# IO_DIR='posix'
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# LZO_LIBS='-llzo2'
# MAKE='/usr/bin/make'
# MAKEINFO='${SHELL} /tmp/ht/src/ht-2.1.0/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='ht'
# PACKAGE_BUGREPORT='https://sourceforge.net/tracker/?group_id=1066'
# PACKAGE_NAME='ht'
# PACKAGE_STRING='ht 2.1.0'
# PACKAGE_TARNAME='ht'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.1.0'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_LZO_FALSE=''
# USE_LZO_TRUE='#'
# USE_POSIX_DIR_FALSE='#'
# USE_POSIX_DIR_TRUE=''
# USE_WIN32_DIR_FALSE=''
# USE_WIN32_DIR_TRUE='#'
# VERSION='2.1.0'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_CC=''
# ac_ct_CXX=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# 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'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/ht/src/ht-2.1.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "ht"
# #define PACKAGE_TARNAME "ht"
# #define PACKAGE_VERSION "2.1.0"
# #define PACKAGE_STRING "ht 2.1.0"
# #define PACKAGE_BUGREPORT "https://sourceforge.net/tracker/?group_id=1066"
# #define PACKAGE_URL ""
# #define PACKAGE "ht"
# #define VERSION "2.1.0"
# #define SYSTEM_OSAPI_SPECIFIC_TYPES_HDR "io/posix/types.h"
# #define HAVE_LZO_LZO1X_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_NCURSES_H 1
# #define CURSES_HDR
# #define SIZEOF_CHAR 1
# #define SIZEOF_SHORT 2
# #define SIZEOF_INT 4
# #define SIZEOF_LONG_INT 8
#
# configure: exit 0