Page 1 of 1

Missing libraries when building from source

Posted: 2012-04-10T22:11:57-07:00
by abxccd
Hi!

I am trying to compile MagickWandForPHP 1.0.9 on windows. I have already gotten the PHP side sorted, so that's all good.

However, there seems to be some required libraries from ImageMagick that are missing. I have successfully built 6.7.6-5 using Visual Studio 2010 with these directions (http://www.imagemagick.org/script/insta ... hp#windows). I can see that all the libraries are generated in VisualMagick\lib.

The problem is that I am still missing 2 libraries:

Code: Select all

CORE_RL_coders_.lib
CORE_RL_filters_.lib
What should I do to build these 2 library files?

Thank you :)