Report for Alien-SDL-1.446

Back
From: metabase:user:30f4dfbe-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Alien-SDL-1.446 v5.14.2 Mac OS X
Date: 2016-12-26T19:09:49Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Tobias Leich,

This is a computer-generated report for Alien-SDL-1.446
on perl 5.14.2, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from './Build':

Build option used:
	Source code build
    jpeg(v8b) tiff(v3.9.1) SDL(v1.2.15) SDL_image(v1.2.11) ogg(v1.3.0) vorbis(v1.3.3) SDL_mixer(v1.2.12) SDL_ttf(v2.0.11) SDL_gfx(v2.0.25) 
Building Alien-SDL
Fetching 'http://www.ijg.org/files/jpegsrc.v8b.tar.gz'...
Checking checksum for 'download/jpegsrc.v8b.tar.gz'...
Fetching 'http://froggs.de/libtiff/tiff-3.9.1.tar.gz'...
Checking checksum for 'download/tiff-3.9.1.tar.gz'...
Fetching 'http://froggs.de/libsdl/SDL-1.2-2b923729fd01.tar.gz'...
Checking checksum for 'download/SDL-1.2-2b923729fd01.tar.gz'...
Fetching 'http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.11.tar.gz'...
Checking checksum for 'download/SDL_image-1.2.11.tar.gz'...
Fetching 'http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz'...
Checking checksum for 'download/libogg-1.3.0.tar.gz'...
Fetching 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.3.tar.gz'...
Checking checksum for 'download/libvorbis-1.3.3.tar.gz'...
Fetching 'http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.12.tar.gz'...
Checking checksum for 'download/SDL_mixer-1.2.12.tar.gz'...
Fetching 'http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz'...
Checking checksum for 'download/SDL_ttf-2.0.11.tar.gz'...
Fetching 'http://froggs.de/libsdl/SDL_gfx-2.0.25.tar.gz'...
Checking checksum for 'download/SDL_gfx-2.0.25.tar.gz'...
Extracting jpeg...
Applying patch 'jpeg-8a_cygwin.patch'
Extracting tiff...
Extracting SDL...
Applying patch 'test1.patch'
Applying patch 'SDL-1.2-openbsd-rldflags.patch'
Applying patch 'libsdl-1.2.15-const-xdata32.1.patch'
Applying patch 'libsdl-1.2.15-const-xdata32.2.patch'
Applying patch 'libsdl-1.2.15-const-xdata32.3.patch'
Applying patch 'libsdl-1.2.15-const-xdata32.4.patch'
Applying patch 'SDL-1.2.15-PIC-in-CFLAGS.patch'
Applying patch 'SDL-1.2.15-Makefile.in-OBJECTS.patch'
Applying patch 'SDL-1.2.15-mavericks-cgdirectpallete.patch'
Extracting SDL_image...
Applying patch 'SDL_image-1.2.11-CGFloat.patch'
Applying patch 'SDL_image-1.2.11-libpng-flags.patch'
Extracting ogg...
Extracting vorbis...
Applying patch 'libvorbis-1.3.3-configure.patch'
Extracting SDL_mixer...
Applying patch 'SDL_mixer-1.2.12-native-midi-win32.patch'
Extracting SDL_ttf...
Extracting SDL_gfx...
BUILDING package 'jpeg-8b'...
Configuring package 'jpeg'...
(cmd: ./configure --prefix=/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3 --enable-static=yes --enable-shared=yes  --disable-ld-version-script CFLAGS="-I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include" LDFLAGS="-L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib")
checking build system type... x86_64-apple-darwin15.6.0
checking host system type... x86_64-apple-darwin15.6.0
checking target system type... x86_64-apple-darwin15.6.0
checking for a BSD-compatible install... /sw/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /sw/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... 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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking for function prototypes... yes
checking how to run the C preprocessor... 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 for string.h... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking for cc option to accept ISO C99... none needed
checking for cc option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... cc -E
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for function prototypes... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for string.h... (cached) yes
checking for size_t... yes
checking for type unsigned char... yes
checking for type unsigned short... yes
checking for type void... yes
checking for an ANSI C-conforming const... yes
checking for inline... __inline__
checking for broken incomplete types... ok
checking for short external names... ok
checking to see if char is signed... yes
checking to see if right shift is signed... yes
checking to see if fopen accepts b spec... yes
checking for a sed that does not truncate output... /sw/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
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 for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
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... no
checking for -exported_symbols_list linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.6.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 libjpeg version number... 8:2
configure: creating ./config.status
config.status: creating Makefile
config.status: creating jconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
Gonna detect GNU make:
- testing: 'make'
- found: 'make'
Running make install jpeg...
(cmd: make install)
  CC     jaricom.lo
  CC     jcapimin.lo
  CC     jcapistd.lo
  CC     jcarith.lo
  CC     jccoefct.lo
  CC     jccolor.lo
  CC     jcdctmgr.lo
  CC     jchuff.lo
  CC     jcinit.lo
  CC     jcmainct.lo
  CC     jcmarker.lo
  CC     jcmaster.lo
  CC     jcomapi.lo
  CC     jcparam.lo
  CC     jcprepct.lo
  CC     jcsample.lo
  CC     jctrans.lo
  CC     jdapimin.lo
  CC     jdapistd.lo
  CC     jdarith.lo
  CC     jdatadst.lo
  CC     jdatasrc.lo
  CC     jdcoefct.lo
  CC     jdcolor.lo
  CC     jddctmgr.lo
  CC     jdhuff.lo
  CC     jdinput.lo
  CC     jdmainct.lo
  CC     jdmarker.lo
  CC     jdmaster.lo
  CC     jdmerge.lo
  CC     jdpostct.lo
  CC     jdsample.lo
  CC     jdtrans.lo
  CC     jerror.lo
  CC     jfdctflt.lo
  CC     jfdctfst.lo
  CC     jfdctint.lo
  CC     jidctflt.lo
  CC     jidctfst.lo
  CC     jidctint.lo
  CC     jquant1.lo
  CC     jquant2.lo
  CC     jutils.lo
  CC     jmemmgr.lo
  CC     jmemnobs.lo
  CCLD   libjpeg.la
ld: warning: directory not found for option '-L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib'
warning: no debug symbols in executable (-arch x86_64)
  CC     cjpeg.o
  CC     rdppm.o
  CC     rdgif.o
  CC     rdtarga.o
  CC     rdrle.o
  CC     rdbmp.o
  CC     rdswitch.o
  CC     cdjpeg.o
  CCLD   cjpeg
ld: warning: directory not found for option '-L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib'
  CC     djpeg.o
  CC     wrppm.o
  CC     wrgif.o
  CC     wrtarga.o
  CC     wrrle.o
  CC     wrbmp.o
  CC     rdcolmap.o
  CCLD   djpeg
ld: warning: directory not found for option '-L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib'
  CC     jpegtran.o
  CC     transupp.o
  CCLD   jpegtran
ld: warning: directory not found for option '-L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib'
  CC     rdjpgcom.o
  CCLD   rdjpgcom
ld: warning: directory not found for option '-L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib'
  CC     wrjpgcom.o
  CCLD   wrjpgcom
ld: warning: directory not found for option '-L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib'
make[1]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/jpeg-8b'
test -z "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib" || /sw/bin/gmkdir -p "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib"
 /bin/sh ./libtool   --mode=install /sw/bin/ginstall -c   libjpeg.la '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib'
libtool: install: /sw/bin/ginstall -c .libs/libjpeg.8.dylib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.8.dylib
libtool: install: (cd /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib && { ln -s -f libjpeg.8.dylib libjpeg.dylib || { rm -f libjpeg.dylib && ln -s libjpeg.8.dylib libjpeg.dylib; }; })
libtool: install: /sw/bin/ginstall -c .libs/libjpeg.lai /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.la
libtool: install: /sw/bin/ginstall -c .libs/libjpeg.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.a
libtool: install: chmod 644 /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.a
libtool: install: ranlib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.a
----------------------------------------------------------------------
Libraries have been installed in:
   /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
     during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin" || /sw/bin/gmkdir -p "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin"
  /bin/sh ./libtool   --mode=install /sw/bin/ginstall -c cjpeg djpeg jpegtran rdjpgcom wrjpgcom '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin'
libtool: install: /sw/bin/ginstall -c .libs/cjpeg /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/cjpeg
libtool: install: /sw/bin/ginstall -c .libs/djpeg /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/djpeg
libtool: install: /sw/bin/ginstall -c .libs/jpegtran /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/jpegtran
libtool: install: /sw/bin/ginstall -c rdjpgcom /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/rdjpgcom
libtool: install: /sw/bin/ginstall -c wrjpgcom /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/wrjpgcom
/bin/sh /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/jpeg-8b/install-sh -d /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include
/sw/bin/ginstall -c -m 644 jconfig.h /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/jconfig.h
test -z "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include" || /sw/bin/gmkdir -p "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include"
 /sw/bin/ginstall -c -m 644 jerror.h jmorecfg.h jpeglib.h '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include'
test -z "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/man/man1" || /sw/bin/gmkdir -p "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/man/man1"
 /sw/bin/ginstall -c -m 644 cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/man/man1'
make[1]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/jpeg-8b'
BUILDING package 'tiff-3.9.1'...
Configuring package 'tiff'...
(cmd: ./configure --prefix=/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3 --enable-static=yes --enable-shared=yes  CFLAGS="-I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include" LDFLAGS="-L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib")
checking build system type... i386-apple-darwin15.6.0
checking host system type... i386-apple-darwin15.6.0
checking target system type... i386-apple-darwin15.6.0
checking for a BSD-compatible install... /sw/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /sw/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether build environment is sane... yes
checking for gcc... 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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking for cc option to accept ISO C99... none needed
checking for cc option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... cc -E
checking for a sed that does not truncate output... /sw/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether cc understands -c and -o together... yes
checking for ld used by cc... (cached) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... (cached) no
checking for C compiler warning flags... -Wall -W
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
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 for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
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 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 for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.6.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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking for main in -lc... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for off_t... yes
checking for size_t... yes
checking size of int... 4
checking size of long... 8
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int8... no
checking for int16... no
checking for int32... no
checking size of signed long... 8
checking size of unsigned long... 8
checking size of signed long long... 8
checking size of unsigned long long... 8
checking for signed 64-bit type... signed long
checking for unsigned 64-bit type... unsigned long
checking for floor... yes
checking for isascii... yes
checking for memmove... yes
checking for memset... yes
checking for mmap... yes
checking for pow... yes
checking for setmode... yes
checking for sqrt... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for getopt... yes
checking for strcasecmp... yes
checking for strtoul... yes
checking for lfind... yes
checking native cpu bit order... lsb2msb
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for inflateEnd in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for jpeg_read_scanlines in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... no
configure: WARNING: jpeglib.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: jpeglib.h: proceeding with the compiler's result
checking for jpeglib.h... yes
checking for jbg_dec_init in -ljbig... no
checking jbig.h usability... no
checking jbig.h presence... no
checking for jbig.h... no
checking for X... libraries , headers /usr/X11/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... 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 cc_r... cc
checking whether we are using the Microsoft C compiler... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for OpenGL library... -lGL
checking for OpenGL Utility library... -lGLU
checking for GLUT library... -lglut
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/acorn/Makefile
config.status: creating contrib/addtiffo/Makefile
config.status: creating contrib/dbs/Makefile
config.status: creating contrib/dbs/xtiff/Makefile
config.status: creating contrib/iptcutil/Makefile
config.status: creating contrib/mac-cw/Makefile
config.status: creating contrib/mac-mpw/Makefile
config.status: creating contrib/mfs/Makefile
config.status: creating contrib/pds/Makefile
config.status: creating contrib/ras/Makefile
config.status: creating contrib/stream/Makefile
config.status: creating contrib/tags/Makefile
config.status: creating contrib/win_dib/Makefile
config.status: creating html/Makefile
config.status: creating html/images/Makefile
config.status: creating html/man/Makefile
config.status: creating libtiff/Makefile
config.status: creating man/Makefile
config.status: creating port/Makefile
config.status: creating test/Makefile
config.status: creating tools/Makefile
config.status: creating libtiff/tif_config.h
config.status: creating libtiff/tiffconf.h
config.status: executing depfiles commands
config.status: executing libtool commands

Libtiff is now configured for i386-apple-darwin15.6.0

  Installation directory:             /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3
  Documentation directory:            ${prefix}/share/doc/tiff-3.9.1
  C compiler:                         cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W
  C++ compiler:                       g++ -g -O2
  Enable runtime linker paths:        no
  Support Microsoft Document Imaging: yes

 Support for internal codecs:
  CCITT Group 3 & 4 algorithms:       yes
  Macintosh PackBits algorithm:       yes
  LZW algorithm:                      yes
  ThunderScan 4-bit RLE algorithm:    yes
  NeXT 2-bit RLE algorithm:           yes
  LogLuv high dynamic range encoding: yes

 Support for external codecs:
  ZLIB support:                       yes
  Pixar log-format algorithm:         yes
  JPEG support:                       yes
  Old JPEG support:                   yes
  ISO JBIG support:                   no

  C++ support:                        yes

  OpenGL support:                     yes

Gonna detect GNU make:
- testing: 'make'
- found: 'make'
Running make install tiff...
(cmd: make install)
Making install in port
make[1]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/port'
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../libtiff     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c -o dummy.lo dummy.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../libtiff -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.c  -fno-common -DPIC -o .libs/dummy.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../libtiff -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.c -o dummy.o >/dev/null 2>&1
mv -f .deps/dummy.Tpo .deps/dummy.Plo
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o libport.la  dummy.lo  -ljpeg -lz -lc 
libtool: link: ar cru .libs/libport.a .libs/dummy.o 
libtool: link: ranlib .libs/libport.a
libtool: link: ( cd ".libs" && rm -f "libport.la" && ln -s "../libport.la" "libport.la" )
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/port'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/port'
make[1]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/port'
Making install in libtiff
make[1]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/libtiff'
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_aux.lo -MD -MP -MF .deps/tif_aux.Tpo -c -o tif_aux.lo tif_aux.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_aux.lo -MD -MP -MF .deps/tif_aux.Tpo -c tif_aux.c  -fno-common -DPIC -o .libs/tif_aux.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_aux.lo -MD -MP -MF .deps/tif_aux.Tpo -c tif_aux.c -o tif_aux.o >/dev/null 2>&1
mv -f .deps/tif_aux.Tpo .deps/tif_aux.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_close.lo -MD -MP -MF .deps/tif_close.Tpo -c -o tif_close.lo tif_close.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_close.lo -MD -MP -MF .deps/tif_close.Tpo -c tif_close.c  -fno-common -DPIC -o .libs/tif_close.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_close.lo -MD -MP -MF .deps/tif_close.Tpo -c tif_close.c -o tif_close.o >/dev/null 2>&1
mv -f .deps/tif_close.Tpo .deps/tif_close.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_codec.lo -MD -MP -MF .deps/tif_codec.Tpo -c -o tif_codec.lo tif_codec.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_codec.lo -MD -MP -MF .deps/tif_codec.Tpo -c tif_codec.c  -fno-common -DPIC -o .libs/tif_codec.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_codec.lo -MD -MP -MF .deps/tif_codec.Tpo -c tif_codec.c -o tif_codec.o >/dev/null 2>&1
mv -f .deps/tif_codec.Tpo .deps/tif_codec.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_color.lo -MD -MP -MF .deps/tif_color.Tpo -c -o tif_color.lo tif_color.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_color.lo -MD -MP -MF .deps/tif_color.Tpo -c tif_color.c  -fno-common -DPIC -o .libs/tif_color.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_color.lo -MD -MP -MF .deps/tif_color.Tpo -c tif_color.c -o tif_color.o >/dev/null 2>&1
mv -f .deps/tif_color.Tpo .deps/tif_color.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_compress.lo -MD -MP -MF .deps/tif_compress.Tpo -c -o tif_compress.lo tif_compress.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_compress.lo -MD -MP -MF .deps/tif_compress.Tpo -c tif_compress.c  -fno-common -DPIC -o .libs/tif_compress.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_compress.lo -MD -MP -MF .deps/tif_compress.Tpo -c tif_compress.c -o tif_compress.o >/dev/null 2>&1
mv -f .deps/tif_compress.Tpo .deps/tif_compress.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dir.lo -MD -MP -MF .deps/tif_dir.Tpo -c -o tif_dir.lo tif_dir.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dir.lo -MD -MP -MF .deps/tif_dir.Tpo -c tif_dir.c  -fno-common -DPIC -o .libs/tif_dir.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dir.lo -MD -MP -MF .deps/tif_dir.Tpo -c tif_dir.c -o tif_dir.o >/dev/null 2>&1
mv -f .deps/tif_dir.Tpo .deps/tif_dir.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dirinfo.lo -MD -MP -MF .deps/tif_dirinfo.Tpo -c -o tif_dirinfo.lo tif_dirinfo.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dirinfo.lo -MD -MP -MF .deps/tif_dirinfo.Tpo -c tif_dirinfo.c  -fno-common -DPIC -o .libs/tif_dirinfo.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dirinfo.lo -MD -MP -MF .deps/tif_dirinfo.Tpo -c tif_dirinfo.c -o tif_dirinfo.o >/dev/null 2>&1
mv -f .deps/tif_dirinfo.Tpo .deps/tif_dirinfo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dirread.lo -MD -MP -MF .deps/tif_dirread.Tpo -c -o tif_dirread.lo tif_dirread.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dirread.lo -MD -MP -MF .deps/tif_dirread.Tpo -c tif_dirread.c  -fno-common -DPIC -o .libs/tif_dirread.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dirread.lo -MD -MP -MF .deps/tif_dirread.Tpo -c tif_dirread.c -o tif_dirread.o >/dev/null 2>&1
mv -f .deps/tif_dirread.Tpo .deps/tif_dirread.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dirwrite.lo -MD -MP -MF .deps/tif_dirwrite.Tpo -c -o tif_dirwrite.lo tif_dirwrite.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dirwrite.lo -MD -MP -MF .deps/tif_dirwrite.Tpo -c tif_dirwrite.c  -fno-common -DPIC -o .libs/tif_dirwrite.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dirwrite.lo -MD -MP -MF .deps/tif_dirwrite.Tpo -c tif_dirwrite.c -o tif_dirwrite.o >/dev/null 2>&1
mv -f .deps/tif_dirwrite.Tpo .deps/tif_dirwrite.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dumpmode.lo -MD -MP -MF .deps/tif_dumpmode.Tpo -c -o tif_dumpmode.lo tif_dumpmode.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dumpmode.lo -MD -MP -MF .deps/tif_dumpmode.Tpo -c tif_dumpmode.c  -fno-common -DPIC -o .libs/tif_dumpmode.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_dumpmode.lo -MD -MP -MF .deps/tif_dumpmode.Tpo -c tif_dumpmode.c -o tif_dumpmode.o >/dev/null 2>&1
mv -f .deps/tif_dumpmode.Tpo .deps/tif_dumpmode.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_error.lo -MD -MP -MF .deps/tif_error.Tpo -c -o tif_error.lo tif_error.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_error.lo -MD -MP -MF .deps/tif_error.Tpo -c tif_error.c  -fno-common -DPIC -o .libs/tif_error.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_error.lo -MD -MP -MF .deps/tif_error.Tpo -c tif_error.c -o tif_error.o >/dev/null 2>&1
mv -f .deps/tif_error.Tpo .deps/tif_error.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_extension.lo -MD -MP -MF .deps/tif_extension.Tpo -c -o tif_extension.lo tif_extension.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_extension.lo -MD -MP -MF .deps/tif_extension.Tpo -c tif_extension.c  -fno-common -DPIC -o .libs/tif_extension.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_extension.lo -MD -MP -MF .deps/tif_extension.Tpo -c tif_extension.c -o tif_extension.o >/dev/null 2>&1
mv -f .deps/tif_extension.Tpo .deps/tif_extension.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_fax3.lo -MD -MP -MF .deps/tif_fax3.Tpo -c -o tif_fax3.lo tif_fax3.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_fax3.lo -MD -MP -MF .deps/tif_fax3.Tpo -c tif_fax3.c  -fno-common -DPIC -o .libs/tif_fax3.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_fax3.lo -MD -MP -MF .deps/tif_fax3.Tpo -c tif_fax3.c -o tif_fax3.o >/dev/null 2>&1
mv -f .deps/tif_fax3.Tpo .deps/tif_fax3.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_fax3sm.lo -MD -MP -MF .deps/tif_fax3sm.Tpo -c -o tif_fax3sm.lo tif_fax3sm.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_fax3sm.lo -MD -MP -MF .deps/tif_fax3sm.Tpo -c tif_fax3sm.c  -fno-common -DPIC -o .libs/tif_fax3sm.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_fax3sm.lo -MD -MP -MF .deps/tif_fax3sm.Tpo -c tif_fax3sm.c -o tif_fax3sm.o >/dev/null 2>&1
mv -f .deps/tif_fax3sm.Tpo .deps/tif_fax3sm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_flush.lo -MD -MP -MF .deps/tif_flush.Tpo -c -o tif_flush.lo tif_flush.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_flush.lo -MD -MP -MF .deps/tif_flush.Tpo -c tif_flush.c  -fno-common -DPIC -o .libs/tif_flush.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_flush.lo -MD -MP -MF .deps/tif_flush.Tpo -c tif_flush.c -o tif_flush.o >/dev/null 2>&1
mv -f .deps/tif_flush.Tpo .deps/tif_flush.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_getimage.lo -MD -MP -MF .deps/tif_getimage.Tpo -c -o tif_getimage.lo tif_getimage.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_getimage.lo -MD -MP -MF .deps/tif_getimage.Tpo -c tif_getimage.c  -fno-common -DPIC -o .libs/tif_getimage.o
tif_getimage.c:484:56: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                TIFFErrorExt(tif->tif_clientdata, TIFFFileName(tif), emsg);
                                                                     ^~~~
