Hi to everybody again

Hope you all enjoy gdal 1.11.0beta1.

What was the big bang between v1.9.2 and >=1.1x.y? Because my MinGW installtion doesn't compile Gdal since version 1.10.0 at all. Only Gdal 1.9.2 with MinGW (www.mingw.org) was (configure, make, make install) fine. I tested the binaries ogrinfo and ogr2ogr with the flag --version.

I have some compile results/errors to share:

curl-7.36.0
expat-2.1.0
proj-4.8.0 (with Datumgrid 1.6RC1)
openssl-1.0.1f
sqlite-autoconf-3080402
zlib-1.2.8
postgresql-9.3.4

== mingw32 (www.mingw.org) ==

HOST=i686-w64-mingw32
WORKSPACE=$PWD/workspace
export PATH=$WORKSPACE/bin:$WORKSPACE/lib:$PATH
./configure --prefix=$WORKSPACE --disable-static --without-grass --without-geos --without-freexl --with-python=no --with-xerces=no --with-jasper=no --with-mrsid=no --with-mrsid_lidar=no --with-ecw=no --with-libz=internal --with-png=internal --with-libtiff=internal --with-geotiff=internal --with-jpeg=internal --with-gif=internal --with-pcraster=internal --with-threads --enable-fast-install --with-curl --with-odbc --with-expat=$WORKSPACE --with-static-proj4=$WORKSPACE --with-sqlite3=$WORKSPACE --with-pg=$WORKSPACE/bin/pg_config --host=$HOST --build=$HOST
make

gdal version
1.9.2
ok.

1.10.1
make[1]: *** [cpl_xml_validate.lo] Error 1
make[1]: Leaving directory `/home/David/gdal-1.10.1/port'
make: *** [port-target] Error 2

1.11.0beta1
make[1]: *** [cpl_xml_validate.lo] Error 1
make[1]: Leaving directory `/home/David/gdal-1.11.0beta1/port'
make: *** [port-target] Error 2

svn-stable-2014.03.28
ok.


== mingw w64 rubenvb ==

HOST=i686-w64-mingw32
WORKSPACE=$PWD/workspace
export PATH=$WORKSPACE/bin:$WORKSPACE/lib:$PATH
./configure --prefix=$WORKSPACE --disable-static --without-grass --without-geos --without-freexl --with-python=no --with-xerces=no --with-jasper=no --with-mrsid=no --with-mrsid_lidar=no --with-ecw=no --with-libz=internal --with-png=internal --with-libtiff=internal --with-geotiff=internal --with-jpeg=internal --with-gif=internal --with-pcraster=internal --with-threads --enable-fast-install --with-curl --with-odbc --with-expat=$WORKSPACE --with-static-proj4=$WORKSPACE --with-sqlite3=$WORKSPACE --with-pg=$WORKSPACE/bin/pg_config --host=$HOST --build=$HOST
make

gdal version
1.9.2
collect2.exe: error: ld returned 1 exit status
make[1]: *** [libgdal.la] Error 1
make[1]: Leaving directory `/home/David/gdal-1.9.2'
make: *** [check-lib] Error 2

1.10.1
collect2.exe: error: ld returned 1 exit status
make[1]: *** [libgdal.la] Error 1
make[1]: Leaving directory `/home/David/gdal-1.10.1'
make: *** [check-lib] Error 2

1.11.0beta1
collect2.exe: error: ld returned 1 exit status
make[1]: *** [libgdal.la] Error 1
make[1]: Leaving directory `/home/David/gdal-1.11.0beta1'
make: *** [check-lib] Error 2


Thanks again.


-------- Original Message  --------
Subject: [gdal-dev] GDAL/OGR 1.11.0 Beta1 ready
From: Even Rouault <[email protected]>
To: [email protected] dev <[email protected]>
Date: Friday, 4. April 2014 22:19:48

Hi,

I have prepared a GDAL/OGR 1.11.0 first beta release. The source
archives can be found at :

http://download.osgeo.org/gdal/1.11.0/gdal-1.11.0beta1.tar.gz
http://download.osgeo.org/gdal/1.11.0/gdal-1.11.0beta1.tar.xz
http://download.osgeo.org/gdal/1.11.0/gdal1110beta1.zip

The NEWS for the release can be found at the top of:

http://svn.osgeo.org/gdal/trunk/gdal/NEWS

As usual, you are warmly invited to test and report (ideally with
patches) anything that must be fixed before the release :
http://trac.osgeo.org/gdal/

There will be perhaps another beta, but if things go smoothly, the
next step will be RC1 (let's say end of next week).

Note: due to the current unavailability of gdal.org, which is the
machine on which releases are usually prepared, I've created the
snapshot on my PC. Hopefully this will have no consequence on the
above archives.

Best regards,

Even

_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to