Alessandro Amici writes: > > Mario, FYI jpeg support is broken under mingw by a double definition of INT32, > use './configure --with-jpeg=no' just comment this out as below in jmore.cfg #ifndef XMD_H /* X11/xmd.h correctly defines INT32 */ #if ! (defined(__CYGWIN__) || defined(__MINGW32__)) typedef long INT32; #endif #endif