Re: [gdal-dev] scripts/setdevenv.sh

2018-04-06 Thread Kurt Schwehr
Nice!

Much more flexible than my sourceme-autotest.sh...

export PATH=$HOME/src/gdal-schwehr/inst/bin:$PATH
export PYTHONPATH=$HOME/src/gdal-schwehr/inst/lib/python2.7/site-packages
export LD_LIBRARY_PATH=$HOME/src/gdal-schwehr/inst/lib
export GDAL_DATA=$HOME/src/gdal-schwehr/inst/share/gdal

On Thu, Apr 5, 2018 at 11:00 PM, Ben Elliston 
wrote:

> This is handy, thanks, Even!
>
> Ben
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev
>



-- 
--
http://schwehr.org
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] ERDAS ECW SDK 5.40 and GDAL2.24 doesnt compile

2018-04-06 Thread jorge.dejesus

Hi to all

I am having problems compiling with ERDAS ECW SDK 5.40 and GDAL2.24  in 
Alpine 3.6  it reports


/tmp/gdal-2.2.4/.libs/libgdal.so: undefined reference to 
`NCS::CView::SetPendingView(unsigned int, unsigned int*, unsigned int, 
unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, 
double, double, double, double)'
/tmp/gdal-2.2.4/.libs/libgdal.so: undefined reference to 
`NCS::CView::Close(bool)'
/tmp/gdal-2.2.4/.libs/libgdal.so: undefined reference to 
`NCS::CView::UpdateFileInfo()'



This looks like a problem getting to the lib or a signature change, I 
couldnt find any info online


I have created a Docker with the problem:

https://github.com/jorgejesus/gdal-ecw

I run the same with lower SDK versions and I got other errors related to 
phtreads and not with this specific reference,


I am not certain if this is a bug or some problem from my side so I am 
sending an email here before reporting an issu



Thank you

Jorge


___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] scripts/setdevenv.sh

2018-04-06 Thread Ben Elliston
This is handy, thanks, Even!

Ben
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev