[gdal-dev] GDAL 3.10.3 build question on Windows
Fengting Chen
fengting.chen at oracle.com
Mon May 12 08:55:00 PDT 2025
I am trying to build GDAL 3.10.3 on windows. There were no errors during the build, but somehow the python bindings were not installed to the specified directory (CMAKE_INSTALL_PREFIX). all other files are installed as expected.
Here is the part of the makefile:
build_gdal_binary:
$(SILENT)$(ECHO) "Executing 'build_gdal'"
$(CD) $(GDAL_HOME) \
&& $(RMRF) build; $(MKDIR) build \
&& $(CD) build \
&& $(CMAKE) .. -C ../$(GDAL_CMAKE_CONFIG) \
&& $(CMAKE) --build . --config Release \
&& $(CMAKE) --build . --config Release --target install
Where GDAL_CMAKE_CONFIG has the CMAKE_INSTALL_PREFIX and Python_ROOT set and BUILD_PYTHON_BINDINGS on.
Did I miss anything?
Thanks for your help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20250512/db4b2493/attachment.htm>
More information about the gdal-dev
mailing list