Re: [Xastir] Magick in openSuse 11.4

2011-09-22 Thread Lee Bengston
Finally got back to this.  You nailed it.  I actually found 2 things
missing by looking in config.log.   First I found a missing piece of
bzip2, which I added by installing libbz2-devel (the dev package for
bzip2). Then when it still wouldn't build with Magick, I found another
item in the log that was caused by not installing libtool, which I had
missed from the HowTo.  It builds fine now.

Thanks,
Lee - K5DAT


On Tue, Sep 20, 2011 at 5:54 PM, David Flood davi...@mindspring.com wrote:
 Lee,

 Take a look at the file config.log and search for the word magic.  One of the 
 occurrences will be the exact command that is being used to try to compile a 
 test script with magic support.  The errors from that will probably show that 
 a totally non-dependent piece like xml2 or unzip or something like that is 
 what is actually missing.  Install the -devel package for that piece and try 
 a configure again.

 Dave
 KD7MYC

 -Original Message-
From: Lee Bengston lee.bengs...@gmail.com
Sent: Sep 19, 2011 3:48 PM
To: Xastir - APRS client software discussion xastir@lists.xastir.org
Subject: [Xastir] Magick in openSuse 11.4

I've been playing around a bit with openSuse 11.4.  I installed
ImageMagick, ImageMagick-devel, GraphicsMagick, libGraphicsMagick3,
and GraphicsMagick-devel, but Xastir's configure script can't seem to
find everything it needs.


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

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


Re: [Xastir] Magick in openSuse 11.4

2011-09-20 Thread David Flood
Lee,

Take a look at the file config.log and search for the word magic.  One of the 
occurrences will be the exact command that is being used to try to compile a 
test script with magic support.  The errors from that will probably show that a 
totally non-dependent piece like xml2 or unzip or something like that is what 
is actually missing.  Install the -devel package for that piece and try a 
configure again.

Dave
KD7MYC


-Original Message-
From: Lee Bengston lee.bengs...@gmail.com
Sent: Sep 19, 2011 3:48 PM
To: Xastir - APRS client software discussion xastir@lists.xastir.org
Subject: [Xastir] Magick in openSuse 11.4

I've been playing around a bit with openSuse 11.4.  I installed
ImageMagick, ImageMagick-devel, GraphicsMagick, libGraphicsMagick3,
and GraphicsMagick-devel, but Xastir's configure script can't seem to
find everything it needs.


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


[Xastir] Magick in openSuse 11.4

2011-09-19 Thread Lee Bengston
I've been playing around a bit with openSuse 11.4.  I installed
ImageMagick, ImageMagick-devel, GraphicsMagick, libGraphicsMagick3,
and GraphicsMagick-devel, but Xastir's configure script can't seem to
find everything it needs.

checking for GraphicsMagick-config... /usr/bin/GraphicsMagick-config
checking GraphicsMagick/magick/api.h usability... yes
checking GraphicsMagick/magick/api.h presence... yes
checking for GraphicsMagick/magick/api.h... yes
checking for WriteImage in -lGraphicsMagick... no
configure: WARNING: *** Cannot find GraphicsMagick library files:
Building w/o GraphicsMagick support. ***
checking for Magick-config... /usr/bin/Magick-config
checking magick/api.h usability... yes
checking magick/api.h presence... yes
checking for magick/api.h... yes
checking for library containing WriteImage... no
configure: WARNING: *** Cannot find ImageMagick library files:
Building w/o ImageMagick support. ***

It appears to be finding the files located in
usr/include/GraphicsMagick/magick and usr/include/ImageMagick/magick,
but I don't know what/where the library containing WriteImage is.

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