Skip to content

Instantly share code, notes, and snippets.

@cartazio
Created February 27, 2011 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cartazio/845761 to your computer and use it in GitHub Desktop.
Save cartazio/845761 to your computer and use it in GitHub Desktop.
==> Build Environment
CC: /usr/bin/cc => /usr/bin/gcc-4.2
CXX: /usr/bin/c++ => /usr/bin/c++-4.2
LD: /usr/bin/cc => /usr/bin/gcc-4.2
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
MAKEFLAGS: -j2
==> Downloading ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02.tar.gz
File already downloaded and cached to /Users/carter/Library/Caches/Homebrew
/usr/bin/tar xf /Users/carter/Library/Caches/Homebrew/xpdf-3.02.tar.gz
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.7.1 (Ruby 1.8.7-174; Mac OS X 10.6.6) ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl1.patch -o 001-homebrew.diff ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl2.patch -o 002-homebrew.diff ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl3.patch -o 003-homebrew.diff ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl4.patch -o 004-homebrew.diff ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl5.patch -o 005-homebrew.diff
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
/usr/bin/patch -f -p1 -i 001-homebrew.diff
patching file xpdf/Stream.cc
/usr/bin/patch -f -p1 -i 002-homebrew.diff
patching file xpdf/Stream.cc
patching file xpdf/Stream.h
/usr/bin/patch -f -p1 -i 003-homebrew.diff
patching file goo/gmem.cc
patching file xpdf/JBIG2Stream.cc
patching file xpdf/JBIG2Stream.h
/usr/bin/patch -f -p1 -i 004-homebrew.diff
patching file xpdf/Stream.cc
patching file xpdf/PSOutputDev.cc
patching file splash/Splash.cc
patching file splash/SplashErrorCodes.h
patching file splash/SplashBitmap.cc
patching file xpdf/XRef.cc
/usr/bin/patch -f -p1 -i 005-homebrew.diff
patching file xpdf/Gfx.cc
patching file fofi/FoFiType1.cc
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/xpdf/3.02 --mandir=/usr/local/Cellar/xpdf/3.02/share/man
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/xpdf/3.02 --mandir=/usr/local/Cellar/xpdf/3.02/share/man
checking for gcc... /usr/bin/cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/cc accepts -g... yes
checking for /usr/bin/cc option to accept ANSI C... none needed
checking for library containing strerror... none required
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/c++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for OS/2 (with EMX)... no
checking for DOS (with DJGPP)... no
checking how to run the C preprocessor... /usr/bin/cc -E
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 for gethostbyname... (cached) yes
checking select() and fd_set in sys/select.h and sys/bsdtypes.h... not needed
checking FD_ZERO and strings.h or bstring.h... not needed
checking for rewinddir... yes
checking for popen... yes
checking for mkstemp... yes
checking for mkstemps... yes
checking whether select takes fd_set arguments... 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 _LARGE_FILES value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking for fseek64... no
checking for ftell64... no
checking for egrep... 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 to use Xpm library... maybe
checking where to find the Xpm header files...
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for XpmCreatePixmapFromData in -lXpm... yes
using Xpm library
checking whether to use Xext library... maybe
checking where to find the Xext header files...
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XextAddDisplay in -lXext... yes
using Xext library
checking whether to use Xp library... maybe
checking where to find the Xp header files...
checking X11/extensions/Print.h usability... yes
checking X11/extensions/Print.h presence... yes
checking for X11/extensions/Print.h... yes
checking for XpStartPage in -lXp... yes
using Xp library
checking whether to use Xt library... maybe
checking where to find the Xt header files...
checking X11/Intrinsic.h usability... yes
checking X11/Intrinsic.h presence... yes
checking for X11/Intrinsic.h... yes
checking for XtAppInitialize in -lXt... yes
using Xt library
checking whether to use Xm library... maybe
checking where to find the Xm header files...
checking Xm/XmAll.h usability... yes
checking Xm/XmAll.h presence... yes
checking for Xm/XmAll.h... yes
checking for XmCreateForm in -lXm... yes
using Xm library
checking whether to use Sgm library... maybe
checking where to find the Sgm header files...
checking Sgm/HPanedW.h usability... no
checking Sgm/HPanedW.h presence... no
checking for Sgm/HPanedW.h... no
not using Sgm library
checking for XtAppSetExitFlag in -lXt... yes
checking whether to use t1 library... maybe
checking where to find the t1 header files...
checking t1lib.h usability... no
checking t1lib.h presence... no
checking for t1lib.h... no
not using t1 library
checking whether to use freetype2 library... maybe
checking where to find the freetype2 header files...
checking ft2build.h usability... no
checking ft2build.h presence... no
checking for ft2build.h... no
not using freetype2 library
checking whether to use libpaper library... maybe
checking where to find the libpaper header files...
checking paper.h usability... no
checking paper.h presence... no
checking for paper.h... no
not using libpaper library
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 xpdf/Makefile
config.status: creating aconf.h
configure: WARNING: Couldn't find FreeType
configure: WARNING: -- You will be able to compile pdftops, pdftotext,
pdfinfo, pdffonts, and pdfimages, but not xpdf or pdftoppm
==> make
make
cd goo; make
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I. -c GHash.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I. -c GList.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I. -c GString.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I. -c gmem.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I. -c gmempp.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I. -c gfile.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I. -c FixedPoint.cc
/usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I. -I/usr/X11R6/include -c -o parseargs.o parseargs.c
rm -f libGoo.a
ar rc libGoo.a GHash.o GList.o GString.o gmem.o gmempp.o gfile.o FixedPoint.o parseargs.o
/usr/bin/ranlib: file: libGoo.a(gmempp.o) has no symbols
/usr/bin/ranlib: file: libGoo.a(FixedPoint.o) has no symbols
ranlib libGoo.a
ranlib: file: libGoo.a(gmempp.o) has no symbols
ranlib: file: libGoo.a(FixedPoint.o) has no symbols
cd fofi; make
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiBase.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiEncodings.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiTrueType.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiType1.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiType1C.cc
rm -f libfofi.a
ar rc libfofi.a FoFiBase.o FoFiEncodings.o FoFiTrueType.o FoFiType1.o FoFiType1C.o
ranlib libfofi.a
cd splash; make
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c Splash.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashBitmap.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashClip.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashFTFont.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashFTFontEngine.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashFTFontFile.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashFont.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashFontEngine.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashFontFile.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashFontFileID.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashPath.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashPattern.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashScreen.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashState.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashT1Font.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashT1FontEngine.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashT1FontFile.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashXPath.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashXPathScanner.cc
rm -f libsplash.a
ar rc libsplash.a Splash.o SplashBitmap.o SplashClip.o SplashFTFont.o SplashFTFontEngine.o SplashFTFontFile.o SplashFont.o SplashFontEngine.o SplashFontFile.o SplashFontFileID.o SplashPath.o SplashPattern.o SplashScreen.o SplashState.o SplashT1Font.o SplashT1FontEngine.o SplashT1FontFile.o SplashXPath.o SplashXPathScanner.o
/usr/bin/ranlib: file: libsplash.a(SplashFTFont.o) has no symbols
/usr/bin/ranlib: file: libsplash.a(SplashFTFontEngine.o) has no symbols
/usr/bin/ranlib: file: libsplash.a(SplashFTFontFile.o) has no symbols
/usr/bin/ranlib: file: libsplash.a(SplashT1Font.o) has no symbols
/usr/bin/ranlib: file: libsplash.a(SplashT1FontEngine.o) has no symbols
/usr/bin/ranlib: file: libsplash.a(SplashT1FontFile.o) has no symbols
ranlib libsplash.a
ranlib: file: libsplash.a(SplashFTFont.o) has no symbols
ranlib: file: libsplash.a(SplashFTFontEngine.o) has no symbols
ranlib: file: libsplash.a(SplashFTFontFile.o) has no symbols
ranlib: file: libsplash.a(SplashT1Font.o) has no symbols
ranlib: file: libsplash.a(SplashT1FontEngine.o) has no symbols
ranlib: file: libsplash.a(SplashT1FontFile.o) has no symbols
cd xpdf; make all-no-x
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Annot.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Array.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c BuiltinFont.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c BuiltinFontTables.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Catalog.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c CharCodeToUnicode.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c CMap.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Decrypt.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Dict.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Error.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c FontEncodingTables.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Function.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Gfx.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c GfxFont.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c GfxState.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c GlobalParams.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c JArithmeticDecoder.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c JBIG2Stream.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c JPXStream.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Lexer.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Link.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c NameToCharCode.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Outline.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Object.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c OutputDev.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Page.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Parser.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c PDFDoc.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c PDFDocEncoding.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c PreScanOutputDev.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c PSOutputDev.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c PSTokenizer.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c SecurityHandler.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c SplashOutputDev.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c Stream.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c UnicodeMap.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c XpdfPluginAPI.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c XRef.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c pdftops.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c TextOutputDev.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c UnicodeTypeTable.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c pdftotext.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c pdfinfo.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c pdffonts.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c ImageOutputDev.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -c pdfimages.cc
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -L/usr/X11R6/lib -o pdftops Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Outline.o Object.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PreScanOutputDev.o PSOutputDev.o PSTokenizer.o SecurityHandler.o SplashOutputDev.o Stream.o UnicodeMap.o XpdfPluginAPI.o XRef.o pdftops.o \
-L../goo -lGoo -L../splash -lsplash -L../fofi -lfofi -L../goo -lGoo -lm
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -L/usr/X11R6/lib -o pdfinfo Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o Stream.o UnicodeMap.o XpdfPluginAPI.o XRef.o pdfinfo.o \
-L../goo -lGoo -L../fofi -lfofi -L../goo -lGoo -lm
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -L/usr/X11R6/lib -o pdffonts Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o Stream.o UnicodeMap.o XpdfPluginAPI.o XRef.o pdffonts.o \
-L../goo -lGoo -L../fofi -lfofi -L../goo -lGoo -lm
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -L/usr/X11R6/lib -o pdfimages Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o ImageOutputDev.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o Stream.o UnicodeMap.o XpdfPluginAPI.o XRef.o pdfimages.o \
-L../goo -lGoo -L../fofi -lfofi -L../goo -lGoo -lm
/usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -L/usr/X11R6/lib -o pdftotext Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o Stream.o TextOutputDev.o UnicodeMap.o UnicodeTypeTable.o XpdfPluginAPI.o XRef.o pdftotext.o \
-L../goo -lGoo -L../fofi -lfofi -L../goo -lGoo -lm
==> make install
make install
mkdir -p /usr/local/Cellar/xpdf/3.02/bin
/usr/bin/install -c xpdf/pdftops /usr/local/Cellar/xpdf/3.02/bin/pdftops
/usr/bin/install -c xpdf/pdftotext /usr/local/Cellar/xpdf/3.02/bin/pdftotext
/usr/bin/install -c xpdf/pdfinfo /usr/local/Cellar/xpdf/3.02/bin/pdfinfo
/usr/bin/install -c xpdf/pdffonts /usr/local/Cellar/xpdf/3.02/bin/pdffonts
/usr/bin/install -c xpdf/pdfimages /usr/local/Cellar/xpdf/3.02/bin/pdfimages
mkdir -p /usr/local/Cellar/xpdf/3.02/share/man/man1
/usr/bin/install -c -m 644 ./doc/pdftops.1 /usr/local/Cellar/xpdf/3.02/share/man/man1/pdftops.1
/usr/bin/install -c -m 644 ./doc/pdftotext.1 /usr/local/Cellar/xpdf/3.02/share/man/man1/pdftotext.1
/usr/bin/install -c -m 644 ./doc/pdfinfo.1 /usr/local/Cellar/xpdf/3.02/share/man/man1/pdfinfo.1
/usr/bin/install -c -m 644 ./doc/pdffonts.1 /usr/local/Cellar/xpdf/3.02/share/man/man1/pdffonts.1
/usr/bin/install -c -m 644 ./doc/pdfimages.1 /usr/local/Cellar/xpdf/3.02/share/man/man1/pdfimages.1
mkdir -p /usr/local/Cellar/xpdf/3.02/share/man/man5
/usr/bin/install -c -m 644 ./doc/xpdfrc.5 /usr/local/Cellar/xpdf/3.02/share/man/man5/xpdfrc.5
mkdir -p /usr/local/Cellar/xpdf/3.02/etc
# not overwriting the existing /usr/local/Cellar/xpdf/3.02/etc/xpdfrc
==> Finishing up
strip /usr/local/Cellar/xpdf/3.02/bin/pdftotext
strip /usr/local/Cellar/xpdf/3.02/bin/pdftops
strip /usr/local/Cellar/xpdf/3.02/bin/pdfinfo
strip /usr/local/Cellar/xpdf/3.02/bin/pdfimages
strip /usr/local/Cellar/xpdf/3.02/bin/pdffonts
ln /usr/local/etc/xpdfrc
ln /usr/local/bin/pdftotext
ln /usr/local/bin/pdftops
ln /usr/local/bin/pdfinfo
ln /usr/local/bin/pdfimages
ln /usr/local/bin/pdffonts
ln /usr/local/share/man/man5/xpdfrc.5
ln /usr/local/share/man/man1/pdftotext.1
ln /usr/local/share/man/man1/pdftops.1
ln /usr/local/share/man/man1/pdfinfo.1
ln /usr/local/share/man/man1/pdfimages.1
ln /usr/local/share/man/man1/pdffonts.1
==> Summary
/usr/local/Cellar/xpdf/3.02: 14 files, 5.4M, built in 33 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment