Page 1 of 1

Where is Imagick.lib file ?

Posted: 2011-02-24T08:33:15-07:00
by waoslpf
Hello, I am trying to compile a project (namely, mpeg7 xm reference software). It gives a compilation error: "Imagick.lib" could not be found.

The project needs ImageMagick 4.2.* c-api, so I downloaded it from here: http://sourceforge.net/projects/imagema ... es/4.x/4.2

But there weren't an Imagick.lib file. I compiled "Magick++.dsw" but it wasn't created. How can I find or create it ?


Thanks in advance

Re: Where is Imagick.lib file ?

Posted: 2011-02-24T08:40:59-07:00
by magick
Imagick refers to the object-oriented PHP interface to ImageMagick. Is it looking for magick.lib? That's the name of the MagickCore library.

Re: Where is Imagick.lib file ?

Posted: 2011-02-24T10:42:11-07:00
by waoslpf
This is the exact error: LINK : fatal error LNK1104: cannot open file "..\..\ImageMagick\lib\Imagick.lib"

But, it is worth trying to rename "magick.lib" and compile again. Where can I find this .lib file for the version 4.2.* ?