here is the crash report: http://pastebin.com/KF0jDSPu
I compiled gem_filmGMERLIN for 64-bit Gem-0.93.3 on 10.7.3 and am trying to use with pix_film. Creating pix_film gives me immediate crash. Not sure if I might be doing something wrong though. All deps for pd-extended builds are met via fink. gem_filmGMERLIN seems to compile fine on its own. Though when I try to compile all of Gem I get:
Making all in imageMAGICK /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -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 -o gem_imageMAGICK_la-imageMAGICK.lo `test -f 'imageMAGICK.cpp' || echo './'`imageMAGICK.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DPD -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 imageMAGICK.cpp: In constructor 'gem::plugins::imageMAGICK::imageMAGICK()': imageMAGICK.cpp:80: error: reference to 'ExceptionInfo' is ambiguous /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:196: error: candidates are: typedef union ExceptionInfo ExceptionInfo /sw/include/ImageMagick/magick/magick-type.h:179: error: typedef struct MagickCore::_ExceptionInfo MagickCore::ExceptionInfo imageMAGICK.cpp:80: error: reference to 'ExceptionInfo' is ambiguous /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:196: error: candidates are: typedef union ExceptionInfo ExceptionInfo /sw/include/ImageMagick/magick/magick-type.h:179: error: typedef struct MagickCore::_ExceptionInfo MagickCore::ExceptionInfo imageMAGICK.cpp:80: error: expected `;' before 'exception' imageMAGICK.cpp:81: error: 'exception' was not declared in this scope make[2]: *** [gem_imageMAGICK_la-imageMAGICK.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1
Not sure if this has something to do with the gmerlin plugin prob though....
thanks! m