Fix for compilation with ICL on Visual Studio

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
BrunoReX
Posts: 2
Joined: 2012-06-04T05:32:24-07:00
Authentication code: 13

Fix for compilation with ICL on Visual Studio

Post by BrunoReX »

You won't be able to compile ImageMagick on Windows using Visual Studio and the Intel C++ Compiler, it complains about the preprocessor definitions for libtiff since they are all in the same line, the solution is to give each of them its own line. Here's a patch for VisualMagick.

I was able to compile it using ICL13/VS2012 just by doing that change.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Fix for compilation with ICL on Visual Studio

Post by magick »

Thanks for the patch. We'll get it into the next point release of ImageMagick.
Post Reply