Page 1 of 1

"make check" failing

Posted: 2007-12-10T18:57:48-07:00
by naoliv
Hi!

Running "make check" is failing with this error:

Code: Select all

gcc -DHAVE_CONFIG_H -I. -I./config  -I. -I. -I./Magick++/lib -I/usr/include/freetype2 -I/usr/include/libxml2  -g -O2 -Wall -W -pthread -c -o wand/drawtest.o wand/drawtest.c
wand/drawtest.c:9:30: error: wand/wand-config.h: No such file or directory
make[1]: *** [wand/drawtest.o] Error 1
make[1]: Leaving directory `/root/ImageMagick-6.3.7'
make: *** [check-am] Error 2
Is this a known issue? I didn't find any wand-config.h on the latest version if ImageMagick (6.3.7-4).

Thank you very much!
Nelson

Re: "make check" failing

Posted: 2007-12-10T19:02:26-07:00
by magick
You can find a patch for the problem you reported in ImageMagick 6.3.7-4 Beta available sometime tomorrow. Thanks.

Re: "make check" failing

Posted: 2007-12-11T10:45:06-07:00
by naoliv
But now it fails with a new header file:

Code: Select all

depbase=`echo wand/drawtest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I./config  -I. -I. -DLT_CONFIG_H='<config/config.h>' -DLTDL -I. -I. -Iltdl -I./ltdl -I./ltdl/libltdl -I./Magick++/lib -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/graphviz -I/usr/include/freetype2 -I/usr/include/libxml2  -I/usr/include/OpenEXR -g -O2 -Wall -W -pthread -MT wand/drawtest.o -MD -MP -MF $depbase.Tpo -c -o wand/drawtest.o wand/drawtest.c &&\
	mv -f $depbase.Tpo $depbase.Po
wand/drawtest.c:9:32: error: wand/magick-config.h: No such file or directory
make[2]: *** [wand/drawtest.o] Error 1
make[2]: Leaving directory `/root/ImageMagick-6.3.7'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/root/ImageMagick-6.3.7'
make: *** [check] Error 2
Nelson

Re: "make check" failing

Posted: 2007-12-11T11:51:12-07:00
by magick
You can find a patch for the problem you reported in ImageMagick 6.3.7-4 Beta available sometime tomorrow. Thanks.