Page 1 of 1

(solved)-Build errors in VS 2005- imagemagick 6.6.6

Posted: 2011-01-05T07:20:45-07:00
by markmarques
Trying to build in a windowsXP enviromment with Quantum= 32 and HDRI enabled ....
Last try to build Imagemagick was 6.6.4 with sucess but now ...

When trying to build the "VisualStaticMT" project I get this :
Error 2 error C2223: left of '->opacity' must point to struct/union d:\ImageMagick-6.6.6\coders\png.c 2700
and several errors same error for each UTIL project ...
Error 3 fatal error LNK1181: cannot open input file '..\..\lib\core_db_coders_.lib' UTIL_montageImages

any ideas how to solve this ?

Re: build errors in VS 2005- imagemagick 6.6.6

Posted: 2011-01-05T08:33:38-07:00
by magick
We can reproduce the problem you posted and will have a patch in ImageMagick 6.6.7-0 Beta by sometime tomorrow. In the mean-time, change p->opacity to q->opacity.