Search found 4 matches
- 2017-09-26T23:59:47-07:00
- Forum: Developers
- Topic: MinGW64 and ImageMagick
- Replies: 6
- Views: 21642
Re: MinGW64 and ImageMagick
Could you check if the following patch fixes your issue: https://github.com/ImageMagick/ImageMagick/commit/16729355bc306203420585cc14c8092fc91f97f7? Thanks for the reply! It definitely solved all the Errors about sockets! But it is still crashing. Now the only Errors left are regarding MagickCore ...
- 2017-09-26T02:01:35-07:00
- Forum: Developers
- Topic: MinGW64 and ImageMagick
- Replies: 6
- Views: 21642
Re: MinGW64 and ImageMagick
Tried anew with Drangon's MinGW64 Toolchain. Compilation gets quite a touch further, with failures in between and at the end with a bunch of "static.c:???: undefined reference to `Unregister????Image'", see log below. I will now try to take the time and compile every dependency by hand from scratch ...
- 2017-09-21T05:28:50-07:00
- Forum: Developers
- Topic: MinGW64 and ImageMagick
- Replies: 6
- Views: 21642
Re: MinGW64 and ImageMagick
Many years ago I tried to build IM with Mingw, and failed. Then I tried with Cygwin, and it simply works. I want a portable app, independent of Cygwin, so I stick to MinGW. I recall this exact quote from another thread I read, heh... Well, if you haven't got the PNG library, you won't be able to ...
- 2017-09-21T04:25:39-07:00
- Forum: Developers
- Topic: MinGW64 and ImageMagick
- Replies: 6
- Views: 21642
MinGW64 and ImageMagick
Dear ImageMagick support, I'm trying to build Magick++ with MinGW64 (64bit) and MSYS2 to make an app for Windows with the number crunching power of IM's OpenCL and OpenMP. After trying many version and combinations, reading every single topic on the Forum and all the official build guides, I'm not ...