I'm trying to compile v6.7.9-10 as downloaded from ftp://mirror.checkdomain.de/imagemagick ... .7.9-10.7z, with Visual Studio 2010. These are the configure settings I used:


I changed the configuration to x64 release and cleaned the build as described in the instructions then build the solution.
The build initially spits out 6 errors like
Error 261 error RC1110: could not open ..\..\magick\ImageMagick.rc ..ImageMagick-6.7.9\VisualMagick\utilities\RC UTIL_composite
then I get over 300 errors like
Error 1627 error LNK2001: unresolved external symbol XSync ..ImageMagick-6.7.9\VisualMagick\magick\xwindow.obj CORE_magick
At a guess I think that some setting is pointing at ..\..\magick\ImageMagick.rc when it should be pointing at ..\magick\ImageMagick.rc, but I don't really know, and have no idea how to change the setting if it exists.
Any help is greatly appreciated