Having trouble compiling & installing. Any thoughts?

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
baggachipz

Having trouble compiling & installing. Any thoughts?

Post by baggachipz »

I'm having trouble compiling ImageMagick 6.4.0. I'm running Ubuntu Hardy Beta 4, server edition (standard LAMP server install). Being a web developer, I'm a bit lost here. Could anyone perhaps provide any insight into what may be wrong? I'm compiling from source (instead of simply installing from apt) because I want to install Zebra (zebra.sourceforge.net) and it seems to want a more recent version. I've re-installed Ubuntu cleanly with no previous version of ImageMagick. Output from make (pertaining to the error):

My build-essential packages (C compiler, etc) are the most up-to-date from the apt repository.

./config -g -O2 -Wall -W -pthread -MT coders/coders_avi_la-avi.lo -MD -MP - MF coders/.deps/coders_avi_la-avi.Tpo -c -o coders/coders_avi_la-avi.lo `test -f 'coders/avi.c' || echo './'`coders/avi.c
coders/avi.c: In function âReadAVIImageâ:
coders/avi.c:1701: error: âmessageâ undeclared (first use in this function)
coders/avi.c:1701: error: (Each undeclared identifier is reported only once
coders/avi.c:1701: error: for each function it appears in.)
make[1]: *** [coders/coders_avi_la-avi.lo] Error 1
make[1]: Leaving directory `/home/matt/ImageMagick-6.4.0'
make: *** [all] Error 2


Machine Specs: AMD Duron 800MHz, 512mb, Diamond Viper 16MB, Maxtor 40GB (... yeah, a real frankenstein screamer)


Any help is *much* appreciated!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Having trouble compiling & installing. Any thoughts?

Post by magick »

We have a patch for the problem you reported in ImageMagick 6.4.0-7 Beta available sometime tomorrow. Thanks.
baggachipz

Re: Having trouble compiling & installing. Any thoughts?

Post by baggachipz »

Great, thanks!
Post Reply