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 ?
(solved)-Build errors in VS 2005- imagemagick 6.6.6
-
- Posts: 88
- Joined: 2010-06-29T14:36:09-07:00
- Authentication code: 8675308
(solved)-Build errors in VS 2005- imagemagick 6.6.6
Last edited by markmarques on 2011-01-18T04:34:15-07:00, edited 1 time in total.
Re: build errors in VS 2005- imagemagick 6.6.6
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.