Michael,<br><br>Thanks for the quick response. While I have not a path 
specifically to GDAL lib I have set one to OSGeo4W bin which I assumed 
was the logical equivalent because GDAL came with that suite of 
packages.<br><br>
Here is my path:<br><br><br>C:\Windows\system32;C:\<div id=":193">Windows;C:\Windows\System32\Wbem;C:\Windows\System32\Wind<br>owsPowerShell\v1.0\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Fil<br>es\ThinkPad\Bluetooth Software\syswow64;C:\Program Files\Broadcom\WHL\;C:\Progra<br>

m Files\Broadcom\WHL\syswow64;C:\Program Files\Broadcom\WHL\SysWow64\;C:\Program<br> Files\Broadcom\WHL\SysWow64\syswow64;C:\Program Files (x86)\Intel\Services\IPT\<br>;C:\Program Files (x86)\Common Files\Lenovo;C:\SWTOOLS\ReadyApps;C:\Program File<br>

s (x86)\Lenovo\Access Connections\;C:\Program Files (x86)\QuickTime\QTSystem\;C:<br>\Program Files (x86)\Git\cmd;C:\Program Files (x86)\CMake 2.8\bin;C:\bin\laszip-<br>2.1.0;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Fil<br>

es\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\10<br>0\DTS\Binn\;<span style="background-color:rgb(255,255,51)">C:\OSGeo4W\bin\</span><br><br><br>And here is a screenshot of the OSGeo4w setup menu showing that GDAL and GDAL-bin  should already be included:<br>

<br><img alt=""><br>
<br><div class="gmail_quote">Am I missing something?</div></div><br><br><div class="gmail_quote">On Sun, Jul 22, 2012 at 4:53 PM, Smith, Michael ERDC-RDE-CRREL-NH <span dir="ltr"><<a href="mailto:Michael.Smith@erdc.dren.mil" target="_blank">Michael.Smith@erdc.dren.mil</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">
<div>David,</div>
<div><br>
</div>
<div>I see unresolved symbols on _CPLGetErrorHandlerUserData. Seems like its not finding GDAL (for reprojection). Have you set a path to the GDAL lib directory?</div>
<div><br>
</div>
<div>Mike</div><span class="HOEnZb"><font color="#888888">
<div><br>
</div>
<div>
<div>
<div>
<div>-- </div>
<div>Michael Smith</div>
</div>
<div>US Army Corps</div>
<div>Remote Sensing GIS/Center</div>
</div>
</div>
<div><br>
</div>
</font></span><span><span class="HOEnZb"><font color="#888888">
<div style="border-right:medium none;padding-right:0in;padding-left:0in;padding-top:3pt;text-align:left;font-size:11pt;border-bottom:medium none;font-family:Calibri;border-top:#b5c4df 1pt solid;padding-bottom:0in;border-left:medium none">

<span style="font-weight:bold">From: </span>David Saeger <<a href="mailto:saegeritup@gmail.com" target="_blank">saegeritup@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Sunday, July 22, 2012 3:42 PM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:pdal@lists.osgeo.org" target="_blank">pdal@lists.osgeo.org</a>" <<a href="mailto:pdal@lists.osgeo.org" target="_blank">pdal@lists.osgeo.org</a>><br>

<span style="font-weight:bold">Subject: </span>[pdal] Build Issues on Windows<br>
<span style="font-weight:bold">Resent-From: </span>Michael Smith <<a href="mailto:michael.smith@usace.army.mil" target="_blank">michael.smith@usace.army.mil</a>><br>
</div></font></span><div><div class="h5">
<div><br>
</div>
<div>
<div><b>Cant get PDAL built for some reason. After faithfully following the directions on PDAL's website, giving up trying to build to my Ubuntu partition, failing at building on my windows partition I figured maybe I could try my luck on the mailing list.
<br>
<br>
Here is the feedback I get after configuring.bat:</b><br>
<br>
C:\dev\PDAL>config.bat<br>
-- Using embedded boost tree<br>
-- Searching for GDAL 1.9.0+ library<br>
-- ...building with GDAL<br>
-- Could not find GEOS<br>
-- Searching for GeoTIFF 1.2.5+ library<br>
-- Found GeoTIFF version: 1.3.0<br>
-- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR)<br>
-- Found iconv library: c:/OSGeo4W/lib/iconv.lib<br>
-- Searching for Oracle + OCI client library<br>
-- ...building with Oracle<br>
-- Searching for LASzip 1.0.1+ library<br>
-- Found LASzip version: 2.1.0<br>
-- Searching for NumPy library<br>
-- Found NumPy at C:\Python27\lib\site-packages\numpy\core\include<br>
-- Found Python: C:/Python27/libs/python27.lib<br>
-- Using boost lib: pdalboost.lib<br>
-- Building with PDAL unit tests<br>
-- Configuring done<br>
-- Generating done<br>
CMake Warning:<br>
  Manually-specified variables were not used by the project:<br>
