I have a couple questions regarding to building GDAL 3.10.3:
1. Error about CURL: Could NOT find CURL: Found unsuitable version "7.61.1", but required is at least "7.68" (found /usr/lib64/libcurl.so, ) Any reason that curl 7.68 and higher is required? 1. In the build of GDAL 3.10.3, GDAL_USE_ARROW, GDAL_USE_ARROWDATASET and GDAL_USE_PARQUET are on. The Arrow_ROOT, Parquet_ROOT and ArrowDataset_ROOT are set to the installation of arrow. But the build gave error: In file included from /…./gdal/3.10. 3/ogr/ogrsf_frmts/parquet/../arrow_common/ogr_arrow.h:22, from /…./gdal/3.10. 3/ogr/ogrsf_frmts/parquet/ogr_parquet.h:23, from /…./gdal/3.10. 3/ogr/ogrsf_frmts/parquet/ogrparquetdriver.cpp:20: /…./gdal/3.10.3/ogr/ogrsf_frmts/parquet/../arrow_common/ogr_include_arrow.h:29:10: fatal error: arrow/array.h: No such file or directory #include "arrow/array.h" ^~~~~~~~~~~~~~~ compilation terminated. The “arrow/array.h” is located at the arrow installation include directory. Any suggestion on how to fix this error? Thanks!
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev