On Tue, Nov 25, 2008 at 2:59 PM, Phil <[EMAIL PROTECTED]> wrote:
> On Tuesday 25 November 2008 15:59:24 Lee Bengston wrote:
>> http://www.xastir.org/wiki/index.php/HowTo:Mandriva_2009
>>
>
> Thanks for your time Lee. I now have image magic support and the answer was to
> compile the latest version of Xastir. The version I had couldn't find the
> devel directory.
>
> --
> Regards,
> Phil.

Glad to hear it's up and running.  Until now I completely forgot about
another imagemagick issue that was indeed fixed in Xastir version 1.94
(after 1.92).  See below.

On Fri, Jul 11, 2008 at 6:49 AM, Carl Makin <[EMAIL PROTECTED]> wrote:
> Hi Dexter,
>
> On 11/07/2008, at 6:54 PM, Dexter N Muir wrote:
>
>> checking for WriteImage in -lMagick... no
>> configure: WARNING: *** Cannot find ImageMagick library files:  Building
>> w/o ImageMagick support. ***
>
> I just run into that same problem trying to compile 1.9.2 under Mac OS X
> using MacPorts.  In some recent ImageMagick release they changed the library
> from libMagick to libMagicCore which stuffs the check in configure.
>
> It looks like Tom checked in a fix a couple of months ago which will be in
> 1.9.4.
>
> The fix is here;
>
> http://xastir.cvs.sourceforge.net/xastir/xastir/acinclude.m4?r1=1.77&r2=1.78
>
> or for a quick nasty fix you can edit the file "acinclude.m4" and change
>
> AC_CHECK_LIB([Magick], [WriteImage],
>
> to
>
> AC_CHECK_LIB([MagickCore], [WriteImage],
>
> at line 492, then rerun bootstrap.sh, configure and so on.
>
> Or you could try the current development version.
>
> Carl.
> (vk1kcm)


Thanks,

Lee - K5DAT
_______________________________________________
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

Reply via email to