Page 1 of 1

make check failures (Magick++ demo)

Posted: 2012-09-17T13:03:22-07:00
by bdubbs
When building ImageMagick-6.7.9-6 from source, Magick++ demo tests are failing for me.

FAIL: Magick++/demo/demos.tap 3-4, 8-20, 22-24

Test 4 says UnableToOpenConfigureFile `colors.xml'
The others all just say: NoPixelsDefinedInCache

For testing I'm using: ./configure && make && make check

There are no problems indicated in the make.

Building with ./configure --with-modules has even more failures:

FAIL: Magick++/tests/tests.tap 1-5, 7-12
FAIL: Magick++/demo/demos.tap 2-24

The errors are all NoDecodeDelegateForThisImageFormat for .miff files that are present.

Any insight will be appreciated.

-- Bruce