Re: [gdal-dev] Motion: Promote 1.11.0RC1 for release

2014-04-20 Thread Kurt Schwehr
What in the test output says that I don't have a working proj4? Thanks for the clarifications on the other points. I can update the checksums tomorrow. -kurt On Sun, Apr 20, 2014 at 10:38 AM, Even Rouault wrote: > Le dimanche 20 avril 2014 18:20:58, Kurt Schwehr a écrit : > > The proj.4 comm

Re: [gdal-dev] [EXTERNAL] Re: ogr oracle multiple geometries

2014-04-20 Thread Martin Landa
Hi, 2014-04-16 2:05 GMT+02:00 Smith, Michael ERDC-RDE-CRREL-NH : > Oracle does support multiple geometry columns per table. >>all, but even if it does, nobody has upgraded yet the driver to RFC 41. OK, I started to work on it. Martin -- Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa ___

Re: [gdal-dev] Motion: Promote 1.11.0RC1 for release

2014-04-20 Thread Even Rouault
Le dimanche 20 avril 2014 18:20:58, Kurt Schwehr a écrit : > The proj.4 comment confuses me... > > ./configure ... --with-static-proj4=/sw ... > > checking how to link PROJ.4 library... link statically. > checking for pj_init in -lproj... yes > > Statically link PROJ.4:yes > > What am I m

Re: [gdal-dev] Motion: Promote 1.11.0RC1 for release

2014-04-20 Thread Kurt Schwehr
The proj.4 comment confuses me... ./configure ... --with-static-proj4=/sw ... checking how to link PROJ.4 library... link statically. checking for pj_init in -lproj... yes Statically link PROJ.4:yes What am I missing? The jpeg and png issues are (if I remember the discussions a few mon

Re: [gdal-dev] Help request to make Python bindings to build again with MacOS X 10.9

2014-04-20 Thread William Kyngesburye
On Apr 20, 2014, at 4:39 AM, Even Rouault wrote: >> Well, you could try leaving out the os.uname test. clang is clang no matter >> what version of OS X, and it wouldn't hurt to include the option when it's >> already default. Also, testing the OS version doesn't necessarily say what >> clang v

Re: [gdal-dev] Motion: Promote 1.11.0RC1 for release

2014-04-20 Thread Even Rouault
Le dimanche 20 avril 2014 17:36:58, Kurt Schwehr a écrit : > Pretty much everything working with fink on the mac on 10.9 with xcode 5.1 > and fink's python 2.7. Test results below. Created one new issue. Most of the failed tests are due to the fact that you don't have proj.4 installed : it is p

Re: [gdal-dev] Motion: Promote 1.11.0RC1 for release

2014-04-20 Thread Kurt Schwehr
Pretty much everything working with fink on the mac on 10.9 with xcode 5.1 and fink's python 2.7. Test results below. Created one new issue. -kurt test_gdaltindex4 failing: http://trac.osgeo.org/gdal/ticket/5440 Packaging files: https://github.com/schwehr/fink-10.9/tree/1fd286b6f90a56803c88387

Re: [gdal-dev] Motion: Promote 1.11.0RC1 for release

2014-04-20 Thread Even Rouault
Le dimanche 20 avril 2014 16:21:40, Martin Landa a écrit : > Hi, > > 2014-04-20 16:03 GMT+02:00 Even Rouault : > > Motion: GDAL/OGR 1.11.0RC1 is promoted to be the official 1.11.0 final > > release. > > > > --- > > > > No critical issue has been specifically reported on RC1 so far, so I > > invi

Re: [gdal-dev] Motion: Promote 1.11.0RC1 for release

2014-04-20 Thread Martin Landa
Hi, 2014-04-20 16:03 GMT+02:00 Even Rouault : > Motion: GDAL/OGR 1.11.0RC1 is promoted to be the official 1.11.0 final > release. > > --- > > No critical issue has been specifically reported on RC1 so far, so I invite > PSC > members to vote on this motion after doing your own testing and valida

[gdal-dev] Motion: Promote 1.11.0RC1 for release

2014-04-20 Thread Even Rouault
Motion: GDAL/OGR 1.11.0RC1 is promoted to be the official 1.11.0 final release. --- No critical issue has been specifically reported on RC1 so far, so I invite PSC members to vote on this motion after doing your own testing and validation. Input from everyone else who can test it is also very w

Re: [gdal-dev] Help request to make Python bindings to build again with MacOS X 10.9

2014-04-20 Thread Kurt Schwehr
http://en.wikipedia.org/wiki/Xcode#Composition says that clang started at xcode 4.2, for which the version numbering is decoupled from the darwin version. There are two tables at the bottom that only sort of tell the whole story... http://en.wikipedia.org/wiki/Xcode#Versions_compare_table e.g. o

Re: [gdal-dev] Help request to make Python bindings to build again with MacOS X 10.9

2014-04-20 Thread Even Rouault
> Well, you could try leaving out the os.uname test. clang is clang no matter > what version of OS X, and it wouldn't hurt to include the option when it's > already default. Also, testing the OS version doesn't necessarily say what > clang version is installed. Could you try leaving out test os.