<br>
    FREEGLUT_INCLUDE_DIR<br>
    FREEGLUT_LIBRARY<br>
<br>
<b><br>
And here is the error list I get once I attempt the to build in Visual Studio:</b><br>
<br>
Warning    1    warning D9025: overriding '/W4' with '/w'    C:\dev\PDAL\boost\cl    pdalboost<br>
Warning    2    warning D9025: overriding '/W4' with '/w'    C:\dev\PDAL\boost\cl    pdalboost<br>
Warning    3    warning D9025: overriding '/W4' with '/w'    C:\dev\PDAL\boost\cl    pdalboost<br>
Warning    4    warning LNK4006: _main already defined in unit_test_main.obj; second definition ignored    C:\dev\PDAL\boost\cpp_main.obj    pdalboost<br>
Warning    5    warning C4275: non dll-interface class 'pdal::drivers::oci::OracleDriver' used as base for dll-interface class 'pdal::drivers::oci::Reader'    C:\dev\PDAL\include\pdal\drivers\oci\Reader.hpp    59    1    pdal<br>

Warning    6    warning C4275: non dll-interface class 'pdal::drivers::oci::OracleDriver' used as base for dll-interface class 'pdal::drivers::oci::Writer'    C:\dev\PDAL\include\pdal\drivers\oci\Writer.hpp    54    1    pdal<br>

Warning    7    warning C4251: 'std::_String_val<_Elem,_Alloc>::_Alval' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_String_val<_Elem,_Alloc>'    c:\OSGeo4W\include\cpl_string.h    223    1    pdal<br>

Warning    8    warning C4251: 'std::_String_val<_Elem,_Alloc>::_Alval' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_String_val<_Elem,_Alloc>'    c:\OSGeo4W\include\cpl_string.h    223    1    pdal<br>

Warning    9    warning C4100: 'pszDefault' : unreferenced formal parameter    C:\dev\PDAL\src\drivers\nitf\mpg_nitffile.cpp    1986    1    pdal<br>
Warning    10    warning C4251: 'std::_String_val<_Elem,_Alloc>::_Alval' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_String_val<_Elem,_Alloc>'    c:\OSGeo4W\include\cpl_string.h    223    1    pdal<br>

Warning    11    warning C4100: 'geometry' : unreferenced formal parameter    C:\dev\PDAL\src\filters\Crop.cpp    184    1    pdal<br>
Warning    12    warning C4189: 'bFirst' : local variable is initialized but not referenced    C:\dev\PDAL\src\filters\Crop.cpp    187    1    pdal<br>
Warning    13    warning C4189: 'ret' : local variable is initialized but not referenced    C:\dev\PDAL\src\filters\Crop.cpp    344    1    pdal<br>
Warning    14    warning C4244: 'argument' : conversion from 'int64_t' to 'uint32_t', possible loss of data    C:\dev\PDAL\src\filters\Crop.cpp    443    1    pdal<br>
Warning    15    warning C4244: 'argument' : conversion from 'int64_t' to 'uint32_t', possible loss of data    C:\dev\PDAL\src\filters\Crop.cpp    444    1    pdal<br>
Warning    16    warning C4244: 'argument' : conversion from 'int64_t' to 'const uint32_t', possible loss of data    C:\dev\PDAL\src\filters\Crop.cpp    459    1    pdal<br>
Warning    17    warning C4100: 'k' : unreferenced formal parameter    C:\dev\PDAL\src\filters\Index.cpp    153    1    pdal<br>
Warning    18    warning C4100: 'distance' : unreferenced formal parameter    C:\dev\PDAL\src\filters\Index.cpp    153    1    pdal<br>
Warning    19    warning C4100: 'z' : unreferenced formal parameter    C:\dev\PDAL\src\filters\Index.cpp    153    1    pdal<br>
Warning    20    warning C4100: 'y' : unreferenced formal parameter    C:\dev\PDAL\src\filters\Index.cpp    153    1    pdal<br>
Warning    21    warning C4100: 'x' : unreferenced formal parameter    C:\dev\PDAL\src\filters\Index.cpp    153    1    pdal<br>
Warning    22    warning C4189: 'y' : local variable is initialized but not referenced    C:\dev\PDAL\src\filters\Index.cpp    230    1    pdal<br>
Warning    23    warning C4189: 'x' : local variable is initialized but not referenced    C:\dev\PDAL\src\filters\Index.cpp    229    1    pdal<br>
Warning    24    warning C4189: 'z' : local variable is initialized but not referenced    C:\dev\PDAL\src\filters\Index.cpp    231    1    pdal<br>
Warning    25    warning C4100: 'buffer' : unreferenced formal parameter    C:\dev\PDAL\src\drivers\las\Reader.cpp    840    1    pdal<br>
Warning    26    warning C4189: 'output' : local variable is initialized but not referenced    C:\dev\PDAL\src\drivers\las\Writer.cpp    558    1    pdal<br>
Warning    27    warning C4275: non dll-interface class 'pdal::drivers::oci::OracleDriver' used as base for dll-interface class 'pdal::drivers::oci::Reader'    C:\dev\PDAL\include\pdal\drivers\oci\Reader.hpp    59    1    pdal<br>

