[Xastir] Cygwin and ImageMagick ?

Curt, WE7U archer at eskimo.com
Tue Nov 16 17:47:34 EST 2004


On Tue, 16 Nov 2004, Curt, WE7U wrote:

> Try editing configure.ac to reverse the order of these two checks so
> that the end result looks like this:
>
>
> # Check for Berkeley DB.
> XASTIR_BERKELEY_DB_CHK
>
> # Check for ImageMagick.  This check is VERY important to have as
> # the last check, as it messes up the previous checks if it fails.
> use_imagemagick=yes
> AC_ARG_WITH(imagemagick,[  --without-imagemagick       Disable imagemagick features.],use_imagemagick=$withval)
> if test "${use_imagemagick}" = "yes"; then
>   XASTIR_CHECK_IMAGEMAGICK
> fi
>
>
> Then run ./bootstrap.sh;./configure and see if it's found.  If that
> doesn't work, try commmenting out the XASTIR_BERKELEY_DB_CHK portion
> and try again.  That's the new piece that was added recently, and
> may be the culprit.

Of course it may have nothing to do with this, but they may have
updated the imagemagick package in Cygwin again.  You can try
downgrading to an older version of imagemagick also.

--
Curt, WE7U			         http://www.eskimo.com/~archer
"Lotto:    A tax on people who are bad at math." -- unknown
"Windows:  Microsoft's tax on computer illiterates." -- WE7U
"The world DOES revolve around me:  I picked the coordinate system!"



More information about the Xastir mailing list