Re: [gdal-dev] New xml to csv problem

2018-11-20 Thread Peter Petrik
can you try to uninstall gdal2 and reinstall with

brew install osgeo/osgeo4mac/gdal2 --with-complete

Peter

On Tue, Nov 20, 2018 at 9:19 AM Even Rouault 
wrote:

> On lundi 19 novembre 2018 14:12:02 CET John Muccigrosso wrote:
> > Right after I upgraded to gdal2 2.3.2 via Homebrew a few weeks ago, I
> started getting the following error:
> > > ERROR 6: OGR/GeoRSS driver has not been built with read support. Expat
> > > library required
>
> The error message means that your GDAL binary has not been built with
> libexpat. Probably an issue with the homebrew build recipee (I'm not
> familiar
> at all with Mac things). Indeed something to report to the maintainers of
> the
> OSGeo homebrew package
>
> Even
>
> Spatialys - Geospatial professional services
> http://www.spatialys.com
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] MSSQL Driver on Mac

2019-02-13 Thread Peter Petrik
Hi, which installation do you use?

Cheers,
Peter

On Wed, Feb 13, 2019 at 3:14 PM Horn, Ian I (COT)  wrote:

> I am trying to access a SQL Server on QGIS, but I get the “error opening
> connection:  Driver not loaded Driver not loaded”.  QGIS installs GDAL
> 2.3.2.  On my PC I know how to get to the root folders and check to see if
> the driver is there but not on my Mac.  If I use my terminal I get the
> following:
>
> Unable to open datasource
> `mssql:server=X;database=;tables=X.TrafficCameras;XX;
> ' with the following drivers.
>
> How do I install or make this driver work on my Mac for both command line
>  and use in QGIS?
>
> Thanks,
>
> Ian
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL integration in IOS(Objective-C || Swift)

2019-02-20 Thread Peter Petrik
Hi,

we have ported GDAL to ios when trying to build mobile app based on QGIS
core libraries some time ago: https://github.com/lutraconsulting/OSGeo4iOS
GDAL build should work but the whole project is kind-of in
prototype/proof-of-concept stage.

Kind regards,
Peter

On Wed, Feb 20, 2019 at 10:01 AM rajeshwar sharma 
wrote:

> Hello Team
>
> I am working on app which will have GepPDF lat/long reading functionality
> and showing current location on GeoPdf and user moving current location.
>
> So wanted to know that GDAL library is available for IOS or not, as I have
> searched a lot for it but didn't get any solution to successfully integrate
> GDAl in IOS.
>
> Kindly provide info for it ASAP.
>
> Best Regards
> *Rajeshwar Sharma*
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Gdal/Proj builds on iOS

2022-09-20 Thread Peter Petrik
Hi Philippe,

iOS links all the stuff statically, so there are sometimes clashes of
symbols. You can look at how we build it for Mergin Maps here:
https://github.com/MerginMaps/input-sdk/tree/master/ios/recipes

Kind Regards,
Peter Petrík
CPO of Mergin Maps
LI <https://www.linkedin.com/in/peter-petrik/>, Mergin Maps
<https://www.merginmaps.com>





On Tue, Sep 20, 2022 at 8:31 AM Philippe Lelong 
wrote:

> Hi,
>
>
> We have a strange issue with our GDAL build for iOS (GDAL 3.4.1, PROJ6).
> Everything is fine when running on iOS 15 or 16, but when the same app is
> run on iOS 14 or 12 the app will not load at all (does not even reach
> main) and the only thing I can see in a console is this:
>
>
> dyld: Symbol not found:
> __ZTTNSt3__114basic_ifstreamIcNS_11char_traitsIc
>
>
> If I remove completely GDAL libs from the app it works, so I know this is
> a dependency coming for GDAL, and a grep "char_traits" in all our libs
> returns libgdal.a and libproj.a only.
>
>
> I can join more logs from configure or build if needed.
>
>
> Any idea what is wrong here ?
>
>
> Thanks
>
> Philippe.
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev
>
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev