Build system
Posted: 2015-02-09T19:03:14-07:00
I have Windows 8.1 and Visual Studio 2013.
Since the provided binaries seems to be not compatible with vc 2013, I'm recompiling ImageMagick from source
The readme file says to compile a VisualMagick project first, which seems some odd build system, that will generate Visual Studio 2010 (!!) soution files (which I could eventually import into 2013).
Problem is, this VisualMagick project seems to use MFC that I didn't even install. As you can see, latest MFC release was 1 and a half year ago (june 2013), and the entire project seems to be abandoned and used less and less in favor of .NET
BTW, after installing the MFC libraries from the visual studio DVD, I tried to build the project "VisualMagick" but visual studio complained that multi-byte support for MFC is discontinued, and I entire switch to Unicode or download the linked library. Since switching to Unicode isn't practicable (casting errors etc...) i had to download the library
I really think that this old and outdated VisualMagick system has simply to gone in favour of something like CMake
Since the provided binaries seems to be not compatible with vc 2013, I'm recompiling ImageMagick from source
The readme file says to compile a VisualMagick project first, which seems some odd build system, that will generate Visual Studio 2010 (!!) soution files (which I could eventually import into 2013).
Problem is, this VisualMagick project seems to use MFC that I didn't even install. As you can see, latest MFC release was 1 and a half year ago (june 2013), and the entire project seems to be abandoned and used less and less in favor of .NET
BTW, after installing the MFC libraries from the visual studio DVD, I tried to build the project "VisualMagick" but visual studio complained that multi-byte support for MFC is discontinued, and I entire switch to Unicode or download the linked library. Since switching to Unicode isn't practicable (casting errors etc...) i had to download the library
I really think that this old and outdated VisualMagick system has simply to gone in favour of something like CMake