COMPILE: Error?

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
troy_s
Posts: 23
Joined: 2010-11-28T01:57:31-07:00
Authentication code: 8675308

COMPILE: Error?

Post 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
troy_s
Posts: 23
Joined: 2010-11-28T01:57:31-07:00
Authentication code: 8675308

Re: COMPILE: Error?

Post by troy_s »

Appears to compile fine without --enable-hdri.

Perhaps a #define issue somewhere? Backtracked to r5520 and the issue persists.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: COMPILE: Error?

Post by magick »

We'll have a patch to fix the problem by sometime tomorrow. Thanks.
Post Reply