Building x64 from source on Windows
Posted: 2014-01-10T07:32:03-07:00
I'm trying to build ImageMagick x64 on Windows from source. Configure.exe works just fine, and I selected Dynamic MT build, 64-bit distribution, and Enable HDRI. The rest I left default. On the next screen, I also left things default. Then, the configure appears to work normally.
Then I open the VisualStaticMT project (still following the instructions to the letter), and hittin Build->Build Solution. The crazy thing is that the build finished with no errors. I get all the expected executables in the bin directory. And they even work. Great!
Except that it has built the x86 version. Why? I really did put a tick next to "Build x64 edition". I tried again just to make sure. Should I do something else to get an x64 edition?
Already tried both a Release build and a Debug build - from the surface they appear to be identical, at least in architecture they are.
I'm using Visual Studio 2012 Pro on Windows 7 x64. ImageMagick source distro 6.8.8.
Please note that I'm not a C/C++ programmer at all, so I may not be familiar with all of the jargon.
The reason I'm building IM myself is because I want the HDRI option, which is not in the binary distro.
Then I open the VisualStaticMT project (still following the instructions to the letter), and hittin Build->Build Solution. The crazy thing is that the build finished with no errors. I get all the expected executables in the bin directory. And they even work. Great!
Except that it has built the x86 version. Why? I really did put a tick next to "Build x64 edition". I tried again just to make sure. Should I do something else to get an x64 edition?
Already tried both a Release build and a Debug build - from the surface they appear to be identical, at least in architecture they are.
I'm using Visual Studio 2012 Pro on Windows 7 x64. ImageMagick source distro 6.8.8.
Please note that I'm not a C/C++ programmer at all, so I may not be familiar with all of the jargon.
The reason I'm building IM myself is because I want the HDRI option, which is not in the binary distro.