-----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