<div dir="ltr"><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif">We also do the following:</div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><div class="gmail_default">FOR /R gdal %%F IN (*.res) DO DEL /F /S "%%F" > nul</div></div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><div class="gmail_default">FOR /R gdal %%F IN (*.obj) DO DEL /F /S "%%F" > nul</div></div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><div class="gmail_default">FOR /R gdal %%F IN (*.pdb) DO DEL /F /S "%%F" > nul</div></div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><div class="gmail_default">FOR /R gdal %%F IN (*.dll) DO DEL /F /S "%%F" > nul</div></div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><div class="gmail_default">FOR /R gdal %%F IN (*.lib) DO DEL /F /S "%%F" > nul</div></div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><div class="gmail_default">FOR /R gdal %%F IN (*.exp) DO DEL /F /S "%%F" > nul</div></div></blockquote><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><div class="gmail_default"><br></div><div class="gmail_default">Where gdal is the directory containing the gdal 'source code'/build.</div><div class="gmail_default"><br></div><div class="gmail_default"><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 11 May 2017 at 15:41, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
<div style="font-family:'Sans Serif';font-size:9pt;font-weight:400;font-style:normal">
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Liam,</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> SYM_PREFIX=</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">--> You don't need to touch that one. Correct behaviour is determined by WIN64 setting</p><span class="">
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> LINK : error LNK2001: unresolved external symbol OSRValidate</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> LINK : error LNK2001: unresolved external symbol OPTGetProjectionMethods</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> LINK : error LNK2001: unresolved external symbol OGR_G_GetPointCount</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> LINK : error LNK2001: unresolved external symbol OGRRegisterAll</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> LINK : error LNK2001: unresolved external symbol GDALSimpleImageWarp</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> LINK : error LNK2001: unresolved external symbol GDALReprojectImage</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> LINK : error LNK2001: unresolved external symbol GDALComputeMedianCutPCT</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> LINK : error LNK2001: unresolved external symbol GDALDitherRGB2PCT</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> LINK : error LNK2001: unresolved external symbol</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> OCTNewCoordinateTransformation</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
</span><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Did you issue a "nmake /f <a href="http://makefile.vc" target="_blank">makefile.vc</a> clean" before rebuilding ? (in case you compiled the tree initially with the 32 bit compiler, which is the only error cause I can think of given the other elements you mentionned)</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Even</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">-- </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Spatialys - Geospatial professional services</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><a href="http://www.spatialys.com" target="_blank">http://www.spatialys.com</a></p></div><br>______________________________<wbr>_________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/gdal-dev</a><br></blockquote></div><br></div>