tif_getimage.c:484:56: note: treat the string as an argument to avoid this
                TIFFErrorExt(tif->tif_clientdata, TIFFFileName(tif), emsg);
                                                                     ^
                                                                     "%s", 
tif_getimage.c:2558:56: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                TIFFErrorExt(tif->tif_clientdata, TIFFFileName(tif), emsg);
                                                                     ^~~~
tif_getimage.c:2558:56: note: treat the string as an argument to avoid this
                TIFFErrorExt(tif->tif_clientdata, TIFFFileName(tif), emsg);
                                                                     ^
                                                                     "%s", 
tif_getimage.c:2610:59: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
            TIFFErrorExt(tif->tif_clientdata, TIFFFileName(tif), emsg);
                                                                 ^~~~
tif_getimage.c:2610:59: note: treat the string as an argument to avoid this
            TIFFErrorExt(tif->tif_clientdata, TIFFFileName(tif), emsg);
                                                                 ^
                                                                 "%s", 
3 warnings generated.
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_getimage.lo -MD -MP -MF .deps/tif_getimage.Tpo -c tif_getimage.c -o tif_getimage.o >/dev/null 2>&1
mv -f .deps/tif_getimage.Tpo .deps/tif_getimage.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_jbig.lo -MD -MP -MF .deps/tif_jbig.Tpo -c -o tif_jbig.lo tif_jbig.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_jbig.lo -MD -MP -MF .deps/tif_jbig.Tpo -c tif_jbig.c  -fno-common -DPIC -o .libs/tif_jbig.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_jbig.lo -MD -MP -MF .deps/tif_jbig.Tpo -c tif_jbig.c -o tif_jbig.o >/dev/null 2>&1
mv -f .deps/tif_jbig.Tpo .deps/tif_jbig.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_jpeg.lo -MD -MP -MF .deps/tif_jpeg.Tpo -c -o tif_jpeg.lo tif_jpeg.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_jpeg.lo -MD -MP -MF .deps/tif_jpeg.Tpo -c tif_jpeg.c  -fno-common -DPIC -o .libs/tif_jpeg.o
tif_jpeg.c:229:51: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
        TIFFErrorExt(sp->tif->tif_clientdata, "JPEGLib", buffer);               /* display the error message */
                                                         ^~~~~~
tif_jpeg.c:229:51: note: treat the string as an argument to avoid this
        TIFFErrorExt(sp->tif->tif_clientdata, "JPEGLib", buffer);               /* display the error message */
                                                         ^
                                                         "%s", 
tif_jpeg.c:245:72: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
        TIFFWarningExt(((JPEGState *) cinfo)->tif->tif_clientdata, "JPEGLib", buffer);
                                                                              ^~~~~~
tif_jpeg.c:245:72: note: treat the string as an argument to avoid this
        TIFFWarningExt(((JPEGState *) cinfo)->tif->tif_clientdata, "JPEGLib", buffer);
                                                                              ^
                                                                              "%s", 
2 warnings generated.
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_jpeg.lo -MD -MP -MF .deps/tif_jpeg.Tpo -c tif_jpeg.c -o tif_jpeg.o >/dev/null 2>&1
mv -f .deps/tif_jpeg.Tpo .deps/tif_jpeg.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_luv.lo -MD -MP -MF .deps/tif_luv.Tpo -c -o tif_luv.lo tif_luv.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_luv.lo -MD -MP -MF .deps/tif_luv.Tpo -c tif_luv.c  -fno-common -DPIC -o .libs/tif_luv.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_luv.lo -MD -MP -MF .deps/tif_luv.Tpo -c tif_luv.c -o tif_luv.o >/dev/null 2>&1
mv -f .deps/tif_luv.Tpo .deps/tif_luv.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_lzw.lo -MD -MP -MF .deps/tif_lzw.Tpo -c -o tif_lzw.lo tif_lzw.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_lzw.lo -MD -MP -MF .deps/tif_lzw.Tpo -c tif_lzw.c  -fno-common -DPIC -o .libs/tif_lzw.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_lzw.lo -MD -MP -MF .deps/tif_lzw.Tpo -c tif_lzw.c -o tif_lzw.o >/dev/null 2>&1
mv -f .deps/tif_lzw.Tpo .deps/tif_lzw.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_next.lo -MD -MP -MF .deps/tif_next.Tpo -c -o tif_next.lo tif_next.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_next.lo -MD -MP -MF .deps/tif_next.Tpo -c tif_next.c  -fno-common -DPIC -o .libs/tif_next.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_next.lo -MD -MP -MF .deps/tif_next.Tpo -c tif_next.c -o tif_next.o >/dev/null 2>&1
mv -f .deps/tif_next.Tpo .deps/tif_next.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_ojpeg.lo -MD -MP -MF .deps/tif_ojpeg.Tpo -c -o tif_ojpeg.lo tif_ojpeg.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_ojpeg.lo -MD -MP -MF .deps/tif_ojpeg.Tpo -c tif_ojpeg.c  -fno-common -DPIC -o .libs/tif_ojpeg.o
tif_ojpeg.c:2362:73: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
        TIFFWarningExt(((TIFF*)(cinfo->client_data))->tif_clientdata,"LibJpeg",buffer);
                                                                               ^~~~~~
tif_ojpeg.c:2362:73: note: treat the string as an argument to avoid this
        TIFFWarningExt(((TIFF*)(cinfo->client_data))->tif_clientdata,"LibJpeg",buffer);
                                                                               ^
                                                                               "%s", 
tif_ojpeg.c:2370:71: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
        TIFFErrorExt(((TIFF*)(cinfo->client_data))->tif_clientdata,"LibJpeg",buffer);
                                                                             ^~~~~~
tif_ojpeg.c:2370:71: note: treat the string as an argument to avoid this
        TIFFErrorExt(((TIFF*)(cinfo->client_data))->tif_clientdata,"LibJpeg",buffer);
                                                                             ^
                                                                             "%s", 
2 warnings generated.
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_ojpeg.lo -MD -MP -MF .deps/tif_ojpeg.Tpo -c tif_ojpeg.c -o tif_ojpeg.o >/dev/null 2>&1
mv -f .deps/tif_ojpeg.Tpo .deps/tif_ojpeg.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_open.lo -MD -MP -MF .deps/tif_open.Tpo -c -o tif_open.lo tif_open.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_open.lo -MD -MP -MF .deps/tif_open.Tpo -c tif_open.c  -fno-common -DPIC -o .libs/tif_open.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_open.lo -MD -MP -MF .deps/tif_open.Tpo -c tif_open.c -o tif_open.o >/dev/null 2>&1
mv -f .deps/tif_open.Tpo .deps/tif_open.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_packbits.lo -MD -MP -MF .deps/tif_packbits.Tpo -c -o tif_packbits.lo tif_packbits.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_packbits.lo -MD -MP -MF .deps/tif_packbits.Tpo -c tif_packbits.c  -fno-common -DPIC -o .libs/tif_packbits.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_packbits.lo -MD -MP -MF .deps/tif_packbits.Tpo -c tif_packbits.c -o tif_packbits.o >/dev/null 2>&1
mv -f .deps/tif_packbits.Tpo .deps/tif_packbits.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_pixarlog.lo -MD -MP -MF .deps/tif_pixarlog.Tpo -c -o tif_pixarlog.lo tif_pixarlog.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_pixarlog.lo -MD -MP -MF .deps/tif_pixarlog.Tpo -c tif_pixarlog.c  -fno-common -DPIC -o .libs/tif_pixarlog.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_pixarlog.lo -MD -MP -MF .deps/tif_pixarlog.Tpo -c tif_pixarlog.c -o tif_pixarlog.o >/dev/null 2>&1
mv -f .deps/tif_pixarlog.Tpo .deps/tif_pixarlog.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_predict.lo -MD -MP -MF .deps/tif_predict.Tpo -c -o tif_predict.lo tif_predict.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_predict.lo -MD -MP -MF .deps/tif_predict.Tpo -c tif_predict.c  -fno-common -DPIC -o .libs/tif_predict.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_predict.lo -MD -MP -MF .deps/tif_predict.Tpo -c tif_predict.c -o tif_predict.o >/dev/null 2>&1
mv -f .deps/tif_predict.Tpo .deps/tif_predict.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_print.lo -MD -MP -MF .deps/tif_print.Tpo -c -o tif_print.lo tif_print.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_print.lo -MD -MP -MF .deps/tif_print.Tpo -c tif_print.c  -fno-common -DPIC -o .libs/tif_print.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_print.lo -MD -MP -MF .deps/tif_print.Tpo -c tif_print.c -o tif_print.o >/dev/null 2>&1
mv -f .deps/tif_print.Tpo .deps/tif_print.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_read.lo -MD -MP -MF .deps/tif_read.Tpo -c -o tif_read.lo tif_read.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_read.lo -MD -MP -MF .deps/tif_read.Tpo -c tif_read.c  -fno-common -DPIC -o .libs/tif_read.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_read.lo -MD -MP -MF .deps/tif_read.Tpo -c tif_read.c -o tif_read.o >/dev/null 2>&1
mv -f .deps/tif_read.Tpo .deps/tif_read.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_strip.lo -MD -MP -MF .deps/tif_strip.Tpo -c -o tif_strip.lo tif_strip.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_strip.lo -MD -MP -MF .deps/tif_strip.Tpo -c tif_strip.c  -fno-common -DPIC -o .libs/tif_strip.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_strip.lo -MD -MP -MF .deps/tif_strip.Tpo -c tif_strip.c -o tif_strip.o >/dev/null 2>&1
mv -f .deps/tif_strip.Tpo .deps/tif_strip.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_swab.lo -MD -MP -MF .deps/tif_swab.Tpo -c -o tif_swab.lo tif_swab.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_swab.lo -MD -MP -MF .deps/tif_swab.Tpo -c tif_swab.c  -fno-common -DPIC -o .libs/tif_swab.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_swab.lo -MD -MP -MF .deps/tif_swab.Tpo -c tif_swab.c -o tif_swab.o >/dev/null 2>&1
mv -f .deps/tif_swab.Tpo .deps/tif_swab.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_thunder.lo -MD -MP -MF .deps/tif_thunder.Tpo -c -o tif_thunder.lo tif_thunder.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_thunder.lo -MD -MP -MF .deps/tif_thunder.Tpo -c tif_thunder.c  -fno-common -DPIC -o .libs/tif_thunder.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_thunder.lo -MD -MP -MF .deps/tif_thunder.Tpo -c tif_thunder.c -o tif_thunder.o >/dev/null 2>&1
mv -f .deps/tif_thunder.Tpo .deps/tif_thunder.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_tile.lo -MD -MP -MF .deps/tif_tile.Tpo -c -o tif_tile.lo tif_tile.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_tile.lo -MD -MP -MF .deps/tif_tile.Tpo -c tif_tile.c  -fno-common -DPIC -o .libs/tif_tile.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_tile.lo -MD -MP -MF .deps/tif_tile.Tpo -c tif_tile.c -o tif_tile.o >/dev/null 2>&1
mv -f .deps/tif_tile.Tpo .deps/tif_tile.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_unix.lo -MD -MP -MF .deps/tif_unix.Tpo -c -o tif_unix.lo tif_unix.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_unix.lo -MD -MP -MF .deps/tif_unix.Tpo -c tif_unix.c  -fno-common -DPIC -o .libs/tif_unix.o
tif_unix.c:140:6: warning: cast to 'thandle_t' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast]
            (thandle_t) fd,
            ^
1 warning generated.
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_unix.lo -MD -MP -MF .deps/tif_unix.Tpo -c tif_unix.c -o tif_unix.o >/dev/null 2>&1
mv -f .deps/tif_unix.Tpo .deps/tif_unix.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_version.lo -MD -MP -MF .deps/tif_version.Tpo -c -o tif_version.lo tif_version.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_version.lo -MD -MP -MF .deps/tif_version.Tpo -c tif_version.c  -fno-common -DPIC -o .libs/tif_version.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_version.lo -MD -MP -MF .deps/tif_version.Tpo -c tif_version.c -o tif_version.o >/dev/null 2>&1
mv -f .deps/tif_version.Tpo .deps/tif_version.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_warning.lo -MD -MP -MF .deps/tif_warning.Tpo -c -o tif_warning.lo tif_warning.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_warning.lo -MD -MP -MF .deps/tif_warning.Tpo -c tif_warning.c  -fno-common -DPIC -o .libs/tif_warning.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_warning.lo -MD -MP -MF .deps/tif_warning.Tpo -c tif_warning.c -o tif_warning.o >/dev/null 2>&1
mv -f .deps/tif_warning.Tpo .deps/tif_warning.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_write.lo -MD -MP -MF .deps/tif_write.Tpo -c -o tif_write.lo tif_write.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_write.lo -MD -MP -MF .deps/tif_write.Tpo -c tif_write.c  -fno-common -DPIC -o .libs/tif_write.o
tif_write.c:633:49: warning: comparison of integers of different signs: 'toff_t' (aka 'unsigned int') and 'tsize_t' (aka 'int') [-Wsign-compare]
                && td->td_stripbytecount[strip] >= cc )
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
1 warning generated.
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_write.lo -MD -MP -MF .deps/tif_write.Tpo -c tif_write.c -o tif_write.o >/dev/null 2>&1
mv -f .deps/tif_write.Tpo .deps/tif_write.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_zip.lo -MD -MP -MF .deps/tif_zip.Tpo -c -o tif_zip.lo tif_zip.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_zip.lo -MD -MP -MF .deps/tif_zip.Tpo -c tif_zip.c  -fno-common -DPIC -o .libs/tif_zip.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_zip.lo -MD -MP -MF .deps/tif_zip.Tpo -c tif_zip.c -o tif_zip.o >/dev/null 2>&1
mv -f .deps/tif_zip.Tpo .deps/tif_zip.Plo
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -no-undefined -version-number 3:9:1  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o libtiff.la -rpath /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib tif_aux.lo tif_close.lo tif_codec.lo tif_color.lo tif_compress.lo tif_dir.lo tif_dirinfo.lo tif_dirread.lo tif_dirwrite.lo tif_dumpmode.lo tif_error.lo tif_extension.lo tif_fax3.lo tif_fax3sm.lo tif_flush.lo tif_getimage.lo tif_jbig.lo tif_jpeg.lo tif_luv.lo tif_lzw.lo tif_next.lo tif_ojpeg.lo tif_open.lo tif_packbits.lo tif_pixarlog.lo tif_predict.lo tif_print.lo tif_read.lo tif_strip.lo tif_swab.lo tif_thunder.lo tif_tile.lo tif_unix.lo tif_version.lo tif_warning.lo tif_write.lo tif_zip.lo ../port/libport.la -ljpeg -lz -lc 
libtool: link: (cd .libs/libtiff.lax/libport.a && ar x "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/libtiff/../port/.libs/libport.a")
libtool: link: cc -dynamiclib  -o .libs/libtiff.3.dylib  .libs/tif_aux.o .libs/tif_close.o .libs/tif_codec.o .libs/tif_color.o .libs/tif_compress.o .libs/tif_dir.o .libs/tif_dirinfo.o .libs/tif_dirread.o .libs/tif_dirwrite.o .libs/tif_dumpmode.o .libs/tif_error.o .libs/tif_extension.o .libs/tif_fax3.o .libs/tif_fax3sm.o .libs/tif_flush.o .libs/tif_getimage.o .libs/tif_jbig.o .libs/tif_jpeg.o .libs/tif_luv.o .libs/tif_lzw.o .libs/tif_next.o .libs/tif_ojpeg.o .libs/tif_open.o .libs/tif_packbits.o .libs/tif_pixarlog.o .libs/tif_predict.o .libs/tif_print.o .libs/tif_read.o .libs/tif_strip.o .libs/tif_swab.o .libs/tif_thunder.o .libs/tif_tile.o .libs/tif_unix.o .libs/tif_version.o .libs/tif_warning.o .libs/tif_write.o .libs/tif_zip.o   .libs/libtiff.lax/libport.a/dummy.o   -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc    -install_name  /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libtiff.3.dylib -compatibility_version 13 -current_version 13.1 -Wl,-single_module
libtool: link: dsymutil .libs/libtiff.3.dylib || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: (cd ".libs" && rm -f "libtiff.dylib" && ln -s "libtiff.3.dylib" "libtiff.dylib")
libtool: link: (cd .libs/libtiff.lax/lt1-libport.a && ar x "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/libtiff/../port/.libs/libport.a")
libtool: link: ar cru .libs/libtiff.a  tif_aux.o tif_close.o tif_codec.o tif_color.o tif_compress.o tif_dir.o tif_dirinfo.o tif_dirread.o tif_dirwrite.o tif_dumpmode.o tif_error.o tif_extension.o tif_fax3.o tif_fax3sm.o tif_flush.o tif_getimage.o tif_jbig.o tif_jpeg.o tif_luv.o tif_lzw.o tif_next.o tif_ojpeg.o tif_open.o tif_packbits.o tif_pixarlog.o tif_predict.o tif_print.o tif_read.o tif_strip.o tif_swab.o tif_thunder.o tif_tile.o tif_unix.o tif_version.o tif_warning.o tif_write.o tif_zip.o  .libs/libtiff.lax/lt1-libport.a/dummy.o 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libtiff.a(tif_jbig.o) has no symbols
libtool: link: ranlib .libs/libtiff.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libtiff.a(tif_jbig.o) has no symbols
libtool: link: rm -fr .libs/libtiff.lax .libs/libtiff.lax
libtool: link: ( cd ".libs" && rm -f "libtiff.la" && ln -s "../libtiff.la" "libtiff.la" )
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.     -g -O2 -MT tif_stream.lo -MD -MP -MF .deps/tif_stream.Tpo -c -o tif_stream.lo tif_stream.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -g -O2 -MT tif_stream.lo -MD -MP -MF .deps/tif_stream.Tpo -c tif_stream.cxx  -fno-common -DPIC -o .libs/tif_stream.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -g -O2 -MT tif_stream.lo -MD -MP -MF .deps/tif_stream.Tpo -c tif_stream.cxx -o tif_stream.o >/dev/null 2>&1
mv -f .deps/tif_stream.Tpo .deps/tif_stream.Plo
/bin/sh ../libtool  --tag=CXX   --mode=link g++  -g -O2 -no-undefined -version-number 3:9:1  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o libtiffxx.la -rpath /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib tif_stream.lo ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: (cd .libs/libtiffxx.lax/libport.a && ar x "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/libtiff/../port/.libs/libport.a")
libtool: link: g++ -dynamiclib  -o .libs/libtiffxx.3.dylib  .libs/tif_stream.o   .libs/libtiffxx.lax/libport.a/dummy.o   -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc    -install_name  /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libtiffxx.3.dylib -compatibility_version 13 -current_version 13.1 -Wl,-single_module
libtool: link: dsymutil .libs/libtiffxx.3.dylib || :
libtool: link: (cd ".libs" && rm -f "libtiffxx.dylib" && ln -s "libtiffxx.3.dylib" "libtiffxx.dylib")
libtool: link: (cd .libs/libtiffxx.lax/lt1-libport.a && ar x "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/libtiff/../port/.libs/libport.a")
libtool: link: ar cru .libs/libtiffxx.a  tif_stream.o  .libs/libtiffxx.lax/lt1-libport.a/dummy.o 
libtool: link: ranlib .libs/libtiffxx.a
libtool: link: rm -fr .libs/libtiffxx.lax .libs/libtiffxx.lax
libtool: link: ( cd ".libs" && rm -f "libtiffxx.la" && ln -s "../libtiffxx.la" "libtiffxx.la" )
cc -DHAVE_CONFIG_H -I.     -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT mkg3states.o -MD -MP -MF .deps/mkg3states.Tpo -c -o mkg3states.o mkg3states.c
mv -f .deps/mkg3states.Tpo .deps/mkg3states.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o mkg3states mkg3states.o ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o mkg3states mkg3states.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/libtiff'
test -z "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib" || /sw/bin/gmkdir -p "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib"
 /bin/sh ../libtool   --mode=install /sw/bin/ginstall -c   libtiff.la libtiffxx.la '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib'
