Esri / file-geodatabase-api

FileGeodatabaseAPI_1.4 (1.4.0.183) The File Geodatabase C++ API for Windows, MacOS and Linux
Apache License 2.0
154 stars 60 forks source link

Does this work on ubuntu 20 #37

Open gisticinc opened 3 years ago

gisticinc commented 3 years ago

Does this work on ubuntu 20?

lshipman commented 3 years ago

The currently posted version supports:
Ubuntu 14.04 LTS Ubuntu 16.04 LTS

We are currently working on a new version of the API. It should be release sometime in the first or second quarter of this year.

rouault commented 3 years ago

I've just verified that v1.5.1 does not work with the default compiler of Ubuntu 20.04, due to a change in the C++ ABI. An updated SDK will be needed to unlock this situation. Why not open sourcing the SDK by the way ?

Edit: removing lib/libstdc++.so enables the linking to succeed

pka commented 3 years ago

Is v1.5.2 released, @lshipman ?

reppiz commented 2 years ago

I've just verified that v1.5.1 does not work with the default compiler of Ubuntu 20.04, due to a change in the C++ ABI. An updated SDK will be needed to unlock this situation. Why not open sourcing the SDK by the way ?

Edit: removing lib/libstdc++.so enables the linking to succeed

Can you explain how to remove libstdc++.so?

Trying to get this API to install on ubuntu 22.04 64 bit.