Re: [gdal-dev] osx compile failure

2019-01-17 Thread Alan Stewart
. +1 678.391.9615 www.terragotech.com From: Ivan Lucena Sent: Wednesday, January 16, 2019 10:57 AM To: Alan Stewart ; Even Rouault Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] osx compile failure Alan, Did you used --without-libtool on ./configure? If you do that, I believe that the

Re: [gdal-dev] osx compile failure

2019-01-16 Thread Ivan Lucena
0/where-do-i-set-dyld-library-path-on-mac-os-x-and-is-it-a-good-idea https://blogs.oracle.com/dipol/dynamic-libraries,-rpath,-and-mac-os Good luck, Ivan From: gdal-dev on behalf of Alan Stewart Sent: Tuesday, January 15, 2019 2:00 PM To: Even Rouault Cc: gdal-dev

Re: [gdal-dev] osx compile failure

2019-01-15 Thread Alan Stewart
Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] osx compile failure On lundi 14 janvier 2019 20:25:42 CET Alan Stewart wrote: > DYLD_LIBRARY_PATH Maybe an effect of the SIP thing you'd need to disable ? https://developer.apple.com/library/archive/documentation/Security/Co

Re: [gdal-dev] osx compile failure

2019-01-14 Thread Even Rouault
On lundi 14 janvier 2019 20:25:42 CET Alan Stewart wrote: > DYLD_LIBRARY_PATH Maybe an effect of the SIP thing you'd need to disable ? https://developer.apple.com/library/archive/documentation/Security/Conceptual/System_Integrity_Protection_Guide/RuntimeProtections/RuntimeProtections.html -- Spa

Re: [gdal-dev] osx compile failure

2019-01-14 Thread Alan Stewart
art Senior Software Engineer TerraGo Technologies 3200 Windy Hill Road, Suite 1550W Atlanta, GA 30339 USA O. +1 678.391.9615   www.terragotech.com -Original Message- From: Even Rouault Sent: Thursday, January 03, 2019 4:40 PM To: Alan Stewart Cc: gdal-dev@lists.osgeo.org Subject: Re: [gda

Re: [gdal-dev] osx compile failure

2019-01-04 Thread Even Rouault
On vendredi 4 janvier 2019 19:52:36 CET you wrote: > That script corrupts the PATH environment variable! Works on Linux at lest. I *believe* it has been tested on Mac by some folks. -- Spatialys - Geospatial professional services http://www.spatialys.com _

Re: [gdal-dev] osx compile failure

2019-01-03 Thread Even Rouault
On jeudi 3 janvier 2019 21:17:26 CET Alan Stewart wrote: > Even, > > I've been working on this. There were a lot of small source changes across a > number of formats, not just plscenes, plus some system-specific details in > the scripts, to be resolved. I have a successful build now, but running t

Re: [gdal-dev] osx compile failure

2019-01-03 Thread Alan Stewart
TerraGo Technologies 3200 Windy Hill Road, Suite 1550W Atlanta, GA 30339 USA O. +1 678.391.9615   www.terragotech.com -Original Message- From: Even Rouault Sent: Tuesday, December 18, 2018 4:20 PM To: gdal-dev@lists.osgeo.org Cc: Alan Stewart Subject: Re: [gdal-dev] osx compile failure Al

Re: [gdal-dev] osx compile failure

2018-12-18 Thread Even Rouault
Alan, your environment is correct, it is just that there are different versions of libjson-c where function signatures have changed. We have had similar issues in the past. > > I doing 'git clone' of master from OSGeo/gdal and running the > gdal/ci/travis/osx scripts. The install.sh script ter

[gdal-dev] osx compile failure

2018-12-18 Thread Alan Stewart
MacOS 10.12, xcode 9.2 I doing 'git clone' of master from OSGeo/gdal and running the gdal/ci/travis/osx scripts. The install.sh script terminates because of: plmosaicdataset.cpp::30: error: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'const int' [-Werror,