[Lazarus] ImageMagick on Ubuntu 10.04

Leonardo M. Ramé l.rame at griensu.com
Wed Oct 6 14:35:49 CEST 2010


On 2010-10-06 09:31:32 -0300, Leonardo M. Ramé wrote:
> Hi, I'm trying to compile the ImageMagick FPC pakgage from
> /packages/imagemagick/examples on Ubuntu 10.04 and found it looks for the library
> libWand, but this library is now called libMagickWand. Does anyone
> tested if the package still works with the new library?.
> 
> Thanks in advance,
> 
> -- 

I did a quick test and it worked, can someone with submit permissions
upload the changes to imagemagick.pas?.

Just replace the line:

WandExport = 'libWand';

with

WandExport = 'libMagickWand';


-- 
Leonardo M. Ramé
http://leonardorame.blogspot.com




More information about the Lazarus mailing list