[Xastir] CVS back open, problem compiling latest 2.0.0 today

Joseph M. Durnal joseph.durnal at gmail.com
Thu Sep 15 16:41:55 EDT 2011


I'm having the same issue: #error "QuantumDepth != 16 or 8"

I've found the lines in /usr/include/ImageMagick/magick/magick-config.h

/* Number of bits in a pixel Quantum (8/16/32/64) */
#ifndef MAGICKCORE_QUANTUM_DEPTH
#define MAGICKCORE_QUANTUM_DEPTH 16
#endif

I'm not sure what to do with it, I tried removing the # (comments?)
but got the same error when I tried to compile again.  Maybe I'm
missing a step.

Thanks,
Joe


On Fri, Feb 11, 2011 at 8:37 AM, David Flood <davidf4 at mindspring.com> wrote:
> Hello Mike,
>
> Here's an explanation of that error that Tom Russo posted last December:
>
> Check your *Magick install.  It must have a QuantumDepth of something other
> than 8 or 16, and Xastir won't work properly if so.  Apparently some
> installs of ImageMagick can have 32 or 64-bit quanta.  GraphicsMagick
> defaults to 8-bit now, perhaps ImageMagick went to 32 or 64 as default.
>
> It'll be in either magick-config.h (for ImageMagick) or magick_config.h for
> GraphicsMagick).
>
> -----Original Message-----
> From: xastir-bounces at lists.xastir.org
> [mailto:xastir-bounces at lists.xastir.org] On Behalf Of wolthui3 at msu.edu
> Sent: Friday, February 11, 2011 03:41
>
> Found CVS open again this morning and so I grabbed the latest source.  I
> attempted to build it on my Ubuntu 10.10 box and get this problem.
>
> map_OSM.c:165: error: #error "QuantumDepth != 16 or 8"
> make[3]: *** [map_OSM.o] Error 1
> make[3]: *** Waiting for unfinished jobs....
> mv -f .deps/map_pop.Tpo .deps/map_pop.Po
> mv -f .deps/main.Tpo .deps/main.Po
> make[3]: Leaving directory `/home/morphius/xastir/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/morphius/xastir/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/morphius/xastir'
> make: *** [all] Error 2
>
>
>
> _______________________________________________
> Xastir mailing list
> Xastir at lists.xastir.org
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
>



More information about the Xastir mailing list