[Gdal-dev] Problems building gdal dll with libtool on MinGW

Norman Vine nhv at cape.com
Wed Feb 18 06:42:43 EST 2004


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




More information about the Gdal-dev mailing list