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

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
markmarques
Posts: 88
Joined: 2010-06-29T14:36:09-07:00
Authentication code: 8675308

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

Post 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 ?
Last edited by markmarques on 2011-01-18T04:34:15-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: build errors in VS 2005- imagemagick 6.6.6

Post 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.
Post Reply