Page 1 of 1

COMPILE: Error?

Posted: 2011-10-10T15:08:45-07:00
by troy_s
Just noticed that I can't compile off of SVN trunk at the moment under Linux (amd64)

Code: Select all

MagickCore/image.c: In function 'IsHighDynamicRangeImage':
MagickCore/image.c:1850:23: error: 'zero' undeclared (first use in this function)
Ideas?

Only configure option was:

Code: Select all

./configure --enable-hdri

Re: COMPILE: Error?

Posted: 2011-10-10T15:48:09-07:00
by troy_s
Appears to compile fine without --enable-hdri.

Perhaps a #define issue somewhere? Backtracked to r5520 and the issue persists.

Re: COMPILE: Error?

Posted: 2011-10-10T17:05:40-07:00
by magick
We'll have a patch to fix the problem by sometime tomorrow. Thanks.