make check: 6 of 714 tests failed

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

ImageMagick requires the Freetype delegate library and Ghostscript to run the regression tests. Run the configure script again. The last 40 lines or so probably says it could not validate the Freetype library. Check config.log to determine why. Fix the problem and rerun the configure script until the library is validated. Alternatively, if you don't want to use Truetype fonts to annotate your images, you can safely ignore these regression test failures.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Well there you go, ImageMagick cannot compile/link against the Freetype delegate library unless the header files are available. Fix this problem and rerun the ImageMagick configure script.
Post Reply