Hello,
Trying to compile most recent Gem git I get:
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -I/Applications/Pd-extended.app/Contents/Resources/include/pd -I/sw/include/ImageMagick -g -O2 -freg-struct-return -Os -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -fpascal-strings -MT gem_imageMAGICK_la-imageMAGICK.lo -MD -MP -MF .deps/gem_imageMAGICK_la-imageMAGICK.Tpo -c imageMAGICK.cpp -fno-common -DPIC -o .libs/gem_imageMAGICK_la-imageMAGICK.o In file included from /sw/include/ImageMagick/magick/MagickCore.h:148, from imageMAGICK.cpp:27: /sw/include/ImageMagick/magick/magick-type.h:179: error: conflicting declaration 'typedef struct _ExceptionInfo ExceptionInfo' /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:196: error: 'ExceptionInfo' has a previous declaration as 'typedef union ExceptionInfo ExceptionInfo' make[2]: *** [gem_imageMAGICK_la-imageMAGICK.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1
pd-extended 0.43 osx 10.7.3
ive been compiling with --without-imagemagick but just tried again and was currious about the error.
Thanks! m