<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:PMingLiU;
panose-1:2 2 5 0 0 0 0 0 0 0;}
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Aptos;
panose-1:2 11 0 4 2 2 2 2 2 4;}
@font-face
{font-family:"\@PMingLiU";
panose-1:2 1 6 1 0 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:12.0pt;
font-family:"Aptos",sans-serif;
mso-ligatures:standardcontextual;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Aptos",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="#467886" vlink="#96607D" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt">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. <o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Here is the part of the makefile:
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">build_gdal_binary:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> $(SILENT)$(ECHO) "Executing 'build_gdal'"<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> $(CD) $(GDAL_HOME) \<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> && $(RMRF) build; $(MKDIR) build \<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> && $(CD) build \<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> && $(CMAKE) .. -C ../$(GDAL_CMAKE_CONFIG) \<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> && $(CMAKE) --build . --config Release \<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> && $(CMAKE) --build . --config Release --target install<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Where GDAL_CMAKE_CONFIG has the CMAKE_INSTALL_PREFIX and Python_ROOT set and BUILD_PYTHON_BINDINGS on.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Did I miss anything? <o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Thanks for your help!<o:p></o:p></span></p>
</div>
</body>
</html>