Search found 1 match
- 2012-08-29T23:51:00-07:00
- Forum: Developers
- Topic: Cannot build ImageMagick-6.5.3-10 on MinGW
- Replies: 10
- Views: 22718
Re: Cannot build ImageMagick-6.5.3-10 on MinGW
Compiling on mingw then trying to generate a jpeg, I was getting "JPEG parameter struct mismatch: library thinks size is 432, caller expects 416". Getting rid of "typedef unsigned char boolean;" in jpeg.c seems to have fixed the parameter mismatch. #if defined(__MINGW32__) # define XMD_H 1 /* Avoid ...