Created
July 30, 2011 19:18
-
-
Save moeffju/1115879 to your computer and use it in GitHub Desktop.
brew upgrade / brew install -v poppler fails
This file contains 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
==> Downloading http://poppler.freedesktop.org/poppler-0.16.7.tar.gz | |
File already downloaded in /Users/moeffju/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/moeffju/Library/Caches/Homebrew/poppler-0.16.7.tar.gz | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/poppler/0.16.7 | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/poppler/0.16.7 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking for gcc... /usr/bin/cc | |
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 /usr/bin/cc accepts -g... yes | |
checking for /usr/bin/cc option to accept ISO C89... none needed | |
checking dependency style of /usr/bin/cc... none | |
checking how to run the C preprocessor... /usr/bin/cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/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 whether byte ordering is bigendian... no | |
checking build system type... x86_64-apple-darwin11.0.0 | |
checking host system type... x86_64-apple-darwin11.0.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/cc... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin11.0.0 file names to x86_64-apple-darwin11.0.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin11.0.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/cc option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/cc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/cc option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/cc PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/cc static flag -static works... no | |
checking if /usr/bin/cc supports -c -o file.o... yes | |
checking if /usr/bin/cc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.0.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for gcc... (cached) /usr/bin/cc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether /usr/bin/cc accepts -g... (cached) yes | |
checking for /usr/bin/cc option to accept ISO C89... (cached) none needed | |
checking dependency style of /usr/bin/cc... (cached) none | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/c++ accepts -g... yes | |
checking dependency style of /usr/bin/c++... none | |
checking how to run the C++ preprocessor... /usr/bin/c++ -E | |
checking for ld used by /usr/bin/c++... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) is GNU ld... no | |
checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries... yes | |
checking for /usr/bin/c++ option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/c++ PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/c++ static flag -static works... no | |
checking if /usr/bin/c++ supports -c -o file.o... yes | |
checking if /usr/bin/c++ supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.0.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for library containing strerror... none required | |
checking for /usr/bin/cc option to accept ISO C99... -std=gnu99 | |
checking for /usr/bin/cc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 | |
checking whether we are using the GNU C++ compiler... (cached) yes | |
checking whether /usr/bin/c++ accepts -g... (cached) yes | |
checking dependency style of /usr/bin/c++... (cached) none | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
checking for X... libraries , headers | |
checking for gethostbyname... yes | |
checking for connect... yes | |
checking for remove... yes | |
checking for shmat... yes | |
checking for IceConnectionNumber in -lICE... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether gettimeofday is declared... yes | |
checking for gettimeofday... yes | |
checking for localtime_r... yes | |
checking for gmtime_r... yes | |
checking for gethostbyname... (cached) yes | |
checking for nanosleep... yes | |
checking for opj_cio_open in -lopenjpeg... no | |
checking openjpeg.h usability... no | |
checking openjpeg.h presence... no | |
checking for openjpeg.h... no | |
checking for popen... yes | |
checking for mkstemp... yes | |
checking for mkstemps... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for fseek64... no | |
checking for ftell64... no | |
checking for libjpeg6b... no | |
checking for libjpeg... -ljpeg | |
checking jpeglib.h usability... yes | |
checking jpeglib.h presence... yes | |
checking for jpeglib.h... yes | |
checking for LIBPNG... yes | |
checking for FREETYPE... yes | |
checking which font configuration to use... fontconfig | |
checking for FONTCONFIG... yes | |
checking for CAIRO... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking for POPPLER_GLIB... yes | |
checking for gobject-introspection... no | |
checking for glib-mkenums... /usr/local/bin/glib-mkenums | |
checking for gtkdoc-check... no | |
checking for gtkdoc-rebase... no | |
checking for gtkdoc-mkpdf... no | |
checking whether to build gtk-doc documentation... no | |
checking for GDK... yes | |
checking for libqt3... no | |
checking for POPPLER_QT4... yes | |
checking for POPPLER_QT4_TEST... yes | |
checking for Qt4 moc... /usr/local/bin/moc | |
checking for iconv... yes | |
checking for working iconv... yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for GTK_TEST... yes | |
checking for ABIWORD... yes | |
checking for LCMS... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating goo/Makefile | |
config.status: creating fofi/Makefile | |
config.status: creating splash/Makefile | |
config.status: creating poppler/Makefile | |
config.status: creating utils/Makefile | |
config.status: creating glib/Makefile | |
config.status: creating glib/poppler-features.h | |
config.status: creating glib/reference/Makefile | |
config.status: creating glib/reference/version.xml | |
config.status: creating glib/demo/Makefile | |
config.status: creating test/Makefile | |
config.status: creating qt/Makefile | |
config.status: creating qt4/Makefile | |
config.status: creating qt4/src/Makefile | |
config.status: creating qt4/tests/Makefile | |
config.status: creating qt4/demos/Makefile | |
config.status: creating cpp/Makefile | |
config.status: creating cpp/poppler-version.h | |
config.status: creating cpp/tests/Makefile | |
config.status: creating poppler.pc | |
config.status: creating poppler-uninstalled.pc | |
config.status: creating poppler-cairo.pc | |
config.status: creating poppler-cairo-uninstalled.pc | |
config.status: creating poppler-splash.pc | |
config.status: creating poppler-splash-uninstalled.pc | |
config.status: creating poppler-glib.pc | |
config.status: creating poppler-glib-uninstalled.pc | |
config.status: creating poppler-qt.pc | |
config.status: creating poppler-qt-uninstalled.pc | |
config.status: creating poppler-qt4.pc | |
config.status: creating poppler-qt4-uninstalled.pc | |
config.status: creating poppler-cpp.pc | |
config.status: creating poppler-cpp-uninstalled.pc | |
config.status: creating config.h | |
config.status: creating poppler/poppler-config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
Building poppler with support for: | |
font configuration: fontconfig | |
splash output: yes | |
cairo output: yes | |
abiword output: yes | |
qt wrapper: no | |
qt4 wrapper: yes | |
glib wrapper: yes | |
use GDK: yes | |
introspection: no | |
cpp wrapper: yes | |
use gtk-doc: no | |
use libjpeg: yes | |
use libpng: yes | |
use zlib: no | |
use libcurl: no | |
use libopenjpeg: no | |
use cms: yes | |
command line utils: yes | |
Warning: Using libopenjpeg is recommended | |
==> make install | |
make install | |
Making install in goo | |
CXX gfile.lo | |
CXX GooHash.lo | |
CXX gmempp.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include/libpng15 -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o GooHash.lo GooHash.cc | |
CXX GooList.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include/libpng15 -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o gmempp.lo gmempp.cc | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include/libpng15 -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o GooList.lo GooList.cc | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include/libpng15 -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o gfile.lo gfile.cc | |
CXX GooTimer.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include/libpng15 -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o GooTimer.lo GooTimer.cc | |
CXX GooString.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include/libpng15 -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o GooString.lo GooString.cc | |
CXX gmem.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include/libpng15 -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o gmem.lo gmem.cc | |
CXX FixedPoint.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include/libpng15 -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o FixedPoint.lo FixedPoint.cc | |
CXX PNGWriter.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include/libpng15 -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o PNGWriter.lo PNGWriter.cc | |
CXX JpegWriter.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include/libpng15 -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o JpegWriter.lo JpegWriter.cc | |
CXX ImgWriter.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include/libpng15 -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o ImgWriter.lo ImgWriter.cc | |
CXX gstrtod.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include/libpng15 -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o gstrtod.lo gstrtod.cc | |
CXXLD libgoo.la | |
/usr/bin/ranlib: file: .libs/libgoo.a(gmempp.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libgoo.a(FixedPoint.o) has no symbols | |
ranlib: file: .libs/libgoo.a(gmempp.o) has no symbols | |
ranlib: file: .libs/libgoo.a(FixedPoint.o) has no symbols | |
make[2]: Nothing to be done for `install-exec-am'. | |
test -z "" || .././install-sh -c -d "" | |
Making install in fofi | |
CXX FoFiEncodings.lo | |
CXX FoFiBase.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o FoFiEncodings.lo FoFiEncodings.cc | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o FoFiBase.lo FoFiBase.cc | |
CXX FoFiTrueType.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o FoFiTrueType.lo FoFiTrueType.cc | |
CXX FoFiType1.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o FoFiType1.lo FoFiType1.cc | |
CXX FoFiType1C.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o FoFiType1C.lo FoFiType1C.cc | |
CXXLD libfofi.la | |
make[2]: Nothing to be done for `install-exec-am'. | |
test -z "" || .././install-sh -c -d "" | |
Making install in splash | |
CXX Splash.lo | |
CXX SplashBitmap.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashBitmap.lo SplashBitmap.cc | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o Splash.lo Splash.cc | |
CXX SplashFTFont.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashFTFont.lo SplashFTFont.cc | |
CXX SplashClip.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashClip.lo SplashClip.cc | |
CXX SplashFTFontEngine.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashFTFontEngine.lo SplashFTFontEngine.cc | |
CXX SplashFTFontFile.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashFTFontFile.lo SplashFTFontFile.cc | |
CXX SplashFont.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashFont.lo SplashFont.cc | |
CXX SplashFontEngine.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashFontEngine.lo SplashFontEngine.cc | |
CXX SplashFontFile.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashFontFile.lo SplashFontFile.cc | |
CXX SplashFontFileID.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashFontFileID.lo SplashFontFileID.cc | |
CXX SplashPath.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashPath.lo SplashPath.cc | |
CXX SplashPattern.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashPattern.lo SplashPattern.cc | |
CXX SplashScreen.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashScreen.lo SplashScreen.cc | |
CXX SplashState.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashState.lo SplashState.cc | |
CXX SplashT1Font.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashT1Font.lo SplashT1Font.cc | |
CXX SplashT1FontEngine.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashT1FontEngine.lo SplashT1FontEngine.cc | |
CXX SplashT1FontFile.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashT1FontFile.lo SplashT1FontFile.cc | |
CXX SplashXPath.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashXPath.lo SplashXPath.cc | |
CXX SplashXPathScanner.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../goo -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -c -o SplashXPathScanner.lo SplashXPathScanner.cc | |
CXXLD libsplash.la | |
/usr/bin/ranlib: file: .libs/libsplash.a(SplashT1Font.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libsplash.a(SplashT1FontEngine.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libsplash.a(SplashT1FontFile.o) has no symbols | |
ranlib: file: .libs/libsplash.a(SplashT1Font.o) has no symbols | |
ranlib: file: .libs/libsplash.a(SplashT1FontEngine.o) has no symbols | |
ranlib: file: .libs/libsplash.a(SplashT1FontFile.o) has no symbols | |
make[2]: Nothing to be done for `install-exec-am'. | |
test -z "" || .././install-sh -c -d "" | |
Making install in poppler | |
CXX ABWOutputDev.lo | |
CXX SplashOutputDev.lo | |
CXX DCTStream.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o ABWOutputDev.lo ABWOutputDev.cc | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o DCTStream.lo DCTStream.cc | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o SplashOutputDev.lo SplashOutputDev.cc | |
CXX JPXStream.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o JPXStream.lo JPXStream.cc | |
CXX Annot.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Annot.lo Annot.cc | |
CXX Array.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Array.lo Array.cc | |
CXX BuiltinFont.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o BuiltinFont.lo BuiltinFont.cc | |
CXX BuiltinFontTables.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o BuiltinFontTables.lo BuiltinFontTables.cc | |
CXX CachedFile.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o CachedFile.lo CachedFile.cc | |
CXX Catalog.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Catalog.lo Catalog.cc | |
CXX CharCodeToUnicode.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o CharCodeToUnicode.lo CharCodeToUnicode.cc | |
CXX CMap.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o CMap.lo CMap.cc | |
CXX DateInfo.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o DateInfo.lo DateInfo.cc | |
CXX Decrypt.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Decrypt.lo Decrypt.cc | |
CXX Dict.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Dict.lo Dict.cc | |
CXX Error.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Error.lo Error.cc | |
CXX FileSpec.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o FileSpec.lo FileSpec.cc | |
CXX FontEncodingTables.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o FontEncodingTables.lo FontEncodingTables.cc | |
CXX Form.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Form.lo Form.cc | |
CXX FontInfo.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o FontInfo.lo FontInfo.cc | |
CXX Function.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Function.lo Function.cc | |
CXX Gfx.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Gfx.lo Gfx.cc | |
CXX GfxFont.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o GfxFont.lo GfxFont.cc | |
CXX GfxState.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o GfxState.lo GfxState.cc | |
CXX GlobalParams.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o GlobalParams.lo GlobalParams.cc | |
CXX Hints.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Hints.lo Hints.cc | |
CXX JArithmeticDecoder.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o JArithmeticDecoder.lo JArithmeticDecoder.cc | |
CXX JBIG2Stream.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o JBIG2Stream.lo JBIG2Stream.cc | |
CXX Lexer.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Lexer.lo Lexer.cc | |
CXX Linearization.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Linearization.lo Linearization.cc | |
CXX Link.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Link.lo Link.cc | |
CXX LocalPDFDocBuilder.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o LocalPDFDocBuilder.lo LocalPDFDocBuilder.cc | |
CXX Movie.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Movie.lo Movie.cc | |
CXX NameToCharCode.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o NameToCharCode.lo NameToCharCode.cc | |
CXX Object.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Object.lo Object.cc | |
CXX OptionalContent.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o OptionalContent.lo OptionalContent.cc | |
CXX Outline.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Outline.lo Outline.cc | |
CXX OutputDev.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o OutputDev.lo OutputDev.cc | |
CXX Page.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Page.lo Page.cc | |
CXX PageTransition.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o PageTransition.lo PageTransition.cc | |
CXX Parser.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Parser.lo Parser.cc | |
CXX PDFDoc.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o PDFDoc.lo PDFDoc.cc | |
CXX PDFDocEncoding.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o PDFDocEncoding.lo PDFDocEncoding.cc | |
CXX PDFDocFactory.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o PDFDocFactory.lo PDFDocFactory.cc | |
CXX PopplerCache.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o PopplerCache.lo PopplerCache.cc | |
CXX ProfileData.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o ProfileData.lo ProfileData.cc | |
CXX PreScanOutputDev.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o PreScanOutputDev.lo PreScanOutputDev.cc | |
CXX PSTokenizer.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o PSTokenizer.lo PSTokenizer.cc | |
CXX Rendition.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Rendition.lo Rendition.cc | |
CXX StdinCachedFile.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o StdinCachedFile.lo StdinCachedFile.cc | |
CXX StdinPDFDocBuilder.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o StdinPDFDocBuilder.lo StdinPDFDocBuilder.cc | |
CXX Stream.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Stream.lo Stream.cc | |
CXX strtok_r.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o strtok_r.lo strtok_r.cpp | |
CXX UnicodeMap.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o UnicodeMap.lo UnicodeMap.cc | |
CXX UnicodeTypeTable.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o UnicodeTypeTable.lo UnicodeTypeTable.cc | |
CXX XRef.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o XRef.lo XRef.cc | |
CXX PSOutputDev.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o PSOutputDev.lo PSOutputDev.cc | |
CXX TextOutputDev.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o TextOutputDev.lo TextOutputDev.cc | |
CXX PageLabelInfo.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o PageLabelInfo.lo PageLabelInfo.cc | |
CXX SecurityHandler.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o SecurityHandler.lo SecurityHandler.cc | |
CXX Sound.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o Sound.lo Sound.cc | |
CXX XpdfPluginAPI.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o XpdfPluginAPI.lo XpdfPluginAPI.cc | |
CXX CairoFontEngine.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o CairoFontEngine.lo CairoFontEngine.cc | |
CXX CairoOutputDev.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o CairoOutputDev.lo CairoOutputDev.cc | |
CXX CairoRescaleBox.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o CairoRescaleBox.lo CairoRescaleBox.cc | |
CXX ArthurOutputDev.lo | |
/bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/usr/local/Cellar/little-cms/1.19/include -I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -DQT_SHARED -I/usr/local/Cellar/qt/4.7.3/include -I/usr/local/Cellar/qt/4.7.3/include/QtCore -I/usr/local/Cellar/qt/4.7.3/include/QtGui -I/usr/local/Cellar/qt/4.7.3/include/QtXml -I/usr/include/libxml2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -O3 -w -pipe -ansi -D_THREAD_SAFE -c -o ArthurOutputDev.lo ArthurOutputDev.cc | |
In file included from ArthurOutputDev.cc:47: | |
ArthurOutputDev.h:37:26: error: QtGui/QPainter: No such file or directory | |
ArthurOutputDev.cc:49:26: error: QtCore/QtDebug: No such file or directory | |
ArthurOutputDev.cc:50:30: error: QtGui/QPainterPath: No such file or directory | |
In file included from ArthurOutputDev.cc:47: | |
ArthurOutputDev.h:56: error: expected `)' before '*' token | |
ArthurOutputDev.h:149: error: ISO C++ forbids declaration of 'QPainter' with no type | |
ArthurOutputDev.h:149: error: expected ';' before '*' token | |
ArthurOutputDev.h:150: error: 'QFont' does not name a type | |
ArthurOutputDev.h:151: error: 'QPen' does not name a type | |
ArthurOutputDev.h:152: error: 'QBrush' does not name a type | |
ArthurOutputDev.cc:88: error: expected `)' before '*' token | |
ArthurOutputDev.cc: In member function 'void ArthurOutputDev::startDoc(XRef*)': | |
ArthurOutputDev.cc:115: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc:115: error: 'QPainter' has not been declared | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::startPage(int, GfxState*)': | |
ArthurOutputDev.cc:124: error: 'QColor' was not declared in this scope | |
ArthurOutputDev.cc:124: error: expected `;' before 'fillColour' | |
ArthurOutputDev.cc:125: error: 'QBrush' was not declared in this scope | |
ArthurOutputDev.cc:125: error: expected `;' before 'fill' | |
ArthurOutputDev.cc:126: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc:127: error: 'fillColour' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::saveState(GfxState*)': | |
ArthurOutputDev.cc:142: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::restoreState(GfxState*)': | |
ArthurOutputDev.cc:147: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::updateLineDash(GfxState*)': | |
ArthurOutputDev.cc:173: error: 'QVector' was not declared in this scope | |
ArthurOutputDev.cc:173: error: 'qreal' was not declared in this scope | |
ArthurOutputDev.cc:173: error: 'pattern' was not declared in this scope | |
ArthurOutputDev.cc:177: error: 'm_currentPen' was not declared in this scope | |
ArthurOutputDev.cc:179: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::updateLineJoin(GfxState*)': | |
ArthurOutputDev.cc:191: error: 'm_currentPen' was not declared in this scope | |
ArthurOutputDev.cc:191: error: 'Qt' has not been declared | |
ArthurOutputDev.cc:194: error: 'Qt' has not been declared | |
ArthurOutputDev.cc:197: error: 'Qt' has not been declared | |
ArthurOutputDev.cc:200: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc:200: error: 'm_currentPen' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::updateLineCap(GfxState*)': | |
ArthurOutputDev.cc:207: error: 'm_currentPen' was not declared in this scope | |
ArthurOutputDev.cc:207: error: 'Qt' has not been declared | |
ArthurOutputDev.cc:210: error: 'Qt' has not been declared | |
ArthurOutputDev.cc:213: error: 'Qt' has not been declared | |
ArthurOutputDev.cc:216: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc:216: error: 'm_currentPen' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::updateMiterLimit(GfxState*)': | |
ArthurOutputDev.cc:221: error: 'm_currentPen' was not declared in this scope | |
ArthurOutputDev.cc:222: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::updateLineWidth(GfxState*)': | |
ArthurOutputDev.cc:227: error: 'm_currentPen' was not declared in this scope | |
ArthurOutputDev.cc:228: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::updateFillColor(GfxState*)': | |
ArthurOutputDev.cc:234: error: 'QColor' was not declared in this scope | |
ArthurOutputDev.cc:234: error: expected `;' before 'brushColour' | |
ArthurOutputDev.cc:236: error: 'brushColour' was not declared in this scope | |
ArthurOutputDev.cc:237: error: 'm_currentBrush' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::updateStrokeColor(GfxState*)': | |
ArthurOutputDev.cc:243: error: 'QColor' was not declared in this scope | |
ArthurOutputDev.cc:243: error: expected `;' before 'penColour' | |
ArthurOutputDev.cc:245: error: 'penColour' was not declared in this scope | |
ArthurOutputDev.cc:246: error: 'm_currentPen' was not declared in this scope | |
ArthurOutputDev.cc:247: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::updateFillOpacity(GfxState*)': | |
ArthurOutputDev.cc:252: error: 'QColor' was not declared in this scope | |
ArthurOutputDev.cc:252: error: expected `;' before 'brushColour' | |
ArthurOutputDev.cc:253: error: 'brushColour' was not declared in this scope | |
ArthurOutputDev.cc:254: error: 'm_currentBrush' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::updateStrokeOpacity(GfxState*)': | |
ArthurOutputDev.cc:259: error: 'QColor' was not declared in this scope | |
ArthurOutputDev.cc:259: error: expected `;' before 'penColour' | |
ArthurOutputDev.cc:260: error: 'penColour' was not declared in this scope | |
ArthurOutputDev.cc:261: error: 'm_currentPen' was not declared in this scope | |
ArthurOutputDev.cc:262: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::updateFont(GfxState*)': | |
ArthurOutputDev.cc:473: error: 'QMatrix' was not declared in this scope | |
ArthurOutputDev.cc:473: error: expected `;' before 'painterMatrix' | |
ArthurOutputDev.cc:474: error: 'painterMatrix' was not declared in this scope | |
ArthurOutputDev.cc: At global scope: | |
ArthurOutputDev.cc:500: error: 'QPainterPath' does not name a type | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::stroke(GfxState*)': | |
ArthurOutputDev.cc:537: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc:537: error: 'Qt' has not been declared | |
ArthurOutputDev.cc:537: error: 'convertPath' was not declared in this scope | |
ArthurOutputDev.cc:537: error: 'm_currentPen' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::fill(GfxState*)': | |
ArthurOutputDev.cc:542: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc:542: error: 'Qt' has not been declared | |
ArthurOutputDev.cc:542: error: 'convertPath' was not declared in this scope | |
ArthurOutputDev.cc:542: error: 'm_currentBrush' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::eoFill(GfxState*)': | |
ArthurOutputDev.cc:547: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc:547: error: 'Qt' has not been declared | |
ArthurOutputDev.cc:547: error: 'convertPath' was not declared in this scope | |
ArthurOutputDev.cc:547: error: 'm_currentBrush' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::clip(GfxState*)': | |
ArthurOutputDev.cc:552: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc:552: error: 'Qt' has not been declared | |
ArthurOutputDev.cc:552: error: 'convertPath' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::eoClip(GfxState*)': | |
ArthurOutputDev.cc:557: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc:557: error: 'Qt' has not been declared | |
ArthurOutputDev.cc:557: error: 'convertPath' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::drawChar(GfxState*, double, double, double, double, double, double, CharCode, int, Unicode*, int)': | |
ArthurOutputDev.cc:591: error: 'QPainterPath' was not declared in this scope | |
ArthurOutputDev.cc:591: error: expected `;' before 'qPath' | |
ArthurOutputDev.cc:592: error: 'qPath' was not declared in this scope | |
ArthurOutputDev.cc:592: error: 'Qt' has not been declared | |
ArthurOutputDev.cc:616: error: 'QColor' was not declared in this scope | |
ArthurOutputDev.cc:616: error: expected `;' before 'brushColour' | |
ArthurOutputDev.cc:618: error: 'brushColour' was not declared in this scope | |
ArthurOutputDev.cc:619: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc:620: error: expected `;' before 'penColour' | |
ArthurOutputDev.cc:622: error: 'penColour' was not declared in this scope | |
ArthurOutputDev.cc:631: error: 'qDebug' was not declared in this scope | |
ArthurOutputDev.cc:643: error: 'qDebug' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::drawImageMask(GfxState*, Object*, Stream*, int, int, GBool, GBool, GBool)': | |
ArthurOutputDev.cc:687: error: 'qDebug' was not declared in this scope | |
ArthurOutputDev.cc: In member function 'virtual void ArthurOutputDev::drawImage(GfxState*, Object*, Stream*, int, int, GfxImageColorMap*, GBool, int*, GBool)': | |
ArthurOutputDev.cc:772: error: 'QMatrix' was not declared in this scope | |
ArthurOutputDev.cc:772: error: expected `;' before 'matrix' | |
ArthurOutputDev.cc:774: error: 'QImage' was not declared in this scope | |
ArthurOutputDev.cc:774: error: expected `;' before 'image' | |
ArthurOutputDev.cc:789: error: 'image' was not declared in this scope | |
ArthurOutputDev.cc:789: error: 'QImage' is not a class or namespace | |
ArthurOutputDev.cc:815: error: 'matrix' was not declared in this scope | |
ArthurOutputDev.cc:817: error: 'm_painter' was not declared in this scope | |
ArthurOutputDev.cc:818: error: 'QPoint' was not declared in this scope | |
make[1]: *** [ArthurOutputDev.lo] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
make: *** [install-recursive] Error 1 | |
==> Exit Status: 2 | |
http://github.com/mxcl/homebrew/blob/master/Library/Formula/poppler.rb#L42 | |
==> Environment | |
HOMEBREW_VERSION: 0.8 | |
HEAD: f8b92027f4c36a40c3d1b9144bbb6dfe6cd88cdf | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
Hardware: quad-core 64-bit arrandale | |
OS X: 10.7 | |
Kernel Architecture: x86_64 | |
Ruby: 1.8.7-249 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Xcode: 4.1 | |
GCC-4.0: N/A | |
GCC-4.2: build 5666 | |
LLVM: build 2335 | |
MacPorts or Fink? false | |
X11 installed? true | |
==> Build Flags | |
CC: /usr/bin/cc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 | |
CXX: /usr/bin/c++ => /usr/llvm-gcc-4.2/bin/llvm-g++-4.2 | |
LD: /usr/bin/cc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 | |
CFLAGS: -O3 -w -pipe | |
CXXFLAGS: -O3 -w -pipe | |
CPPFLAGS: -I/usr/X11/include | |
LDFLAGS: -L/usr/X11/lib | |
MAKEFLAGS: -j4 | |
Error: Failed executing: make install | |
Please report this bug: https://github.com/mxcl/homebrew/wiki/Checklist-before-filing-a-new-issue | |
These existing issues may help you: | |
https://github.com/mxcl/homebrew/issues/#issue/5481 | |
https://github.com/mxcl/homebrew/issues/#issue/6641 | |
Also try: | |
`brew doctor` to check your setup for common problems. | |
`brew missing` to check installed packages for missing deps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment