Note, apparently MSYS2 team is maintaining a patchset for MinGW-w64 compilation:
https://github.com/Alexpux/MINGW-packag ... magemagick
Could parts of this be merged upstream?
Search found 2 matches
- 2016-11-03T06:32:02-07:00
- Forum: Users
- Topic: Compile/Link issues on MSYS2/MinGW-w64 of ImageMagick 7.0.3-4
- Replies: 3
- Views: 3297
- 2016-11-03T06:20:51-07:00
- Forum: Users
- Topic: Compile/Link issues on MSYS2/MinGW-w64 of ImageMagick 7.0.3-4
- Replies: 3
- Views: 3297
Compile/Link issues on MSYS2/MinGW-w64 of ImageMagick 7.0.3-4
I'm having trouble with compiling and linking ImageMagick under the MSYS2 (http://msys2.github.io/) environment using MinGW-w64 compiler. Here are the steps I've taken: git clone https://github.com/ImageMagick/ImageMagick.git git checkout 7.0.3-4 ./configure --prefix=/mingw64/ --disable-deprecated ...