Building 6.3.7-8 hpux

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
ropet

Building 6.3.7-8 hpux

Post by ropet »

I trying to build imagemagic on a hpux box
I have tray to build 6.3.7-8 and 6.3.7-9 and i get the same problem.
Is ther anny ting i have done wrong ?


/bin/sh ./config/mkinstalldirs . ltdl/
cp ./ltdl/argz_.h ltdl/argz.h-t
mv ltdl/argz.h-t ltdl/argz.h
make all-am
source='coders/art.c' object='coders/coders_art_la-art.lo' libtool=yes \
DEPDIR=.deps depmode=hp /bin/sh ./config/depcomp \
/bin/sh ./libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./config -Wall -W -Wp,-H30000 -D_REENTRANT -c -o coders/coders_art_la-art.lo `test -f 'coders/art.c' || echo './'`coders/art.c
cc: warning 422: Unknown option "-W-Wp,-H30000" ignored.
cc: "magick/quantum.h", line 92: error 1000: Unexpected symbol: "Quantum".
cc: "magick/quantum.h", line 119: error 1000: Unexpected symbol: "unsigned".
cc: "magick/color-private.h", line 29: error 1000: Unexpected symbol: "MagickBooleanType".
cc: "magick/color-private.h", line 43: error 1000: Unexpected symbol: "IndexPacket".
cc: "magick/color-private.h", line 55: error 1000: Unexpected symbol: "MagickBooleanType".
cc: "magick/color-private.h", line 64: error 1000: Unexpected symbol: "MagickBooleanType".
cc: "magick/color-private.h", line 91: error 1000: Unexpected symbol: "MagickBooleanType".
cc: "magick/color-private.h", line 102: error 1000: Unexpected symbol: "MagickRealType".
cc: "magick/color-private.h", line 112: error 1000: Unexpected symbol: "Quantum".
cc: "magick/color-private.h", line 122: error 1000: Unexpected symbol: "MagickRealType".
cc: "magick/color-private.h", line 132: error 1000: Unexpected symbol: "MagickRealType".
cc: "magick/color-private.h", line 142: error 1000: Unexpected symbol: "Quantum".
cc: "magick/image-private.h", line 50: error 1000: Unexpected symbol: "double".
cc: "magick/image-private.h", line 55: error 1000: Unexpected symbol: "MagickBooleanType".
cc: "magick/image-private.h", line 67: error 1000: Unexpected symbol: "MagickRealType".
cc: "magick/image-private.h", line 72: error 1000: Unexpected symbol: "unsigned".
cc: "magick/image-private.h", line 77: error 1000: Unexpected symbol: "unsigned".
cc: "magick/image-private.h", line 82: error 1000: Unexpected symbol: "unsigned".
cc: "magick/image-private.h", line 87: error 1000: Unexpected symbol: "unsigned".
cc: "magick/quantum-private.h", line 42: error 1000: Unexpected symbol: "MagickRealType".
...
...
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Building 6.3.7-8 hpux

Post by magick »

We recently upgraded to the latest release of autoconf/automake. We will need to investigate to determine why ImageMagick now fails to build under HPUX. ImageMagick builds fine on all the systems we previously tried (Redhat, Fedora, Solaris, Mac OS X, etc). Until we have a fix you may need to revert to ImageMagick 6.3.6.
Post Reply