make check failures (Magick++ demo)

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
bdubbs
Posts: 1
Joined: 2012-09-17T12:19:32-07:00
Authentication code: 67789

make check failures (Magick++ demo)

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