Re: [gdal-dev] Compile gdal/ogr with mingw

2014-03-27 Thread David Tran
World!" does not show in the console with the function OGRRegisterAll(). Do you know why it doesn't work? Any other ideas? Cheers David ---- Original Message ---- Subject: Re: [gdal-dev] Compile gdal/ogr with mingw From: Even Rouault To: David Tran Date: Thursday, 27. Marc

Re: [gdal-dev] Compile gdal/ogr with mingw

2014-03-27 Thread Even Rouault
I haven't tried recently with mingw binaries in Windows, but the build with the i586-mingw32msvc cross compiler from Linux works and the resulting executable can pass the regression tests. > > Hi to everyone > > Did somebody compile gdal/ogr with mingw? > > I tried to compile gdal (static/shared)

Re: [gdal-dev] Compile gdal/ogr with mingw

2014-03-27 Thread David Tran
Hi to everyone Did somebody compile gdal/ogr with mingw? I tried to compile gdal (static/shared) with MinGW without success of calling the function OGRRegisterAll() in QT 5.2.1 (C++). Starting the binary results in: > The program has unexpectedly finished. I used those tutorials: http://gvsi