Skip Menu |

This queue is for tickets about the PerlMagick CPAN distribution.

Report information
The Basics
Id: 69774
Status: new
Priority: 0/
Queue: PerlMagick

People
Owner: Nobody in particular
Requestors: shmuelfomberg [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 6.67
Fixed in: (no value)



Subject: Compiling on ImageMagick 6.7.1 patch
I tried to install Image::Magick with ImageMagick 6.7.1 and got into some compilation problems. to fix those, I added the following #defined-s to Magick.xs: #define GetMagickOptions GetCommandOptions #define ParseMagickOption ParseCommandOption #define MagickOption CommandOption #define MagickOptionToMnemonic CommandOptionToMnemonic Apparently these functions were deprecated, and replaced. also, FormatMagickString is marked deprecated, (only a warning at this time) but could not find the replacement. Thanks you.