Created
July 20, 2015 15:15
-
-
Save gammy/8da3233671a98d365f1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gammy@charlie:~/packages/src/dillo/dillo-3.0.5$ ./configure --prefix=/export/home/gammy/dillo_prefix/ | |
| checking build system type... sparc-sun-solaris2.9 | |
| checking host system type... sparc-sun-solaris2.9 | |
| checking target system type... sparc-sun-solaris2.9 | |
| checking for a BSD-compatible install... /opt/csw/gnu//install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... /opt/csw/gnu//mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking for gcc... gcc | |
| 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 gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... none needed | |
| checking for style of include used by make... GNU | |
| checking dependency style of gcc... gcc3 | |
| checking for g++... g++ | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether g++ accepts -g... yes | |
| checking dependency style of g++... gcc3 | |
| checking for ranlib... ranlib | |
| checking how to run the C preprocessor... gcc -E | |
| checking for grep that handles long lines and -e... /opt/csw/gnu//grep | |
| checking for egrep... /opt/csw/gnu//grep -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking size of char... 1 | |
| checking size of short... 2 | |
| checking size of long... 4 | |
| checking size of int... 4 | |
| checking size of void *... 4 | |
| checking for int16_t... yes | |
| checking for uint16_t... yes | |
| checking for int32_t... yes | |
| checking for uint32_t... yes | |
| checking for gethostbyname... no | |
| checking for gethostbyname in -lnsl... yes | |
| checking for setsockopt... no | |
| checking for setsockopt in -lsocket... yes | |
| checking for socklen_t... socklen_t | |
| checking FLTK 1.3... checking for fltk-config... /export/home/gammy/fltk_prefix/bin//fltk-config | |
| yes | |
| checking whether to link to X11... yes | |
| checking jpeglib.h usability... yes | |
| checking jpeglib.h presence... yes | |
| checking for jpeglib.h... yes | |
| checking for jpeg_destroy_decompress in -ljpeg... yes | |
| checking zlib.h usability... yes | |
| checking zlib.h presence... yes | |
| checking for zlib.h... yes | |
| checking for zlibVersion in -lz... yes | |
| checking for libpng-config... /opt/csw/bin/libpng16-config | |
| checking for libpng version... 1.6.17 | |
| checking iconv.h usability... yes | |
| checking iconv.h presence... yes | |
| checking for iconv.h... yes | |
| checking for iconv_open in -lc... yes | |
| checking for pthread_create in -lpthread... yes | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking for unistd.h... (cached) yes | |
| checking sys/uio.h usability... yes | |
| checking sys/uio.h presence... yes | |
| checking for sys/uio.h... yes | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating dlib/Makefile | |
| config.status: creating dpip/Makefile | |
| config.status: creating dpid/Makefile | |
| config.status: creating dpi/Makefile | |
| config.status: creating doc/Makefile | |
| config.status: creating dw/Makefile | |
| config.status: creating lout/Makefile | |
| config.status: creating src/Makefile | |
| config.status: creating src/IO/Makefile | |
| config.status: creating test/Makefile | |
| config.status: creating config.h | |
| config.status: config.h is unchanged | |
| config.status: executing depfiles commands | |
| gammy@charlie:~/packages/src/dillo/dillo-3.0.5$ make | |
| make all-recursive | |
| make[1]: Entering directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5' | |
| Making all in lout | |
| make[2]: Entering directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5/lout' | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT container.o -MD -MP -MF .deps/container.Tpo -c -o container.o container.cc | |
| mv -f .deps/container.Tpo .deps/container.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT identity.o -MD -MP -MF .deps/identity.Tpo -c -o identity.o identity.cc | |
| mv -f .deps/identity.Tpo .deps/identity.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.cc | |
| mv -f .deps/misc.Tpo .deps/misc.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT object.o -MD -MP -MF .deps/object.Tpo -c -o object.o object.cc | |
| mv -f .deps/object.Tpo .deps/object.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT signal.o -MD -MP -MF .deps/signal.Tpo -c -o signal.o signal.cc | |
| mv -f .deps/signal.Tpo .deps/signal.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT unicode.o -MD -MP -MF .deps/unicode.Tpo -c -o unicode.o unicode.cc | |
| mv -f .deps/unicode.Tpo .deps/unicode.Po | |
| rm -f liblout.a | |
| ar cru liblout.a container.o identity.o misc.o object.o signal.o unicode.o | |
| ranlib liblout.a | |
| make[2]: Leaving directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5/lout' | |
| Making all in dw | |
| make[2]: Entering directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5/dw' | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT findtext.o -MD -MP -MF .deps/findtext.Tpo -c -o findtext.o findtext.cc | |
| In file included from core.hh:52:0, | |
| from findtext.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/findtext.Tpo .deps/findtext.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT imgrenderer.o -MD -MP -MF .deps/imgrenderer.Tpo -c -o imgrenderer.o imgrenderer.cc | |
| In file included from core.hh:52:0, | |
| from imgrenderer.cc:1: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/imgrenderer.Tpo .deps/imgrenderer.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT iterator.o -MD -MP -MF .deps/iterator.Tpo -c -o iterator.o iterator.cc | |
| In file included from core.hh:52:0, | |
| from iterator.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/iterator.Tpo .deps/iterator.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT layout.o -MD -MP -MF .deps/layout.Tpo -c -o layout.o layout.cc | |
| In file included from core.hh:52:0, | |
| from layout.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/layout.Tpo .deps/layout.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT selection.o -MD -MP -MF .deps/selection.Tpo -c -o selection.o selection.cc | |
| In file included from core.hh:52:0, | |
| from selection.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/selection.Tpo .deps/selection.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT style.o -MD -MP -MF .deps/style.Tpo -c -o style.o style.cc | |
| In file included from core.hh:52:0, | |
| from style.cc:28: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/style.Tpo .deps/style.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT types.o -MD -MP -MF .deps/types.Tpo -c -o types.o types.cc | |
| In file included from core.hh:52:0, | |
| from types.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/types.Tpo .deps/types.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT ui.o -MD -MP -MF .deps/ui.Tpo -c -o ui.o ui.cc | |
| In file included from core.hh:52:0, | |
| from ui.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/ui.Tpo .deps/ui.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT widget.o -MD -MP -MF .deps/widget.Tpo -c -o widget.o widget.cc | |
| In file included from core.hh:52:0, | |
| from widget.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/widget.Tpo .deps/widget.Po | |
| rm -f libDw-core.a | |
| ar cru libDw-core.a findtext.o imgrenderer.o iterator.o layout.o selection.o style.o types.o ui.o widget.o | |
| ranlib libDw-core.a | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT libDw_fltk_a-fltkcomplexbutton.o -MD -MP -MF .deps/libDw_fltk_a-fltkcomplexbutton.Tpo -c -o libDw_fltk_a-fltkcomplexbutton.o `test -f 'fltkcomplexbutton.cc' || echo './'`fltkcomplexbutton.cc | |
| mv -f .deps/libDw_fltk_a-fltkcomplexbutton.Tpo .deps/libDw_fltk_a-fltkcomplexbutton.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT libDw_fltk_a-fltkflatview.o -MD -MP -MF .deps/libDw_fltk_a-fltkflatview.Tpo -c -o libDw_fltk_a-fltkflatview.o `test -f 'fltkflatview.cc' || echo './'`fltkflatview.cc | |
| In file included from core.hh:52:0, | |
| from fltkflatview.hh:4, | |
| from fltkflatview.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/libDw_fltk_a-fltkflatview.Tpo .deps/libDw_fltk_a-fltkflatview.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT libDw_fltk_a-fltkimgbuf.o -MD -MP -MF .deps/libDw_fltk_a-fltkimgbuf.Tpo -c -o libDw_fltk_a-fltkimgbuf.o `test -f 'fltkimgbuf.cc' || echo './'`fltkimgbuf.cc | |
| In file included from core.hh:52:0, | |
| from fltkcore.hh:18, | |
| from fltkimgbuf.cc:20: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/libDw_fltk_a-fltkimgbuf.Tpo .deps/libDw_fltk_a-fltkimgbuf.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT libDw_fltk_a-fltkmisc.o -MD -MP -MF .deps/libDw_fltk_a-fltkmisc.Tpo -c -o libDw_fltk_a-fltkmisc.o `test -f 'fltkmisc.cc' || echo './'`fltkmisc.cc | |
| mv -f .deps/libDw_fltk_a-fltkmisc.Tpo .deps/libDw_fltk_a-fltkmisc.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT libDw_fltk_a-fltkplatform.o -MD -MP -MF .deps/libDw_fltk_a-fltkplatform.Tpo -c -o libDw_fltk_a-fltkplatform.o `test -f 'fltkplatform.cc' || echo './'`fltkplatform.cc | |
| In file included from core.hh:52:0, | |
| from fltkcore.hh:18, | |
| from fltkplatform.cc:24: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/libDw_fltk_a-fltkplatform.Tpo .deps/libDw_fltk_a-fltkplatform.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT libDw_fltk_a-fltkpreview.o -MD -MP -MF .deps/libDw_fltk_a-fltkpreview.Tpo -c -o libDw_fltk_a-fltkpreview.o `test -f 'fltkpreview.cc' || echo './'`fltkpreview.cc | |
| In file included from core.hh:52:0, | |
| from fltkcore.hh:18, | |
| from fltkviewbase.hh:10, | |
| from fltkpreview.hh:6, | |
| from fltkpreview.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/libDw_fltk_a-fltkpreview.Tpo .deps/libDw_fltk_a-fltkpreview.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT libDw_fltk_a-fltkui.o -MD -MP -MF .deps/libDw_fltk_a-fltkui.Tpo -c -o libDw_fltk_a-fltkui.o `test -f 'fltkui.cc' || echo './'`fltkui.cc | |
| In file included from core.hh:52:0, | |
| from fltkcore.hh:18, | |
| from fltkui.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/libDw_fltk_a-fltkui.Tpo .deps/libDw_fltk_a-fltkui.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT libDw_fltk_a-fltkviewbase.o -MD -MP -MF .deps/libDw_fltk_a-fltkviewbase.Tpo -c -o libDw_fltk_a-fltkviewbase.o `test -f 'fltkviewbase.cc' || echo './'`fltkviewbase.cc | |
| In file included from core.hh:52:0, | |
| from fltkviewport.hh:7, | |
| from fltkviewbase.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/libDw_fltk_a-fltkviewbase.Tpo .deps/libDw_fltk_a-fltkviewbase.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT libDw_fltk_a-fltkviewport.o -MD -MP -MF .deps/libDw_fltk_a-fltkviewport.Tpo -c -o libDw_fltk_a-fltkviewport.o `test -f 'fltkviewport.cc' || echo './'`fltkviewport.cc | |
| In file included from core.hh:52:0, | |
| from fltkviewport.hh:7, | |
| from fltkviewport.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/libDw_fltk_a-fltkviewport.Tpo .deps/libDw_fltk_a-fltkviewport.Po | |
| rm -f libDw-fltk.a | |
| ar cru libDw-fltk.a libDw_fltk_a-fltkcomplexbutton.o libDw_fltk_a-fltkflatview.o libDw_fltk_a-fltkimgbuf.o libDw_fltk_a-fltkmisc.o libDw_fltk_a-fltkplatform.o libDw_fltk_a-fltkpreview.o libDw_fltk_a-fltkui.o libDw_fltk_a-fltkviewbase.o libDw_fltk_a-fltkviewport.o | |
| ranlib libDw-fltk.a | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT alignedtextblock.o -MD -MP -MF .deps/alignedtextblock.Tpo -c -o alignedtextblock.o alignedtextblock.cc | |
| In file included from core.hh:52:0, | |
| from alignedtextblock.hh:4, | |
| from alignedtextblock.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/alignedtextblock.Tpo .deps/alignedtextblock.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT bullet.o -MD -MP -MF .deps/bullet.Tpo -c -o bullet.o bullet.cc | |
| In file included from core.hh:52:0, | |
| from bullet.hh:4, | |
| from bullet.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/bullet.Tpo .deps/bullet.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT hyphenator.o -MD -MP -MF .deps/hyphenator.Tpo -c -o hyphenator.o hyphenator.cc | |
| In file included from ../dw/core.hh:52:0, | |
| from hyphenator.hh:6, | |
| from hyphenator.cc:22: | |
| ../dw/findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| ../dw/findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| ../dw/findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/hyphenator.Tpo .deps/hyphenator.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT image.o -MD -MP -MF .deps/image.Tpo -c -o image.o image.cc | |
| In file included from core.hh:52:0, | |
| from image.hh:4, | |
| from image.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/image.Tpo .deps/image.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT listitem.o -MD -MP -MF .deps/listitem.Tpo -c -o listitem.o listitem.cc | |
| In file included from core.hh:52:0, | |
| from listitem.hh:4, | |
| from listitem.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/listitem.Tpo .deps/listitem.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT ruler.o -MD -MP -MF .deps/ruler.Tpo -c -o ruler.o ruler.cc | |
| In file included from core.hh:52:0, | |
| from ruler.hh:4, | |
| from ruler.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/ruler.Tpo .deps/ruler.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT table.o -MD -MP -MF .deps/table.Tpo -c -o table.o table.cc | |
| In file included from core.hh:52:0, | |
| from table.hh:4, | |
| from table.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/table.Tpo .deps/table.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT tablecell.o -MD -MP -MF .deps/tablecell.Tpo -c -o tablecell.o tablecell.cc | |
| In file included from core.hh:52:0, | |
| from tablecell.hh:4, | |
| from tablecell.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/tablecell.Tpo .deps/tablecell.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT textblock.o -MD -MP -MF .deps/textblock.Tpo -c -o textblock.o textblock.cc | |
| In file included from core.hh:52:0, | |
| from textblock.hh:6, | |
| from textblock.cc:21: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| textblock.cc: In member function 'void dw::Textblock::drawText(dw::core::View*, dw::core::style::Style*, dw::core::style::Color::Shading, int, int, const char*, int, int, bool, bool)': | |
| textblock.cc:999:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| textblock.cc:1006:23: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| textblock.cc: In member function 'int dw::Textblock::textWidth(const char*, int, int, dw::core::style::Style*, bool, bool)': | |
| textblock.cc:1586:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| textblock.cc:1594:26: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/textblock.Tpo .deps/textblock.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT textblock_iterator.o -MD -MP -MF .deps/textblock_iterator.Tpo -c -o textblock_iterator.o textblock_iterator.cc | |
| In file included from core.hh:52:0, | |
| from textblock.hh:6, | |
| from textblock_iterator.cc:22: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/textblock_iterator.Tpo .deps/textblock_iterator.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_LIBDIR='"/export/home/gammy/dillo_prefix/lib/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT textblock_linebreaking.o -MD -MP -MF .deps/textblock_linebreaking.Tpo -c -o textblock_linebreaking.o textblock_linebreaking.cc | |
| In file included from core.hh:52:0, | |
| from textblock.hh:6, | |
| from textblock_linebreaking.cc:23: | |
| findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/textblock_linebreaking.Tpo .deps/textblock_linebreaking.Po | |
| rm -f libDw-widgets.a | |
| ar cru libDw-widgets.a alignedtextblock.o bullet.o hyphenator.o image.o listitem.o ruler.o table.o tablecell.o textblock.o textblock_iterator.o textblock_linebreaking.o | |
| ranlib libDw-widgets.a | |
| make[2]: Leaving directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5/dw' | |
| Making all in dlib | |
| make[2]: Entering directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5/dlib' | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT dlib.o -MD -MP -MF .deps/dlib.Tpo -c -o dlib.o dlib.c | |
| dlib.c: In function 'dStr_printable': | |
| dlib.c:526:7: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/dlib.Tpo .deps/dlib.Po | |
| rm -f libDlib.a | |
| ar cru libDlib.a dlib.o | |
| ranlib libDlib.a | |
| make[2]: Leaving directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5/dlib' | |
| Making all in dpip | |
| make[2]: Entering directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5/dpip' | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT dpip.o -MD -MP -MF .deps/dpip.Tpo -c -o dpip.o dpip.c | |
| dpip.c: In function 'a_Dpip_check_auth': | |
| dpip.c:218:10: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/dpip.Tpo .deps/dpip.Po | |
| rm -f libDpip.a | |
| ar cru libDpip.a dpip.o | |
| ranlib libDpip.a | |
| make[2]: Leaving directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5/dpip' | |
| Making all in src | |
| make[2]: Entering directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5/src' | |
| Making all in IO | |
| make[3]: Entering directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5/src/IO' | |
| gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -DDILLO_BINDIR='"/export/home/gammy/dillo_prefix/bin/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT mime.o -MD -MP -MF .deps/mime.Tpo -c -o mime.o mime.c | |
| cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C [enabled by default] | |
| mv -f .deps/mime.Tpo .deps/mime.Po | |
| gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -DDILLO_BINDIR='"/export/home/gammy/dillo_prefix/bin/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT about.o -MD -MP -MF .deps/about.Tpo -c -o about.o about.c | |
| cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C [enabled by default] | |
| mv -f .deps/about.Tpo .deps/about.Po | |
| gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -DDILLO_BINDIR='"/export/home/gammy/dillo_prefix/bin/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT http.o -MD -MP -MF .deps/http.Tpo -c -o http.o http.c | |
| cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C [enabled by default] | |
| http.c: In function 'a_Http_make_connect_str': | |
| http.c:508:4: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/http.Tpo .deps/http.Po | |
| gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -DDILLO_BINDIR='"/export/home/gammy/dillo_prefix/bin/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT dpi.o -MD -MP -MF .deps/dpi.Tpo -c -o dpi.o dpi.c | |
| cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C [enabled by default] | |
| dpi.c: In function 'Dpi_read_comm_keys': | |
| dpi.c:406:7: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/dpi.Tpo .deps/dpi.Po | |
| gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -DDILLO_BINDIR='"/export/home/gammy/dillo_prefix/bin/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT IO.o -MD -MP -MF .deps/IO.Tpo -c -o IO.o IO.c | |
| cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C [enabled by default] | |
| mv -f .deps/IO.Tpo .deps/IO.Po | |
| g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DDILLO_BINDIR='"/export/home/gammy/dillo_prefix/bin/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT iowatch.o -MD -MP -MF .deps/iowatch.Tpo -c -o iowatch.o iowatch.cc | |
| mv -f .deps/iowatch.Tpo .deps/iowatch.Po | |
| rm -f libDiof.a | |
| ar cru libDiof.a mime.o about.o http.o dpi.o IO.o iowatch.o | |
| ranlib libDiof.a | |
| make[3]: Leaving directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5/src/IO' | |
| make[3]: Entering directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5/src' | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT dillo.o -MD -MP -MF .deps/dillo.Tpo -c -o dillo.o dillo.cc | |
| In file included from ../dw/core.hh:52:0, | |
| from styleengine.hh:6, | |
| from dillo.cc:55: | |
| ../dw/findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| ../dw/findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| ../dw/findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/dillo.Tpo .deps/dillo.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT paths.o -MD -MP -MF .deps/paths.Tpo -c -o paths.o paths.cc | |
| mv -f .deps/paths.Tpo .deps/paths.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT tipwin.o -MD -MP -MF .deps/tipwin.Tpo -c -o tipwin.o tipwin.cc | |
| mv -f .deps/tipwin.Tpo .deps/tipwin.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT ui.o -MD -MP -MF .deps/ui.Tpo -c -o ui.o ui.cc | |
| mv -f .deps/ui.Tpo .deps/ui.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT uicmd.o -MD -MP -MF .deps/uicmd.Tpo -c -o uicmd.o uicmd.cc | |
| In file included from ../dw/core.hh:52:0, | |
| from ../dw/fltkviewport.hh:7, | |
| from uicmd.cc:47: | |
| ../dw/findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| ../dw/findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| ../dw/findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/uicmd.Tpo .deps/uicmd.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT bw.o -MD -MP -MF .deps/bw.Tpo -c -o bw.o bw.c | |
| mv -f .deps/bw.Tpo .deps/bw.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT cookies.o -MD -MP -MF .deps/cookies.Tpo -c -o cookies.o cookies.c | |
| mv -f .deps/cookies.Tpo .deps/cookies.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT auth.o -MD -MP -MF .deps/auth.Tpo -c -o auth.o auth.c | |
| mv -f .deps/auth.Tpo .deps/auth.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c | |
| mv -f .deps/md5.Tpo .deps/md5.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT digest.o -MD -MP -MF .deps/digest.Tpo -c -o digest.o digest.c | |
| mv -f .deps/digest.Tpo .deps/digest.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT colors.o -MD -MP -MF .deps/colors.Tpo -c -o colors.o colors.c | |
| mv -f .deps/colors.Tpo .deps/colors.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c | |
| mv -f .deps/misc.Tpo .deps/misc.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT history.o -MD -MP -MF .deps/history.Tpo -c -o history.o history.c | |
| mv -f .deps/history.Tpo .deps/history.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT prefs.o -MD -MP -MF .deps/prefs.Tpo -c -o prefs.o prefs.c | |
| mv -f .deps/prefs.Tpo .deps/prefs.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT prefsparser.o -MD -MP -MF .deps/prefsparser.Tpo -c -o prefsparser.o prefsparser.cc | |
| mv -f .deps/prefsparser.Tpo .deps/prefsparser.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT keys.o -MD -MP -MF .deps/keys.Tpo -c -o keys.o keys.cc | |
| keys.cc: In static member function 'static KeysCommand_t Keys::getKeyCmd()': | |
| keys.cc:201:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| keys.cc: In static member function 'static void Keys::parseKey(char*, char*)': | |
| keys.cc:324:13: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/keys.Tpo .deps/keys.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT url.o -MD -MP -MF .deps/url.Tpo -c -o url.o url.c | |
| mv -f .deps/url.Tpo .deps/url.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT bitvec.o -MD -MP -MF .deps/bitvec.Tpo -c -o bitvec.o bitvec.c | |
| mv -f .deps/bitvec.Tpo .deps/bitvec.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT klist.o -MD -MP -MF .deps/klist.Tpo -c -o klist.o klist.c | |
| mv -f .deps/klist.Tpo .deps/klist.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT chain.o -MD -MP -MF .deps/chain.Tpo -c -o chain.o chain.c | |
| mv -f .deps/chain.Tpo .deps/chain.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT utf8.o -MD -MP -MF .deps/utf8.Tpo -c -o utf8.o utf8.cc | |
| mv -f .deps/utf8.Tpo .deps/utf8.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT timeout.o -MD -MP -MF .deps/timeout.Tpo -c -o timeout.o timeout.cc | |
| mv -f .deps/timeout.Tpo .deps/timeout.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT dialog.o -MD -MP -MF .deps/dialog.Tpo -c -o dialog.o dialog.cc | |
| mv -f .deps/dialog.Tpo .deps/dialog.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT web.o -MD -MP -MF .deps/web.Tpo -c -o web.o web.cc | |
| In file included from ../dw/core.hh:52:0, | |
| from web.cc:20: | |
| ../dw/findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| ../dw/findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| ../dw/findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/web.Tpo .deps/web.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT nav.o -MD -MP -MF .deps/nav.Tpo -c -o nav.o nav.c | |
| mv -f .deps/nav.Tpo .deps/nav.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.c | |
| mv -f .deps/cache.Tpo .deps/cache.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT decode.o -MD -MP -MF .deps/decode.Tpo -c -o decode.o decode.c | |
| mv -f .deps/decode.Tpo .deps/decode.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT dicache.o -MD -MP -MF .deps/dicache.Tpo -c -o dicache.o dicache.c | |
| mv -f .deps/dicache.Tpo .deps/dicache.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT capi.o -MD -MP -MF .deps/capi.Tpo -c -o capi.o capi.c | |
| mv -f .deps/capi.Tpo .deps/capi.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT domain.o -MD -MP -MF .deps/domain.Tpo -c -o domain.o domain.c | |
| mv -f .deps/domain.Tpo .deps/domain.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT css.o -MD -MP -MF .deps/css.Tpo -c -o css.o css.cc | |
| In file included from ../dw/core.hh:52:0, | |
| from html_common.hh:8, | |
| from css.cc:15: | |
| ../dw/findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| ../dw/findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| ../dw/findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/css.Tpo .deps/css.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT cssparser.o -MD -MP -MF .deps/cssparser.Tpo -c -o cssparser.o cssparser.cc | |
| In file included from ../dw/core.hh:52:0, | |
| from html_common.hh:8, | |
| from cssparser.cc:25: | |
| ../dw/findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| ../dw/findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| ../dw/findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/cssparser.Tpo .deps/cssparser.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT styleengine.o -MD -MP -MF .deps/styleengine.Tpo -c -o styleengine.o styleengine.cc | |
| In file included from ../dw/core.hh:52:0, | |
| from html_common.hh:8, | |
| from styleengine.cc:16: | |
| ../dw/findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| ../dw/findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| ../dw/findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/styleengine.Tpo .deps/styleengine.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT plain.o -MD -MP -MF .deps/plain.Tpo -c -o plain.o plain.cc | |
| In file included from ../dw/core.hh:52:0, | |
| from styleengine.hh:6, | |
| from plain.cc:22: | |
| ../dw/findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| ../dw/findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| ../dw/findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/plain.Tpo .deps/plain.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT html.o -MD -MP -MF .deps/html.Tpo -c -o html.o html.cc | |
| In file included from ../dw/core.hh:52:0, | |
| from html_common.hh:8, | |
| from html.cc:38: | |
| ../dw/findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| ../dw/findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| ../dw/findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc: In function 'int Html_parse_entity(DilloHtml*, const char*, int, int*)': | |
| html.cc:933:14: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:942:18: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:959:15: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:961:23: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc: In function 'void Html_process_word(DilloHtml*, const char*, int)': | |
| html.cc:1175:14: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:1176:34: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:1179:35: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:1213:14: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:1214:34: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:1226:35: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc: In function 'bool Html_match_tag(const char*, char*, int)': | |
| html.cc:1250:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc: In function 'CssLength a_Html_parse_length(DilloHtml*, const char*)': | |
| html.cc:1484:20: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc: In function 'int Html_check_name_val(DilloHtml*, const char*, const char*)': | |
| html.cc:1530:36: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:1533:42: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc: In function 'void Html_parse_doctype(DilloHtml*, const char*, int)': | |
| html.cc:1580:11: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:1581:32: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc: In function 'lout::misc::SimpleVector<int>* Html_read_coords(DilloHtml*, const char*)': | |
| html.cc:2403:14: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc: In function 'const char* Html_get_attr2(DilloHtml*, const char*, int, const char*, int)': | |
| html.cc:4074:14: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:4082:32: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:4098:22: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:4105:15: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:4113:35: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:4117:36: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:4152:14: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:4155:26: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc: In function 'int Html_write_raw(DilloHtml*, char*, int, int)': | |
| html.cc:4249:11: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:4251:42: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:4256:19: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| html.cc:4322:18: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/html.Tpo .deps/html.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT form.o -MD -MP -MF .deps/form.Tpo -c -o form.o form.cc | |
| In file included from ../dw/core.hh:52:0, | |
| from html_common.hh:8, | |
| from form.cc:13: | |
| ../dw/findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| ../dw/findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| ../dw/findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/form.Tpo .deps/form.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT table.o -MD -MP -MF .deps/table.Tpo -c -o table.o table.cc | |
| In file included from ../dw/core.hh:52:0, | |
| from html_common.hh:8, | |
| from table.cc:13: | |
| ../dw/findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| ../dw/findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| ../dw/findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| table.cc: In function 'void Html_tag_open_table(DilloHtml*, const char*, int)': | |
| table.cc:47:16: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/table.Tpo .deps/table.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT bookmark.o -MD -MP -MF .deps/bookmark.Tpo -c -o bookmark.o bookmark.c | |
| mv -f .deps/bookmark.Tpo .deps/bookmark.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT dns.o -MD -MP -MF .deps/dns.Tpo -c -o dns.o dns.c | |
| mv -f .deps/dns.Tpo .deps/dns.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT gif.o -MD -MP -MF .deps/gif.Tpo -c -o gif.o gif.c | |
| mv -f .deps/gif.Tpo .deps/gif.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT jpeg.o -MD -MP -MF .deps/jpeg.Tpo -c -o jpeg.o jpeg.c | |
| mv -f .deps/jpeg.Tpo .deps/jpeg.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT png.o -MD -MP -MF .deps/png.Tpo -c -o png.o png.c | |
| mv -f .deps/png.Tpo .deps/png.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT imgbuf.o -MD -MP -MF .deps/imgbuf.Tpo -c -o imgbuf.o imgbuf.cc | |
| In file included from ../dw/core.hh:52:0, | |
| from imgbuf.cc:14: | |
| ../dw/findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| ../dw/findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| ../dw/findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/imgbuf.Tpo .deps/imgbuf.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT image.o -MD -MP -MF .deps/image.Tpo -c -o image.o image.cc | |
| In file included from ../dw/core.hh:52:0, | |
| from image.cc:21: | |
| ../dw/findtext.hh: In static member function 'static bool dw::core::FindtextState::charsEqual(char, char, bool)': | |
| ../dw/findtext.hh:70:8: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| ../dw/findtext.hh:70:24: warning: array subscript has type 'char' [-Wchar-subscripts] | |
| mv -f .deps/image.Tpo .deps/image.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT menu.o -MD -MP -MF .deps/menu.Tpo -c -o menu.o menu.cc | |
| mv -f .deps/menu.Tpo .deps/menu.Po | |
| gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT dpiapi.o -MD -MP -MF .deps/dpiapi.Tpo -c -o dpiapi.o dpiapi.c | |
| mv -f .deps/dpiapi.Tpo .deps/dpiapi.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT findbar.o -MD -MP -MF .deps/findbar.Tpo -c -o findbar.o findbar.cc | |
| mv -f .deps/findbar.Tpo .deps/findbar.Po | |
| g++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/export/home/gammy/dillo_prefix/etc/dillo/"' -DDILLO_DOCDIR='"/export/home/gammy/dillo_prefix/share/doc/dillo/"' -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -I/usr/local/include -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT xembed.o -MD -MP -MF .deps/xembed.Tpo -c -o xembed.o xembed.cc | |
| mv -f .deps/xembed.Tpo .deps/xembed.Po | |
| g++ -I/opt/csw/include/libpng16 -I/export/home/gammy/fltk_prefix/include -I/export/home/gammy/fltk_prefix/include/FL/images -I/usr/sfw/include/freetype2 -I/usr/sfw/include -fpermissive -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -I /export/home/gammy/zlib_prefix/zlib-1.2.7 -L/usr/local/lib -o dillo dillo.o paths.o tipwin.o ui.o uicmd.o bw.o cookies.o auth.o md5.o digest.o colors.o misc.o history.o prefs.o prefsparser.o keys.o url.o bitvec.o klist.o chain.o utf8.o timeout.o dialog.o web.o nav.o cache.o decode.o dicache.o capi.o domain.o css.o cssparser.o styleengine.o plain.o html.o form.o table.o bookmark.o dns.o gif.o jpeg.o png.o imgbuf.o image.o menu.o dpiapi.o findbar.o xembed.o ../dlib/libDlib.a ../dpip/libDpip.a IO/libDiof.a ../dw/libDw-widgets.a ../dw/libDw-fltk.a ../dw/libDw-core.a ../lout/liblout.a -ljpeg -L/opt/csw/lib -lpng16 -L/export/home/gammy/fltk_prefix/lib -L /export/home/gammy/fltk_prefix/include/ -L /opt/csw/include/ -lfltk -lXext -lXft -lfontconfig -lpthread -ldl -lm -lX11 -lsocket -lnsl -lz -lpthread -lX11 -lsocket -lnsl | |
| Undefined first referenced | |
| symbol in file | |
| inflateReset2 /opt/csw/lib/libpng16.so | |
| ld: fatal: Symbol referencing errors. No output written to dillo | |
| make[3]: *** [dillo] Error 1 | |
| make[3]: Leaving directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5/src' | |
| make[2]: *** [all-recursive] Error 1 | |
| make[2]: Leaving directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5/src' | |
| make[1]: *** [all-recursive] Error 1 | |
| make[1]: Leaving directory `/export/home/gammy/packages/src/dillo/dillo-3.0.5' | |
| make: *** [all] Error 2 | |
| gammy@charlie:~/packages/src/dillo/dillo-3.0.5$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment