On Fri, 2008-07-11 at 12:00 -0400, [EMAIL PROTECTED] wrote: > Message: 3 > Date: Fri, 11 Jul 2008 22:49:53 +1000 > From: Carl Makin <[EMAIL PROTECTED]> > Subject: Re: [Xastir] Mandriva 2008.1 > To: [EMAIL PROTECTED], Xastir - APRS client software discussion > <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: > text/plain; charset=US-ASCII; format=flowed; delsp=yes > > 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. >
Works! Thanks Carl! And thanks to Tom and Lee too - learned a lot! Lee's solution - AC_SEARCH_LIBS([WriteImage],[Magick MagickCore], - tried first, didn't work. Then tried AC_CHECK_LIB([Magick], [WriteImage], - and that didn't work either. Then noted and ran bootstrap.sh and it worked! Now back to AC_SEARCH_LIBS([WriteImage],[Magick MagickCore], run bootstrap.sh again, ./config looks totally sane and all there, make, su, make install, and it's now working a treat! Thanks all - hope there are not TOO many apps running into this... BTW - each 'make install' clobbers my maps. I symlink my map dir's to /usr/local/share/xastir/maps, but the link is deleted each time. Is there any way this could be done in ~/.xastir? A symlink there to /usr/local/share/xastir/maps during setup perhaps, then a means of adding user-defined directory/ies in the chooser? and retaining chooser's zooms/levels etc settings? Maybe someone else needed for this, and it may have been kicked around/out before... Meanwhile... Dex, ZL2DEX, now with a functioning xastir! -- Dexter N Muir <[EMAIL PROTECTED]> smallTRONICS _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
