Re: [gdal-dev] ESRI Shapefile API missing

2023-06-21 Thread Even Rouault
Derek, This is intended. GDAL build shouldn't leak/expose internal implementation details such as its embedded shapelib copy, which doesn't belong to the GDAL API. Either you use the OGR Shapefile driver through OGR API, or you link against external shapelib if you want to use shapelib direct

Re: [gdal-dev] ESRI Shapefile API missing

2023-06-20 Thread Derek Newhall
Also worth noting that this appears in the console output: -- Enabled drivers and features and found dependency packages -- The following features have been enabled: * ogr_SHAPE, ESRI shape-file Derek Newhall On Tue, Jun 20, 2023 at 9:01 PM Derek Newhall wrote: > Hi all, > > We've just migra