Warning    28    warning C4275: non dll-interface class 'pdal::drivers::oci::OracleDriver' used as base for dll-interface class 'pdal::drivers::oci::Writer'    C:\dev\PDAL\include\pdal\drivers\oci\Writer.hpp    54    1    pdal<br>

Error    29    error LNK2001: unresolved external symbol _CPLGetErrorHandlerUserData@0    C:\dev\PDAL\src\Reprojection.obj    pdal<br>
Error    30    error LNK2001: unresolved external symbol _CPLGetErrorHandlerUserData@0    C:\dev\PDAL\src\Reader.cpp.obj    pdal<br>
Error    31    error LNK2001: unresolved external symbol _CPLGetErrorHandlerUserData@0    C:\dev\PDAL\src\Writer.cpp.obj    pdal<br>
Error    32    error LNK2019: unresolved external symbol _CPLGetErrorHandlerUserData@0 referenced in function "public: static void __stdcall pdal::gdal::Debug::trampoline(enum CPLErr,int,char const *)" (?trampoline@Debug@gdal@pdal@@SGXW4CPLErr@@HPBD@Z)    C:\dev\PDAL\src\GDALUtils.obj   
 pdal<br>
Error    33    error LNK2001: unresolved external symbol _CPLGetErrorHandlerUserData@0    C:\dev\PDAL\src\StageFactory.obj    pdal<br>
Error    34    error LNK2001: unresolved external symbol _CPLGetErrorHandlerUserData@0    C:\dev\PDAL\src\Colorization.obj    pdal<br>
Error    35    error LNK2001: unresolved external symbol _CPLGetErrorHandlerUserData@0    C:\dev\PDAL\src\InPlaceReprojection.obj    pdal<br>
Error    36    error LNK1120: 1 unresolved externals    C:\dev\PDAL\bin\Debug\pdal.dll    pdal<br>
Warning    37    warning C4275: non dll-interface class 'pdal::drivers::oci::OracleDriver' used as base for dll-interface class 'pdal::drivers::oci::Writer'    C:\dev\PDAL\include\pdal\drivers\oci\Writer.hpp    54    1    pc2pc<br>

Warning    38    warning C4275: non dll-interface class 'pdal::drivers::oci::OracleDriver' used as base for dll-interface class 'pdal::drivers::oci::Reader'    C:\dev\PDAL\include\pdal\drivers\oci\Reader.hpp    59    1    pc2pc<br>

Error    39    error C2065: 'm_geosEnvironment' : undeclared identifier    C:\dev\PDAL\apps\pcquery.cpp    125    1    pcquery<br>
Error    40    error C2653: 'pcquery' : is not a class or namespace name    C:\dev\PDAL\apps\pcquery.cpp    125    1    pcquery<br>
Error    41    error C2065: '_GEOSWarningHandler' : undeclared identifier    C:\dev\PDAL\apps\pcquery.cpp    125    1    pcquery<br>
Error    42    error C2653: 'pcquery' : is not a class or namespace name    C:\dev\PDAL\apps\pcquery.cpp    125    1    pcquery<br>
Error    43    error C2065: '_GEOSErrorHandler' : undeclared identifier    C:\dev\PDAL\apps\pcquery.cpp    125    1    pcquery<br>
Error    44    error C3861: 'initGEOS_r': identifier not found    C:\dev\PDAL\apps\pcquery.cpp    125    1    pcquery<br>
Error    45    error C2065: 'GEOSWKTReader' : undeclared identifier    C:\dev\PDAL\apps\pcquery.cpp    126    1    pcquery<br>
Error    46    error C2065: 'reader' : undeclared identifier    C:\dev\PDAL\apps\pcquery.cpp    126    1    pcquery<br>
Error    47    error C2065: 'm_geosEnvironment' : undeclared identifier    C:\dev\PDAL\apps\pcquery.cpp    126    1    pcquery<br>
Error    48    error C3861: 'GEOSWKTReader_create_r': identifier not found    C:\dev\PDAL\apps\pcquery.cpp    126    1    pcquery<br>
Error    49    error C2065: 'GEOSGeometry' : undeclared identifier    C:\dev\PDAL\apps\pcquery.cpp    127    1    pcquery<br>
Error    50    error C2065: 'geom' : undeclared identifier    C:\dev\PDAL\apps\pcquery.cpp    127    1    pcquery<br>
Error    51    error C2065: 'm_geosEnvironment' : undeclared identifier    C:\dev\PDAL\apps\pcquery.cpp    127    1    pcquery<br>
Error    52    error C2065: 'reader' : undeclared identifier    C:\dev\PDAL\apps\pcquery.cpp    127    1    pcquery<br>
Error    53    error C3861: 'GEOSWKTReader_read_r': identifier not found    C:\dev\PDAL\apps\pcquery.cpp    127    1    pcquery<br>
Error    54    error C2065: 'geom' : undeclared identifier    C:\dev\PDAL\apps\pcquery.cpp    128    1    pcquery<br>
Error    55    error LNK2019: unresolved external symbol _CPLGetErrorHandlerUserData@0 referenced in function "public: static void __stdcall pdal::gdal::Debug::trampoline(enum CPLErr,int,char const *)" (?trampoline@Debug@gdal@pdal@@SGXW4CPLErr@@HPBD@Z)    C:\dev\PDAL\apps\pc2pc.obj   
 pc2pc<br>
