[RESOLVED] Another windows compilation problem
Posted: 2012-10-09T13:45:45-07:00
We are hoping to use IM via Magick++ in a project that will process very large images (10^10 pixels) on a windows based system. As such we ultimately want to compile a 64bit version of IM with all possible multi-core support.
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
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