Your patch also works fine in my environment.
Thank you.
Search found 2 matches
- 2014-06-23T06:54:52-07:00
- Forum: Bugs
- Topic: Ver. 6.8.9-3 can't be built in mingw environment.
- Replies: 2
- Views: 1613
- 2014-06-22T04:03:17-07:00
- Forum: Bugs
- Topic: Ver. 6.8.9-3 can't be built in mingw environment.
- Replies: 2
- Views: 1613
Ver. 6.8.9-3 can't be built in mingw environment.
I use MinGW-w64 environment. It can't build ImageMagick-6.8.9-3. Then I try this patch. So, I can build it. --- wand/Makefile.am~ 2014-05-19 09:44:43 +0900 +++ wand/Makefile.am 2014-06-22 18:31:19 +0900 @@ -17,7 +17,7 @@ wandincdir = $(INCLUDE_PATH)/wand -WAND_CPPFLAGS = $(AM_CPPFLAGS) +WAND ...