<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">After the issues with CMake (see my previous post) I progressed to the actual build. The build fails with the following exceptions:<div><br></div><div><div><font face="Menlo">Creating library D:/Projects/PDAL/PDAL/bin/Release/pdal.lib and object D:/Projects/PDAL/PDAL/bin/Release/pdal.exp</font></div><div><font face="Menlo"><br></font></div><div><font face="Menlo">NitfFile.obj : error LNK2019: unresolved external symbol _NITFGetField referenced in function "private: static void __cdecl pdal::drivers::nitf::NitfFile::processTREs(int,char const *,class pdal::Metadata &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?processTREs@NitfFile@nitf@drivers@pdal@@CAXHPBDAAVMetadata@4@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)</font></div><div><font face="Menlo"><br></font></div><div><font face="Menlo">pdalboost.lib(path.obj) : error LNK2001: unresolved external symbol "protected: virtual int __thiscall windows_file_codecvt::do_in(int &,char const *,char const *,char const * &,wchar_t *,wchar_t *,wchar_t * &)const " (?do_in@windows_file_codecvt@@MBEHAAHPBD1AAPBDPA_W3AAPA_W@Z)</font></div><div><font face="Menlo"><br></font></div><div><font face="Menlo">pdalboost.lib(path.obj) : error LNK2001: unresolved external symbol "protected: virtual int __thiscall windows_file_codecvt::do_out(int &,wchar_t const *,wchar_t const *,wchar_t const * &,char *,char *,char * &)const " (?do_out@windows_file_codecvt@@MBEHAAHPB_W1AAPB_WPAD3AAPAD@Z)</font></div><div><font face="Menlo"><br></font></div><div><font face="Menlo">D:\Projects\PDAL\PDAL\bin\Release\pdal.dll : fatal error LNK1120: 3 unresolved externals</font></div><div><font face="Menlo"><br></font></div><div><font face="Menlo">========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========</font></div></div><div><font face="Menlo"><br></font></div><div>The first one seems to have to do with the NITF format - maybe some GDAL incompatibility ? The version I got from OSGeo4W is post 1.9.0 (according to the OSGeo4W installer it is 1.9.2-2). Not sure if this is important.</div><div><br></div><div>The other two seem to do with Boost. I am using the version that is embedded with PDAL, or at least I think so. I first tried with the default settings:</div><div><br></div><div>rem set PDAL_EMBED_BOOST=OFF</div><div>set BOOST_DIR=%PDAL_DIR%\boost</div><div><br></div><div>I also tried explicitly enabling the embedded Boost lib:</div><div><br></div><div><div>set PDAL_EMBED_BOOST=ON</div><div>set BOOST_DIR=%PDAL_DIR%\boost</div></div><div><br></div><div>but that did not make any difference.</div><div><br></div><div>Any assistance is welcome.</div><div><br></div><div>Albert</div><div><br></div><div><div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">--</div></span></div></span></div></div></div><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>Albert Godfrind</div><div><a href="mailto:albert.godfrind@oracle.com">albert.godfrind@oracle.com</a></div><div><br></div></span><br class="Apple-interchange-newline">

</div>
<br></body></html>