Sorry, I forgot to mention that the SVN I am running is a pre-release of Gem .93 from this summer and that it still compiles file.
On my Natty 64 bit laptop I've been running an SVN of Gem 93 but recently 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 scopeI 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? I'm not finding any such header file on my machine. Was mime.h added to Imagemagick after 6.6.2.6?-John