, 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
@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
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
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