Make Errors

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
markasher
Posts: 13
Joined: 2012-04-04T13:21:48-07:00
Authentication code: 8675308

Re: Make Errors

Post by markasher »

markasher wrote:
magick wrote:Its likely there is patch in ImageMagick since your 6.7.6-4 that allows it to read the BMP or perhaps its an installation issue. Try upgrading to ImageMagick-6.7.7-6 and report success / failure here.
We installed 6.7.7-6 and received the same errors. Here are the steps we took to install it on the HP-UX system:

cd /emc/ImageMagick-6.7.7-6
./configure --without-x --prefix=/emc/IM6776
make
make install
cd
MAGICK_HOME=/emc/IM6776;export MAGICK_HOME
PATH=$MAGICK_HOME/bin:$PATH;export PATH
convert rose: rose.bmp
convert rose.bmp rose2.pcl
drhoads: improper image header `rose.bmp' @ error/bmp.c/ReadBMPImage/910.
drhoads: no images defined `rose2.pcl' @ error/convert.c/ConvertImageCommand/3032.

Any news yet, Gentlemen?
pbpatil519
Posts: 5
Joined: 2012-06-27T01:33:21-07:00
Authentication code: 13

Re: Make Errors

Post by pbpatil519 »

Hi

I am trying to install Imagemagick on 1and1 server, but facing following error

cc1: out of memory allocating 408 bytes after a total of 61668524 bytes
make[1]: * [wand/wand_libMagickWand_la-mogrify.lo] Error 1
make[1]: Leaving directory `/homepages/39/d389525088/htdocs/imagemagick'
make: * [all] Error 2
(uiserver):u66440623:~/imagemagick > wand/wand_libMagickWand_la-mogrify.lo]

ImageMagick version is - ImageMagick-6.7.7-9
Post Reply