, 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