Re: [gdal-dev] Building GDAL from VCPKG fails with FreeXL

2025-07-01 Thread Martin Chapman via gdal-dev
Martin, what error messages did you get when trying with FreeXL ? Removing the FreeXL dependency removes support for the old prior-to-Excel-2007 binary XLS format. So usually not a big deal Even Le 29/06/2025 à 02:45, Martin Chapman via gdal-dev a écrit : All, I tried to build GDAL 3.11.

Re: [gdal-dev] Building GDAL from VCPKG fails with FreeXL

2025-06-29 Thread Martin Chapman via gdal-dev
usually not a big deal Even Le 29/06/2025 à 02:45, Martin Chapman via gdal-dev a écrit : All, I tried to build GDAL 3.11.0 from https://vcpkg.io/en/package/gdal and FreeXL kept failing on my Windows 11 box using Microsoft Visual Studio Professional 2022 (64-bit) – Current Version 17.14.7

[gdal-dev] Building GDAL from VCPKG fails with FreeXL

2025-06-28 Thread Martin Chapman via gdal-dev
All, I tried to build GDAL 3.11.0 from https://vcpkg.io/en/package/gdal and FreeXL kept failing on my Windows 11 box using Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.14.7. To resolve the issue I built a custom-overlay port and removed FreeXL from the build and then