Skip to content

Instantly share code, notes, and snippets.

Created August 16, 2011 19:08
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/1149875 to your computer and use it in GitHub Desktop.
Save anonymous/1149875 to your computer and use it in GitHub Desktop.
OS X Lion, XAMPP 1.7.3, Imagick Compile Output
/Applications/XAMPP/xamppfiles/bin/phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
./configure --with-imagick=/usr/local/bin --with-php-config=/Applications/XAMPP/xamppfiles/bin/php-config-5.3.1
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
make
/bin/sh /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/libtool --mode=compile cc -I. -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c -o imagick_class.lo
mkdir .libs
cc -I. -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c -fno-common -DPIC -o .libs/imagick_class.o
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_getimagematte':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:268: warning: 'MagickGetImageMatte' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:82)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_paintfloodfillimage':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:1016: warning: 'MagickPaintFloodfillImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:101)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:1019: warning: 'MagickPaintFloodfillImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:101)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_recolorimage':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:1402: warning: 'MagickRecolorImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:110)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_colorfloodfillimage':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:3396: warning: 'MagickColorFloodfillImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:77)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_mapimage':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:3730: warning: 'MagickMapImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:87)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_mattefloodfillimage':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:3763: warning: 'MagickMatteFloodfillImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:90)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_medianfilterimage':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/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)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_paintopaqueimage':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:3853: warning: 'MagickPaintOpaqueImageChannel' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:106)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_painttransparentimage':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:3916: warning: 'MagickPaintTransparentImage' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:108)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_reducenoiseimage':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/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)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_getimageattribute':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:5068: warning: 'MagickGetImageAttribute' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:60)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_getimagechannelextrema':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:5253: warning: 'MagickGetImageChannelExtrema' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:79)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_getimageextrema':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:5506: warning: 'MagickGetImageExtrema' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:81)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_getimageindex':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:6344: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:65)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_setimageindex':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:6369: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:114)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_getimagesize':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:6447: warning: 'MagickGetImageSize' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:140)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_setimageattribute':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:6796: warning: 'MagickSetImageAttribute' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:112)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_flattenimages':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:7043: warning: 'MagickFlattenImages' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:132)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_averageimages':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c:8079: warning: 'MagickAverageImages' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:131)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_class.c: In function 'zim_imagick_mosaicimages':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/libtool --mode=compile cc -I. -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagickdraw_class.c -o imagickdraw_class.lo
cc -I. -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagickdraw_class.c -fno-common -DPIC -o .libs/imagickdraw_class.o
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagickdraw_class.c: In function 'zim_imagickdraw_setfillalpha':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagickdraw_class.c:323: warning: 'DrawSetFillAlpha' is deprecated (declared at /usr/local/Cellar/imagemagick/6.7.1-1/include/ImageMagick/wand/deprecate.h:167)
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagickdraw_class.c: In function 'zim_imagickdraw_setstrokealpha':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/libtool --mode=compile cc -I. -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagickpixel_class.c -o imagickpixel_class.lo
cc -I. -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagickpixel_class.c -fno-common -DPIC -o .libs/imagickpixel_class.o
/bin/sh /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/libtool --mode=compile cc -I. -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagickpixeliterator_class.c -o imagickpixeliterator_class.lo
cc -I. -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagickpixeliterator_class.c -fno-common -DPIC -o .libs/imagickpixeliterator_class.o
/bin/sh /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/libtool --mode=compile cc -I. -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_helpers.c -o imagick_helpers.lo
cc -I. -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_helpers.c -fno-common -DPIC -o .libs/imagick_helpers.o
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_helpers.c: In function 'php_imagick_progress_monitor':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_helpers.c:44: warning: format '%ld' expects type 'long int', but argument 4 has type 'MagickOffsetType'
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_helpers.c:44: warning: format '%ld' expects type 'long int', but argument 5 has type 'MagickSizeType'
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_helpers.c:44: warning: format '%ld' expects type 'long int', but argument 4 has type 'MagickOffsetType'
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_helpers.c:44: warning: format '%ld' expects type 'long int', but argument 5 has type 'MagickSizeType'
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_helpers.c: In function 'php_imagick_validate_map':
/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_helpers.c:368: warning: initialization discards qualifiers from pointer target type
/bin/sh /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/libtool --mode=compile cc -I. -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_read.c -o imagick_read.lo
cc -I. -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick_read.c -fno-common -DPIC -o .libs/imagick_read.o
/bin/sh /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/libtool --mode=compile cc -I. -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick.c -o imagick.lo
cc -I. -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/imagick.c -fno-common -DPIC -o .libs/imagick.o
/bin/sh /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/libtool --mode=link cc -DPHP_ATOM_INC -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/include -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/main -I/Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1 -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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/modules imagick_class.lo imagickdraw_class.lo imagickpixel_class.lo imagickpixeliterator_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 /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/libtool --mode=install cp ./imagick.la /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/modules
cp ./.libs/imagick.so /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/modules/imagick.so
cp ./.libs/imagick.lai /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/modules/imagick.la
----------------------------------------------------------------------
Libraries have been installed in:
/Users/<USERNAME>/Downloads/imagick-3.0.1/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'.
sudo make install
Password:
Installing shared extensions: /Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/
Installing header files: /Applications/XAMPP/xamppfiles/include/php/php-5.3.1/php/
make test
Failed loading xdebug.so: dlopen(xdebug.so, 9): image not found
PHP Warning: PHP Startup: Unable to load dynamic library '/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/imagick.so' - dlopen(/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/imagick.so, 9): no suitable image found. Did find:
/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/imagick.so: mach-o, but wrong architecture in Unknown on line 0
PHP Warning: putenv(): Safe Mode warning: Cannot set environment variable 'SSH_CLIENT' - it's not in the allowed list in /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/run-tests.php on line 98
Warning: putenv(): Safe Mode warning: Cannot set environment variable 'SSH_CLIENT' - it's not in the allowed list in /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/run-tests.php on line 98
PHP Warning: putenv(): Safe Mode warning: Cannot set environment variable 'SSH_AUTH_SOCK' - it's not in the allowed list in /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/run-tests.php on line 99
Warning: putenv(): Safe Mode warning: Cannot set environment variable 'SSH_AUTH_SOCK' - it's not in the allowed list in /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/run-tests.php on line 99
PHP Warning: putenv(): Safe Mode warning: Cannot set environment variable 'SSH_TTY' - it's not in the allowed list in /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/run-tests.php on line 100
Warning: putenv(): Safe Mode warning: Cannot set environment variable 'SSH_TTY' - it's not in the allowed list in /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/run-tests.php on line 100
PHP Warning: putenv(): Safe Mode warning: Cannot set environment variable 'SSH_CONNECTION' - it's not in the allowed list in /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/run-tests.php on line 101
Warning: putenv(): Safe Mode warning: Cannot set environment variable 'SSH_CONNECTION' - it's not in the allowed list in /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/run-tests.php on line 101
PHP Warning: set_time_limit(): Cannot set time limit in safe mode in /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/run-tests.php on line 104
Warning: set_time_limit(): Cannot set time limit in safe mode in /Users/<USERNAME>/Downloads/imagick-3.0.1/imagick-3.0.1/run-tests.php on line 104
+-----------------------------------------------------------+
| ! WARNING ! |
| You are running the test-suite with "safe_mode" ENABLED ! |
| |
| Chances are high that no test will work at all, |
| depending on how you configured "safe_mode" ! |
+-----------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment