Page 1 of 1

Re: Installing ImageMagick (error at the end)

Posted: 2007-02-11T18:02:01-07:00
by magick
Some of the ImageMagick tests are expected failures if you are missing the FPX delegate library, for example. Other tests may fail if you are missing support for Freetype or Ghostscript. We ensure the regression tests work for us before we release ImageMagick.

Re: Installing ImageMagick (error at the end)

Posted: 2007-02-11T18:17:42-07:00
by Scott.Prog
You can also redirect all the output from your command to a file for review.

Code: Select all

command-you-are-running > output.txt 2>&1

Re: Installing ImageMagick (error at the end)

Posted: 2007-02-11T19:54:38-07:00
by anthony
Most people however have command line terminals with scroll bars, and a large enough command line buffer.