Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-27 Thread andy
Hi Scott, Yeah, it's not finding something. FYI, I don't use the > GDAL_USE_PARQUET=ON, it just finds it. My Arrow/Parquet related output looks like this (real path): -- Arrow version: 14.0.0 -- Found the Arrow shared library: /usr/local/lib/libarrow.so.1400.0.0 -- Found the Arrow import

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-27 Thread Scott
Yeah, it's not finding something. FYI, I don't use the GDAL_USE_PARQUET=ON, it just finds it. My Arrow/Parquet related output looks like this (not real paths): -- Arrow version: 12.0.1 -- Found the Arrow shared library: /opt/local/lib/libarrow.so.1200.1.0 -- Found the Arrow import library:

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-27 Thread andy
Hi scott, > Parquet issue. Do you have apache-arrow installed? > https://arrow.apache.org/docs/index.html I have installed pyarrow and compiled arrow/cpp. During "cmake -D GDAL_USE_GEOS=ON -D GDAL_USE_PARQUET=ON -D OGR_ENABLE_DRIVER_OGDI:BOOL=OFF ..", I have -- Found the ArrowDataset shared

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-27 Thread andy
Hi Andrew, On Sat, 26 Aug 2023 at 16:39, Andrew C Aitchison wrote: > My ubuntu has >/usr/include/ntirpc/rpc/rpc.hfrom libntirpc-dev > and >/usr/include/tirpc/rpc/rpc.h from libtirpc-dev > and builds the ogdi driver without problem. > I have both, but I have those blocking