Re: [gdal-dev] GDAL 2.0.2 doesn't compile with Kakadu 7.7.1

2016-02-12 Thread Andre Hollstein
Dear Even, thanks for pointing me to https://trac.osgeo.org/gdal/changeset/31517, I will use this. Maybe it would help to avoid confusion to reflect the need to set CXXFLAGS="-DKDU_MAJOR_VERSION=7 -DKDU_MINOR_VERSION=7 in the ./configure --help message. I was missing this info. Thanks a lot

Re: [gdal-dev] GDAL 2.0.2 doesn't compile with Kakadu 7.7.1

2016-02-12 Thread Even Rouault
Andre, > The preferred way to include all the > Kakadu API's is to link against > >both libkdu_v77R.o and libkdu_a77R.o, where the latter is built by the > "managed" makefiles. > >Anyway, it may be that all you have to do is add > "avx2_region_deocmpressor.o" (and possibly > >"avx2_region_compo

[gdal-dev] GDAL 2.0.2 doesn't compile with Kakadu 7.7.1

2016-02-12 Thread Andre Hollstein
Dear GDAL developers, I'm trying to build gdal with support to the Kakadu library. My problems occur both with gdal 2.0.2 as well which what I checked out from github. I have configured a minimal example: ./configure --prefix $prefix_opt \ --with-openjpeg=no --with-jasper=no \ --with-ecw=no \