Search found 1 match

by bdubbs
2012-09-17T13:03:22-07:00
Forum: Developers
Topic: make check failures (Magick++ demo)
Replies: 0
Views: 5583

make check failures (Magick++ demo)

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 ...