Re: [gdal-dev] Problems compiling the project

2024-07-23 Thread Abel Pau via gdal-dev
, 19 de juliol de 2024 16:30 Para: Even Rouault ; gdal-dev@lists.osgeo.org Asunto: Re: [gdal-dev] Problems compiling the project Hi Even, I tried at some point using the --config Debug option. It makes no difference. I don’t understand the difference between now and some months ago. I’ll keep

Re: [gdal-dev] Problems compiling the project

2024-07-19 Thread Abel Pau via gdal-dev
@lists.osgeo.org Asunto: Re: [gdal-dev] Problems compiling the project Hi Abel, the error message indicates that the build is trying to link a release version of poppler.lib, whereas your build is a debug one. For multi-config generators like Visual Studio builds, I'm not sure how -DCMAKE_BUILD

Re: [gdal-dev] Problems compiling the project

2024-07-18 Thread Even Rouault via gdal-dev
Hi Abel, the error message indicates that the build is trying to link a release version of poppler.lib, whereas your build is a debug one. For multi-config generators like Visual Studio builds, I'm not sure how -DCMAKE_BUILD_TYPE=Debug is effective. You perhaps need to do the following inste

[gdal-dev] Problems compiling the project

2024-07-17 Thread Abel Pau via gdal-dev
Hi, I'm trying to compile the project using the two lines that always have worked: cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=C:/dev/vcpkg/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=Debug cmake --build build Before starting I deleted the build folder. The first line is ok and crea