[GEM-dev] Gem 0.93.3 compilation on ubuntu Natty (11.04) 64 bit: imageMAGICK.cpp:82:54: error: ‘GetMimeList’ was not declared in this scope

IOhannes m zmoelnig zmoelnig at iem.at
Mon Jan 30 09:59:55 CET 2012


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2012-01-29 07:08, John Harrison wrote:
> On my Natty 64 bit laptop I've been running an SVN of Gem 93 but recently

hmm, developmen of Gem has moved from svn to git.
despite my plans to sync the svn repository with git every now and then,
i never found the time todo so.
therefore it would be highly appreciated if you could use either the
released sources of Gem (0.93.3) or use a git checkout:

$ git clone git://pd-gem.git.sourceforge.net/gitroot/pd-gem/Gem

if you want to stay stable, use the "0.93" branch (which is 0.93.3 + a
few minor bugfixes):

$ cd Gem
$ git checkout 0.93


> I've had a problem that any video I try to load with [pix_film] (or
> probably [pix_movie] although I haven't tried) crashes Pd. I thought I'd
> compile the latest Gem release with plugins to see if that fixed the
> problem. When I try to compile, though, I get:
> imageMAGICK.cpp:82:54: error: ‘GetMimeList’ was not declared in this scope
> 
> I have Natty's libmagick++-dev, libmagickcore-dev, libmagickwand-dev (all
> version 6.6.2.6) installed.
> 
> Am I right that GetMimeList() should be defined in a mime.h header file
> associated with imagemagick? 

no. "GetMimeList()" is a member of the imageMAGICK class. it seems like
your imageMAGICK.h and imageMAGICK.cpp are slightly out of sync - e.g.
because you modified one or only updated the other.
alternatively it could mean, that the build-system is somewhat broken so
that the 2 files are _made_ out of sync (with some compiler switches) -
which should obviously never happen.


fgamsdr
IOhannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8mXAgACgkQkX2Xpv6ydvSPZwCgio339wOg7/ad9wkiWOnYrb1Q
aWgAoI4XOpp7K0nBGMr4l1J1y3PR89VM
=B4Ar
-----END PGP SIGNATURE-----

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3636 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.puredata.info/pipermail/gem-dev/attachments/20120130/1c5ed58c/attachment.bin>


More information about the GEM-dev mailing list