<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="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div>Hello</div>
<div><br>
</div>
<div>Does 'Building under Windows' support building 'Debug' configuration (64 bit)? </div>
<div><br>
</div>
<div>We get the following compiler error under debug config;</div>
<div><br>
</div>
<div>pdal_kazhdan.vcxproj -> C:\temp\xyz\lib\Debug\pdal_kazhdan.lib</div>
<div>jsoncpp.lib(json_value.cpp.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in DimBuilder.obj</div>
<div>jsoncpp.lib(json_value.cpp.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in DimBuilder.obj</div>
<div>jsoncpp.lib(json_reader.cpp.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in DimBuilder.obj</div>
<div>jsoncpp.lib(json_reader.cpp.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in DimBuilder.obj</div>
<div>jsoncpp.lib(json_writer.cpp.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in DimBuilder.obj</div>
<div>jsoncpp.lib(json_writer.cpp.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in DimBuilder.obj</div>
<div>Creating library C:/work/pdal/debug_171mod/lib/Debug/dimbuilder.lib and object C:/work/pdal/debug_171mod/lib/Debug/dimbuilder.exp</div>
<div><br>
</div>
<div>We are using Windows 10, Visual Studio 2015 Ultimate and have installed OSGeo4W (64 bit). Using Building 'Release' configuration works perfectly. We have checked out <i>remotes/origin/issue-1939</i> branch if that matters.</div>
<div><br>
</div>
<div>Using the following CMake command;</div>
<div>cmake -G "Visual Studio 14 Win64" -T v140,host=x64 -DCMAKE_INSTALL_PREFIX=C:\work\xyz -DCMAKE_BUILD_TYPE=Debug -DBUILD_PLUGIN_PGPOINTCLOUD=ON c:\work\xyz\src</div>
<div><br>
</div>
<div>Do I need to manually download all 3rd party components and build them for debug in order for this to work?</div>
<div><br>
</div>
<div>Two minor question</div>
<div>- At what point are feature-branches merged back into master branch?</div>
<div>- Does PDAL have a fixed release iterval?</div>
<div><br>
</div>
<div>kind regards,</div>
<div>Lars</div>
<br>
</div>
</body>
</html>