Re: Upgrade not compiling.
Posted: 2007-10-23T16:15:15-07:00
The XWD format requires the X11 delegate library. Without it, ImageMagick cannot read XWD image files and certainly the XWD regression test is expected to fail.
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=9973
You don't need the X11-server to get support for XWD format. You need the correct X11-library.Hero wrote:I'm having the same problem,
I tried installing /usr/ports/x11-servers/xorg-server
which is the default X11 server for FreeBSD, but it didn't help,
is there some exact part of X11 that I can try and check so it's installed?
(FreeBSD 6.2 and IM 6.3.5-10)
thanks
There is nothing "certain" about this failure -- it is incorrect (false negative) and inconsistent. For other formats -- such as FPX, for example -- this (absence of the format-handling module) generates an "XFAIL" (instead of "FAIL") and is properly reported as "expected failure".magick wrote:The XWD format requires the X11 delegate library. Without it, ImageMagick cannot read XWD image files and certainly the XWD regression test is expected to fail.