Changes between Initial Version and Version 1 of GDALDebugArrow


Ignore:
Timestamp:
05/27/24 07:31:27 (4 months ago)
Author:
darkblueb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GDALDebugArrow

    v1 v1  
     1```
     2checking if sprintf can be overloaded for GDAL compilation
     3 GDAL_VERSION          = 3.9.0
     4 GDAL_ABI_FULL_VERSION = 35.3.9.0
     5 GDAL_SOVERSION        = 35
     6 Could NOT find ODBCCPP (missing: ODBCCPP_LIBRARY ODBCCPP_INCLUDE_DIR)
     7 Could NOT find MSSQL_ODBC (missing: MSSQL_ODBC_LIBRARY MSSQL_ODBC_INCLUDE_DIR MSSQL_ODBC_VERSION)
     8 Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found suitable version "7.88.1", minimum required is "7.68")
     9 Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.11") found components: SSL Crypto
     10 Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.88.1")
     11 Reading /usr/local/share/cmake/GeoTIFF/geotiff-config.cmake
     12 GeoTIFF configuration, version 1.7.1
     13   include directory: ${GeoTIFF_INCLUDE_DIRS}
     14   ${GeoTIFF_LIBRARIES} set to static libraries
     15 Could NOT find GIF (missing: GIF_LIBRARY GIF_INCLUDE_DIR)
     16 Could NOT find OpenCAD (missing: OPENCAD_LIBRARY OPENCAD_INCLUDE_DIR)
     17 Could NOT find QHULL (missing: QHULL_LIBRARY QHULL_INCLUDE_DIR)
     18 Could NOT find BRUNSLI (missing: BRUNSLI_ENC_LIB BRUNSLI_DEC_LIB BRUNSLI_INCLUDE_DIR)
     19 Could NOT find libQB3 (missing: libQB3_DIR)
     20 SHAPELIB has been found, but is disabled by default. Enable it by setting GDAL_USE_SHAPELIB=ON
     21 Could NOT find SPATIALITE (missing: SPATIALITE_LIBRARY SPATIALITE_INCLUDE_DIR) (Required is at least version "4.1.2")
     22 Could NOT find RASTERLITE2 (missing: RASTERLITE2_LIBRARY RASTERLITE2_INCLUDE_DIR) (Required is at least version
     23 "1.1.0")
     24 Could NOT find FreeXL (missing: FREEXL_LIBRARY FREEXL_INCLUDE_DIR)
     25 Could NOT find MRSID (missing: MRSID_LIBRARY MRSID_INCLUDE_DIR)
     26 Could NOT find Armadillo (missing: ARMADILLO_INCLUDE_DIR)
     27Could NOT find HDF4 (missing: HDF4_df_LIBRARY HDF4_mfhdf_LIBRARY HDF4_INCLUDE_DIR)
     28 Could NOT find ECW (missing: ECW_LIBRARY ECWnet_LIBRARY ECWC_LIBRARY NCSUtil_LIBRARY ECW_INCLUDE_DIR)
     29 Could NOT find OGDI (missing: OGDI_LIBRARY OGDI_INCLUDE_DIRS)
     30 Could NOT find OpenCL (missing: OpenCL_LIBRARY OpenCL_INCLUDE_DIR)
     31 Could NOT find FYBA (missing: FYBA_FYBA_LIBRARY FYBA_FYGM_LIBRARY FYBA_FYUT_LIBRARY FYBA_INCLUDE_DIR)
     32 Could NOT find Blosc (missing: BLOSC_LIBRARY BLOSC_INCLUDE_DIR)
     33 Could NOT find basisu (missing: basisu_DIR)
     34 Could NOT find IDB (missing: IDB_INCLUDE_DIR IDB_IFCPP_LIBRARY IDB_IFDMI_LIBRARY IDB_IFSQL_LIBRARY IDB_IFCLI_LIBRARY)
     35 Could NOT find rdb (missing: rdb_DIR)
     36 Could NOT find TileDB (missing: TileDB_DIR)
     37 Could NOT find OpenEXR (missing: OpenEXR_LIBRARY OpenEXR_UTIL_LIBRARY OpenEXR_HALF_LIBRARY OpenEXR_IEX_LIBRARY
     38 OpenEXR_INCLUDE_DIR Imath_INCLUDE_DIR)
     39 Could NOT find MONGOCXX (missing: MONGOCXX_INCLUDE_DIR BSONCXX_INCLUDE_DIR MONGOCXX_LIBRARY BSONCXX_LIBRARY)
     40 Could NOT find JNI (missing: JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 AWT JVM)
     41 Could NOT find HDFS (missing: HDFS_LIBRARY HDFS_INCLUDE_DIR)
     42 Could NOT find Podofo (missing: PODOFO_LIBRARY PODOFO_INCLUDE_DIR)
     43 Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
     44 Could NOT find FileGDB (missing: FileGDB_LIBRARY FileGDB_INCLUDE_DIR)
     45 Could NOT find KDU (missing: KDU_INCLUDE_DIR KDU_LIBRARY KDU_AUX_LIBRARY) (found version "")
     46 Could NOT find LURATECH (missing: LURATECH_LIBRARY LURATECH_INCLUDE_DIR)
     47 Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.11")
     48 Could NOT find protobuf (missing: protobuf_DIR)
     49 CMake Warning at /usr/lib/x86_64-linux-gnu/cmake/Arrow/Findlz4Alt.cmake:29 (find_package):
     50   By not providing "Findlz4.cmake" in CMAKE_MODULE_PATH this project has
     51   asked CMake to find a package configuration file provided by "lz4", but
     52   CMake did not find one.
     53
     54   Could not find a package configuration file provided by "lz4" with any of
     55   the following names:
     56
     57     lz4Config.cmake
     58     lz4-config.cmake
     59
     60   Add the installation prefix of "lz4" to CMAKE_PREFIX_PATH or set "lz4_DIR"
     61   to a directory containing one of the above files.  If "lz4" provides a
     62   separate development package or SDK, be sure it has been installed.
     63 Call Stack (most recent call first):
     64   /usr/share/cmake-3.25/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
     65   /usr/lib/x86_64-linux-gnu/cmake/Arrow/ArrowConfig.cmake:109 (find_dependency)
     66   /usr/lib/x86_64-linux-gnu/cmake/Arrow/ArrowConfig.cmake:132 (arrow_find_dependencies)
     67   cmake/helpers/CheckDependentLibraries.cmake:149 (find_package)
     68   cmake/helpers/CheckDependentLibraries.cmake:796 (gdal_check_package)
     69   gdal.cmake:266 (include)
     70   CMakeLists.txt:240 (include)
     71
     72 CMake Warning at /usr/lib/x86_64-linux-gnu/cmake/Arrow/Findre2Alt.cmake:29 (find_package):
     73   By not providing "Findre2.cmake" in CMAKE_MODULE_PATH this project has
     74   asked CMake to find a package configuration file provided by "re2", but
     75   CMake did not find one.
     76   Could not find a package configuration file provided by "re2" with any of
     77   the following names:
     78
     79     re2Config.cmake
     80     re2-config.cmake
     81
     82   Add the installation prefix of "re2" to CMAKE_PREFIX_PATH or set "re2_DIR"
     83   to a directory containing one of the above files.  If "re2" provides a
     84   separate development package or SDK, be sure it has been installed.
     85 Call Stack (most recent call first):
     86   /usr/share/cmake-3.25/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
     87   /usr/lib/x86_64-linux-gnu/cmake/Arrow/ArrowConfig.cmake:109 (find_dependency)
     88   /usr/lib/x86_64-linux-gnu/cmake/Arrow/ArrowConfig.cmake:132 (arrow_find_dependencies)
     89   cmake/helpers/CheckDependentLibraries.cmake:149 (find_package)
     90   cmake/helpers/CheckDependentLibraries.cmake:796 (gdal_check_package)
     91   gdal.cmake:266 (include)
     92   CMakeLists.txt:240 (include)
     93
     94Arrow version: 16.1.0
     95 Found the Arrow shared library: /usr/lib/x86_64-linux-gnu/libarrow.so.1601.0.0
     96 Found the Arrow import library: ARROW_IMPORT_LIB-NOTFOUND
     97 Found the Arrow static library: /usr/lib/x86_64-linux-gnu/libarrow.a
     98 Could NOT find protobuf (missing: protobuf_DIR)
     99 CMake Warning at /usr/lib/x86_64-linux-gnu/cmake/Parquet/FindThriftAlt.cmake:56 (find_package):
     100   By not providing "FindThrift.cmake" in CMAKE_MODULE_PATH this project has
     101   asked CMake to find a package configuration file provided by "Thrift", but
     102   CMake did not find one.
     103
     104   Could not find a package configuration file provided by "Thrift" with any
     105   of the following names:
     106
     107     ThriftConfig.cmake
     108     thrift-config.cmake
     109
     110   Add the installation prefix of "Thrift" to CMAKE_PREFIX_PATH or set
     111   "Thrift_DIR" to a directory containing one of the above files.  If "Thrift"
     112   provides a separate development package or SDK, be sure it has been
     113   installed.   
     114 Call Stack (most recent call first):
     115   /usr/share/cmake-3.25/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
     116   /usr/lib/x86_64-linux-gnu/cmake/Arrow/ArrowConfig.cmake:109 (find_dependency)
     117
     118   /usr/lib/x86_64-linux-gnu/cmake/Parquet/ParquetConfig.cmake:72 (arrow_find_dependencies)
     119   cmake/helpers/CheckDependentLibraries.cmake:149 (find_package)
     120   cmake/helpers/CheckDependentLibraries.cmake:798 (gdal_check_package)
     121   gdal.cmake:266 (include)
     122   CMakeLists.txt:240 (include)
     123
     124 Parquet version: 16.1.0
     125 Found the Parquet shared library: /usr/lib/x86_64-linux-gnu/libparquet.so.1601.0.0
     126 Found the Parquet import library: PARQUET_IMPORT_LIB-NOTFOUND
     127 Found the Parquet static library: /usr/lib/x86_64-linux-gnu/libparquet.a
     128 Could NOT find protobuf (missing: protobuf_DIR)
     129 Could NOT find protobuf (missing: protobuf_DIR)
     130 Could NOT find protobuf (missing: protobuf_DIR)
     131 ArrowAcero version: 16.1.0
     132 Found the ArrowAcero shared library: /usr/lib/x86_64-linux-gnu/libarrow_acero.so.1601.0.0
     133 Found the ArrowAcero import library: ARROW_ACERO_IMPORT_LIB-NOTFOUND
     134 Found the ArrowAcero static library: /usr/lib/x86_64-linux-gnu/libarrow_acero.a
     135 Could NOT find protobuf (missing: protobuf_DIR)
     136 ArrowDataset version: 16.1.0
     137 Found the ArrowDataset shared library: /usr/lib/x86_64-linux-gnu/libarrow_dataset.so.1601.0.0
     138 Found the ArrowDataset import library: ARROW_DATASET_IMPORT_LIB-NOTFOUND
     139 Found the ArrowDataset static library: /usr/lib/x86_64-linux-gnu/libarrow_dataset.a
     140 Could NOT find JNI (missing: JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 AWT JVM)
     141 Could NOT find Java (missing: Java_JAVA_EXECUTABLE Java_JAVAC_EXECUTABLE Java_JAR_EXECUTABLE Java_JAVADOC_EXECUTABLEJava_JAVAH_EXECUTABLE Runtime Development)
     142 Could NOT find CSharp (missing: CSHARP_TYPE CSHARP_VERSION CSHARP_COMPILER)
     143 CMake Warning at frmts/hdf5/CMakeLists.txt:74 (message):
     144   HDF5 library does not seem to have thread-safety enabled.  Adding a global
     145   lock on GDAL side
     146
     147 Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
     148   Target system:             Linux
     149   Installation directory:    /usr/local
     150   C++ Compiler type:         GNU
     151   C compile command line:     /usr/bin/cc
     152   C++ compile command line:   /usr/bin/c++
     153
     154   CMAKE_C_FLAGS:               -fvisibility=hidden
     155   CMAKE_CXX_FLAGS:               -fvisibility=hidden
     156   CMAKE_CXX11_STANDARD_COMPILE_OPTION:              -std=c++11
     157   CMAKE_CXX11_EXTENSION_COMPILE_OPTION:              -std=gnu++11
     158   CMAKE_EXE_LINKER_FLAGS:
     159   CMAKE_MODULE_LINKER_FLAGS:               -Wl,--no-undefined
     160   CMAKE_SHARED_LINKER_FLAGS:               -Wl,--no-undefined
     161   CMAKE_STATIC_LINKER_FLAGS:
     162   CMAKE_C_FLAGS_DEBUG:              -g
     163   CMAKE_CXX_FLAGS_DEBUG:              -g
     164   CMAKE_EXE_LINKER_FLAGS_DEBUG:
     165   CMAKE_MODULE_LINKER_FLAGS_DEBUG:
     166   CMAKE_SHARED_LINKER_FLAGS_DEBUG:
     167   CMAKE_STATIC_LINKER_FLAGS_DEBUG:
     168
     169 Enabled drivers and features and found dependency packages
     170 -- The following features have been enabled:
     171
     172  * gdal_JPEG, JPEG image format
     173  * gdal_RAW, Raw formats:EOSAT FAST Format, FARSITE LCP and Vexcel MFF2 Image
     174  * gdal_GTIFF, GeoTIFF image format
     175  * gdal_MEM, Read/write data in Memory
     176  * gdal_VRT, Virtual GDAL Datasets
     177  * gdal_NULL, NULL dummy driver
     178  * gdal_HFA, Erdas Imagine .img
     179  * gdal_SDTS, SDTS translator
     180  * gdal_NITF, National Imagery Transmission Format
     181  * gdal_GXF, GXF
     182  * gdal_AAIGRID, Arc/Info ASCII Grid Format.
     183  * gdal_CEOS, CEOS translator
     184  * gdal_SAR_CEOS, ASI CEOS translator
     185  * gdal_XPM, XPM image format
     186  * gdal_DTED, Military Elevation Data
     187  * gdal_JDEM, JDEM driver
     188  * gdal_ENVISAT, Envisat
     189  * gdal_ELAS, Earth Resources Laboratory Applications Software
     190  * gdal_FIT, FIT driver
     191  * gdal_L1B, NOAA Polar Orbiter Level 1b Data Set (AVHRR)
     192  * gdal_RS2, RS2 -- RadarSat 2 XML Product
     193  * gdal_ILWIS, Raster Map
     194  * gdal_RMF, RMF --- Raster Matrix Format
     195  * gdal_LEVELLER, Daylon Leveller heightfield
     196  * gdal_SGI, SGI Image driver
     197  * gdal_SRTMHGT, SRTM HGT File Read Support
     198  * gdal_IDRISI, Idrisi Raster Format
     199  * gdal_GSG, Implements the Golden Software Surfer 7 Binary Grid Format.
     200  * gdal_ERS, ERMapper .ERS
     201  * gdal_JAXAPALSAR, JAXA PALSAR Level 1.1 and Level 1.5 processed products support
     202  * gdal_DIMAP, SPOT Dimap Driver
     203  * gdal_GFF, Ground-based SAR Applitcations Testbed File Format driver
     204  * gdal_COSAR, COSAR -- TerraSAR-X Complex SAR Data Product
     205  * gdal_PDS, USGS Astrogeology ISIS Cube (Version 2)
     206  * gdal_ADRG, ADRG reader and ASRP/USRP Reader
     207  * gdal_COASP, DRDC Configurable Airborne SAR Processor (COASP) data reader
     208  * gdal_TSX, TerraSAR-X XML Product Support
     209  * gdal_TERRAGEN, Terragen™ Terrain File
     210  * gdal_BLX, Magellan BLX Topo File Format
     211  * gdal_MSGN, Meteosat Second Generation (MSG) Native Archive Format (.nat)
     212  * gdal_TIL, EarthWatch .TIL Driver
     213  * gdal_R, R Object Data Store
     214  * gdal_NORTHWOOD, NWT_GRD/NWT_GRC -- Northwood/Vertical Mapper File Format
     215  * gdal_SAGA, SAGA GIS Binary Driver
     216  * gdal_XYZ, ASCII Gridded XYZ
     217  * gdal_ESRIC, ESRI compact cache
     218  * gdal_HF2, HF2/HFZ heightfield raster
     219  * gdal_KMLSUPEROVERLAY
     220  * gdal_CTG, CTG driver
     221  * gdal_ZMAP, ZMAP
     222  * gdal_NGSGEOID, NOAA NGS Geoid Height Grids
     223  * gdal_IRIS, IRIS driver
     224  * gdal_MAP, OziExplorer .MAP
     225  * gdal_CALS, CALS type 1
     226  * gdal_SAFE, SAFE -- Sentinel-1 SAFE XML Product
     227  * gdal_SENTINEL2, Driver for Sentinel-2 Level-1B, Level-1C and Level-2A products.
     228  * gdal_PRF, PHOTOMOD Raster File
     229  * gdal_MRF, Meta raster format
     230  * gdal_WMTS, OGC Web Map Tile Service
     231  * gdal_GRIB, WMO General Regularly-distributed Information in Binary form
     232  * gdal_BMP, Microsoft Windows Device Independent Bitmap
     233  * gdal_TGA, TGA
     234  * gdal_STACTA, STACTA
     235  * gdal_BSB, Maptech/NOAA BSB Nautical Chart Format
     236  * gdal_AIGRID, Arc/Info Binary Grid Format
     237  * gdal_USGSDEM, USGS ASCII DEM (and CDED)
     238  * gdal_AIRSAR, AirSAR Polarimetric Format
     239  * gdal_OZI, OZF2/OZFX3 raster
     240  * gdal_PCIDSK, PCI Geomatics Database File
     241  * gdal_SIGDEM, Scaled Integer Gridded DEM .sigdem Driver
     242  * gdal_RIK, RIK -- Swedish Grid Maps
     243  * gdal_STACIT, STACIT
     244  * gdal_PDF, Geospatial PDF
     245  * gdal_PNG, PNG image format
     246  * gdal_GIF, Graphics Interchange Format
     247  * gdal_WCS, OGC Web Coverage Service
     248  * gdal_HTTP, HTTP driver
     249  * gdal_NETCDF, NetCDF network Common Data Form
     250  * gdal_ZARR, ZARR
     251  * gdal_DAAS, Airbus DS Intelligence Data As A Service(DAAS)
     252  * gdal_EEDA, Earth Engine Data API
     253  * gdal_HDF5, Hierarchical Data Format Release 5 (HDF5)
     254  * gdal_PLMOSAIC, PLMosaic (Planet Labs Mosaics API)
     255  * gdal_WMS, Web Map Services
     256  * gdal_OGCAPI, OGCAPI
     257  * gdal_WEBP, WebP
     258  * gdal_RASTERLITE, Rasterlite - Rasters in SQLite DB
     259  * gdal_MBTILES, MBTile
     260  * gdal_POSTGISRASTER, PostGIS Raster driver
     261  * gdal_JP2OPENJPEG, JPEG2000 driver based on OpenJPEG library
     262  * gdal_PCRASTER, PCRaster CSF 2.0 raster file driver
     263  * ogr_MEM, Read/write driver for MEMORY virtual files
     264  * ogr_GEOJSON, GeoJSON/ESRIJSON/TopoJSON driver
     265  * ogr_TAB, MapInfo TAB and MIF/MID
     266  * ogr_SHAPE, ESRI shape-file
     267  * ogr_KML, KML
     268  * ogr_VRT, VRT - Virtual Format
     269  * ogr_AVC, AVC
     270  * ogr_GML, GML
     271  * ogr_CSV, CSV
     272  * ogr_DGN, DGN
     273  * ogr_GMT, GMT
     274  * ogr_NTF, NTF
     275  * ogr_S57, S57
     276  * ogr_TIGER, U.S. Census TIGER/Line
     277  * ogr_GEOCONCEPT, GEOCONCEPT
     278  * ogr_GEORSS, GEORSS
     279  * ogr_DXF, DXF
     280  * ogr_PGDUMP, PGDump
     281  * ogr_GPSBABEL, GPSBABEL
     282  * ogr_EDIGEO, EDIGEO
     283  * ogr_SXF, SXF
     284  * ogr_OPENFILEGDB, OPENFILEGDB
     285  * ogr_JML, JML
     286  * ogr_VDV, VDV-451/VDV-452/INTREST Data Format
     287  * ogr_FLATGEOBUF, FlatGeobuf
     288  * ogr_MAPML, MapML
     289  * ogr_JSONFG, JSONFG
     290  * ogr_MIRAMON, MiraMonVector
     291  * ogr_SDTS, SDTS
     292  * ogr_GPX, GPX - GPS Exchange Format
     293  * ogr_GMLAS, GMLAS
     294  * ogr_SVG, Scalable Vector Graphics
     295  * ogr_CSW, CSW
     296  * ogr_LIBKML, LibKML
     297  * ogr_NAS, NAS/ALKIS
     298  * ogr_PLSCENES, PLSCENES
     299  * ogr_WFS, OGC WFS service
     300  * ogr_NGW, NextGIS Web
     301  * ogr_ELASTIC, ElasticSearch
     302  * ogr_IDRISI, IDRISI
     303  * ogr_PDS, Planetary Data Systems TABLE
     304  * ogr_SQLITE, SQLite3 / Spatialite RDBMS
     305  * ogr_GPKG, GeoPackage
     306  * ogr_OSM, OpenStreetMap XML and PBF
     307  * ogr_VFK, Czech Cadastral Exchange Data Format
     308  * ogr_MVT, MVT
     309  * ogr_PMTILES, PMTiles
     310 * ogr_AMIGOCLOUD, AMIGOCLOUD
     311  * ogr_CARTO, CARTO
     312  * ogr_ILI, ILI
     313  * ogr_MYSQL, MySQL
     314  * ogr_PG, PostGIS
     315  * ogr_MSSQLSPATIAL, MSSQLSPATIAL
     316  * ogr_ODBC, ODBC
     317  * ogr_PGEO, PGEO
     318  * ogr_XLSX, Microsoft Office Excel(xlsx)
     319  * ogr_CAD, OpenCAD
     320  * ogr_PARQUET, Parquet
     321  * ogr_ARROW, Arrow
     322  * ogr_GTFS, GTFS
     323  * ogr_ODS, ODS
     324  * ogr_LVBAG, LVBAG
     325
     326 -- The following OPTIONAL packages have been found:
     327
     328  * Python (required version >= 3.8)
     329    SWIG_PYTHON: Python binding
     330  * ODBC
     331    Enable DB support through ODBC
     332  * MySQL
     333    MySQL
     334  * Iconv
     335    Character set recoding (used in GDAL portability library)
     336  * LibXml2
     337    Read and write XML formats
     338  * XercesC
     339    Read and write XML formats (needed for GMLAS and ILI drivers)
     340  * Deflate
     341    Enable libdeflate compression library (complement to ZLib)
     342  * CryptoPP
     343    Use crypto++ library for CPL.
     344  * ZSTD
     345    ZSTD compression library
     346  * SFCGAL
     347    gdal core supports ISO 19107:2013 and OGC Simple Features Access 1.2 for 3D operations
     348  * PROJ
     349  * JSONC
     350    json-c library (external)
     351  * Shapelib
     352    Enable Shapelib support (not recommended, internal Shapelib is preferred).
     353  * PCRE2
     354    Enable PCRE2 support for sqlite3
     355  * LibKML
     356    Use LIBKML library
     357  * HDF5
     358    Enable HDF5
     359  * WebP
     360    WebP compression
     361  * NetCDF
     362    Enable netCDF driver
     363  * PostgreSQL   
     364  * LibLZMA
     365    LZMA compression
     366  * LZ4
     367    LZ4 compression
     368  * LIBAEC
     369    Adaptive Entropy Coding implementing Golomb-Rice algorithm (used by GRIB)
     370  * OpenJPEG (required version >= 2.3.1)
     371    Enable JPEG2000 support with OpenJPEG library
     372  * Poppler (required version >= 0.86), A PDF rendering library, <http://poppler.freedesktop.org>
     373    Enable PDF driver with Poppler (read side)
     374  * Snappy
     375  * OpenSSL
     376    Use OpenSSL library
     377  * lz4
     378  * zstd
     379  * protobuf
     380  * Protobuf
     381  * ZLIB
     382  * Arrow
     383    Apache Arrow C++ library
     384  * ArrowDataset
     385    Apache ArrowDataset C++ library
     386  * BISON
     387
     388 -- The following RECOMMENDED packages have been found:
     389
     390  * EXPAT
     391    Read and write XML formats
     392  * GeoTIFF
     393    libgeotiff library (external)
     394  * PNG (required version >= 1.6)
     395    PNG compression library (external)
     396  * JPEG
     397    JPEG compression library (external)
     398  * LERC
     399    Enable LERC (external)
     400  * GEOS
     401    Geometry Engine - Open Source (GDAL core dependency)
     402  * CURL
     403    Enable drivers to use web API
     404
     405 -- The following REQUIRED packages have been found:
     406
     407  * SWIG, Software development tool that connects programs written in C and C++ with a variety of high-level
     408 programming languages., <http://swig.org/>
     409
     410 -- The following features have been disabled:
     411
     412  * gdal_HEIF, HEIF
     413  * gdal_MSG, Meteosat Second Generation
     414  * gdal_FITS, FITS Driver
     415  * gdal_GTA, Generic Tagged Arrays
     416  * gdal_HDF4, Hierarchical Data Format Release 4 (HDF4)
     417  * gdal_DDS, DirectDraw Surface
     418  * gdal_KEA, Kea
     419  * gdal_TILEDB, TileDB tiledb.io
     420  * gdal_EXR, EXR support via OpenEXR library
     421  * gdal_RDB, RIEGL RDB Map Pixel (.mpx) driver
     422  * gdal_JPEGXL, JPEG-XL
     423  * gdal_BASISU_KTX2, Basis Universal and KTX2 texture formats
     424  * gdal_JP2KAK, JPEG-2000 (based on Kakadu)
     425  * gdal_JPIPKAK, JPIP Streaming
     426  * gdal_JP2LURA, JPEG-2000 (based on Luratech)
     427  * gdal_SDE, ESRI ArcSDE Raster
     428  * gdal_MRSID, Multi-resolution Seamless Image Database
     429  * gdal_GEOR, Oracle Spatial GeoRaster
     430  * gdal_ECW, ERDAS JPEG2000 (.jp2)
     431  * ogr_DWG, DWG
     432  * ogr_FILEGDB, FileGDB
     433  * ogr_SOSI, SOSI:Systematic Organization of Spatial Information
     434  * ogr_XLS, Microsoft Office Excel(xls)
     435  * ogr_MONGODBV3, MongoDB V3
     436  * ogr_OCI, Oracle OCI
     437  * ogr_IDB, IDB
     438  * ogr_OGDI, OGDI
     439  * ogr_HANA, SAP HANA
     440
     441 -- The following OPTIONAL packages have not been found:
     442
     443  * ODBCCPP
     444    odbc-cpp library (external)
     445  * MSSQL_NCLI   
     446    MSSQL Native Client to enable bulk copy
     447  * MSSQL_ODBC   
     448    MSSQL ODBC driver to enable bulk copy
     449  * GIF
     450    GIF compression library (external)
     451  * OpenCAD
     452    libopencad (external, used by OpenCAD driver)
     453  * BRUNSLI
     454    Enable BRUNSLI for JPEG packing in MRF
     455  * libQB3
     456    Enable QB3 compression in MRF
     457  * SPATIALITE (required version >= 4.1.2)
     458    Enable spatialite support for sqlite3
     459  * RASTERLITE2 (required version >= 1.1.0)
     460    Enable RasterLite2 support for sqlite3
     461  * KEA
     462    Enable KEA driver
     463  * FreeXL
     464    Enable XLS driver
     465  * MRSID
     466    MrSID raster SDK
     467  * Armadillo   
     468    C++ library for linear algebra (used for TPS transformation)
     469  * CFITSIO
     470    C FITS I/O library
     471  * HDF4
     472    Enable HDF4 driver
     473  * ECW
     474    Enable ECW driver
     475  * OGDI
     476    Enable ogr_OGDI driver
     477  * OpenCL
     478    Enable OpenCL (may be used for warping)
     479  * FYBA
     480    enable ogr_SOSI driver
     481  * Blosc
     482    Blosc compression
     483  * ARCHIVE
     484    Multi-format archive and compression library library (used for /vsi7z/
     485  * JXL
     486    JPEG-XL compression
     487  * JXL_THREADS 
     488    JPEG-XL threading
     489  * Crnlib
     490    enable gdal_DDS driver
     491  * basisu
     492    Enable BASISU driver
     493  * IDB
     494    enable ogr_IDB driver
     495  * rdb
     496    enable RIEGL RDB library
     497  * TileDB
     498    enable TileDB driver
     499  * OpenEXR
     500    OpenEXR >=2.2
     501  * MONGOCXX
     502    Enable MongoDBV3 driver
     503  * HEIF
     504    HEIF >= 1.1 
     505  * HDFS
     506    Enable Hadoop File System through native library
     507  * PDFIUM
     508    Enable PDF driver with Pdfium (read side)
     509  * Oracle
     510    Enable Oracle OCI driver
     511  * TEIGHA
     512    Enable DWG and DGNv8 drivers
     513  * FileGDB
     514    Enable FileGDB (based on closed-source SDK) driver
     515  * KDU
     516    Enable KAKADU
     517  * LURATECH
     518    Enable JP2Lura driver
     519  * re2
     520  * Thrift
     521  * JNI
     522    SWIG_JAVA: Java binding
     523  * Java
     524  * Dotnet
     525  * CSharp
     526    SWIG_CSharp: CSharp binding
     527  * Doxygen
     528
     529 -- The following RECOMMENDED packages have not been found:
     530
     531  * QHULL
     532    Enable QHULL (external)
     533
     534
     535 Internal libraries enabled:
     536
     537  * SHAPELIB internal library enabled
     538  * GIF internal library enabled
     539  * OPENCAD internal library enabled
     540  * QHULL internal library enabled
     541
     542
     543 Using external GTest
     544 Configuring done
     545```