Skip to content

Instantly share code, notes, and snippets.

Created August 16, 2011 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1149849 to your computer and use it in GitHub Desktop.
Save anonymous/1149849 to your computer and use it in GitHub Desktop.
OS X Lion, XAMPP 1.7.3, Imagick Output
downloading imagick-3.0.1.tar ...
Starting to download imagick-3.0.1.tar (Unknown size)
.....................done: 665,088 bytes
13 source files, building
running: phpize-5.3.1
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
Please provide the prefix of Imagemagick installation [autodetect] : /usr/local/bin
building in /var/tmp/pear-build-root/imagick-3.0.1
running: /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/configure --with-imagick=/usr/local/bin
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for cc... 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 how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-apple-darwin11.0.0
checking host system type... i686-apple-darwin11.0.0
checking target system type... i686-apple-darwin11.0.0
checking for PHP prefix... /Applications/XAMPP/xamppfiles
checking for PHP includes... -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include
checking for PHP extension directory... /Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626
checking for PHP installed headers prefix... /Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking whether to enable the imagick extension... yes, shared
checking whether to enable the imagick GraphicsMagick backend... no
checking ImageMagick MagickWand API configuration program... found in /usr/local/bin/MagickWand-config
checking if ImageMagick version is at least 6.2.4... found version 6.7.1 Q16
checking for MagickWand.h header file... found in /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/MagickWand.h
checking PHP version is at least 5.1.3... yes. found 5.3.1
checking for ld used by cc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm output from cc object... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking if cc static flag works... rm: conftest.dSYM: is a directory
yes
checking if cc supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: is a directory
no
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... rm: conftest.dSYM: is a directory
yes
checking if cc supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the cc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/sh /private/var/tmp/pear-build-root/imagick-3.0.1/libtool --mode=compile cc -I. -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c -o imagick_class.lo
mkdir .libs
cc -I. -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c -fno-common -DPIC -o .libs/imagick_class.o
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimagematte':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:268: warning: 'MagickGetImageMatte' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:82)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_paintfloodfillimage':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:1016: warning: 'MagickPaintFloodfillImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:101)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:1019: warning: 'MagickPaintFloodfillImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:101)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_recolorimage':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:1402: warning: 'MagickRecolorImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:110)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_colorfloodfillimage':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:3396: warning: 'MagickColorFloodfillImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:77)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_mapimage':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:3730: warning: 'MagickMapImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:87)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_mattefloodfillimage':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:3763: warning: 'MagickMatteFloodfillImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:90)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_medianfilterimage':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:3790: warning: 'MagickMedianFilterImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/magick-image.h:212)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_paintopaqueimage':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:3853: warning: 'MagickPaintOpaqueImageChannel' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:106)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_painttransparentimage':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:3916: warning: 'MagickPaintTransparentImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:108)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_reducenoiseimage':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:4059: warning: 'MagickReduceNoiseImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/magick-image.h:260)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimageattribute':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:5068: warning: 'MagickGetImageAttribute' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:60)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimagechannelextrema':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:5253: warning: 'MagickGetImageChannelExtrema' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:79)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimageextrema':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:5506: warning: 'MagickGetImageExtrema' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:81)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimageindex':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:6344: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:65)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_setimageindex':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:6369: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:114)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimagesize':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:6447: warning: 'MagickGetImageSize' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:140)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_setimageattribute':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:6796: warning: 'MagickSetImageAttribute' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:112)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_flattenimages':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:7043: warning: 'MagickFlattenImages' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:132)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_averageimages':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:8079: warning: 'MagickAverageImages' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:131)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_mosaicimages':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_class.c:8516: warning: 'MagickMosaicImages' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:135)
/bin/sh /private/var/tmp/pear-build-root/imagick-3.0.1/libtool --mode=compile cc -I. -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagickdraw_class.c -o imagickdraw_class.lo
cc -I. -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagickdraw_class.c -fno-common -DPIC -o .libs/imagickdraw_class.o
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagickdraw_class.c: In function 'zim_imagickdraw_setfillalpha':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagickdraw_class.c:323: warning: 'DrawSetFillAlpha' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:167)
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagickdraw_class.c: In function 'zim_imagickdraw_setstrokealpha':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagickdraw_class.c:383: warning: 'DrawSetStrokeAlpha' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:168)
/bin/sh /private/var/tmp/pear-build-root/imagick-3.0.1/libtool --mode=compile cc -I. -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagickpixel_class.c -o imagickpixel_class.lo
cc -I. -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagickpixel_class.c -fno-common -DPIC -o .libs/imagickpixel_class.o
/bin/sh /private/var/tmp/pear-build-root/imagick-3.0.1/libtool --mode=compile cc -I. -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagickpixeliterator_class.c -o imagickpixeliterator_class.lo
cc -I. -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagickpixeliterator_class.c -fno-common -DPIC -o .libs/imagickpixeliterator_class.o
/bin/sh /private/var/tmp/pear-build-root/imagick-3.0.1/libtool --mode=compile cc -I. -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_helpers.c -o imagick_helpers.lo
cc -I. -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_helpers.c -fno-common -DPIC -o .libs/imagick_helpers.o
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_helpers.c: In function 'php_imagick_progress_monitor':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_helpers.c:44: warning: format '%ld' expects type 'long int', but argument 4 has type 'MagickOffsetType'
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_helpers.c:44: warning: format '%ld' expects type 'long int', but argument 5 has type 'MagickSizeType'
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_helpers.c:44: warning: format '%ld' expects type 'long int', but argument 4 has type 'MagickOffsetType'
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_helpers.c:44: warning: format '%ld' expects type 'long int', but argument 5 has type 'MagickSizeType'
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_helpers.c: In function 'php_imagick_validate_map':
/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_helpers.c:368: warning: initialization discards qualifiers from pointer target type
/bin/sh /private/var/tmp/pear-build-root/imagick-3.0.1/libtool --mode=compile cc -I. -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_read.c -o imagick_read.lo
cc -I. -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick_read.c -fno-common -DPIC -o .libs/imagick_read.o
/bin/sh /private/var/tmp/pear-build-root/imagick-3.0.1/libtool --mode=compile cc -I. -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick.c -o imagick.lo
cc -I. -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /Applications/XAMPP/xamppfiles/temp/pear/temp/imagick/imagick.c -fno-common -DPIC -o .libs/imagick.o
/bin/sh /private/var/tmp/pear-build-root/imagick-3.0.1/libtool --mode=link cc -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-3.0.1/include -I/private/var/tmp/pear-build-root/imagick-3.0.1/main -I/Applications/XAMPP/xamppfiles/temp/pear/temp/imagick -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1 -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/main -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/TSRM -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/Zend -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext -I/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/date/lib -I/Applications/XAMPP/xamppfiles/include -I/usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -o imagick.la -export-dynamic -avoid-version -prefer-pic -module -rpath /private/var/tmp/pear-build-root/imagick-3.0.1/modules imagick_class.lo imagickdraw_class.lo imagickpixel_class.lo imagic
kpixeliterator_class.lo imagick_helpers.lo imagick_read.lo imagick.lo -Wl,-rpath,/usr/X11/lib -L/usr/X11/lib -Wl,-rpath,/usr/local/Cellar/imagemagick/6.7.1-1/lib -L/usr/local/Cellar/imagemagick/6.7.1-1/lib -lMagickWand -lMagickCore -llcms -ltiff -lfreetype -ljpeg -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp -lltdl
cc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/imagick.so -bundle .libs/imagick_class.o .libs/imagickdraw_class.o .libs/imagickpixel_class.o .libs/imagickpixeliterator_class.o .libs/imagick_helpers.o .libs/imagick_read.o .libs/imagick.o -L/usr/X11/lib -L/usr/local/Cellar/imagemagick/6.7.1-1/lib /usr/local/Cellar/imagemagick/6.7.1-1/lib/libMagickWand.dylib /usr/X11/lib/libfreetype.dylib /usr/X11/lib/libfontconfig.dylib /usr/X11/lib/libXext.dylib /usr/X11/lib/libXt.dylib /usr/X11/lib/libSM.dylib /usr/X11/lib/libICE.dylib /usr/X11/lib/libX11.dylib /usr/local/Cellar/imagemagick/6.7.1-1/lib/libMagickCore.dylib -llcms -ltiff -lfreetype -ljpeg -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp -lltdl -Wl,-rpath -Wl,/usr/X11/lib -Wl,-rpath -Wl,/usr/local/Cellar/imagemagick/6.7.1-1/lib
creating imagick.la
(cd .libs && rm -f imagick.la && ln -s ../imagick.la imagick.la)
/bin/sh /private/var/tmp/pear-build-root/imagick-3.0.1/libtool --mode=install cp ./imagick.la /private/var/tmp/pear-build-root/imagick-3.0.1/modules
cp ./.libs/imagick.so /private/var/tmp/pear-build-root/imagick-3.0.1/modules/imagick.so
cp ./.libs/imagick.lai /private/var/tmp/pear-build-root/imagick-3.0.1/modules/imagick.la
----------------------------------------------------------------------
Libraries have been installed in:
/private/var/tmp/pear-build-root/imagick-3.0.1/modules
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.
----------------------------------------------------------------------
Build complete.
Don't forget to run 'make test'.
running: make INSTALL_ROOT="/var/tmp/pear-build-root/install-imagick-3.0.1" install
Installing shared extensions: /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/
Installing header files: /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/
running: find "/var/tmp/pear-build-root/install-imagick-3.0.1" | xargs ls -dils
7061516 0 drwxr-xr-x 3 root wheel 102 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1
7061959 0 drwxr-xr-x 3 root wheel 102 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications
7061960 0 drwxr-xr-x 3 root wheel 102 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP
7061961 0 drwxr-xr-x 4 root wheel 136 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles
7061976 0 drwxr-xr-x 3 root wheel 102 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/include
7061977 0 drwxr-xr-x 3 root wheel 102 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/include/php
7061978 0 drwxr-xr-x 3 root wheel 102 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/include/php/php-5.3.1
7061979 0 drwxr-xr-x 3 root wheel 102 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php
7061980 0 drwxr-xr-x 3 root wheel 102 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext
7061981 0 drwxr-xr-x 5 root wheel 170 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/imagick
7061982 8 -rw-r--r-- 1 root wheel 2476 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/imagick/php_imagick.h
7061983 56 -rw-r--r-- 1 root wheel 26870 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/imagick/php_imagick_defs.h
7061984 8 -rw-r--r-- 1 root wheel 1795 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/imagick/php_imagick_shared.h
7061962 0 drwxr-xr-x 3 root wheel 102 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/lib
7061963 0 drwxr-xr-x 3 root wheel 102 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/lib/php
7061964 0 drwxr-xr-x 3 root wheel 102 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1
7061965 0 drwxr-xr-x 3 root wheel 102 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions
7061966 0 drwxr-xr-x 3 root wheel 102 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626
7061967 872 -rwxr-xr-x 1 root wheel 442424 16 Aug 12:51 /var/tmp/pear-build-root/install-imagick-3.0.1/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/imagick.so
Build process completed successfully
Installing '/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/imagick/php_imagick.h'
Installing '/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/imagick/php_imagick_defs.h'
Installing '/Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/ext/imagick/php_imagick_shared.h'
Installing '/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/imagick.so'
install ok: channel://pecl.php.net/imagick-3.0.1
Extension imagick enabled in php.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment