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
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-19 15:17, m.e.grimm wrote:
ive been compiling with --without-imagemagick but just tried again and was currious about the error.
seems to be a problem with ImageMagick's symbols clashing with System symbols. you could file a bug-report for ImageMagick.
fgamsdr IOhannes
reported. i got this reply:
"Unlike C++ and Java, C does not have namespaces and conflicts are possible. The only solution is to not include the ImageMagick headers and Carbon headers in the same source module."
m
On Mon, Mar 19, 2012 at 10:53 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-19 15:17, m.e.grimm wrote:
ive been compiling with --without-imagemagick but just tried again and was currious about the error.
seems to be a problem with ImageMagick's symbols clashing with System symbols. you could file a bug-report for ImageMagick.
fgamsdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9nSFgACgkQkX2Xpv6ydvTB8ACgko3Hv0XssW60ulgT7LFBsZIH mB0AnA3oSBdr/Ih5coR/QR2JgGIyRNx9 =ClOh -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-20 18:36, m.e.grimm wrote:
reported. i got this reply:
"Unlike C++ and Java, C does not have namespaces and conflicts are possible. The only solution is to not include the ImageMagick headers and Carbon headers in the same source module."
please check out the current git master (7342f1acb68), i hope it is fixed there.
fgamsdr IOhannes
thats great! Works! pd-extended-0.43-64bit from autobuild .....
screenshot attached....
still getting color problems. same as with gmerlin it seems. gemcocoawindow issue? shall i file a bug report?
now to get some form of video working... would be nice from internal isight. whats would be the easiest route to start?
m
On Wed, Mar 21, 2012 at 9:43 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-20 18:36, m.e.grimm wrote:
reported. i got this reply:
"Unlike C++ and Java, C does not have namespaces and conflicts are possible. The only solution is to not include the ImageMagick headers and Carbon headers in the same source module."
please check out the current git master (7342f1acb68), i hope it is fixed there.
fgamsdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9p2uYACgkQkX2Xpv6ydvT3vQCcC1TpT79khmY0bmqH7DtPvyaS akoAoJ3nGla9biZ99pWIrr9TarWqR+gp =Amto -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-19 15:17, m.e.grimm wrote:
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
please run the following in plugins/imageMAGICK: $ cpp -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 imageMAGICK.cpp -fno-common -DPIC -o imageMAGICK.preproc
and copy the generated imageMAGICK.preproc to pastie.org
fgmnase IOhannes
and copy the generated imageMAGICK.preproc to pastie.org
ok but this generates 4mb and pastie/pastebin/etc pastes cannot be larger than 64 kb....
?
On Tue, Mar 20, 2012 at 4:19 PM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-19 15:17, m.e.grimm wrote:
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
please run the following in plugins/imageMAGICK: $ cpp -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 imageMAGICK.cpp -fno-common -DPIC -o imageMAGICK.preproc
and copy the generated imageMAGICK.preproc to pastie.org
fgmnase IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9o5l0ACgkQkX2Xpv6ydvQ/UACfcgymHPwq3c1GGWME3cg4MOt0 kOQAn30LOllTVBNRfhEluMi9H0NeYxnj =o969 -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-03-21 13:51, m.e.grimm wrote:
and copy the generated imageMAGICK.preproc to pastie.org
ok but this generates 4mb and pastie/pastebin/etc pastes cannot be larger than 64 kb....
then zip it and send it to me in a personal email.
fgmasdr IOhannes