GDAL folks,
 
I am upgrading my program from VS 2005 to VS 2010 and attempted to build GDAL 
with Kakadu support using 4-15-2012 trunk version (FYI, GDAL can compile 
cleanly without adding Kakadu support).  I get the following build errors:

args.obj : error LNK2038: mismatch detected for ' __ITERATOR_DEBUG_LEVEL' : 
value '2' doesn't match value '0' in cplkeywordparser.obj
palette.obj : error LNK2038: mismatch detected for ' __ITERATOR_DEBUG_LEVEL' : 
value '2' doesn't match value '0' in cplkeywordparser.obj
roi_sources.obj : error LNK2038: mismatch detected for ' 
__ITERATOR_DEBUG_LEVEL' : value '2' doesn't match value '0' in 
cplkeywordparser.obj
 
I looked online and all suggest I might be mixing built libraries (want Debug 
and supplied some in release mode).  So, I recompiled Kakadu in debug mode to 
make sure and still get these errors.
Has anyone seen them?  I am puzzled because I have no problems using MSVC 2005 
edition GDAL with Kakadu.
 
John
 
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to