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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