Error    56    error LNK1120: 1 unresolved externals    C:\dev\PDAL\bin\Debug\pc2pc.exe    pc2pc<br>
Warning    57    warning C4389: '==' : signed/unsigned mismatch    C:\dev\PDAL\boost\boost\test\test_tools.hpp    536    1    pdal_test<br>
Warning    58    warning C4702: unreachable code    c:\dev\pdal\test\unit\apps\pcinfotest.cpp    90    1    pdal_test<br>
Warning    59    warning C4702: unreachable code    c:\dev\pdal\test\unit\apps\pcinfotest.cpp    101    1    pdal_test<br>
Warning    60    warning C4702: unreachable code    c:\dev\pdal\test\unit\apps\pcinfotest.cpp    104    1    pdal_test<br>
Warning    61    warning C4702: unreachable code    c:\dev\pdal\test\unit\apps\pcinfotest.cpp    105    1    pdal_test<br>
Warning    62    warning C4702: unreachable code    c:\dev\pdal\test\unit\apps\pcinfotest.cpp    108    1    pdal_test<br>
Warning    63    warning C4702: unreachable code    c:\dev\pdal\test\unit\apps\pcinfotest.cpp    109    1    pdal_test<br>
Warning    64    warning C4702: unreachable code    c:\dev\pdal\test\unit\apps\pcinfotest.cpp    113    1    pdal_test<br>
Warning    65    warning C4702: unreachable code    c:\dev\pdal\test\unit\apps\pcinfotest.cpp    114    1    pdal_test<br>
Warning    66    warning C4275: non dll-interface class 'pdal::drivers::oci::OracleDriver' used as base for dll-interface class 'pdal::drivers::oci::Reader'    C:\dev\PDAL\include\pdal\drivers\oci\Reader.hpp    59    1    pdal_test<br>

Warning    67    warning C4275: non dll-interface class 'pdal::drivers::oci::OracleDriver' used as base for dll-interface class 'pdal::drivers::oci::Writer'    C:\dev\PDAL\include\pdal\drivers\oci\Writer.hpp    54    1    pdal_test<br>

Warning    68    warning C4189: 'num_read' : local variable is initialized but not referenced    C:\dev\PDAL\test\unit\drivers\nitf\NitfReaderTest.cpp    161    1    pdal_test<br>
Warning    69    warning C4505: 'NitfWriterTest::compare_contents' : unreferenced local function has been removed    C:\dev\PDAL\test\unit\drivers\nitf\NitfWriterTest.cpp    47    1    pdal_test<br>
Error    70    error LNK2019: unresolved external symbol _CPLGetErrorHandlerUserData@0 referenced in function "public: static void __stdcall pdal::gdal::Debug::trampoline(enum CPLErr,int,char const *)" (?trampoline@Debug@gdal@pdal@@SGXW4CPLErr@@HPBD@Z)    C:\dev\PDAL\test\unit\OCITest.obj   
 pdal_test<br>
Error    71    error LNK2001: unresolved external symbol _CPLGetErrorHandlerUserData@0    C:\dev\PDAL\test\unit\GDALUtilsTest.obj    pdal_test<br>
Error    72    error LNK1120: 1 unresolved externals    C:\dev\PDAL\bin\Debug\pdal_test.exe    1    1    pdal_test<br>
<b><br>
<br>
If anyone has any suggestions as to what I am doing wrong I would be very appreciative.
</b><br clear="all">
<br>
-- <br>
David Saeger<br>
<a href="tel:305.984.5539" value="+13059845539" target="_blank">305.984.5539</a><br>
</div>
</div>
</div></div></span>
</div>

</blockquote></div><br><br clear="all"><br>-- <br>David Saeger<br>305.984.5539<br>