<div dir="ltr"><div>Hi,</div><div>Thanks for your support. I am able to install the Debugger in Window Kit/10 and now its working. But after running the configure.bat I got the unexpected error.</div><div><br></div><div><br></div><div>--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</div>**********************************************************************<br>** Visual Studio 2019 Developer Command Prompt v16.11.5<br>** Copyright (c) 2021 Microsoft Corporation<br>**********************************************************************<br>[vcvarsall.bat] Environment initialized for: 'x64'<br>Microsoft Windows [Version 10.0.22000.282]<br>(c) Microsoft Corporation. All rights reserved.<br><br>E:\OSGeo4Wv2>cd\<br><br>E:\>cd Repositories\QGIS-release-3_22\ms-windows\osgeo4w<br><br>E:\Repositories\QGIS-release-3_22\ms-windows\osgeo4w>configonly.bat<br>**********************************************************************<br>** Visual Studio 2019 Developer Command Prompt v16.11.5<br>** Copyright (c) 2021 Microsoft Corporation<br>**********************************************************************<br>[vcvarsall.bat] Environment initialized for: 'x64'<br>BEGIN: 09-11-2021 14:56:07.78<br>CMAKE: 09-11-2021 14:56:08.26<br><b><font size="4">Studio was unexpected at this time.</font></b><br>E:\Repositories\QGIS-release-3_22\ms-windows\osgeo4w><br><div>--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</div><div><br></div><div>My batch file are attached as text file. Please help in identifying the problem.</div><div><br></div><div>Thanks</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 2 Nov 2021 at 21:04, Jürgen E. Fischer <<a href="mailto:jef@norbit.de">jef@norbit.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, 02. Nov 2021 at 14:09:09 +0530, Paul N wrote:<br>
> Hi, I have tried to run your msvc-env.bat and checked the system path line<br>
> by line.<br>
> <br>
> But still having the error as below:<br>
> <br>
> dbghelp.dll not found<br>
> C:\Program Files (x86)\ArcGIS\Desktop10.8\bin\dbghelp.dll<br>
<br>
Looks like the SDK is incomplete:<br>
<br>
set SETUPAPI_LIBRARY=%PF86%\Windows Kits\10\Lib\%VCSDK%\um\x64\SetupAPI.Lib<br>
set DBGHLP_PATH=%PF86%\Windows Kits\10\Debuggers\x64<br>
<br>
if not exist "%SETUPAPI_LIBRARY%" (<br>
  echo SETUPAPI_LIBRARY not found<br>
  dir /s /b "%PF86%\setupapi.lib"<br>
  goto error<br>
)<br>
<br>
if not exist "%DBGHLP_PATH%\dbghelp.dll" (<br>
  echo dbghelp.dll not found<br>
  dir /s /b "%PF86%\dbghelp.dll" "%PF86%\symsrv.dll"<br>
  goto error<br>
)<br>
<br>
So you apparently have SetupAPI.Lib, but not dbghelp.dll in<br>
C:\Program Files (x86)\Windows Kits\10<br>
<br>
<a href="https://github.com/jef-n/QGIS/commits/workflows-msvc" rel="noreferrer" target="_blank">https://github.com/jef-n/QGIS/commits/workflows-msvc</a> includes some updates to<br>
INSTALL[0].  The merges for OSGeo4W v2 are still pending (at the time both ltr<br>
and latest release were built for old and osgeo4w v2; now only the current ltr<br>
is still built for old osgeo4w).<br>
<br>
<br>
Jürgen<br>
<br>
<br>
[0] <a href="https://github.com/jef-n/QGIS/blob/7401e795a6a0eee82b86f4d78026f4635790c43f/INSTALL" rel="noreferrer" target="_blank">https://github.com/jef-n/QGIS/blob/7401e795a6a0eee82b86f4d78026f4635790c43f/INSTALL</a> <br>
<br>
-- <br>
Jürgen E. Fischer           norBIT GmbH             Tel. +49-4931-918175-31<br>
Dipl.-Inf. (FH)             Rheinstraße 13          Fax. +49-4931-918175-50<br>
Software Engineer           D-26506 Norden            <a href="https://www.norbit.de" rel="noreferrer" target="_blank">https://www.norbit.de</a><br>
QGIS release manager (PSC)  Germany                 IRC: jef on Libera|OFTC<br>
_______________________________________________<br>
QGIS-Developer mailing list<br>
<a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank">QGIS-Developer@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div>