Am 29.09.23 um 16:20 schrieb Abel Pau via gdal-dev:
I add next two lines below (ODBC is not in vcpkg?)
list(APPENDCMAKE_PREFIX_PATH "C:/dev/vcpkg/vcpkg/installed")
set(ODBCCPP_INCLUDE_DIR "D:/GitHub-repository/odbc-cpp-wrapper/src")
Note that vcpkg's CMake integration requires using vcpkg's CM
Stefan,
I finally did it well and now it works
Thanks a lot for your help!!
De: Uhrig, Stefan
Enviado el: divendres, 29 de setembre de 2023 17:36
Para: Abel Pau ; gdal dev
Asunto: RE: [gdal-dev] About installing EXPAT
Hi Abel,
Hmm, I did not build with SWIG and Python. Your build log
ytest_runner.dir\pytest_runner.cpp.obj
[6/6] Linking CXX executable autotest\pytest_runner.exe
Build All succeeded.
I have to install setuptools? At the end I don’t get the GDAL project rebuilded
and I don’t know what is happening.
I’m new at that kind of things.
Thanks again for any help!
De: U
vironment though. I guess you tweaked
quite a lot to get GDAL building.
Cheers,
Stefan
From: gdal-dev On Behalf Of Abel Pau via
gdal-dev
Sent: Monday, September 25, 2023 5:25 PM
To: Even Rouault ; gdal dev
Subject: Re: [gdal-dev] About installing EXPAT
Hi again,
well after using CONDA_PREFIX so
Asunto: Re: [gdal-dev] About installing EXPAT
Add -DCMAKE_PREFIX_PATH="$CONDA_PREFIX" to your CMake invokation (assuming your
have activate your Conda environment, so CONDA_PREFIX is set)
My suggestion is inspired from our CI Conda based Windows build:
https://github.com/OSGeo
y after doing an gdal_master_env and installing everything and
expat it doesn’t work?*
Once again, I appreciate your help :)
*De:*Even Rouault
*Enviado el:* dilluns, 25 de setembre de 2023 14:30
*Para:* Abel Pau ; gdal dev
*Asunto:* Re: [gdal-dev] About installing EXPAT
Abel,
In Cmakefile.txt of
don’t know what to do now.
Why after doing an gdal_master_env and installing everything and expat it
doesn’t work?
Once again, I appreciate your help :)
De: Even Rouault
Enviado el: dilluns, 25 de setembre de 2023 14:30
Para: Abel Pau ; gdal dev
Asunto: Re: [gdal-dev] About installing EXPAT
Abel,
In Cmakefile.txt of the project I’ve configured this (below #
Developer may want to specify some variable to find proper version.):
set(EXPAT_INCLUDE_DIR "D:/GitHub-repository/libexpat/expat/lib")
set(EXPAT_LIBRARY
"D:/GitHub-repository/libexpat/expat/build/Debug/libexpatd.lib")
Is
Hi,
I’ve been like hours trying to make EXPAT work in my driver compilation and
execution. Without success.
It’s for that reason I am asking for your help. Thanks in advance!
I’ve downloaded EXPAT from GitHub, then I’ve created a folder “build” and
executed cmake .. and opened the result with Vi