libtool: install: /sw/bin/ginstall -c .libs/libtiff.3.dylib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libtiff.3.dylib
libtool: install: (cd /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib && { ln -s -f libtiff.3.dylib libtiff.dylib || { rm -f libtiff.dylib && ln -s libtiff.3.dylib libtiff.dylib; }; })
libtool: install: /sw/bin/ginstall -c .libs/libtiff.lai /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libtiff.la
libtool: install: /sw/bin/ginstall -c .libs/libtiffxx.3.dylib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libtiffxx.3.dylib
libtool: install: (cd /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib && { ln -s -f libtiffxx.3.dylib libtiffxx.dylib || { rm -f libtiffxx.dylib && ln -s libtiffxx.3.dylib libtiffxx.dylib; }; })
libtool: install: /sw/bin/ginstall -c .libs/libtiffxx.lai /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libtiffxx.la
libtool: install: /sw/bin/ginstall -c .libs/libtiff.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libtiff.a
libtool: install: chmod 644 /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libtiff.a
libtool: install: ranlib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libtiff.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libtiff.a(tif_jbig.o) has no symbols
libtool: install: /sw/bin/ginstall -c .libs/libtiffxx.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libtiffxx.a
libtool: install: chmod 644 /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libtiffxx.a
libtool: install: ranlib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libtiffxx.a
----------------------------------------------------------------------
Libraries have been installed in:
   /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
     during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include" || /sw/bin/gmkdir -p "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include"
 /sw/bin/ginstall -c -m 644 tiff.h tiffio.h tiffvers.h tiffio.hxx '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include'
test -z "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include" || /sw/bin/gmkdir -p "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include"
 /sw/bin/ginstall -c -m 644 tiffconf.h '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/libtiff'
make[1]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/libtiff'
Making install in tools
make[1]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/tools'
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT bmp2tiff.o -MD -MP -MF .deps/bmp2tiff.Tpo -c -o bmp2tiff.o bmp2tiff.c
mv -f .deps/bmp2tiff.Tpo .deps/bmp2tiff.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o bmp2tiff bmp2tiff.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/bmp2tiff bmp2tiff.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT fax2ps.o -MD -MP -MF .deps/fax2ps.Tpo -c -o fax2ps.o fax2ps.c
mv -f .deps/fax2ps.Tpo .deps/fax2ps.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o fax2ps fax2ps.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/fax2ps fax2ps.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT fax2tiff.o -MD -MP -MF .deps/fax2tiff.Tpo -c -o fax2tiff.o fax2tiff.c
fax2tiff.c:266:44: warning: cast to 'thandle_t' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast]
                TIFFSetClientdata(faxTIFF, (thandle_t)fileno(in));
                                           ^
1 warning generated.
mv -f .deps/fax2tiff.Tpo .deps/fax2tiff.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o fax2tiff fax2tiff.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/fax2tiff fax2tiff.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT gif2tiff.o -MD -MP -MF .deps/gif2tiff.Tpo -c -o gif2tiff.o gif2tiff.c
mv -f .deps/gif2tiff.Tpo .deps/gif2tiff.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o gif2tiff gif2tiff.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/gif2tiff gif2tiff.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT pal2rgb.o -MD -MP -MF .deps/pal2rgb.Tpo -c -o pal2rgb.o pal2rgb.c
mv -f .deps/pal2rgb.Tpo .deps/pal2rgb.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o pal2rgb pal2rgb.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/pal2rgb pal2rgb.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT ppm2tiff.o -MD -MP -MF .deps/ppm2tiff.Tpo -c -o ppm2tiff.o ppm2tiff.c
mv -f .deps/ppm2tiff.Tpo .deps/ppm2tiff.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o ppm2tiff ppm2tiff.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/ppm2tiff ppm2tiff.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT ras2tiff.o -MD -MP -MF .deps/ras2tiff.Tpo -c -o ras2tiff.o ras2tiff.c
mv -f .deps/ras2tiff.Tpo .deps/ras2tiff.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o ras2tiff ras2tiff.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/ras2tiff ras2tiff.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT raw2tiff.o -MD -MP -MF .deps/raw2tiff.Tpo -c -o raw2tiff.o raw2tiff.c
mv -f .deps/raw2tiff.Tpo .deps/raw2tiff.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o raw2tiff raw2tiff.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/raw2tiff raw2tiff.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT rgb2ycbcr.o -MD -MP -MF .deps/rgb2ycbcr.Tpo -c -o rgb2ycbcr.o rgb2ycbcr.c
mv -f .deps/rgb2ycbcr.Tpo .deps/rgb2ycbcr.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o rgb2ycbcr rgb2ycbcr.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/rgb2ycbcr rgb2ycbcr.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT thumbnail.o -MD -MP -MF .deps/thumbnail.Tpo -c -o thumbnail.o thumbnail.c
mv -f .deps/thumbnail.Tpo .deps/thumbnail.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o thumbnail thumbnail.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/thumbnail thumbnail.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiff2bw.o -MD -MP -MF .deps/tiff2bw.Tpo -c -o tiff2bw.o tiff2bw.c
mv -f .deps/tiff2bw.Tpo .deps/tiff2bw.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiff2bw tiff2bw.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiff2bw tiff2bw.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiff2pdf.o -MD -MP -MF .deps/tiff2pdf.Tpo -c -o tiff2pdf.o tiff2pdf.c
tiff2pdf.c:665:9: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
                                                  strlen(optarg) + 1); 
                                                  ^~~~~~~~~~~~~~~~~~
tiff2pdf.c:678:7: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
                                                strlen(optarg) + 1); 
                                                ^~~~~~~~~~~~~~~~~~
tiff2pdf.c:691:7: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
                                                strlen(optarg) + 1); 
                                                ^~~~~~~~~~~~~~~~~~
tiff2pdf.c:704:7: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
                                                strlen(optarg)+1); 
                                                ^~~~~~~~~~~~~~~~
tiff2pdf.c:717:7: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
                                                strlen(optarg) + 1); 
                                                ^~~~~~~~~~~~~~~~~~
tiff2pdf.c:933:4: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
                        sizeof(T2P));
                        ^~~~~~~~~~~
tiff2pdf.c:1067:4: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
                        directorycount * sizeof(T2P_PAGE), 
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tiff2pdf.c:1078:4: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
                        directorycount * sizeof(T2P_TILES), 
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tiff2pdf.c:1210:6: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
                                        t2p->tiff_tiles[i].tiles_tilecount * sizeof(T2P_TILE), 
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tiff2pdf.c:3408:7: warning: explicitly assigning value of variable of type 'uint32' (aka 'unsigned int') to itself [-Wself-assign]
        for(i=i;i<tilelength;i++){
            ~^~
tiff2pdf.c:5246:4: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
                        t2p->pdf_xrefcount * sizeof(uint32) );
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11 warnings generated.
mv -f .deps/tiff2pdf.Tpo .deps/tiff2pdf.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiff2pdf tiff2pdf.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiff2pdf tiff2pdf.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiff2ps.o -MD -MP -MF .deps/tiff2ps.Tpo -c -o tiff2ps.o tiff2ps.c
mv -f .deps/tiff2ps.Tpo .deps/tiff2ps.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiff2ps tiff2ps.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiff2ps tiff2ps.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiff2rgba.o -MD -MP -MF .deps/tiff2rgba.Tpo -c -o tiff2rgba.o tiff2rgba.c
mv -f .deps/tiff2rgba.Tpo .deps/tiff2rgba.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiff2rgba tiff2rgba.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiff2rgba tiff2rgba.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiffcmp.o -MD -MP -MF .deps/tiffcmp.Tpo -c -o tiffcmp.o tiffcmp.c
mv -f .deps/tiffcmp.Tpo .deps/tiffcmp.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiffcmp tiffcmp.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiffcmp tiffcmp.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiffcp.o -MD -MP -MF .deps/tiffcp.Tpo -c -o tiffcp.o tiffcp.c
mv -f .deps/tiffcp.Tpo .deps/tiffcp.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiffcp tiffcp.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiffcp tiffcp.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiffcrop.o -MD -MP -MF .deps/tiffcrop.Tpo -c -o tiffcrop.o tiffcrop.c
tiffcrop.c:1979:60: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
            TIFFError ("Unable to open dump file %s for writing", temp_filename);
                                                                  ^~~~~~~~~~~~~
tiffcrop.c:1979:60: note: treat the string as an argument to avoid this
            TIFFError ("Unable to open dump file %s for writing", temp_filename);
                                                                  ^
                                                                  "%s", 
tiffcrop.c:1995:60: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
            TIFFError ("Unable to open dump file %s for writing", temp_filename);
                                                                  ^~~~~~~~~~~~~
tiffcrop.c:1995:60: note: treat the string as an argument to avoid this
            TIFFError ("Unable to open dump file %s for writing", temp_filename);
                                                                  ^
                                                                  "%s", 
2 warnings generated.
mv -f .deps/tiffcrop.Tpo .deps/tiffcrop.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiffcrop tiffcrop.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiffcrop tiffcrop.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiffdither.o -MD -MP -MF .deps/tiffdither.Tpo -c -o tiffdither.o tiffdither.c
mv -f .deps/tiffdither.Tpo .deps/tiffdither.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiffdither tiffdither.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiffdither tiffdither.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiffdump.o -MD -MP -MF .deps/tiffdump.Tpo -c -o tiffdump.o tiffdump.c
mv -f .deps/tiffdump.Tpo .deps/tiffdump.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiffdump tiffdump.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiffdump tiffdump.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiffinfo.o -MD -MP -MF .deps/tiffinfo.Tpo -c -o tiffinfo.o tiffinfo.c
mv -f .deps/tiffinfo.Tpo .deps/tiffinfo.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiffinfo tiffinfo.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiffinfo tiffinfo.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiffmedian.o -MD -MP -MF .deps/tiffmedian.Tpo -c -o tiffmedian.o tiffmedian.c
mv -f .deps/tiffmedian.Tpo .deps/tiffmedian.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiffmedian tiffmedian.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiffmedian tiffmedian.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiffset.o -MD -MP -MF .deps/tiffset.Tpo -c -o tiffset.o tiffset.c
mv -f .deps/tiffset.Tpo .deps/tiffset.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiffset tiffset.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiffset tiffset.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiffsplit.o -MD -MP -MF .deps/tiffsplit.Tpo -c -o tiffsplit.o tiffsplit.c
mv -f .deps/tiffsplit.Tpo .deps/tiffsplit.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiffsplit tiffsplit.o ../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiffsplit tiffsplit.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../libtiff -I../libtiff -I../libtiff   -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -I/usr/X11/include -D_THREAD_SAFE   -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiffgt-tiffgt.o -MD -MP -MF .deps/tiffgt-tiffgt.Tpo -c -o tiffgt-tiffgt.o `test -f 'tiffgt.c' || echo './'`tiffgt.c
tiffgt.c:207:48: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                TIFFError(filelist[fileindex], title);
                                               ^~~~~
tiffgt.c:207:48: note: treat the string as an argument to avoid this
                TIFFError(filelist[fileindex], title);
                                               ^
                                               "%s", 
tiffgt.c:303:36: warning: unused parameter 'x' [-Wunused-parameter]
raster_keys(unsigned char key, int x, int y)
                                   ^
tiffgt.c:303:43: warning: unused parameter 'y' [-Wunused-parameter]
raster_keys(unsigned char key, int x, int y)
                                          ^
tiffgt.c:348:29: warning: unused parameter 'x' [-Wunused-parameter]
raster_special(int key, int x, int y)
                            ^
tiffgt.c:348:36: warning: unused parameter 'y' [-Wunused-parameter]
raster_special(int key, int x, int y)
                                   ^
5 warnings generated.
mv -f .deps/tiffgt-tiffgt.Tpo .deps/tiffgt-tiffgt.Po
/bin/sh ../libtool  --tag=CC   --mode=link cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -I/usr/X11/include -D_THREAD_SAFE   -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiffgt tiffgt-tiffgt.o ../libtiff/libtiff.la ../port/libport.la  -lglut  -lSM -lICE -lXmu -lXi  -lGLU -lGL  -lm -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -I/usr/X11/include -D_THREAD_SAFE -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiffgt tiffgt-tiffgt.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a -lglut -lSM -lICE -lXmu -lXi -lGLU -lGL -lm /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/tools'
test -z "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin" || /sw/bin/gmkdir -p "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin"
  /bin/sh ../libtool   --mode=install /sw/bin/ginstall -c bmp2tiff fax2ps fax2tiff gif2tiff pal2rgb ppm2tiff ras2tiff raw2tiff rgb2ycbcr thumbnail tiff2bw tiff2pdf tiff2ps tiff2rgba tiffcmp tiffcp tiffcrop tiffdither tiffdump tiffinfo tiffmedian tiffset tiffsplit tiffgt '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin'
libtool: install: /sw/bin/ginstall -c .libs/bmp2tiff /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/bmp2tiff
libtool: install: /sw/bin/ginstall -c .libs/fax2ps /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/fax2ps
libtool: install: /sw/bin/ginstall -c .libs/fax2tiff /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/fax2tiff
libtool: install: /sw/bin/ginstall -c .libs/gif2tiff /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/gif2tiff
libtool: install: /sw/bin/ginstall -c .libs/pal2rgb /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/pal2rgb
libtool: install: /sw/bin/ginstall -c .libs/ppm2tiff /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/ppm2tiff
libtool: install: /sw/bin/ginstall -c .libs/ras2tiff /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/ras2tiff
libtool: install: /sw/bin/ginstall -c .libs/raw2tiff /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/raw2tiff
libtool: install: /sw/bin/ginstall -c .libs/rgb2ycbcr /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/rgb2ycbcr
libtool: install: /sw/bin/ginstall -c .libs/thumbnail /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/thumbnail
libtool: install: /sw/bin/ginstall -c .libs/tiff2bw /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/tiff2bw
libtool: install: /sw/bin/ginstall -c .libs/tiff2pdf /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/tiff2pdf
libtool: install: /sw/bin/ginstall -c .libs/tiff2ps /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/tiff2ps
libtool: install: /sw/bin/ginstall -c .libs/tiff2rgba /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/tiff2rgba
libtool: install: /sw/bin/ginstall -c .libs/tiffcmp /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/tiffcmp
libtool: install: /sw/bin/ginstall -c .libs/tiffcp /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/tiffcp
libtool: install: /sw/bin/ginstall -c .libs/tiffcrop /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/tiffcrop
libtool: install: /sw/bin/ginstall -c .libs/tiffdither /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/tiffdither
libtool: install: /sw/bin/ginstall -c .libs/tiffdump /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/tiffdump
libtool: install: /sw/bin/ginstall -c .libs/tiffinfo /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/tiffinfo
libtool: install: /sw/bin/ginstall -c .libs/tiffmedian /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/tiffmedian
libtool: install: /sw/bin/ginstall -c .libs/tiffset /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/tiffset
libtool: install: /sw/bin/ginstall -c .libs/tiffsplit /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/tiffsplit
libtool: install: /sw/bin/ginstall -c .libs/tiffgt /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/tiffgt
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/tools'
make[1]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/tools'
Making install in build
make[1]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/build'
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/build'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/build'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/build'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/build'
make[1]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/build'
Making install in contrib
make[1]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib'
Making install in acorn
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/acorn'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/acorn'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/acorn'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/acorn'
Making install in addtiffo
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/addtiffo'
cc -DHAVE_CONFIG_H -I. -I../../libtiff -I../../libtiff -I../../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT addtiffo.o -MD -MP -MF .deps/addtiffo.Tpo -c -o addtiffo.o addtiffo.c
mv -f .deps/addtiffo.Tpo .deps/addtiffo.Po
cc -DHAVE_CONFIG_H -I. -I../../libtiff -I../../libtiff -I../../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_overview.o -MD -MP -MF .deps/tif_overview.Tpo -c -o tif_overview.o tif_overview.c
tif_overview.c:88:32: warning: unused parameter 'bUseSubIFDs' [-Wunused-parameter]
                           int bUseSubIFDs,
                               ^
tif_overview.c:381:21: warning: unused variable 'pSourceBase' [-Wunused-variable]
    unsigned char * pSourceBase;
                    ^
tif_overview.c:382:21: warning: unused variable 'pDestBase' [-Wunused-variable]
    unsigned char * pDestBase;
                    ^
tif_overview.c:383:9: warning: unused variable 'nSourceBaseInc' [-Wunused-variable]
    int nSourceBaseInc;
        ^
tif_overview.c:384:21: warning: unused variable 'pSourceBaseEnd' [-Wunused-variable]
    unsigned char * pSourceBaseEnd;
                    ^
tif_overview.c:687:32: warning: unused parameter 'pfnProgress' [-Wunused-parameter]
                         int (*pfnProgress)( double, void * ),
                               ^
tif_overview.c:688:33: warning: unused parameter 'pProgressData' [-Wunused-parameter]
                         void * pProgressData )
                                ^
7 warnings generated.
mv -f .deps/tif_overview.Tpo .deps/tif_overview.Po
cc -DHAVE_CONFIG_H -I. -I../../libtiff -I../../libtiff -I../../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tif_ovrcache.o -MD -MP -MF .deps/tif_ovrcache.Tpo -c -o tif_ovrcache.o tif_ovrcache.c
mv -f .deps/tif_ovrcache.Tpo .deps/tif_ovrcache.Po
/bin/sh ../../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o addtiffo addtiffo.o tif_overview.o tif_ovrcache.o ../../libtiff/libtiff.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/addtiffo addtiffo.o tif_overview.o tif_ovrcache.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../../libtiff/.libs/libtiff.dylib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/addtiffo'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/addtiffo'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/addtiffo'
Making install in dbs
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/dbs'
Making install in xtiff
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/dbs/xtiff'
make[4]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/dbs/xtiff'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/dbs/xtiff'
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/dbs/xtiff'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/dbs'
cc -DHAVE_CONFIG_H -I. -I../../libtiff -I../../libtiff -I../../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiff-bi.o -MD -MP -MF .deps/tiff-bi.Tpo -c -o tiff-bi.o tiff-bi.c
mv -f .deps/tiff-bi.Tpo .deps/tiff-bi.Po
/bin/sh ../../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiff-bi tiff-bi.o ../../libtiff/libtiff.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiff-bi tiff-bi.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../../libtiff/.libs/libtiff.dylib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../../libtiff -I../../libtiff -I../../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiff-grayscale.o -MD -MP -MF .deps/tiff-grayscale.Tpo -c -o tiff-grayscale.o tiff-grayscale.c
mv -f .deps/tiff-grayscale.Tpo .deps/tiff-grayscale.Po
/bin/sh ../../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiff-grayscale tiff-grayscale.o ../../libtiff/libtiff.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiff-grayscale tiff-grayscale.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../../libtiff/.libs/libtiff.dylib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../../libtiff -I../../libtiff -I../../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiff-palette.o -MD -MP -MF .deps/tiff-palette.Tpo -c -o tiff-palette.o tiff-palette.c
mv -f .deps/tiff-palette.Tpo .deps/tiff-palette.Po
/bin/sh ../../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiff-palette tiff-palette.o ../../libtiff/libtiff.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiff-palette tiff-palette.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../../libtiff/.libs/libtiff.dylib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
cc -DHAVE_CONFIG_H -I. -I../../libtiff -I../../libtiff -I../../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT tiff-rgb.o -MD -MP -MF .deps/tiff-rgb.Tpo -c -o tiff-rgb.o tiff-rgb.c
mv -f .deps/tiff-rgb.Tpo .deps/tiff-rgb.Po
/bin/sh ../../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o tiff-rgb tiff-rgb.o ../../libtiff/libtiff.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/tiff-rgb tiff-rgb.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../../libtiff/.libs/libtiff.dylib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
make[4]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/dbs'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/dbs'
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/dbs'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/dbs'
Making install in iptcutil
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/iptcutil'
cc -DHAVE_CONFIG_H -I. -I../../libtiff -I../../libtiff    -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -MT iptcutil.o -MD -MP -MF .deps/iptcutil.Tpo -c -o iptcutil.o iptcutil.c
iptcutil.c:388:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
      printf(usage);
             ^~~~~
iptcutil.c:388:14: note: treat the string as an argument to avoid this
      printf(usage);
             ^
             "%s", 
iptcutil.c:447:16: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
        printf(usage);
               ^~~~~
iptcutil.c:447:16: note: treat the string as an argument to avoid this
        printf(usage);
               ^
               "%s", 
2 warnings generated.
mv -f .deps/iptcutil.Tpo .deps/iptcutil.Po
/bin/sh ../../libtool  --tag=CC   --mode=link cc  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o iptcutil iptcutil.o ../../libtiff/libtiff.la -ljpeg -lz -lc 
libtool: link: cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -Wall -W -o .libs/iptcutil iptcutil.o  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib ../../libtiff/.libs/libtiff.dylib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libjpeg.dylib -lz -lc
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/iptcutil'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/iptcutil'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/iptcutil'
Making install in mac-cw
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/mac-cw'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/mac-cw'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/mac-cw'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/mac-cw'
Making install in mac-mpw
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/mac-mpw'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/mac-mpw'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/mac-mpw'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/mac-mpw'
Making install in mfs
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/mfs'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/mfs'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/mfs'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/mfs'
Making install in pds
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/pds'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/pds'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/pds'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/pds'
Making install in ras
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/ras'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/ras'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/ras'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/ras'
Making install in stream
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/stream'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/stream'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/stream'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/stream'
Making install in tags
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/tags'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/tags'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/tags'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/tags'
Making install in win_dib
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/win_dib'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/win_dib'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/win_dib'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib/win_dib'
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib'
make[1]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/contrib'
Making install in test
make[1]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/test'
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/test'
make[1]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/test'
Making install in man
make[1]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/man'
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/man'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/man/man1" || /sw/bin/gmkdir -p "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/man/man1"
 /sw/bin/ginstall -c -m 644 bmp2tiff.1 fax2ps.1 fax2tiff.1 gif2tiff.1 pal2rgb.1 ppm2tiff.1 ras2tiff.1 raw2tiff.1 rgb2ycbcr.1 sgi2tiff.1 thumbnail.1 tiff2bw.1 tiff2pdf.1 tiff2ps.1 tiff2rgba.1 tiffcmp.1 tiffcp.1 tiffcrop.1 tiffdither.1 tiffdump.1 tiffgt.1 tiffinfo.1 tiffmedian.1 tiffset.1 tiffsplit.1 tiffsv.1 '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/man/man1'
