Re: [gdal-dev] Revisiting ecw

2018-03-16 Thread Even Rouault
> Note: I've found that if you also link against the Teigha libraries, the ECW > driver tends to crash. The joy of combining two proprietary closed-source > SDKs... Regarding the above finding, I've found that both ECW SDK and Teigha SDK embeds a copy of TinyXML, probably at a different version /

Re: [gdal-dev] Revisiting ecw

2018-03-14 Thread Jeff McKenna
On 2018-03-13 5:24 PM, Even Rouault wrote: Hi, Hexagon released ECW SDK 5.4 [1] with support for the CXX11 ABI, which makes it compatible with gcc >= 5.1 with its default ABI. I've just added support in configure in trunk and 2.2 branch to detect if we must link against the libNCSEcw with the

Re: [gdal-dev] Revisiting ecw

2018-03-13 Thread Even Rouault
Hi, Hexagon released ECW SDK 5.4 [1] with support for the CXX11 ABI, which makes it compatible with gcc >= 5.1 with its default ABI. I've just added support in configure in trunk and 2.2 branch to detect if we must link against the libNCSEcw with the newabi or the one with the oldabi Note: I've

Re: [gdal-dev] Revisiting ecw

2017-08-01 Thread Even Rouault
On mardi 1 août 2017 17:05:20 CEST Micha Silver wrote: > I'm following the thread: > http://osgeo-org.1560.x6.nabble.com/gdal-dev-gdal-2-1-ecw-5-2-1-td5299048.ht > ml trying to compile gdal with ECW support. I have tried this configure: > > CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0" ./configure > --pre

[gdal-dev] Revisiting ecw

2017-08-01 Thread Micha Silver
I'm following the thread: http://osgeo-org.1560.x6.nabble.com/gdal-dev-gdal-2-1-ecw-5-2-1-td5299048.html trying to compile gdal with ECW support. I have tried this configure: CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0" ./configure --prefix=/usr/local/gdal --with-libkml=no --with-ecw=/home/micha/Download