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.
troy_s
Posts: 23 Joined: 2010-11-28T01:57:31-07:00
Authentication code: 8675308
Post
by troy_s » 2011-10-10T15:08:45-07:00
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:
troy_s
Posts: 23 Joined: 2010-11-28T01:57:31-07:00
Authentication code: 8675308
Post
by troy_s » 2011-10-10T15:48:09-07:00
Appears to compile fine without --enable-hdri.
Perhaps a #define issue somewhere? Backtracked to r5520 and the issue persists.
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2011-10-10T17:05:40-07:00
We'll have a patch to fix the problem by sometime tomorrow. Thanks.