test -z "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/man/man3" || /sw/bin/gmkdir -p "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/man/man3"
 /sw/bin/ginstall -c -m 644 libtiff.3tiff TIFFbuffer.3tiff TIFFClose.3tiff TIFFcodec.3tiff TIFFcolor.3tiff TIFFDataWidth.3tiff TIFFError.3tiff TIFFFlush.3tiff TIFFGetField.3tiff TIFFmemory.3tiff TIFFOpen.3tiff TIFFPrintDirectory.3tiff TIFFquery.3tiff TIFFReadDirectory.3tiff TIFFReadEncodedStrip.3tiff TIFFReadEncodedTile.3tiff TIFFReadRawStrip.3tiff TIFFReadRawTile.3tiff TIFFReadRGBAImage.3tiff TIFFReadRGBAStrip.3tiff TIFFReadRGBATile.3tiff TIFFReadScanline.3tiff TIFFReadTile.3tiff TIFFRGBAImage.3tiff TIFFSetDirectory.3tiff TIFFSetField.3tiff TIFFsize.3tiff TIFFstrip.3tiff TIFFswab.3tiff TIFFtile.3tiff TIFFWarning.3tiff TIFFWriteDirectory.3tiff TIFFWriteEncodedStrip.3tiff TIFFWriteEncodedTile.3tiff TIFFWriteRawStrip.3tiff TIFFWriteRawTile.3tiff TIFFWriteScanline.3tiff TIFFWriteTile.3tiff '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/man/man3'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/man'
make[1]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/man'
Making install in html
make[1]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/html'
Making install in images
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/html/images'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/html/images'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/doc/tiff-3.9.1/html/images" || /sw/bin/gmkdir -p "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/doc/tiff-3.9.1/html/images"
 /sw/bin/ginstall -c -m 644 back.gif bali.jpg cat.gif cover.jpg cramps.gif dave.gif info.gif jello.jpg jim.gif note.gif oxford.gif quad.jpg ring.gif smallliz.jpg strike.gif warning.gif '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/doc/tiff-3.9.1/html/images'
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/html/images'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/html/images'
Making install in man
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/html/man'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/html/man'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/doc/tiff-3.9.1/html/man" || /sw/bin/gmkdir -p "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/doc/tiff-3.9.1/html/man"
 /sw/bin/ginstall -c -m 644 index.html libtiff.3tiff.html TIFFbuffer.3tiff.html TIFFClose.3tiff.html TIFFcodec.3tiff.html TIFFcolor.3tiff.html TIFFDataWidth.3tiff.html TIFFError.3tiff.html TIFFFlush.3tiff.html TIFFGetField.3tiff.html TIFFmemory.3tiff.html TIFFOpen.3tiff.html TIFFPrintDirectory.3tiff.html TIFFquery.3tiff.html TIFFReadDirectory.3tiff.html TIFFReadEncodedStrip.3tiff.html TIFFReadEncodedTile.3tiff.html TIFFReadRawStrip.3tiff.html TIFFReadRawTile.3tiff.html TIFFReadRGBAImage.3tiff.html TIFFReadRGBAStrip.3tiff.html TIFFReadRGBATile.3tiff.html TIFFReadScanline.3tiff.html TIFFReadTile.3tiff.html TIFFRGBAImage.3tiff.html TIFFSetDirectory.3tiff.html TIFFSetField.3tiff.html TIFFsize.3tiff.html TIFFstrip.3tiff.html TIFFswab.3tiff.html TIFFtile.3tiff.html TIFFWarning.3tiff.html TIFFWriteDirectory.3tiff.html TIFFWriteEncodedStrip.3tiff.html TIFFWriteEncodedTile.3tiff.html TIFFWriteRawStrip.3tiff.html TIFFWriteRawTile.3tiff.html TIFFWriteScanline.3tiff.html TIFFWriteTile.3tiff.html fax2ps.1.html '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/doc/tiff-3.9.1/html/man'
 /sw/bin/ginstall -c -m 644 fax2tiff.1.html gif2tiff.1.html pal2rgb.1.html ppm2tiff.1.html ras2tiff.1.html raw2tiff.1.html rgb2ycbcr.1.html sgi2tiff.1.html thumbnail.1.html tiff2bw.1.html tiff2pdf.1.html tiff2ps.1.html tiff2rgba.1.html tiffcmp.1.html tiffcp.1.html tiffcrop.1.html tiffdither.1.html tiffdump.1.html tiffgt.1.html tiffinfo.1.html tiffmedian.1.html tiffset.1.html tiffsplit.1.html tiffsv.1.html '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/doc/tiff-3.9.1/html/man'
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/html/man'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/html/man'
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/html'
make[3]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/html'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/doc/tiff-3.9.1/html" || /sw/bin/gmkdir -p "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/doc/tiff-3.9.1/html"
 /sw/bin/ginstall -c -m 644 addingtags.html bugs.html build.html contrib.html document.html images.html index.html internals.html intro.html libtiff.html misc.html support.html TIFFTechNote2.html tools.html v3.4beta007.html v3.4beta016.html v3.4beta018.html v3.4beta024.html v3.4beta028.html v3.4beta029.html v3.4beta031.html v3.4beta032.html v3.4beta033.html v3.4beta034.html v3.4beta035.html v3.4beta036.html v3.5.1.html v3.5.2.html v3.5.3.html v3.5.4.html v3.5.5.html v3.5.6-beta.html v3.5.7.html v3.6.0.html v3.6.1.html v3.7.0alpha.html v3.7.0beta.html v3.7.0beta2.html v3.7.0.html v3.7.1.html '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/doc/tiff-3.9.1/html'
 /sw/bin/ginstall -c -m 644 v3.7.2.html v3.7.3.html v3.7.4.html v3.8.0.html v3.8.1.html v3.8.2.html v3.9.0beta.html '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/doc/tiff-3.9.1/html'
make[3]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/html'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/html'
make[1]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1/html'
make[1]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1'
make[2]: Entering directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/doc/tiff-3.9.1" || /sw/bin/gmkdir -p "/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/doc/tiff-3.9.1"
 /sw/bin/ginstall -c -m 644 COPYRIGHT ChangeLog README README.vms RELEASE-DATE TODO VERSION '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/doc/tiff-3.9.1'
make[2]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1'
make[1]: Leaving directory '/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/build_src/tiff-3.9.1'
BUILDING package 'SDL-1.2'...
Testing header(s): X11/Xlib.h
aaPnTB.c:8:5: warning: no previous prototype for function 'demofunc' [-Wmissing-prototypes]
int demofunc(void) { return 0; }
    ^
1 warning generated.
Testing header(s): X11/extensions/XShm.h
In file included from aaIEOt.c:6:
/usr/X11R6/include/X11/extensions/XShm.h:41:5: error: unknown type name 'Bool'; did you mean '_Bool'?
    Bool send_event;        /* true if this came frome a SendEvent request */
    ^~~~
    _Bool
/usr/X11R6/include/X11/extensions/XShm.h:42:5: error: unknown type name 'Display'
    Display *display;       /* Display the event was read from */
    ^
/usr/X11R6/include/X11/extensions/XShm.h:43:5: error: unknown type name 'Drawable'
    Drawable drawable;      /* drawable of request */
    ^
/usr/X11R6/include/X11/extensions/XShm.h:54:5: error: unknown type name 'Bool'; did you mean '_Bool'?
    Bool readOnly;      /* how the server should attach it */
    ^~~~
    _Bool
