"make check" failing

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

"make check" failing

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: "make check" failing

Post by magick »

You can find a patch for the problem you reported in ImageMagick 6.3.7-4 Beta available sometime tomorrow. Thanks.
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Re: "make check" failing

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: "make check" failing

Post by magick »

You can find a patch for the problem you reported in ImageMagick 6.3.7-4 Beta available sometime tomorrow. Thanks.
Post Reply