validate fails on png tests
Posted: 2010-04-21T06:52:58-07:00
Hi all,
with IM 6.6.1-4 under MacOS 10.6.3 "make check" runs forever with
tests/validate-formats-in-memory
The last lines of "validate-formats-in-memory.log-t" show this:
Which application is used here?
I compiled my own libpng-1.4.1 but perhaps the system still has a 1.2.43 installation somewhere.
Where could I find the actual test code in the sources?
Thanks for your help,
Axel.
with IM 6.6.1-4 under MacOS 10.6.3 "make check" runs forever with
tests/validate-formats-in-memory
Code: Select all
make check-TESTS check-local
...
PASS: tests/validate-pipe.sh
PASS: tests/validate-stream.sh
<doesn't continue here, ctrl-c after 20 minutes>
Code: Select all
test 218: ICON/Undefined/TrueColor/10-bits... pass.
test 219: ICON/Undefined/TrueColovalidate: Application was compiled with png.h from libpng-1.2.43 `' @ warning/png.c/PNGWarningHandler/1457.
validate: Application is running with png.c from libpng-1.4.1 `' @ warning/png.c/PNGWarningHandler/1457.
validate: Incompatible libpng version in application and library `' @ warning/png.c/PNGWarningHandler/1457.
validate: memory allocation failed `' @ error/png.c/WriteOnePNGImage/6436.
I compiled my own libpng-1.4.1 but perhaps the system still has a 1.2.43 installation somewhere.
Where could I find the actual test code in the sources?
Thanks for your help,
Axel.