/usr/X11R6/include/X11/extensions/XShm.h:59:1: error: unknown type name 'Bool'; did you mean '_Bool'?
Bool XShmQueryExtension(
^~~~
_Bool
/usr/X11R6/include/X11/extensions/XShm.h:60:5: error: unknown type name 'Display'
    Display*            /* dpy */
    ^
/usr/X11R6/include/X11/extensions/XShm.h:64:5: error: unknown type name 'Display'
    Display*            /* dpy */
    ^
/usr/X11R6/include/X11/extensions/XShm.h:67:1: error: unknown type name 'Bool'; did you mean '_Bool'?
Bool XShmQueryVersion(
^~~~
_Bool
/usr/X11R6/include/X11/extensions/XShm.h:68:5: error: unknown type name 'Display'
    Display*            /* dpy */,
    ^
/usr/X11R6/include/X11/extensions/XShm.h:71:5: error: unknown type name 'Bool'; did you mean '_Bool'?
    Bool*               /* sharedPixmaps */
    ^~~~
    _Bool
/usr/X11R6/include/X11/extensions/XShm.h:75:5: error: unknown type name 'Display'
    Display*            /* dpy */
    ^
/usr/X11R6/include/X11/extensions/XShm.h:78:1: error: unknown type name 'Bool'; did you mean '_Bool'?
Bool XShmAttach(
^~~~
_Bool
/usr/X11R6/include/X11/extensions/XShm.h:79:5: error: unknown type name 'Display'
    Display*            /* dpy */,
    ^
/usr/X11R6/include/X11/extensions/XShm.h:83:1: error: unknown type name 'Bool'; did you mean '_Bool'?
Bool XShmDetach(
^~~~
_Bool
/usr/X11R6/include/X11/extensions/XShm.h:84:5: error: unknown type name 'Display'
    Display*            /* dpy */,
    ^
/usr/X11R6/include/X11/extensions/XShm.h:88:1: error: unknown type name 'Bool'; did you mean '_Bool'?
Bool XShmPutImage(
^~~~
_Bool
/usr/X11R6/include/X11/extensions/XShm.h:89:5: error: unknown type name 'Display'
    Display*            /* dpy */,
    ^
/usr/X11R6/include/X11/extensions/XShm.h:90:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
    Drawable            /* d */,
    ^
/usr/X11R6/include/X11/extensions/XShm.h:91:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
    GC                  /* gc */,
    ^
/usr/X11R6/include/X11/extensions/XShm.h:92:5: error: unknown type name 'XImage'
    XImage*             /* image */,
    ^
/usr/X11R6/include/X11/extensions/XShm.h:99:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
    Bool                /* send_event */
    ^
/usr/X11R6/include/X11/extensions/XShm.h:102:1: error: unknown type name 'Bool'; did you mean '_Bool'?
Bool XShmGetImage(
^~~~
_Bool
fatal error: too many errors emitted, stopping now [-ferror-limit=]
3 warnings and 20 errors generated.
Configuring package 'SDL'...
(cmd: ./configure --prefix=/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3 --enable-static=yes --enable-shared=yes  --disable-video-x11-xv CFLAGS="-I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY" LDFLAGS="-L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib")
###TEST FAILED### for: X11/extensions/XShm.h
checking build system type... x86_64-apple-darwin15.6.0
checking host system type... x86_64-apple-darwin15.6.0
checking for gcc... 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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /sw/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) 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 for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
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 how to run the C preprocessor... cc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.6.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 whether byte ordering is bigendian... no
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /sw/bin/ginstall -c
checking whether make sets $(MAKE)... yes
checking for windres... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for size_t... yes
checking for int64_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... yes
checking for working strtod... yes
checking for mprotect... yes
checking for malloc... yes
checking for calloc... yes
checking for realloc... yes
checking for free... yes
checking for getenv... yes
checking for putenv... yes
checking for unsetenv... yes
checking for qsort... yes
checking for abs... yes
checking for bcopy... yes
checking for memset... yes
checking for memcpy... yes
checking for memmove... yes
checking for strlen... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for strdup... yes
checking for _strrev... no
checking for _strupr... no
checking for _strlwr... no
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for itoa... no
checking for _ltoa... no
checking for _uitoa... no
checking for _ultoa... no
checking for strtol... yes
checking for strtoul... yes
checking for _i64toa... no
checking for _ui64toa... no
checking for strtoll... yes
checking for strtoull... yes
checking for atoi... yes
checking for atof... yes
checking for strcmp... yes
checking for strncmp... yes
checking for _stricmp... no
checking for strcasecmp... yes
checking for _strnicmp... no
checking for strncasecmp... yes
checking for sscanf... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for iconv... no
checking for sigaction... yes
checking for setjmp... yes
checking for nanosleep... yes
checking for libiconv_open in -liconv... no
checking for pow in -lm... yes
checking for struct sigaction.sa_sigaction... yes
checking for GCC -fvisibility=hidden option... yes
checking for dlopen... yes
checking for dlopen in -lc... yes
checking for Cocoa framework... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking whether -R must be followed by a space... neither works
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
-- dynamic libX11 -> /usr/X11R6/lib/libX11.6.dylib
-- dynamic libX11ext -> /usr/X11R6/lib/libXext.6.dylib
checking for X11/extensions/Xrandr.h... yes
-- dynamic libXrender -> /usr/X11R6/lib/libXrender.1.dylib
-- dynamic libXrandr -> /usr/X11R6/lib/libXrandr.2.dylib
checking for const parameter to _XData32... yes
checking for OpenGL (GLX) support... yes
checking for pthreads... yes
checking for recursive mutexes... yes
checking for pthread semaphores... yes
checking for sem_timedwait... no
checking for Altivec with GCC altivec.h and -maltivec option... no
checking for Altivec with GCC -maltivec option... no
checking for Altivec with GCC altivec.h and -faltivec option... no
checking for Altivec with GCC -faltivec option... no
checking for GCC -Wall option... yes
checking for necessary GCC -Wno-multichar option... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sdl-config
config.status: creating SDL.spec
config.status: creating SDL.qpg
config.status: creating sdl.pc
config.status: creating include/SDL_config.h
config.status: executing libtool commands
config.status: executing default commands
Generating dependencies for ./src/SDL.c
Generating dependencies for ./src/SDL_error.c
Generating dependencies for ./src/SDL_fatal.c
Generating dependencies for ./src/audio/SDL_audio.c
Generating dependencies for ./src/audio/SDL_audiocvt.c
Generating dependencies for ./src/audio/SDL_audiodev.c
Generating dependencies for ./src/audio/SDL_mixer.c
Generating dependencies for ./src/audio/SDL_mixer_MMX.c
Generating dependencies for ./src/audio/SDL_mixer_MMX_VC.c
Generating dependencies for ./src/audio/SDL_mixer_m68k.c
Generating dependencies for ./src/audio/SDL_wave.c
Generating dependencies for ./src/cdrom/SDL_cdrom.c
Generating dependencies for ./src/cpuinfo/SDL_cpuinfo.c
Generating dependencies for ./src/events/SDL_active.c
Generating dependencies for ./src/events/SDL_events.c
Generating dependencies for ./src/events/SDL_expose.c
Generating dependencies for ./src/events/SDL_keyboard.c
Generating dependencies for ./src/events/SDL_mouse.c
Generating dependencies for ./src/events/SDL_quit.c
Generating dependencies for ./src/events/SDL_resize.c
Generating dependencies for ./src/file/SDL_rwops.c
Generating dependencies for ./src/stdlib/SDL_getenv.c
Generating dependencies for ./src/stdlib/SDL_iconv.c
Generating dependencies for ./src/stdlib/SDL_malloc.c
Generating dependencies for ./src/stdlib/SDL_qsort.c
Generating dependencies for ./src/stdlib/SDL_stdlib.c
Generating dependencies for ./src/stdlib/SDL_string.c
Generating dependencies for ./src/thread/SDL_thread.c
Generating dependencies for ./src/timer/SDL_timer.c
Generating dependencies for ./src/video/SDL_RLEaccel.c
Generating dependencies for ./src/video/SDL_blit.c
Generating dependencies for ./src/video/SDL_blit_0.c
Generating dependencies for ./src/video/SDL_blit_1.c
Generating dependencies for ./src/video/SDL_blit_A.c
Generating dependencies for ./src/video/SDL_blit_N.c
Generating dependencies for ./src/video/SDL_bmp.c
Generating dependencies for ./src/video/SDL_cursor.c
Generating dependencies for ./src/video/SDL_gamma.c
Generating dependencies for ./src/video/SDL_pixels.c
Generating dependencies for ./src/video/SDL_stretch.c
Generating dependencies for ./src/video/SDL_surface.c
Generating dependencies for ./src/video/SDL_video.c
Generating dependencies for ./src/video/SDL_yuv.c
Generating dependencies for ./src/video/SDL_yuv_mmx.c
Generating dependencies for ./src/video/SDL_yuv_sw.c
Generating dependencies for ./src/joystick/SDL_joystick.c
Generating dependencies for ./src/video/dummy/SDL_nullevents.c
Generating dependencies for ./src/video/dummy/SDL_nullmouse.c
Generating dependencies for ./src/video/dummy/SDL_nullvideo.c
Generating dependencies for ./src/audio/disk/SDL_diskaudio.c
Generating dependencies for ./src/audio/dummy/SDL_dummyaudio.c
Generating dependencies for ./src/loadso/dlopen/SDL_sysloadso.c
Generating dependencies for ./src/video/quartz/SDL_QuartzEvents.m
Generating dependencies for ./src/video/quartz/SDL_QuartzGL.m
Generating dependencies for ./src/video/quartz/SDL_QuartzVideo.m
Generating dependencies for ./src/video/quartz/SDL_QuartzWM.m
Generating dependencies for ./src/video/quartz/SDL_QuartzWindow.m
Generating dependencies for ./src/video/x11/SDL_x11dga.c
Generating dependencies for ./src/video/x11/SDL_x11dyn.c
Generating dependencies for ./src/video/x11/SDL_x11events.c
Generating dependencies for ./src/video/x11/SDL_x11gamma.c
Generating dependencies for ./src/video/x11/SDL_x11gl.c
Generating dependencies for ./src/video/x11/SDL_x11image.c
Generating dependencies for ./src/video/x11/SDL_x11modes.c
Generating dependencies for ./src/video/x11/SDL_x11mouse.c
Generating dependencies for ./src/video/x11/SDL_x11video.c
Generating dependencies for ./src/video/x11/SDL_x11wm.c
Generating dependencies for ./src/video/x11/SDL_x11yuv.c
Generating dependencies for ./src/video/Xext/Xxf86dga/XF86DGA.c
Generating dependencies for ./src/video/Xext/Xxf86dga/XF86DGA2.c
Generating dependencies for ./src/video/dga/SDL_dgaevents.c
Generating dependencies for ./src/video/dga/SDL_dgamouse.c
Generating dependencies for ./src/video/dga/SDL_dgavideo.c
Generating dependencies for ./src/video/Xext/Xxf86vm/XF86VMode.c
Generating dependencies for ./src/video/Xext/Xinerama/Xinerama.c
Generating dependencies for ./src/video/Xext/XME/xme.c
Generating dependencies for ./src/thread/pthread/SDL_systhread.c
Generating dependencies for ./src/thread/pthread/SDL_syssem.c
Generating dependencies for ./src/thread/pthread/SDL_sysmutex.c
Generating dependencies for ./src/thread/pthread/SDL_syscond.c
Generating dependencies for ./src/audio/macosx/SDL_coreaudio.c
Generating dependencies for ./src/joystick/darwin/SDL_sysjoystick.c
Generating dependencies for ./src/cdrom/macosx/AudioFilePlayer.c
Generating dependencies for ./src/cdrom/macosx/AudioFileReaderThread.c
Generating dependencies for ./src/cdrom/macosx/CDPlayer.c
Generating dependencies for ./src/cdrom/macosx/SDLOSXCAGuard.c
Generating dependencies for ./src/cdrom/macosx/SDL_syscdrom.c
Generating dependencies for ./src/timer/unix/SDL_systimer.c
Generating dependencies for ./src/main/macosx/SDLMain.m
Gonna detect GNU make:
- testing: 'make'
- found: 'make'
Running make install SDL...
(cmd: make install)
/bin/sh build-scripts/mkinstalldirs build
mkdir -p -- build
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL.c  -o build/SDL.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL.c  -fno-common -DPIC -o build/.libs/SDL.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL.c -o build/SDL.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_error.c  -o build/SDL_error.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_error.c  -fno-common -DPIC -o build/.libs/SDL_error.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_error.c -o build/SDL_error.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_fatal.c  -o build/SDL_fatal.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_fatal.c  -fno-common -DPIC -o build/.libs/SDL_fatal.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_fatal.c -o build/SDL_fatal.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audio.c  -o build/SDL_audio.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audio.c  -fno-common -DPIC -o build/.libs/SDL_audio.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audio.c -o build/SDL_audio.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiocvt.c  -o build/SDL_audiocvt.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiocvt.c  -fno-common -DPIC -o build/.libs/SDL_audiocvt.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiocvt.c -o build/SDL_audiocvt.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiodev.c  -o build/SDL_audiodev.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiodev.c  -fno-common -DPIC -o build/.libs/SDL_audiodev.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiodev.c -o build/SDL_audiodev.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer.c  -o build/SDL_mixer.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer.c  -fno-common -DPIC -o build/.libs/SDL_mixer.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer.c -o build/SDL_mixer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX.c  -o build/SDL_mixer_MMX.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX.c  -fno-common -DPIC -o build/.libs/SDL_mixer_MMX.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX.c -o build/SDL_mixer_MMX.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX_VC.c  -o build/SDL_mixer_MMX_VC.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX_VC.c  -fno-common -DPIC -o build/.libs/SDL_mixer_MMX_VC.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -o build/SDL_mixer_MMX_VC.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_m68k.c  -o build/SDL_mixer_m68k.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_m68k.c  -fno-common -DPIC -o build/.libs/SDL_mixer_m68k.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_m68k.c -o build/SDL_mixer_m68k.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_wave.c  -o build/SDL_wave.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_wave.c  -fno-common -DPIC -o build/.libs/SDL_wave.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_wave.c -o build/SDL_wave.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/SDL_cdrom.c  -o build/SDL_cdrom.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/SDL_cdrom.c  -fno-common -DPIC -o build/.libs/SDL_cdrom.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/SDL_cdrom.c -o build/SDL_cdrom.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cpuinfo/SDL_cpuinfo.c  -o build/SDL_cpuinfo.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cpuinfo/SDL_cpuinfo.c  -fno-common -DPIC -o build/.libs/SDL_cpuinfo.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -o build/SDL_cpuinfo.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_active.c  -o build/SDL_active.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_active.c  -fno-common -DPIC -o build/.libs/SDL_active.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_active.c -o build/SDL_active.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_events.c  -o build/SDL_events.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_events.c  -fno-common -DPIC -o build/.libs/SDL_events.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_events.c -o build/SDL_events.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_expose.c  -o build/SDL_expose.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_expose.c  -fno-common -DPIC -o build/.libs/SDL_expose.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_expose.c -o build/SDL_expose.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_keyboard.c  -o build/SDL_keyboard.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_keyboard.c  -fno-common -DPIC -o build/.libs/SDL_keyboard.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_keyboard.c -o build/SDL_keyboard.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_mouse.c  -o build/SDL_mouse.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_mouse.c  -fno-common -DPIC -o build/.libs/SDL_mouse.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_mouse.c -o build/SDL_mouse.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_quit.c  -o build/SDL_quit.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_quit.c  -fno-common -DPIC -o build/.libs/SDL_quit.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_quit.c -o build/SDL_quit.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_resize.c  -o build/SDL_resize.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_resize.c  -fno-common -DPIC -o build/.libs/SDL_resize.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_resize.c -o build/SDL_resize.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/file/SDL_rwops.c  -o build/SDL_rwops.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/file/SDL_rwops.c  -fno-common -DPIC -o build/.libs/SDL_rwops.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/file/SDL_rwops.c -o build/SDL_rwops.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_getenv.c  -o build/SDL_getenv.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_getenv.c  -fno-common -DPIC -o build/.libs/SDL_getenv.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_getenv.c -o build/SDL_getenv.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_iconv.c  -o build/SDL_iconv.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_iconv.c  -fno-common -DPIC -o build/.libs/SDL_iconv.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_iconv.c -o build/SDL_iconv.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_malloc.c  -o build/SDL_malloc.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_malloc.c  -fno-common -DPIC -o build/.libs/SDL_malloc.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_malloc.c -o build/SDL_malloc.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_qsort.c  -o build/SDL_qsort.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_qsort.c  -fno-common -DPIC -o build/.libs/SDL_qsort.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_qsort.c -o build/SDL_qsort.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_stdlib.c  -o build/SDL_stdlib.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_stdlib.c  -fno-common -DPIC -o build/.libs/SDL_stdlib.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_stdlib.c -o build/SDL_stdlib.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_string.c  -o build/SDL_string.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_string.c  -fno-common -DPIC -o build/.libs/SDL_string.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_string.c -o build/SDL_string.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/SDL_thread.c  -o build/SDL_thread.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/SDL_thread.c  -fno-common -DPIC -o build/.libs/SDL_thread.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/SDL_thread.c -o build/SDL_thread.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/SDL_timer.c  -o build/SDL_timer.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/SDL_timer.c  -fno-common -DPIC -o build/.libs/SDL_timer.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/SDL_timer.c -o build/SDL_timer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_RLEaccel.c  -o build/SDL_RLEaccel.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_RLEaccel.c  -fno-common -DPIC -o build/.libs/SDL_RLEaccel.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_RLEaccel.c -o build/SDL_RLEaccel.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit.c  -o build/SDL_blit.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit.c  -fno-common -DPIC -o build/.libs/SDL_blit.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit.c -o build/SDL_blit.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_0.c  -o build/SDL_blit_0.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_0.c  -fno-common -DPIC -o build/.libs/SDL_blit_0.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_0.c -o build/SDL_blit_0.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_1.c  -o build/SDL_blit_1.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_1.c  -fno-common -DPIC -o build/.libs/SDL_blit_1.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_1.c -o build/SDL_blit_1.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_A.c  -o build/SDL_blit_A.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_A.c  -fno-common -DPIC -o build/.libs/SDL_blit_A.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_A.c -o build/SDL_blit_A.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_N.c  -o build/SDL_blit_N.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_N.c  -fno-common -DPIC -o build/.libs/SDL_blit_N.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_N.c -o build/SDL_blit_N.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_bmp.c  -o build/SDL_bmp.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_bmp.c  -fno-common -DPIC -o build/.libs/SDL_bmp.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_bmp.c -o build/SDL_bmp.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_cursor.c  -o build/SDL_cursor.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_cursor.c  -fno-common -DPIC -o build/.libs/SDL_cursor.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_cursor.c -o build/SDL_cursor.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_gamma.c  -o build/SDL_gamma.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_gamma.c  -fno-common -DPIC -o build/.libs/SDL_gamma.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_gamma.c -o build/SDL_gamma.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_pixels.c  -o build/SDL_pixels.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_pixels.c  -fno-common -DPIC -o build/.libs/SDL_pixels.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_pixels.c -o build/SDL_pixels.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_stretch.c  -o build/SDL_stretch.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_stretch.c  -fno-common -DPIC -o build/.libs/SDL_stretch.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_stretch.c -o build/SDL_stretch.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_surface.c  -o build/SDL_surface.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_surface.c  -fno-common -DPIC -o build/.libs/SDL_surface.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_surface.c -o build/SDL_surface.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_video.c  -o build/SDL_video.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_video.c  -fno-common -DPIC -o build/.libs/SDL_video.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_video.c -o build/SDL_video.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv.c  -o build/SDL_yuv.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv.c  -fno-common -DPIC -o build/.libs/SDL_yuv.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv.c -o build/SDL_yuv.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_mmx.c  -o build/SDL_yuv_mmx.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_mmx.c  -fno-common -DPIC -o build/.libs/SDL_yuv_mmx.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_mmx.c -o build/SDL_yuv_mmx.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_sw.c  -o build/SDL_yuv_sw.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_sw.c  -fno-common -DPIC -o build/.libs/SDL_yuv_sw.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_sw.c -o build/SDL_yuv_sw.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/SDL_joystick.c  -o build/SDL_joystick.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/SDL_joystick.c  -fno-common -DPIC -o build/.libs/SDL_joystick.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/SDL_joystick.c -o build/SDL_joystick.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullevents.c  -o build/SDL_nullevents.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullevents.c  -fno-common -DPIC -o build/.libs/SDL_nullevents.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullevents.c -o build/SDL_nullevents.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullmouse.c  -o build/SDL_nullmouse.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullmouse.c  -fno-common -DPIC -o build/.libs/SDL_nullmouse.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullmouse.c -o build/SDL_nullmouse.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullvideo.c  -o build/SDL_nullvideo.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullvideo.c  -fno-common -DPIC -o build/.libs/SDL_nullvideo.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullvideo.c -o build/SDL_nullvideo.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/disk/SDL_diskaudio.c  -o build/SDL_diskaudio.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/disk/SDL_diskaudio.c  -fno-common -DPIC -o build/.libs/SDL_diskaudio.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/disk/SDL_diskaudio.c -o build/SDL_diskaudio.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/dummy/SDL_dummyaudio.c  -o build/SDL_dummyaudio.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/dummy/SDL_dummyaudio.c  -fno-common -DPIC -o build/.libs/SDL_dummyaudio.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -o build/SDL_dummyaudio.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c  -o build/SDL_sysloadso.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c  -fno-common -DPIC -o build/.libs/SDL_sysloadso.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -o build/SDL_sysloadso.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzEvents.m  -o build/SDL_QuartzEvents.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzEvents.m  -fno-common -DPIC -o build/.libs/SDL_QuartzEvents.o
./src/video/quartz/SDL_QuartzEvents.m:216:9: warning: comparison of function 'TISCopyCurrentKeyboardLayoutInputSource' not equal to a null pointer is always true [-Wtautological-pointer-compare]
    if (TISCopyCurrentKeyboardLayoutInputSource != NULL) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    ~~~~
./src/video/quartz/SDL_QuartzEvents.m:216:9: note: prefix with the address-of operator to silence this warning
    if (TISCopyCurrentKeyboardLayoutInputSource != NULL) {
        ^
        &
./src/video/quartz/SDL_QuartzEvents.m:216:9: note: suffix with parentheses to turn this into a function call
    if (TISCopyCurrentKeyboardLayoutInputSource != NULL) {
        ^
                                               ()
./src/video/quartz/SDL_QuartzEvents.m:816:13: warning: 'UpdateSystemActivity' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
            UpdateSystemActivity(UsrActivity);
            ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/Power.h:367:1: note: 'UpdateSystemActivity' has been explicitly marked deprecated here
UpdateSystemActivity(UInt8 activity)                          __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_8,__IPHONE_NA,__IPHONE_NA);
^
2 warnings generated.
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzEvents.m -o build/SDL_QuartzEvents.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzGL.m  -o build/SDL_QuartzGL.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzGL.m  -fno-common -DPIC -o build/.libs/SDL_QuartzGL.o
./src/video/quartz/SDL_QuartzGL.m:80:21: warning: 'NSOpenGLPFAFullScreen' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
        attr[i++] = NSOpenGLPFAFullScreen;
                    ^
/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:84:2: note: 'NSOpenGLPFAFullScreen' has been explicitly marked deprecated here
        NSOpenGLPFAFullScreen NS_ENUM_DEPRECATED_MAC(10_0, 10_6)       =  54,
        ^
1 warning generated.
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzGL.m -o build/SDL_QuartzGL.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzVideo.m  -o build/SDL_QuartzVideo.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzVideo.m  -fno-common -DPIC -o build/.libs/SDL_QuartzVideo.o
./src/video/quartz/SDL_QuartzVideo.m:259:27: warning: 'CGDisplayModeCopyPixelEncoding' is deprecated: first deprecated in macOS 10.11 [-Wdeprecated-declarations]
        CFStringRef fmt = CGDisplayModeCopyPixelEncoding(vidmode);
                          ^
/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h:174:34: note: 'CGDisplayModeCopyPixelEncoding' has been explicitly marked deprecated here
CG_EXTERN CFStringRef __nullable CGDisplayModeCopyPixelEncoding(
                                 ^
./src/video/quartz/SDL_QuartzVideo.m:302:10: warning: 'Gestalt' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    if ( Gestalt(gestaltSystemVersion, &system_version) != noErr )
         ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note: 'Gestalt' has been explicitly marked deprecated here
Gestalt(
^
./src/video/quartz/SDL_QuartzVideo.m:302:18: warning: 'gestaltSystemVersion' is deprecated: first deprecated in macOS 10.8 - Use NSProcessInfo's operatingSystemVersion property instead. [-Wdeprecated-declarations]
    if ( Gestalt(gestaltSystemVersion, &system_version) != noErr )
                 ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2076:3: note: 'gestaltSystemVersion' has been explicitly marked deprecated here
  gestaltSystemVersion          = 'sysv', /* system version*/
  ^
./src/video/quartz/SDL_QuartzVideo.m:1052:13: warning: sending 'SDL_QuartzWindowDelegate *' to parameter of incompatible type 'id<NSWindowDelegate> _Nullable'
            [ [ SDL_QuartzWindowDelegate alloc ] init ] ];
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:317:51: note: passing argument to parameter 'delegate' here
@property (nullable, assign) id<NSWindowDelegate> delegate;
                                                  ^
4 warnings generated.
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzVideo.m -o build/SDL_QuartzVideo.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzWM.m  -o build/SDL_QuartzWM.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzWM.m  -fno-common -DPIC -o build/.libs/SDL_QuartzWM.o
./src/video/quartz/SDL_QuartzWM.m:68:19: warning: 'setScalesWhenResized:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
            [ img setScalesWhenResized: YES ];
                  ^
/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:264:1: note: 'setScalesWhenResized:' has been explicitly marked deprecated here
- (void)setScalesWhenResized:(BOOL)flag NS_DEPRECATED_MAC(10_0, 10_6);
^
./src/video/quartz/SDL_QuartzWM.m:152:9: warning: 'CGDisplayIsCaptured' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
        if ( ! CGDisplayIsCaptured (display_id) )
               ^
/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h:325:21: note: 'CGDisplayIsCaptured' has been explicitly marked deprecated here
CG_EXTERN boolean_t CGDisplayIsCaptured(CGDirectDisplayID display)
                    ^
./src/video/quartz/SDL_QuartzWM.m:153:20: warning: 'convertScreenToBase:' is deprecated: first deprecated in macOS 10.7 - Use -convertRectFromScreen: instead [-Wdeprecated-declarations]
                *p = [ qz_window convertScreenToBase:*p ];
                                 ^
/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:693:1: note: 'convertScreenToBase:' has been explicitly marked deprecated here
- (NSPoint)convertScreenToBase:(NSPoint)aPoint NS_DEPRECATED_MAC(10_0, 10_7, "Use -convertRectFromScreen: instead");
^
./src/video/quartz/SDL_QuartzWM.m:160:9: warning: 'CGDisplayIsCaptured' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
        if ( ! CGDisplayIsCaptured (display_id) )
               ^
/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h:325:21: note: 'CGDisplayIsCaptured' has been explicitly marked deprecated here
CG_EXTERN boolean_t CGDisplayIsCaptured(CGDirectDisplayID display)
                    ^
./src/video/quartz/SDL_QuartzWM.m:161:20: warning: 'convertBaseToScreen:' is deprecated: first deprecated in macOS 10.7 - Use -convertRectToScreen: instead [-Wdeprecated-declarations]
                *p = [ qz_window convertBaseToScreen:*p ];
                                 ^
/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:692:1: note: 'convertBaseToScreen:' has been explicitly marked deprecated here
- (NSPoint)convertBaseToScreen:(NSPoint)aPoint NS_DEPRECATED_MAC(10_0, 10_7, "Use -convertRectToScreen: instead");
^
./src/video/quartz/SDL_QuartzWM.m:167:10: warning: 'CGDisplayIsCaptured' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
    if ( CGDisplayIsCaptured (display_id) ) { /* capture signals fullscreen */
         ^
/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h:325:21: note: 'CGDisplayIsCaptured' has been explicitly marked deprecated here
CG_EXTERN boolean_t CGDisplayIsCaptured(CGDirectDisplayID display)
                    ^
./src/video/quartz/SDL_QuartzWM.m:181:10: warning: 'CGDisplayIsCaptured' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
    if ( CGDisplayIsCaptured (display_id) ) { /* capture signals fullscreen */
         ^
/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h:325:21: note: 'CGDisplayIsCaptured' has been explicitly marked deprecated here
CG_EXTERN boolean_t CGDisplayIsCaptured(CGDirectDisplayID display)
                    ^
./src/video/quartz/SDL_QuartzWM.m:197:12: warning: 'CGDisplayIsCaptured' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
    if ( ! CGDisplayIsCaptured (display_id) ) { /* not captured => not fullscreen => local coord */
           ^
/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h:325:21: note: 'CGDisplayIsCaptured' has been explicitly marked deprecated here
CG_EXTERN boolean_t CGDisplayIsCaptured(CGDirectDisplayID display)
                    ^
8 warnings generated.
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzWM.m -o build/SDL_QuartzWM.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzWindow.m  -o build/SDL_QuartzWindow.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzWindow.m  -fno-common -DPIC -o build/.libs/SDL_QuartzWindow.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzWindow.m -o build/SDL_QuartzWindow.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11dga.c  -o build/SDL_x11dga.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11dga.c  -fno-common -DPIC -o build/.libs/SDL_x11dga.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11dga.c -o build/SDL_x11dga.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11dyn.c  -o build/SDL_x11dyn.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11dyn.c  -fno-common -DPIC -o build/.libs/SDL_x11dyn.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11dyn.c -o build/SDL_x11dyn.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11events.c  -o build/SDL_x11events.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11events.c  -fno-common -DPIC -o build/.libs/SDL_x11events.o
./src/video/x11/SDL_x11events.c:1124:9: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
        xsym = XKeycodeToKeysym(display, kc, 0);
               ^
/usr/X11R6/include/X11/Xlib.h:1687:15: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here
extern KeySym XKeycodeToKeysym(
              ^
./src/video/x11/SDL_x11events.c:1216:16: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
                        KeySym ks = XKeycodeToKeysym(display, kc, 0);
                                    ^
/usr/X11R6/include/X11/Xlib.h:1687:15: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here
extern KeySym XKeycodeToKeysym(
              ^
2 warnings generated.
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11events.c -o build/SDL_x11events.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11gamma.c  -o build/SDL_x11gamma.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11gamma.c  -fno-common -DPIC -o build/.libs/SDL_x11gamma.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11gamma.c -o build/SDL_x11gamma.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11gl.c  -o build/SDL_x11gl.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11gl.c  -fno-common -DPIC -o build/.libs/SDL_x11gl.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11gl.c -o build/SDL_x11gl.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11image.c  -o build/SDL_x11image.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11image.c  -fno-common -DPIC -o build/.libs/SDL_x11image.o
./src/video/x11/SDL_x11image.c:253:13: warning: unused function 'X11_MITSHMUpdate' [-Wunused-function]
static void X11_MITSHMUpdate(_THIS, int numrects, SDL_Rect *rects)
            ^
1 warning generated.
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11image.c -o build/SDL_x11image.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11modes.c  -o build/SDL_x11modes.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11modes.c  -fno-common -DPIC -o build/.libs/SDL_x11modes.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11modes.c -o build/SDL_x11modes.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11mouse.c  -o build/SDL_x11mouse.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11mouse.c  -fno-common -DPIC -o build/.libs/SDL_x11mouse.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11mouse.c -o build/SDL_x11mouse.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11video.c  -o build/SDL_x11video.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11video.c  -fno-common -DPIC -o build/.libs/SDL_x11video.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11video.c -o build/SDL_x11video.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11wm.c  -o build/SDL_x11wm.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11wm.c  -fno-common -DPIC -o build/.libs/SDL_x11wm.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11wm.c -o build/SDL_x11wm.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11yuv.c  -o build/SDL_x11yuv.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11yuv.c  -fno-common -DPIC -o build/.libs/SDL_x11yuv.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/x11/SDL_x11yuv.c -o build/SDL_x11yuv.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/Xxf86dga/XF86DGA.c  -o build/XF86DGA.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/Xxf86dga/XF86DGA.c  -fno-common -DPIC -o build/.libs/XF86DGA.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/Xxf86dga/XF86DGA.c -o build/XF86DGA.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/Xxf86dga/XF86DGA2.c  -o build/XF86DGA2.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/Xxf86dga/XF86DGA2.c  -fno-common -DPIC -o build/.libs/XF86DGA2.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/Xxf86dga/XF86DGA2.c -o build/XF86DGA2.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dga/SDL_dgaevents.c  -o build/SDL_dgaevents.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dga/SDL_dgaevents.c  -fno-common -DPIC -o build/.libs/SDL_dgaevents.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dga/SDL_dgaevents.c -o build/SDL_dgaevents.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dga/SDL_dgamouse.c  -o build/SDL_dgamouse.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dga/SDL_dgamouse.c  -fno-common -DPIC -o build/.libs/SDL_dgamouse.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dga/SDL_dgamouse.c -o build/SDL_dgamouse.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dga/SDL_dgavideo.c  -o build/SDL_dgavideo.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dga/SDL_dgavideo.c  -fno-common -DPIC -o build/.libs/SDL_dgavideo.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dga/SDL_dgavideo.c -o build/SDL_dgavideo.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/Xxf86vm/XF86VMode.c  -o build/XF86VMode.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/Xxf86vm/XF86VMode.c  -fno-common -DPIC -o build/.libs/XF86VMode.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/Xxf86vm/XF86VMode.c -o build/XF86VMode.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/Xinerama/Xinerama.c  -o build/Xinerama.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/Xinerama/Xinerama.c  -fno-common -DPIC -o build/.libs/Xinerama.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/Xinerama/Xinerama.c -o build/Xinerama.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/XME/xme.c  -o build/xme.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/XME/xme.c  -fno-common -DPIC -o build/.libs/xme.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/Xext/XME/xme.c -o build/xme.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_systhread.c  -o build/SDL_systhread.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_systhread.c  -fno-common -DPIC -o build/.libs/SDL_systhread.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_systhread.c -o build/SDL_systhread.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_syssem.c  -o build/SDL_syssem.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_syssem.c  -fno-common -DPIC -o build/.libs/SDL_syssem.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_syssem.c -o build/SDL_syssem.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_sysmutex.c  -o build/SDL_sysmutex.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_sysmutex.c  -fno-common -DPIC -o build/.libs/SDL_sysmutex.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_sysmutex.c -o build/SDL_sysmutex.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_syscond.c  -o build/SDL_syscond.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_syscond.c  -fno-common -DPIC -o build/.libs/SDL_syscond.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_syscond.c -o build/SDL_syscond.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/macosx/SDL_coreaudio.c  -o build/SDL_coreaudio.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/macosx/SDL_coreaudio.c  -fno-common -DPIC -o build/.libs/SDL_coreaudio.o
./src/audio/macosx/SDL_coreaudio.c:196:14: warning: 'CloseComponent' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    result = CloseComponent(outputAudioUnit);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:593:1: note: 'CloseComponent' has been explicitly marked deprecated here
CloseComponent(ComponentInstance aComponentInstance)          __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
./src/audio/macosx/SDL_coreaudio.c:244:12: warning: 'FindNextComponent' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    comp = FindNextComponent (NULL, &desc);
           ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:469:1: note: 'FindNextComponent' has been explicitly marked deprecated here
FindNextComponent(
^
./src/audio/macosx/SDL_coreaudio.c:251:14: warning: 'OpenAComponent' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    result = OpenAComponent (comp, &outputAudioUnit);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:559:1: note: 'OpenAComponent' has been explicitly marked deprecated here
OpenAComponent(
^
3 warnings generated.
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/macosx/SDL_coreaudio.c -o build/SDL_coreaudio.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/darwin/SDL_sysjoystick.c  -o build/SDL_sysjoystick.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/darwin/SDL_sysjoystick.c  -fno-common -DPIC -o build/.libs/SDL_sysjoystick.o
./src/joystick/darwin/SDL_sysjoystick.c:185:31: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
                                HIDReportErrorNum ("Couldn<D5>t query HID class device interface from plugInInterface", plugInResult);
                                                          ^~~~
./src/joystick/darwin/SDL_sysjoystick.c:317:35: warning: 'NewPtrClear' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
                                                                        element = (recElement *) NewPtrClear (sizeof (recElement));
                                                                                                 ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:605:1: note: 'NewPtrClear' has been explicitly marked deprecated here
NewPtrClear(Size byteCount)                                   __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
./src/joystick/darwin/SDL_sysjoystick.c:325:35: warning: 'NewPtrClear' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
                                                                        element = (recElement *) NewPtrClear (sizeof (recElement));
                                                                                                 ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:605:1: note: 'NewPtrClear' has been explicitly marked deprecated here
NewPtrClear(Size byteCount)                                   __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
./src/joystick/darwin/SDL_sysjoystick.c:336:32: warning: 'NewPtrClear' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
                                                element = (recElement *) NewPtrClear (sizeof (recElement));
                                                                         ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:605:1: note: 'NewPtrClear' has been explicitly marked deprecated here
NewPtrClear(Size byteCount)                                   __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
./src/joystick/darwin/SDL_sysjoystick.c:491:37: warning: 'NewPtrClear' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
        recDevice *pDevice = (recDevice *) NewPtrClear (sizeof (recDevice));
                                           ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:605:1: note: 'NewPtrClear' has been explicitly marked deprecated here
NewPtrClear(Size byteCount)                                   __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
./src/joystick/darwin/SDL_sysjoystick.c:508:5: warning: 'DisposePtr' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
                                DisposePtr((Ptr)pDevice);
                                ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1188:1: note: 'DisposePtr' has been explicitly marked deprecated here
DisposePtr(Ptr p)                                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
./src/joystick/darwin/SDL_sysjoystick.c:515:4: warning: 'DisposePtr' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
                        DisposePtr((Ptr)pDevice);
                        ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1188:1: note: 'DisposePtr' has been explicitly marked deprecated here
DisposePtr(Ptr p)                                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
./src/joystick/darwin/SDL_sysjoystick.c:531:3: warning: 'DisposePtr' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
                DisposePtr ((Ptr) pElement);
                ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1188:1: note: 'DisposePtr' has been explicitly marked deprecated here
DisposePtr(Ptr p)                                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
./src/joystick/darwin/SDL_sysjoystick.c:558:3: warning: 'DisposePtr' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
                DisposePtr ((Ptr)*ppDevice);
                ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1188:1: note: 'DisposePtr' has been explicitly marked deprecated here
DisposePtr(Ptr p)                                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
./src/joystick/darwin/SDL_sysjoystick.c:658:4: warning: 'DisposePtr' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
                        DisposePtr((Ptr)device);
                        ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1188:1: note: 'DisposePtr' has been explicitly marked deprecated here
DisposePtr(Ptr p)                                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
10 warnings generated.
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/darwin/SDL_sysjoystick.c -o build/SDL_sysjoystick.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/AudioFilePlayer.c  -o build/AudioFilePlayer.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/AudioFilePlayer.c  -fno-common -DPIC -o build/.libs/AudioFilePlayer.o
./src/cdrom/macosx/AudioFilePlayer.c:76:14: warning: 'GetComponentInfo' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    result = GetComponentInfo ((Component)*inDestUnit, &desc, 0, 0, 0);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:503:1: note: 'GetComponentInfo' has been explicitly marked deprecated here
GetComponentInfo(
^
./src/cdrom/macosx/AudioFilePlayer.c:157:13: warning: 'FSCloseFork' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
            FSCloseFork (afp->mForkRefNum);
            ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3703:15: note: 'FSCloseFork' has been explicitly marked deprecated here
extern OSErr  FSCloseFork(FSIORefNum forkRefNum)              __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/AudioFilePlayer.c:248:14: warning: 'FSGetDataForkName' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    result = FSGetDataForkName(&dfName);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4037:15: note: 'FSGetDataForkName' has been explicitly marked deprecated here
extern OSErr  FSGetDataForkName(HFSUniStr255 * dataForkName)  __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/AudioFilePlayer.c:251:14: warning: 'FSOpenFork' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    result = FSOpenFork(inRef, dfName.length, dfName.unicode, fsRdPerm, &afp->mForkRefNum);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3212:15: note: 'FSOpenFork' has been explicitly marked deprecated here
extern OSErr  FSOpenFork(const FSRef *ref, UniCharCount forkNameLength, const UniChar *forkName, SInt8 permissions, FSIORefNum *forkRefNum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/AudioFilePlayer.c:255:14: warning: 'FSReadFork' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    result = FSReadFork(afp->mForkRefNum, fsAtMark, 0, sizeof(chunkHeader), &chunkHeader, &actual);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3268:15: note: 'FSReadFork' has been explicitly marked deprecated here
extern OSErr  FSReadFork(FSIORefNum forkRefNum, UInt16 positionMode, SInt64 positionOffset, ByteCount requestCount, void *buffer, ByteCount *actualCount) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/AudioFilePlayer.c:275:18: warning: 'FSReadFork' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
        result = FSReadFork(afp->mForkRefNum, fsFromMark, offset, sizeof(chunk), &chunk, &actual);
                 ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3268:15: note: 'FSReadFork' has been explicitly marked deprecated here
extern OSErr  FSReadFork(FSIORefNum forkRefNum, UInt16 positionMode, SInt64 positionOffset, ByteCount requestCount, void *buffer, ByteCount *actualCount) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/AudioFilePlayer.c:287:14: warning: 'FSReadFork' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    result = FSReadFork(afp->mForkRefNum, fsAtMark, 0, sizeof(ssndData), &ssndData, &actual);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3268:15: note: 'FSReadFork' has been explicitly marked deprecated here
extern OSErr  FSReadFork(FSIORefNum forkRefNum, UInt16 positionMode, SInt64 positionOffset, ByteCount requestCount, void *buffer, ByteCount *actualCount) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/AudioFilePlayer.c:292:14: warning: 'FSSetForkPosition' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    result = FSSetForkPosition(afp->mForkRefNum, fsFromMark, ssndData.offset);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3429:15: note: 'FSSetForkPosition' has been explicitly marked deprecated here
extern OSErr  FSSetForkPosition(FSIORefNum forkRefNum, UInt16 positionMode, SInt64 positionOffset) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
8 warnings generated.
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/AudioFilePlayer.c -o build/AudioFilePlayer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/AudioFileReaderThread.c  -o build/AudioFileReaderThread.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/AudioFileReaderThread.c  -fno-common -DPIC -o build/.libs/AudioFileReaderThread.o
./src/cdrom/macosx/AudioFileReaderThread.c:420:12: warning: 'FSReadFork' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    return FSReadFork (afm->mForkRefNum,
           ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3268:15: note: 'FSReadFork' has been explicitly marked deprecated here
extern OSErr  FSReadFork(FSIORefNum forkRefNum, UInt16 positionMode, SInt64 positionOffset, ByteCount requestCount, void *buffer, ByteCount *actualCount) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/AudioFileReaderThread.c:606:5: warning: 'FSGetForkPosition' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    FSGetForkPosition(afm->mForkRefNum, &afm->mAudioDataOffset);
    ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3376:15: note: 'FSGetForkPosition' has been explicitly marked deprecated here
extern OSErr  FSGetForkPosition(FSIORefNum forkRefNum, SInt64 *position)         __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
2 warnings generated.
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/AudioFileReaderThread.c -o build/AudioFileReaderThread.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/CDPlayer.c  -o build/CDPlayer.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/CDPlayer.c  -fno-common -DPIC -o build/.libs/CDPlayer.o
./src/cdrom/macosx/CDPlayer.c:105:18: warning: 'FSGetVolumeInfo' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
        result = FSGetVolumeInfo (kFSInvalidVolumeRefNum,
                 ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3936:15: note: 'FSGetVolumeInfo' has been explicitly marked deprecated here
extern OSErr  FSGetVolumeInfo(FSVolumeRefNum volume, ItemCount volumeIndex, FSVolumeRefNum *actualVolume, FSVolumeInfoBitmap whichInfo, FSVolumeInfo *info, HFSUniStr255 *volumeName, FSRef *rootDirectory) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/CDPlayer.c:149:14: warning: 'FSGetVolumeInfo' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    theErr = FSGetVolumeInfo(theVolume, 0, 0, kFSVolInfoNone, 0, 0, &rootRef);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3936:15: note: 'FSGetVolumeInfo' has been explicitly marked deprecated here
extern OSErr  FSGetVolumeInfo(FSVolumeRefNum volume, ItemCount volumeIndex, FSVolumeRefNum *actualVolume, FSVolumeInfoBitmap whichInfo, FSVolumeInfo *info, HFSUniStr255 *volumeName, FSRef *rootDirectory) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/CDPlayer.c:164:14: warning: 'PBMakeFSRefUnicodeSync' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    theErr = PBMakeFSRefUnicodeSync (&fsRefPB);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:1811:15: note: 'PBMakeFSRefUnicodeSync' has been explicitly marked deprecated here
extern OSErr  PBMakeFSRefUnicodeSync(FSRefParam * paramBlock) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/CDPlayer.c:172:14: warning: 'FSGetDataForkName' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    theErr = FSGetDataForkName (&dataForkName);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4037:15: note: 'FSGetDataForkName' has been explicitly marked deprecated here
extern OSErr  FSGetDataForkName(HFSUniStr255 * dataForkName)  __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/CDPlayer.c:178:14: warning: 'FSOpenFork' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    theErr = FSOpenFork (&tocPlistFSRef, dataForkName.length, dataForkName.unicode, fsRdPerm, &forkRefNum);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3212:15: note: 'FSOpenFork' has been explicitly marked deprecated here
extern OSErr  FSOpenFork(const FSRef *ref, UniCharCount forkNameLength, const UniChar *forkName, SInt8 permissions, FSIORefNum *forkRefNum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/CDPlayer.c:184:14: warning: 'FSGetForkSize' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    theErr = FSGetForkSize (forkRefNum, &forkSize);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3480:15: note: 'FSGetForkSize' has been explicitly marked deprecated here
extern OSErr  FSGetForkSize(FSIORefNum forkRefNum, SInt64 *forkSize)             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/CDPlayer.c:191:16: warning: 'NewPtr' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    forkData = NewPtr (forkSize);
               ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:568:1: note: 'NewPtr' has been explicitly marked deprecated here
NewPtr(Size byteCount)                                        __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
./src/cdrom/macosx/CDPlayer.c:197:14: warning: 'FSReadFork' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    theErr = FSReadFork (forkRefNum, fsFromStart, 0 /* offset location */, forkSize, forkData, &actualRead);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3268:15: note: 'FSReadFork' has been explicitly marked deprecated here
extern OSErr  FSReadFork(FSIORefNum forkRefNum, UInt16 positionMode, SInt64 positionOffset, ByteCount requestCount, void *buffer, ByteCount *actualCount) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/CDPlayer.c:209:23: warning: 'CFPropertyListCreateFromXMLData' is deprecated: first deprecated in macOS 10.10 - Use CFPropertyListCreateWithData instead. [-Wdeprecated-declarations]
    propertyListRef = CFPropertyListCreateFromXMLData (kCFAllocatorDefault,
                      ^
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:38:19: note: 'CFPropertyListCreateFromXMLData' has been explicitly marked deprecated here
CFPropertyListRef CFPropertyListCreateFromXMLData(CFAllocatorRef allocator, CFDataRef xmlData, CFOptionFlags mutabilityOption, CFStringRef *errorString) CF_DEPRECATED(10_0, 10_10, 2_0, 8_0, "Use CFPropertyListCreateWithData instead.");
                  ^
./src/cdrom/macosx/CDPlayer.c:316:9: warning: 'DisposePtr' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
        DisposePtr(forkData);
        ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1188:1: note: 'DisposePtr' has been explicitly marked deprecated here
DisposePtr(Ptr p)                                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
./src/cdrom/macosx/CDPlayer.c:318:5: warning: 'FSCloseFork' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    FSCloseFork (forkRefNum);
    ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3703:15: note: 'FSCloseFork' has been explicitly marked deprecated here
extern OSErr  FSCloseFork(FSIORefNum forkRefNum)              __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/CDPlayer.c:173:9: warning: variable 'forkRefNum' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
    if (theErr != noErr) {
        ^~~~~~~~~~~~~~~
./src/cdrom/macosx/CDPlayer.c:318:18: note: uninitialized use occurs here
    FSCloseFork (forkRefNum);
                 ^~~~~~~~~~
./src/cdrom/macosx/CDPlayer.c:173:5: note: remove the 'if' if its condition is always false
    if (theErr != noErr) {
    ^~~~~~~~~~~~~~~~~~~~~~
./src/cdrom/macosx/CDPlayer.c:165:8: warning: variable 'forkRefNum' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
    if(theErr != noErr) {
       ^~~~~~~~~~~~~~~
./src/cdrom/macosx/CDPlayer.c:318:18: note: uninitialized use occurs here
    FSCloseFork (forkRefNum);
                 ^~~~~~~~~~
./src/cdrom/macosx/CDPlayer.c:165:5: note: remove the 'if' if its condition is always false
    if(theErr != noErr) {
    ^~~~~~~~~~~~~~~~~~~~~
./src/cdrom/macosx/CDPlayer.c:150:8: warning: variable 'forkRefNum' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
    if(theErr != noErr) {
       ^~~~~~~~~~~~~~~
./src/cdrom/macosx/CDPlayer.c:318:18: note: uninitialized use occurs here
    FSCloseFork (forkRefNum);
                 ^~~~~~~~~~
./src/cdrom/macosx/CDPlayer.c:150:5: note: remove the 'if' if its condition is always false
    if(theErr != noErr) {
    ^~~~~~~~~~~~~~~~~~~~~
./src/cdrom/macosx/CDPlayer.c:137:33: note: initialize the variable 'forkRefNum' to silence this warning
    FSIORefNum        forkRefNum;
                                ^
                                 = 0
./src/cdrom/macosx/CDPlayer.c:332:14: warning: 'FSGetVolumeInfo' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    result = FSGetVolumeInfo (theVolume,
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3936:15: note: 'FSGetVolumeInfo' has been explicitly marked deprecated here
extern OSErr  FSGetVolumeInfo(FSVolumeRefNum volume, ItemCount volumeIndex, FSVolumeRefNum *actualVolume, FSVolumeInfoBitmap whichInfo, FSVolumeInfo *info, HFSUniStr255 *volumeName, FSRef *rootDirectory) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/CDPlayer.c:345:14: warning: 'FSOpenIterator' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
    result = FSOpenIterator (&rootDirectory, kFSIterateFlat, &iterator);
             ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:2761:15: note: 'FSOpenIterator' has been explicitly marked deprecated here
extern OSErr  FSOpenIterator(const FSRef *container, FSIteratorFlags iteratorFlags, FSIterator *iterator) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/CDPlayer.c:349:22: warning: 'FSGetCatalogInfoBulk' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
            result = FSGetCatalogInfoBulk (iterator, 1, &actualObjects,
                     ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:2872:15: note: 'FSGetCatalogInfoBulk' has been explicitly marked deprecated here
extern OSErr  FSGetCatalogInfoBulk(FSIterator iterator, ItemCount maximumObjects, ItemCount *actualObjects, Boolean *containerChanged, FSCatalogInfoBitmap whichInfo, FSCatalogInfo *catalogInfos, FSRef *refs, FSSpecPtr specs, HFSUniStr255 *names) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/CDPlayer.c:386:9: warning: 'FSCloseIterator' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
        FSCloseIterator (iterator);
        ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:2811:15: note: 'FSCloseIterator' has been explicitly marked deprecated here
extern OSErr  FSCloseIterator(FSIterator iterator)            __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
              ^
./src/cdrom/macosx/CDPlayer.c:568:26: warning: 'FindNextComponent' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
        Component comp = FindNextComponent (NULL, &desc);
                         ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:469:1: note: 'FindNextComponent' has been explicitly marked deprecated here
FindNextComponent(
^
./src/cdrom/macosx/CDPlayer.c:574:18: warning: 'OpenAComponent' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
        result = OpenAComponent (comp, &theUnit);
                 ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:559:1: note: 'OpenAComponent' has been explicitly marked deprecated here
OpenAComponent(
^
20 warnings generated.
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/CDPlayer.c -o build/CDPlayer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/SDLOSXCAGuard.c  -o build/SDLOSXCAGuard.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/SDLOSXCAGuard.c  -fno-common -DPIC -o build/.libs/SDLOSXCAGuard.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/SDLOSXCAGuard.c -o build/SDLOSXCAGuard.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/SDL_syscdrom.c  -o build/SDL_syscdrom.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/SDL_syscdrom.c  -fno-common -DPIC -o build/.libs/SDL_syscdrom.o
./src/cdrom/macosx/SDL_syscdrom.c:487:8: warning: 'FSEjectVolumeSync' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
        err = FSEjectVolumeSync(volumes[cdrom->id], kNilOptions, &dissenter);
              ^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:5220:18: note: 'FSEjectVolumeSync' has been explicitly marked deprecated here
extern OSStatus  FSEjectVolumeSync(FSVolumeRefNum vRefNum, OptionBits flags, pid_t *dissenter) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
                 ^
1 warning generated.
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/SDL_syscdrom.c -o build/SDL_syscdrom.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/unix/SDL_systimer.c  -o build/SDL_systimer.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/unix/SDL_systimer.c  -fno-common -DPIC -o build/.libs/SDL_systimer.o
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/unix/SDL_systimer.c -o build/SDL_systimer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link cc -o build/libSDL.la build/SDL.lo build/SDL_error.lo build/SDL_fatal.lo build/SDL_audio.lo build/SDL_audiocvt.lo build/SDL_audiodev.lo build/SDL_mixer.lo build/SDL_mixer_MMX.lo build/SDL_mixer_MMX_VC.lo build/SDL_mixer_m68k.lo build/SDL_wave.lo build/SDL_cdrom.lo build/SDL_cpuinfo.lo build/SDL_active.lo build/SDL_events.lo build/SDL_expose.lo build/SDL_keyboard.lo build/SDL_mouse.lo build/SDL_quit.lo build/SDL_resize.lo build/SDL_rwops.lo build/SDL_getenv.lo build/SDL_iconv.lo build/SDL_malloc.lo build/SDL_qsort.lo build/SDL_stdlib.lo build/SDL_string.lo build/SDL_thread.lo build/SDL_timer.lo build/SDL_RLEaccel.lo build/SDL_blit.lo build/SDL_blit_0.lo build/SDL_blit_1.lo build/SDL_blit_A.lo build/SDL_blit_N.lo build/SDL_bmp.lo build/SDL_cursor.lo build/SDL_gamma.lo build/SDL_pixels.lo build/SDL_stretch.lo build/SDL_surface.lo build/SDL_video.lo build/SDL_yuv.lo build/SDL_yuv_mmx.lo build/SDL_yuv_sw.lo build/SDL_joystick.lo build/SDL_nullevents.lo build/SDL_nullmouse.lo build/SDL_nullvideo.lo build/SDL_diskaudio.lo build/SDL_dummyaudio.lo build/SDL_sysloadso.lo build/SDL_QuartzEvents.lo build/SDL_QuartzGL.lo build/SDL_QuartzVideo.lo build/SDL_QuartzWM.lo build/SDL_QuartzWindow.lo build/SDL_x11dga.lo build/SDL_x11dyn.lo build/SDL_x11events.lo build/SDL_x11gamma.lo build/SDL_x11gl.lo build/SDL_x11image.lo build/SDL_x11modes.lo build/SDL_x11mouse.lo build/SDL_x11video.lo build/SDL_x11wm.lo build/SDL_x11yuv.lo build/XF86DGA.lo build/XF86DGA2.lo build/SDL_dgaevents.lo build/SDL_dgamouse.lo build/SDL_dgavideo.lo build/XF86VMode.lo build/Xinerama.lo build/xme.lo build/SDL_systhread.lo build/SDL_syssem.lo build/SDL_sysmutex.lo build/SDL_syscond.lo build/SDL_coreaudio.lo build/SDL_sysjoystick.lo build/AudioFilePlayer.lo build/AudioFileReaderThread.lo build/CDPlayer.lo build/SDLOSXCAGuard.lo build/SDL_syscdrom.lo build/SDL_systimer.lo -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -Wl,-framework,OpenGL  -Wl,-framework,Cocoa -Wl,-framework,ApplicationServices -Wl,-framework,Carbon -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit -Wl,-framework,IOKit -no-undefined -rpath /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -release 1.2 -version-info 11:4:11
libtool: link: cc -dynamiclib  -o build/.libs/libSDL-1.2.0.dylib  build/.libs/SDL.o build/.libs/SDL_error.o build/.libs/SDL_fatal.o build/.libs/SDL_audio.o build/.libs/SDL_audiocvt.o build/.libs/SDL_audiodev.o build/.libs/SDL_mixer.o build/.libs/SDL_mixer_MMX.o build/.libs/SDL_mixer_MMX_VC.o build/.libs/SDL_mixer_m68k.o build/.libs/SDL_wave.o build/.libs/SDL_cdrom.o build/.libs/SDL_cpuinfo.o build/.libs/SDL_active.o build/.libs/SDL_events.o build/.libs/SDL_expose.o build/.libs/SDL_keyboard.o build/.libs/SDL_mouse.o build/.libs/SDL_quit.o build/.libs/SDL_resize.o build/.libs/SDL_rwops.o build/.libs/SDL_getenv.o build/.libs/SDL_iconv.o build/.libs/SDL_malloc.o build/.libs/SDL_qsort.o build/.libs/SDL_stdlib.o build/.libs/SDL_string.o build/.libs/SDL_thread.o build/.libs/SDL_timer.o build/.libs/SDL_RLEaccel.o build/.libs/SDL_blit.o build/.libs/SDL_blit_0.o build/.libs/SDL_blit_1.o build/.libs/SDL_blit_A.o build/.libs/SDL_blit_N.o build/.libs/SDL_bmp.o build/.libs/SDL_cursor.o build/.libs/SDL_gamma.o build/.libs/SDL_pixels.o build/.libs/SDL_stretch.o build/.libs/SDL_surface.o build/.libs/SDL_video.o build/.libs/SDL_yuv.o build/.libs/SDL_yuv_mmx.o build/.libs/SDL_yuv_sw.o build/.libs/SDL_joystick.o build/.libs/SDL_nullevents.o build/.libs/SDL_nullmouse.o build/.libs/SDL_nullvideo.o build/.libs/SDL_diskaudio.o build/.libs/SDL_dummyaudio.o build/.libs/SDL_sysloadso.o build/.libs/SDL_QuartzEvents.o build/.libs/SDL_QuartzGL.o build/.libs/SDL_QuartzVideo.o build/.libs/SDL_QuartzWM.o build/.libs/SDL_QuartzWindow.o build/.libs/SDL_x11dga.o build/.libs/SDL_x11dyn.o build/.libs/SDL_x11events.o build/.libs/SDL_x11gamma.o build/.libs/SDL_x11gl.o build/.libs/SDL_x11image.o build/.libs/SDL_x11modes.o build/.libs/SDL_x11mouse.o build/.libs/SDL_x11video.o build/.libs/SDL_x11wm.o build/.libs/SDL_x11yuv.o build/.libs/XF86DGA.o build/.libs/XF86DGA2.o build/.libs/SDL_dgaevents.o build/.libs/SDL_dgamouse.o build/.libs/SDL_dgavideo.o build/.libs/XF86VMode.o build/.libs/Xinerama.o build/.libs/xme.o build/.libs/SDL_systhread.o build/.libs/SDL_syssem.o build/.libs/SDL_sysmutex.o build/.libs/SDL_syscond.o build/.libs/SDL_coreaudio.o build/.libs/SDL_sysjoystick.o build/.libs/AudioFilePlayer.o build/.libs/AudioFileReaderThread.o build/.libs/CDPlayer.o build/.libs/SDLOSXCAGuard.o build/.libs/SDL_syscdrom.o build/.libs/SDL_systimer.o   -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib  -Wl,-framework -Wl,OpenGL -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,ApplicationServices -Wl,-framework -Wl,Carbon -Wl,-framework -Wl,AudioToolbox -Wl,-framework -Wl,AudioUnit -Wl,-framework -Wl,IOKit   -install_name  /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL-1.2.0.dylib -compatibility_version 12 -current_version 12.4 -Wl,-single_module
libtool: link: dsymutil build/.libs/libSDL-1.2.0.dylib || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: (cd "build/.libs" && rm -f "libSDL.dylib" && ln -s "libSDL-1.2.0.dylib" "libSDL.dylib")
libtool: link: ar cru build/.libs/libSDL.a  build/SDL.o build/SDL_error.o build/SDL_fatal.o build/SDL_audio.o build/SDL_audiocvt.o build/SDL_audiodev.o build/SDL_mixer.o build/SDL_mixer_MMX.o build/SDL_mixer_MMX_VC.o build/SDL_mixer_m68k.o build/SDL_wave.o build/SDL_cdrom.o build/SDL_cpuinfo.o build/SDL_active.o build/SDL_events.o build/SDL_expose.o build/SDL_keyboard.o build/SDL_mouse.o build/SDL_quit.o build/SDL_resize.o build/SDL_rwops.o build/SDL_getenv.o build/SDL_iconv.o build/SDL_malloc.o build/SDL_qsort.o build/SDL_stdlib.o build/SDL_string.o build/SDL_thread.o build/SDL_timer.o build/SDL_RLEaccel.o build/SDL_blit.o build/SDL_blit_0.o build/SDL_blit_1.o build/SDL_blit_A.o build/SDL_blit_N.o build/SDL_bmp.o build/SDL_cursor.o build/SDL_gamma.o build/SDL_pixels.o build/SDL_stretch.o build/SDL_surface.o build/SDL_video.o build/SDL_yuv.o build/SDL_yuv_mmx.o build/SDL_yuv_sw.o build/SDL_joystick.o build/SDL_nullevents.o build/SDL_nullmouse.o build/SDL_nullvideo.o build/SDL_diskaudio.o build/SDL_dummyaudio.o build/SDL_sysloadso.o build/SDL_QuartzEvents.o build/SDL_QuartzGL.o build/SDL_QuartzVideo.o build/SDL_QuartzWM.o build/SDL_QuartzWindow.o build/SDL_x11dga.o build/SDL_x11dyn.o build/SDL_x11events.o build/SDL_x11gamma.o build/SDL_x11gl.o build/SDL_x11image.o build/SDL_x11modes.o build/SDL_x11mouse.o build/SDL_x11video.o build/SDL_x11wm.o build/SDL_x11yuv.o build/XF86DGA.o build/XF86DGA2.o build/SDL_dgaevents.o build/SDL_dgamouse.o build/SDL_dgavideo.o build/XF86VMode.o build/Xinerama.o build/xme.o build/SDL_systhread.o build/SDL_syssem.o build/SDL_sysmutex.o build/SDL_syscond.o build/SDL_coreaudio.o build/SDL_sysjoystick.o build/AudioFilePlayer.o build/AudioFileReaderThread.o build/CDPlayer.o build/SDLOSXCAGuard.o build/SDL_syscdrom.o build/SDL_systimer.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_audiodev.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_mixer_MMX.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_mixer_MMX_VC.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_mixer_m68k.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_getenv.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_malloc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_qsort.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_stdlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_yuv_mmx.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_nullmouse.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_x11yuv.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_dgamouse.o) has no symbols
libtool: link: ranlib build/.libs/libSDL.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_audiodev.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_mixer_MMX.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_mixer_MMX_VC.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_mixer_m68k.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_getenv.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_malloc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_qsort.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_stdlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_yuv_mmx.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_nullmouse.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_x11yuv.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDL.a(SDL_dgamouse.o) has no symbols
libtool: link: ( cd "build/.libs" && rm -f "libSDL.la" && ln -s "../libSDL.la" "libSDL.la" )
/bin/sh ./libtool --mode=compile cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC  -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden  -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/main/macosx/SDLMain.m  -o build/SDLMain.lo
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/main/macosx/SDLMain.m  -fno-common -DPIC -o build/.libs/SDLMain.o
./src/main/macosx/SDLMain.m:72:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation]
- (void)terminate:(id)sender
^
/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:196:1: note: method 'terminate:' declared here
- (void)terminate:(nullable id)sender;
^
./src/main/macosx/SDLMain.m:224:24: warning: sending 'SDLMain *' to parameter of incompatible type 'id<NSApplicationDelegate> _Nullable'
    [NSApp setDelegate:sdlMain];
                       ^~~~~~~
/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:168:56: note: passing argument to parameter 'delegate' here
@property (nullable, assign) id<NSApplicationDelegate> delegate;
                                                       ^
2 warnings generated.
libtool: compile:  cc -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -DNO_SHARED_MEMORY -fno-common -DPIC -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -I/usr/X11R6/include -DXTHREADS -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/main/macosx/SDLMain.m -o build/SDLMain.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link cc -o build/libSDLmain.la build/SDL.lo build/SDL_error.lo build/SDL_fatal.lo build/SDL_audio.lo build/SDL_audiocvt.lo build/SDL_audiodev.lo build/SDL_mixer.lo build/SDL_mixer_MMX.lo build/SDL_mixer_MMX_VC.lo build/SDL_mixer_m68k.lo build/SDL_wave.lo build/SDL_cdrom.lo build/SDL_cpuinfo.lo build/SDL_active.lo build/SDL_events.lo build/SDL_expose.lo build/SDL_keyboard.lo build/SDL_mouse.lo build/SDL_quit.lo build/SDL_resize.lo build/SDL_rwops.lo build/SDL_getenv.lo build/SDL_iconv.lo build/SDL_malloc.lo build/SDL_qsort.lo build/SDL_stdlib.lo build/SDL_string.lo build/SDL_thread.lo build/SDL_timer.lo build/SDL_RLEaccel.lo build/SDL_blit.lo build/SDL_blit_0.lo build/SDL_blit_1.lo build/SDL_blit_A.lo build/SDL_blit_N.lo build/SDL_bmp.lo build/SDL_cursor.lo build/SDL_gamma.lo build/SDL_pixels.lo build/SDL_stretch.lo build/SDL_surface.lo build/SDL_video.lo build/SDL_yuv.lo build/SDL_yuv_mmx.lo build/SDL_yuv_sw.lo build/SDL_joystick.lo build/SDL_nullevents.lo build/SDL_nullmouse.lo build/SDL_nullvideo.lo build/SDL_diskaudio.lo build/SDL_dummyaudio.lo build/SDL_sysloadso.lo build/SDL_QuartzEvents.lo build/SDL_QuartzGL.lo build/SDL_QuartzVideo.lo build/SDL_QuartzWM.lo build/SDL_QuartzWindow.lo build/SDL_x11dga.lo build/SDL_x11dyn.lo build/SDL_x11events.lo build/SDL_x11gamma.lo build/SDL_x11gl.lo build/SDL_x11image.lo build/SDL_x11modes.lo build/SDL_x11mouse.lo build/SDL_x11video.lo build/SDL_x11wm.lo build/SDL_x11yuv.lo build/XF86DGA.lo build/XF86DGA2.lo build/SDL_dgaevents.lo build/SDL_dgamouse.lo build/SDL_dgavideo.lo build/XF86VMode.lo build/Xinerama.lo build/xme.lo build/SDL_systhread.lo build/SDL_syssem.lo build/SDL_sysmutex.lo build/SDL_syscond.lo build/SDL_coreaudio.lo build/SDL_sysjoystick.lo build/AudioFilePlayer.lo build/AudioFileReaderThread.lo build/CDPlayer.lo build/SDLOSXCAGuard.lo build/SDL_syscdrom.lo build/SDL_systimer.lo -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -Wl,-framework,OpenGL  -Wl,-framework,Cocoa -Wl,-framework,ApplicationServices -Wl,-framework,Carbon -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit -Wl,-framework,IOKit -no-undefined -rpath /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -release 1.2 -version-info 11:4:11 -static
libtool: link: ar cru build/.libs/libSDLmain.a  build/SDL.o build/SDL_error.o build/SDL_fatal.o build/SDL_audio.o build/SDL_audiocvt.o build/SDL_audiodev.o build/SDL_mixer.o build/SDL_mixer_MMX.o build/SDL_mixer_MMX_VC.o build/SDL_mixer_m68k.o build/SDL_wave.o build/SDL_cdrom.o build/SDL_cpuinfo.o build/SDL_active.o build/SDL_events.o build/SDL_expose.o build/SDL_keyboard.o build/SDL_mouse.o build/SDL_quit.o build/SDL_resize.o build/SDL_rwops.o build/SDL_getenv.o build/SDL_iconv.o build/SDL_malloc.o build/SDL_qsort.o build/SDL_stdlib.o build/SDL_string.o build/SDL_thread.o build/SDL_timer.o build/SDL_RLEaccel.o build/SDL_blit.o build/SDL_blit_0.o build/SDL_blit_1.o build/SDL_blit_A.o build/SDL_blit_N.o build/SDL_bmp.o build/SDL_cursor.o build/SDL_gamma.o build/SDL_pixels.o build/SDL_stretch.o build/SDL_surface.o build/SDL_video.o build/SDL_yuv.o build/SDL_yuv_mmx.o build/SDL_yuv_sw.o build/SDL_joystick.o build/SDL_nullevents.o build/SDL_nullmouse.o build/SDL_nullvideo.o build/SDL_diskaudio.o build/SDL_dummyaudio.o build/SDL_sysloadso.o build/SDL_QuartzEvents.o build/SDL_QuartzGL.o build/SDL_QuartzVideo.o build/SDL_QuartzWM.o build/SDL_QuartzWindow.o build/SDL_x11dga.o build/SDL_x11dyn.o build/SDL_x11events.o build/SDL_x11gamma.o build/SDL_x11gl.o build/SDL_x11image.o build/SDL_x11modes.o build/SDL_x11mouse.o build/SDL_x11video.o build/SDL_x11wm.o build/SDL_x11yuv.o build/XF86DGA.o build/XF86DGA2.o build/SDL_dgaevents.o build/SDL_dgamouse.o build/SDL_dgavideo.o build/XF86VMode.o build/Xinerama.o build/xme.o build/SDL_systhread.o build/SDL_syssem.o build/SDL_sysmutex.o build/SDL_syscond.o build/SDL_coreaudio.o build/SDL_sysjoystick.o build/AudioFilePlayer.o build/AudioFileReaderThread.o build/CDPlayer.o build/SDLOSXCAGuard.o build/SDL_syscdrom.o build/SDL_systimer.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_audiodev.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_mixer_MMX.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_mixer_MMX_VC.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_mixer_m68k.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_getenv.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_malloc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_qsort.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_stdlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_yuv_mmx.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_nullmouse.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_x11yuv.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_dgamouse.o) has no symbols
libtool: link: ranlib build/.libs/libSDLmain.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_audiodev.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_mixer_MMX.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_mixer_MMX_VC.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_mixer_m68k.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_getenv.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_malloc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_qsort.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_stdlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_yuv_mmx.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_nullmouse.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_x11yuv.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: build/.libs/libSDLmain.a(SDL_dgamouse.o) has no symbols
libtool: link: ( cd "build/.libs" && rm -f "libSDLmain.la" && ln -s "../libSDLmain.la" "libSDLmain.la" )
/bin/sh build-scripts/mkinstalldirs /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin
/sw/bin/ginstall -c -m 755 sdl-config /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/sdl-config
/bin/sh build-scripts/mkinstalldirs /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL
mkdir -p -- /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL
for file in SDL.h SDL_active.h SDL_audio.h SDL_byteorder.h SDL_cdrom.h SDL_cpuinfo.h SDL_endian.h SDL_error.h SDL_events.h SDL_getenv.h SDL_joystick.h SDL_keyboard.h SDL_keysym.h SDL_loadso.h SDL_main.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_platform.h SDL_quit.h SDL_rwops.h SDL_stdinc.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_types.h SDL_version.h SDL_video.h begin_code.h close_code.h; do \
    /sw/bin/ginstall -c -m 644 ./include/$file /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL/$file; \
done
/sw/bin/ginstall -c -m 644 include/SDL_config.h /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL/SDL_config.h
/bin/sh build-scripts/mkinstalldirs /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib
/bin/sh ./libtool --mode=install /sw/bin/ginstall -c build/libSDL.la /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.la
libtool: install: /sw/bin/ginstall -c build/.libs/libSDL-1.2.0.dylib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL-1.2.0.dylib
libtool: install: (cd /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib && { ln -s -f libSDL-1.2.0.dylib libSDL.dylib || { rm -f libSDL.dylib && ln -s libSDL-1.2.0.dylib libSDL.dylib; }; })
libtool: install: /sw/bin/ginstall -c build/.libs/libSDL.lai /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.la
libtool: install: /sw/bin/ginstall -c build/.libs/libSDL.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a
libtool: install: chmod 644 /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a
libtool: install: ranlib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a(SDL_audiodev.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a(SDL_mixer_MMX.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a(SDL_mixer_MMX_VC.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a(SDL_mixer_m68k.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a(SDL_getenv.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a(SDL_malloc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a(SDL_qsort.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a(SDL_stdlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a(SDL_yuv_mmx.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a(SDL_nullmouse.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a(SDL_x11yuv.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.a(SDL_dgamouse.o) has no symbols
----------------------------------------------------------------------
Libraries have been installed in:
   /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
     during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ./libtool --mode=install /sw/bin/ginstall -c build/libSDLmain.la /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.la
libtool: install: /sw/bin/ginstall -c build/.libs/libSDLmain.lai /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.la
libtool: install: /sw/bin/ginstall -c build/.libs/libSDLmain.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a
libtool: install: chmod 644 /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a
libtool: install: ranlib /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a(SDL_audiodev.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a(SDL_mixer_MMX.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a(SDL_mixer_MMX_VC.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a(SDL_mixer_m68k.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a(SDL_getenv.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a(SDL_malloc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a(SDL_qsort.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a(SDL_stdlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a(SDL_yuv_mmx.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a(SDL_nullmouse.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a(SDL_x11yuv.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a(SDL_dgamouse.o) has no symbols
----------------------------------------------------------------------
Libraries have been installed in:
   /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
     during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh build-scripts/mkinstalldirs /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/aclocal
mkdir -p -- /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/aclocal
/sw/bin/ginstall -c -m 644 ./sdl.m4 /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/aclocal/sdl.m4
/bin/sh build-scripts/mkinstalldirs /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/pkgconfig
mkdir -p -- /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/pkgconfig
/sw/bin/ginstall -c -m 644 sdl.pc /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/pkgconfig
/bin/sh build-scripts/mkinstalldirs /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/man/man3
for src in ./docs/man3/*.3; do \
    file=`echo $src | sed -e 's|^.*/||'`; \
    /sw/bin/ginstall -c -m 644 $src /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/share/man/man3/$file; \
done
BUILDING package 'SDL_image-1.2.11'...
Configuring package 'SDL_image'...
(cmd: ./configure --prefix=/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3 --enable-static=yes --enable-shared=yes  --disable-sdltest --with-sdl-prefix=/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3 CFLAGS="-I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include" LDFLAGS="-L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib")
checking build system type... x86_64-apple-darwin15.6.0
checking host system type... x86_64-apple-darwin15.6.0
checking for gcc... 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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /sw/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) 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 for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
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 how to run the C preprocessor... cc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.6.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 host system type... (cached) x86_64-apple-darwin15.6.0
checking for a BSD-compatible install... /sw/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /sw/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking for inline... inline
checking for a BSD-compatible install... /sw/bin/ginstall -c
checking whether make sets $(MAKE)... (cached) yes
checking for windres... no
checking for darwin15.6.0-windres... no
checking for pkg-config... /sw/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for sdl-config... /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/bin/sdl-config
checking for SDL - version >= 1.2.10... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... no
configure: WARNING: jpeglib.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: jpeglib.h: proceeding with the compiler's result
checking for jpeglib.h... yes
checking for jpeg_CreateDecompress in -ljpeg... yes
checking for LIBPNG... yes
checking tiffio.h usability... yes
checking tiffio.h presence... no
configure: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: tiffio.h: proceeding with the compiler's result
checking for tiffio.h... yes
checking for TIFFClientOpen in -ltiff... yes
checking for LIBWEBP... yes
-- dynamic libtiff -> libtiff.dylib
-- dynamic libjpeg -> libjpeg.dylib
-- dynamic libpng -> libpng.dylib
configure: creating ./config.status
config.status: creating Makefile
config.status: creating SDL_image.spec
config.status: creating SDL_image.pc
config.status: executing libtool commands
config.status: executing depfiles commands
Gonna detect GNU make:
- testing: 'make'
- found: 'make'
Running make install SDL_image...
(cmd: make install)
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG.lo -MD -MP -MF .deps/IMG.Tpo -c -o IMG.lo IMG.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG.lo -MD -MP -MF .deps/IMG.Tpo -c IMG.c  -fno-common -DPIC -o .libs/IMG.o
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG.lo -MD -MP -MF .deps/IMG.Tpo -c IMG.c -o IMG.o >/dev/null 2>&1
mv -f .deps/IMG.Tpo .deps/IMG.Plo
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_bmp.lo -MD -MP -MF .deps/IMG_bmp.Tpo -c -o IMG_bmp.lo IMG_bmp.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_bmp.lo -MD -MP -MF .deps/IMG_bmp.Tpo -c IMG_bmp.c  -fno-common -DPIC -o .libs/IMG_bmp.o
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_bmp.lo -MD -MP -MF .deps/IMG_bmp.Tpo -c IMG_bmp.c -o IMG_bmp.o >/dev/null 2>&1
mv -f .deps/IMG_bmp.Tpo .deps/IMG_bmp.Plo
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_gif.lo -MD -MP -MF .deps/IMG_gif.Tpo -c -o IMG_gif.lo IMG_gif.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_gif.lo -MD -MP -MF .deps/IMG_gif.Tpo -c IMG_gif.c  -fno-common -DPIC -o .libs/IMG_gif.o
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_gif.lo -MD -MP -MF .deps/IMG_gif.Tpo -c IMG_gif.c -o IMG_gif.o >/dev/null 2>&1
mv -f .deps/IMG_gif.Tpo .deps/IMG_gif.Plo
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_jpg.lo -MD -MP -MF .deps/IMG_jpg.Tpo -c -o IMG_jpg.lo IMG_jpg.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_jpg.lo -MD -MP -MF .deps/IMG_jpg.Tpo -c IMG_jpg.c  -fno-common -DPIC -o .libs/IMG_jpg.o
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_jpg.lo -MD -MP -MF .deps/IMG_jpg.Tpo -c IMG_jpg.c -o IMG_jpg.o >/dev/null 2>&1
mv -f .deps/IMG_jpg.Tpo .deps/IMG_jpg.Plo
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_lbm.lo -MD -MP -MF .deps/IMG_lbm.Tpo -c -o IMG_lbm.lo IMG_lbm.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_lbm.lo -MD -MP -MF .deps/IMG_lbm.Tpo -c IMG_lbm.c  -fno-common -DPIC -o .libs/IMG_lbm.o
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_lbm.lo -MD -MP -MF .deps/IMG_lbm.Tpo -c IMG_lbm.c -o IMG_lbm.o >/dev/null 2>&1
mv -f .deps/IMG_lbm.Tpo .deps/IMG_lbm.Plo
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_pcx.lo -MD -MP -MF .deps/IMG_pcx.Tpo -c -o IMG_pcx.lo IMG_pcx.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_pcx.lo -MD -MP -MF .deps/IMG_pcx.Tpo -c IMG_pcx.c  -fno-common -DPIC -o .libs/IMG_pcx.o
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_pcx.lo -MD -MP -MF .deps/IMG_pcx.Tpo -c IMG_pcx.c -o IMG_pcx.o >/dev/null 2>&1
mv -f .deps/IMG_pcx.Tpo .deps/IMG_pcx.Plo
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_png.lo -MD -MP -MF .deps/IMG_png.Tpo -c -o IMG_png.lo IMG_png.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_png.lo -MD -MP -MF .deps/IMG_png.Tpo -c IMG_png.c  -fno-common -DPIC -o .libs/IMG_png.o
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_png.lo -MD -MP -MF .deps/IMG_png.Tpo -c IMG_png.c -o IMG_png.o >/dev/null 2>&1
mv -f .deps/IMG_png.Tpo .deps/IMG_png.Plo
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_pnm.lo -MD -MP -MF .deps/IMG_pnm.Tpo -c -o IMG_pnm.lo IMG_pnm.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_pnm.lo -MD -MP -MF .deps/IMG_pnm.Tpo -c IMG_pnm.c  -fno-common -DPIC -o .libs/IMG_pnm.o
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_pnm.lo -MD -MP -MF .deps/IMG_pnm.Tpo -c IMG_pnm.c -o IMG_pnm.o >/dev/null 2>&1
mv -f .deps/IMG_pnm.Tpo .deps/IMG_pnm.Plo
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_tga.lo -MD -MP -MF .deps/IMG_tga.Tpo -c -o IMG_tga.lo IMG_tga.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_tga.lo -MD -MP -MF .deps/IMG_tga.Tpo -c IMG_tga.c  -fno-common -DPIC -o .libs/IMG_tga.o
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_tga.lo -MD -MP -MF .deps/IMG_tga.Tpo -c IMG_tga.c -o IMG_tga.o >/dev/null 2>&1
mv -f .deps/IMG_tga.Tpo .deps/IMG_tga.Plo
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_tif.lo -MD -MP -MF .deps/IMG_tif.Tpo -c -o IMG_tif.lo IMG_tif.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_tif.lo -MD -MP -MF .deps/IMG_tif.Tpo -c IMG_tif.c  -fno-common -DPIC -o .libs/IMG_tif.o
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_tif.lo -MD -MP -MF .deps/IMG_tif.Tpo -c IMG_tif.c -o IMG_tif.o >/dev/null 2>&1
mv -f .deps/IMG_tif.Tpo .deps/IMG_tif.Plo
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_xcf.lo -MD -MP -MF .deps/IMG_xcf.Tpo -c -o IMG_xcf.lo IMG_xcf.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_xcf.lo -MD -MP -MF .deps/IMG_xcf.Tpo -c IMG_xcf.c  -fno-common -DPIC -o .libs/IMG_xcf.o
IMG_xcf.c:523:20: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
  l = 0.2990 * ((a && 0x00FF0000) >> 16)
                   ^  ~~~~~~~~~~
IMG_xcf.c:523:20: note: use '&' for a bitwise operation
  l = 0.2990 * ((a && 0x00FF0000) >> 16)
                   ^~
                   &
IMG_xcf.c:523:20: note: remove constant to silence this warning
  l = 0.2990 * ((a && 0x00FF0000) >> 16)
                  ~^~~~~~~~~~~~~
IMG_xcf.c:524:20: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
    + 0.5870 * ((a && 0x0000FF00) >>  8)
                   ^  ~~~~~~~~~~
IMG_xcf.c:524:20: note: use '&' for a bitwise operation
    + 0.5870 * ((a && 0x0000FF00) >>  8)
                   ^~
                   &
IMG_xcf.c:524:20: note: remove constant to silence this warning
    + 0.5870 * ((a && 0x0000FF00) >>  8)
                  ~^~~~~~~~~~~~~
IMG_xcf.c:525:20: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
    + 0.1140 * ((a && 0x000000FF));
                   ^  ~~~~~~~~~~
IMG_xcf.c:525:20: note: use '&' for a bitwise operation
    + 0.1140 * ((a && 0x000000FF));
                   ^~
                   &
IMG_xcf.c:525:20: note: remove constant to silence this warning
    + 0.1140 * ((a && 0x000000FF));
                  ~^~~~~~~~~~~~~
3 warnings generated.
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_xcf.lo -MD -MP -MF .deps/IMG_xcf.Tpo -c IMG_xcf.c -o IMG_xcf.o >/dev/null 2>&1
mv -f .deps/IMG_xcf.Tpo .deps/IMG_xcf.Plo
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_xpm.lo -MD -MP -MF .deps/IMG_xpm.Tpo -c -o IMG_xpm.lo IMG_xpm.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_xpm.lo -MD -MP -MF .deps/IMG_xpm.Tpo -c IMG_xpm.c  -fno-common -DPIC -o .libs/IMG_xpm.o
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_xpm.lo -MD -MP -MF .deps/IMG_xpm.Tpo -c IMG_xpm.c -o IMG_xpm.o >/dev/null 2>&1
mv -f .deps/IMG_xpm.Tpo .deps/IMG_xpm.Plo
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_xv.lo -MD -MP -MF .deps/IMG_xv.Tpo -c -o IMG_xv.lo IMG_xv.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_xv.lo -MD -MP -MF .deps/IMG_xv.Tpo -c IMG_xv.c  -fno-common -DPIC -o .libs/IMG_xv.o
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_xv.lo -MD -MP -MF .deps/IMG_xv.Tpo -c IMG_xv.c -o IMG_xv.o >/dev/null 2>&1
mv -f .deps/IMG_xv.Tpo .deps/IMG_xv.Plo
/bin/sh ./libtool --tag=CC   --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_webp.lo -MD -MP -MF .deps/IMG_webp.Tpo -c -o IMG_webp.lo IMG_webp.c
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_webp.lo -MD -MP -MF .deps/IMG_webp.Tpo -c IMG_webp.c  -fno-common -DPIC -o .libs/IMG_webp.o
IMG_webp.c:105:34: warning: incompatible pointer types assigning to 'int (*)(const uint8_t *, uint32_t, WebPBitstreamFeatures *const, int)' (aka 'int (*)(const unsigned char *, unsigned int, struct WebPBitstreamFeatures *const, int)') from 'VP8StatusCode (const uint8_t *, size_t, WebPBitstreamFeatures *, int)' (aka 'enum VP8StatusCode (const unsigned char *, unsigned long, struct WebPBitstreamFeatures *, int)') [-Wincompatible-pointer-types]
                lib.webp_get_features_internal = WebPGetFeaturesInternal;
                                               ^ ~~~~~~~~~~~~~~~~~~~~~~~
IMG_webp.c:106:28: warning: incompatible pointer types assigning to 'uint8_t *(*)(const uint8_t *, uint32_t, uint8_t *, int, int)' (aka 'unsigned char *(*)(const unsigned char *, unsigned int, unsigned char *, int, int)') from 'uint8_t *(const uint8_t *, size_t, uint8_t *, size_t, int)' (aka 'unsigned char *(const unsigned char *, unsigned long, unsigned char *, unsigned long, int)') [-Wincompatible-pointer-types]
                lib.webp_decode_rgb_into = WebPDecodeRGBInto;
                                         ^ ~~~~~~~~~~~~~~~~~
IMG_webp.c:107:29: warning: incompatible pointer types assigning to 'uint8_t *(*)(const uint8_t *, uint32_t, uint8_t *, int, int)' (aka 'unsigned char *(*)(const unsigned char *, unsigned int, unsigned char *, int, int)') from 'uint8_t *(const uint8_t *, size_t, uint8_t *, size_t, int)' (aka 'unsigned char *(const unsigned char *, unsigned long, unsigned char *, unsigned long, int)') [-Wincompatible-pointer-types]
                lib.webp_decode_rgba_into = WebPDecodeRGBAInto;
                                          ^ ~~~~~~~~~~~~~~~~~~
3 warnings generated.
libtool: compile:  cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_webp.lo -MD -MP -MF .deps/IMG_webp.Tpo -c IMG_webp.c -o IMG_webp.o >/dev/null 2>&1
mv -f .deps/IMG_webp.Tpo .deps/IMG_webp.Plo
/bin/sh ./libtool   --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I.     -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_ImageIO.lo -MD -MP -MF .deps/IMG_ImageIO.Tpo -c -o IMG_ImageIO.lo IMG_ImageIO.m
libtool: compile:  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_ImageIO.lo -MD -MP -MF .deps/IMG_ImageIO.Tpo -c IMG_ImageIO.m  -fno-common -DPIC -o .libs/IMG_ImageIO.o
libtool: compile:  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_WEBP=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dylib\" -DLOAD_JPG_DYNAMIC=\"libjpeg.dylib\" -DLOAD_PNG_DYNAMIC=\"libpng.dylib\" -I. -I/sw/include -I/sw/include/libpng16 -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -MT IMG_ImageIO.lo -MD -MP -MF .deps/IMG_ImageIO.Tpo -c IMG_ImageIO.m -o IMG_ImageIO.o >/dev/null 2>&1
mv -f .deps/IMG_ImageIO.Tpo .deps/IMG_ImageIO.Plo
/bin/sh ./libtool   --mode=link gcc  -I/sw/include  -I/sw/include/libpng16  -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include -I/usr/X11R6/include -I/usr/local/include -I/usr/include -I/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -no-undefined -release 1.2 -version-info 8:3:8 -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -o libSDL_image.la -rpath /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib IMG.lo IMG_bmp.lo IMG_gif.lo IMG_jpg.lo IMG_lbm.lo IMG_pcx.lo IMG_png.lo IMG_pnm.lo IMG_tga.lo IMG_tif.lo IMG_xcf.lo IMG_xpm.lo IMG_xv.lo IMG_webp.lo IMG_ImageIO.lo -lwebp -Wl,-framework,ApplicationServices  -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -lSDLmain -lSDL -Wl,-framework,Cocoa
libtool: link: cc -dynamiclib  -o .libs/libSDL_image-1.2.0.dylib  .libs/IMG.o .libs/IMG_bmp.o .libs/IMG_gif.o .libs/IMG_jpg.o .libs/IMG_lbm.o .libs/IMG_pcx.o .libs/IMG_png.o .libs/IMG_pnm.o .libs/IMG_tga.o .libs/IMG_tif.o .libs/IMG_xcf.o .libs/IMG_xpm.o .libs/IMG_xv.o .libs/IMG_webp.o .libs/IMG_ImageIO.o   -L/Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -lwebp /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDLmain.a /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL.dylib  -Wl,-framework -Wl,ApplicationServices -Wl,-framework -Wl,Cocoa   -install_name  /Users/hornenj/.cpan/build/Alien-SDL-1.446-5/sharedir/1.446_3c5497f3/lib/libSDL_image-1.2.0.dylib -compatibility_version 9 -current_version 9.3 -Wl,-single_module
ld: library not found for -lwebp
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:389: libSDL_image.la] Error 1
###ERROR### [512] during make ...  at inc/My/Builder/Unix.pm line 117.

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module             Need     Have    
    ------------------ -------- --------
    Capture::Tiny      0        0.44    
    ExtUtils::CBuilder 0        0.280224
    File::ShareDir     1.00     1.102   
    File::Spec         0        3.62    
    File::Temp         0        0.2304  
    File::Which        0        1.21    
    perl               5.008000 5.014002

build_requires:

    Module             Need     Have    
    ------------------ -------- --------
    Archive::Extract   0        0.78    
    Archive::Tar       0        2.18    
    Archive::Zip       0        1.59    
    Digest::SHA        0        5.96    
    ExtUtils::CBuilder 0        0.280224
    File::Fetch        0.24     0.52    
    File::Find         0        1.19    
    File::Path         2.08     2.12    
    File::ShareDir     0        1.102   
    File::Spec         0        3.62    
    File::Temp         0        0.2304  
    File::Which        0        1.21    
    Module::Build      0.36     0.4220  
    Text::Patch        1.4      1.8     

configure_requires:

    Module             Need     Have    
    ------------------ -------- --------
    Archive::Extract   0        0.78    
    Capture::Tiny      0        0.44    
    Digest::SHA        0        5.96    
    File::Fetch        0.24     0.52    
    File::Find         0        1.19    
    File::Path         2.08     2.12    
    File::ShareDir     0        1.102   
    File::Spec         0        3.62    
    File::Which        0        1.21    
    Module::Build      0.36     0.4220  
    Text::Patch        1.4      1.8     


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    LC_ALL = POSIX
    LDFLAGS = 
    PATH = /Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.14.2/bin:/Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/bin:/sw/lib/perl5/ExtUtils:/sw/bin:/am/ncbiapdata/bin:/usr/bin:/bin:/usr/X11R6/bin:/netopt/ncbi_tools/bin:/usr/local/ncbi/blast/bin:/net/traces01.be-md.ncbi.nlm.nih.gov/trace_software/vdb/mac/release/x86_64/bin
    PERL = /Users/hornenj/perl5/perlbrew/perls/perl-5.14.2/bin/perl5.14.2
    PERL5LIB = /Users/hornenj/.cpan/build/Text-Patch-1.8-5/blib/arch:/Users/hornenj/.cpan/build/Text-Patch-1.8-5/blib/lib:/Users/hornenj/.cpan/build/Game-Asset-0.2-15/blib/arch:/Users/hornenj/.cpan/build/Game-Asset-0.2-15/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 57924
    PERL5_CPAN_IS_RUNNING = 57924
    PERL5_MINISMOKEBOX = 0.58
    PERLBREW_BASHRC_VERSION = 0.77
    PERLBREW_HOME = /Users/hornenj/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /Users/hornenj/perl5/perlbrew/perls/perl-5.14.2/man
    PERLBREW_PATH = /Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.14.2/bin
    PERLBREW_PERL = perl-5.14.2
    PERLBREW_ROOT = /Users/hornenj/perl5/perlbrew
    PERLBREW_VERSION = 0.77
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = 
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = xterm-256color
    TMPDIR = /var/folders/pz/pd7y1qjs6s3cbk170cw50fjc000c61/T/
    ac_cv_path_INTLTOOL_PERL = /usr/bin/perl

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /Users/hornenj/perl5/perlbrew/perls/perl-5.14.2/bin/perl5.14.2
    $UID/$EUID = 12481 / 12481
    $GID = 14 14 5344 37191 527 37223 241
    $EGID = 14 14 5344 37191 527 37223 241

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.14    
    CPAN::Meta          2.150010
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280224
    ExtUtils::Command   7.24    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.24    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.30    
    File::Spec          3.62    
    JSON                2.90    
    JSON::PP            2.27400 
    Module::Build       0.4220  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.36    
    Test::More          1.001014
    YAML                1.20    
    YAML::Syck          1.29    
    version             0.9917  


--

Summary of my perl5 (revision 5 version 14 subversion 2) configuration:
   
  Platform:
    osname=darwin, osvers=14.3.0, archname=darwin-thread-multi-2level
    uname='darwin ncbimac2027.ncbi.nlm.nih.gov 14.3.0 darwin kernel version 14.3.0: mon mar 23 11:59:05 pdt 2015; root:xnu-2782.20.48~5release_x86_64 x86_64 '
    config_args='-de -Dprefix=/Users/hornenj/perl5/perlbrew/perls/perl-5.14.2 -Duseithreads -Dusemultiplicity -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -Acc=cc -Aeval:scriptdir=/Users/hornenj/perl5/perlbrew/perls/perl-5.14.2/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include',
    optimize='-O3',
    cppflags='-fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-ldbm -ldl -lm -lutil -lc
    perllibs=-ldl -lm -lutil -lc
    libc=, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_USE_DEVEL USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
  Locally applied patches:
	Devel::PatchPerl 1.30
  Built under darwin
  Compiled at Apr 20 2015 09:52:37
  %ENV:
    PERL="/Users/hornenj/perl5/perlbrew/perls/perl-5.14.2/bin/perl5.14.2"
    PERL5LIB="/Users/hornenj/.cpan/build/Text-Patch-1.8-5/blib/arch:/Users/hornenj/.cpan/build/Text-Patch-1.8-5/blib/lib:/Users/hornenj/.cpan/build/Game-Asset-0.2-15/blib/arch:/Users/hornenj/.cpan/build/Game-Asset-0.2-15/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="57924"
    PERL5_CPAN_IS_RUNNING="57924"
    PERL5_MINISMOKEBOX="0.58"
    PERLBREW_BASHRC_VERSION="0.77"
    PERLBREW_HOME="/Users/hornenj/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/Users/hornenj/perl5/perlbrew/perls/perl-5.14.2/man"
    PERLBREW_PATH="/Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.14.2/bin"
    PERLBREW_PERL="perl-5.14.2"
    PERLBREW_ROOT="/Users/hornenj/perl5/perlbrew"
    PERLBREW_VERSION="0.77"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT=""
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /Users/hornenj/.cpan/build/Text-Patch-1.8-5/blib/arch
    /Users/hornenj/.cpan/build/Text-Patch-1.8-5/blib/lib
    /Users/hornenj/.cpan/build/Game-Asset-0.2-15/blib/arch
    /Users/hornenj/.cpan/build/Game-Asset-0.2-15/blib/lib
    /Users/hornenj/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/darwin-thread-multi-2level
    /Users/hornenj/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2
    /Users/hornenj/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/darwin-thread-multi-2level
    /Users/hornenj/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2
    .