<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
Hello Odd Ragnar,</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
Appreciate your feedback.</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
The <a id="LPNoLP726981" href="https://www.pdal.io/development/compilation/dependencies.html">
https://www.pdal.io/development/compilation/dependencies.html</a> lists all of PDAL's dependencies which is quiet long. Did you really only need to manually built two components in order to get the PDAL debug configuration to build and execute (ignoring minor
 tweaks)? Just expected that without a debug version of for example GDAL that things would fail at some point.</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
kind regards, Lars</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<hr tabindex="-1" style="width: 98%; display: inline-block;">
<div id="divRplyFwdMsg" dir="ltr"><font color="#000000" face="Calibri, sans-serif" style="font-size: 11pt;"><b>Fra:</b> pdal <pdal-bounces@lists.osgeo.org> på vegne av Odd Ragnar Lydersen <Odd-Ragnar.Lydersen@powel.no><br>
<b>Sendt:</b> 25. april 2018 07:38<br>
<b>Til:</b> pdal@lists.osgeo.org<br>
<b>Emne:</b> Re: [pdal] PDAL Windows debug configuration</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size: 11pt;">
<div class="PlainText">Hi Lars<br>
<br>
I had the same problem, and my solution was to compile my own version of Jsoncpp and of Laszip.<br>
I make debug and release configs of these, which I use from PDAL, after doing some tweaking in Visual Studio.<br>
I modify INSTALL project to use cmake_install_debug/releas.cmake, so that I can use the appropriate config lib and dll files.<br>
<br>
You also need to modify the "generate_dimension_hpp" in VisualStudio.<br>
It cannot find the binary to jsoncpp.dll, so I added a pre-build event copying the configuration\jsoncpp.dll to bin\configuration<br>
<br>
Hope this helps<br>
_______________________________________________<br>
pdal mailing list<br>
pdal@lists.osgeo.org<br>
<a href="https://lists.osgeo.org/mailman/listinfo/pdal">https://lists.osgeo.org/mailman/listinfo/pdal</a></div>
</span></font></div>
</body>
</html>