Missing libraries when building from source

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
abxccd
Posts: 4
Joined: 2012-04-10T21:53:29-07:00
Authentication code: 8675308

Missing libraries when building from source

Post 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 :)
Post Reply