I'm trying to install a piece of software ( moddims ), which depends on "Imagemagick 6.3.9+" - I tried to install the latest version of ImageMagick (6.5.4-5), but I got the following error when I tried to "make" moddims:
mod_dims_ops.c: In function 'dims_smart_crop_operation': mod_dims_ops.c:34: error: too few arguments to function 'ParseGravityGeometry'
Presumably, the function signature has changed somewhere between ImageMagick 6.3.9 and the current version.
I would like to try installing moddims against the old version of ImageMagick, but I want to install ImageMagick 6.3.9 without interfering with the already installed version 6.5.4-5.
What ./configure spells can be used to: a) install an older version of ImageMagick so that it does not overwrite or interfere with my modern version, and b) compile moddims to use this older version?
I work on OSX, but I expect that I will have the same problem when I later need to install moddims on a Linux production server.
source share