Since the last osgeo4w libs update qgis_core doesn't compile because of linking errors with gdal_i.lib (CPL methods).<div>I had those errors when I in the past I set the wrong gdal libs (older versions) in the VC lib paths. Now the path points to C:\OSGeo4W\lib\gdal_i.lib (as I did many times before) which is the latest installed by osgeo4w.</div>
<div>Are there changes in the osgeo4w packaging, or am I missing something?</div><div><br></div><div>thanks, </div><div>giovanni</div><div><br></div><div>------------------------</div><div><br></div><div><div>1>   Creating library D:\LAVORO\Geoinformatica\QGIS\qgis_build\src\core\Debug\qgis_core.lib and object D:\LAVORO\Geoinformatica\QGIS\qgis_build\src\core\Debug\qgis_core.exp</div>
<div>1>qgsdataitem.obj : error LNK2019: unresolved external symbol "public: int __thiscall CPLStringList::Count(void)const " (?Count@CPLStringList@@QBEHXZ) referenced in function "public: int __thiscall CPLStringList::size(void)const " (?size@CPLStringList@@QBEHXZ)</div>
<div>1>qgsdataitem.obj : error LNK2019: unresolved external symbol "public: class CPLStringList & __thiscall CPLStringList::InsertStringDirectly(int,char *)" (?InsertStringDirectly@CPLStringList@@QAEAAV1@HPAD@Z) referenced in function "public: class CPLStringList & __thiscall CPLStringList::InsertString(int,char const *)" (?InsertString@CPLStringList@@QAEAAV1@HPBD@Z)</div>
<div>1>qgsdataitem.obj : error LNK2019: unresolved external symbol "public: class CPLStringList & __thiscall CPLStringList::Assign(char * *,int)" (?Assign@CPLStringList@@QAEAAV1@PAPADH@Z) referenced in function "public: class CPLStringList & __thiscall CPLStringList::operator=(char * *)" (??4CPLStringList@@QAEAAV0@PAPAD@Z)</div>
<div>1>qgsdataitem.obj : error LNK2019: unresolved external symbol "public: char * __thiscall CPLStringList::operator[](int)" (??ACPLStringList@@QAEPADH@Z) referenced in function "public: char * __thiscall CPLStringList::operator[](unsigned int)" (??ACPLStringList@@QAEPADI@Z)</div>
<div>1>qgsdataitem.obj : error LNK2019: unresolved external symbol "public: char const * __thiscall CPLStringList::operator[](int)const " (??ACPLStringList@@QBEPBDH@Z) referenced in function "public: char const * __thiscall CPLStringList::operator[](unsigned int)const " (??ACPLStringList@@QBEPBDI@Z)</div>
<div>1>qgscoordinatereferencesystem.obj : error LNK2019: unresolved external symbol _OSRAxisEnumToName referenced in function "public: bool __thiscall QgsCoordinateReferenceSystem::axisInverted(void)const " (?axisInverted@QgsCoordinateReferenceSystem@@QBE_NXZ)</div>
<div>1>qgscoordinatereferencesystem.obj : error LNK2019: unresolved external symbol _OSRGetAxis referenced in function "public: bool __thiscall QgsCoordinateReferenceSystem::axisInverted(void)const " (?axisInverted@QgsCoordinateReferenceSystem@@QBE_NXZ)</div>
<div>1>D:\LAVORO\Geoinformatica\QGIS\qgis_build\output\bin\Debug\qgis_core.dll : fatal error LNK1120: 7 unresolved externals</div></div>