Hi
I am trying to build GDAL with GEOS support and I am getting these linker errors
Microsoft (R) Incremental Linker Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
Copyright (C) Microsoft Corporation. All rights reserved.
Creating library gdal_i.lib and object gdal_i.exp
ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSGeomFr
omWKB_buf referenced in function "public: virtual struct GEOSGeom_t * __thiscall
OGRGeometry::exportToGEOS(void)const " ([EMAIL PROTECTED]@@UBEPAUGEOSGe
om_t@@XZ)
ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSConvex
Hull referenced in function "public: virtual class OGRGeometry * __thiscall OGRG
eometry::ConvexHull(void)const " ([EMAIL PROTECTED]@@[EMAIL PROTECTED] )
ogr.lib(ogrgeometry.obj ) : error LNK2019: unresolved external symbol _GEOSBounda
ry referenced in function "public: virtual class OGRGeometry * __thiscall OGRGeo
metry::getBoundary(void)const " ( [EMAIL PROTECTED]@@[EMAIL PROTECTED])
ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSBuffer
referenced in function "public: virtual class OGRGeometry * __thiscall OGRGeome
try::Buffer(double,int)const " ( [EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z)
ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSInters
ection referenced in function "public: virtual class OGRGeometry * __thiscall OG
RGeometry::Intersection(class OGRGeometry const *)const " ( [EMAIL PROTECTED]
etry@@[EMAIL PROTECTED]@@Z)
ogr.lib(ogrgeometry.obj ) : error LNK2019: unresolved external symbol _GEOSUnion
referenced in function "public: virtual class OGRGeometry * __thiscall OGRGeomet
ry::Union(class OGRGeometry const *)const " ( [EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z
)
ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSDiffer
ence referenced in function "public: virtual class OGRGeometry * __thiscall OGRG
eometry::Difference(class OGRGeometry const *)const " ([EMAIL PROTECTED]@@
[EMAIL PROTECTED]@@Z)
ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSSymDif
ference referenced in function "public: virtual class OGRGeometry * __thiscall O
GRGeometry::SymmetricDifference(class OGRGeometry const *)const " (?SymmetricDif
[EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z)
ogr.lib(ogrpolygon.obj) : error LNK2019: unresolved external symbol _GEOSGetCent
roid referenced in function "public: virtual int __thiscall OGRPolygon::Centroid
(class OGRPoint *)const " ( [EMAIL PROTECTED]@@UBEHPAVOGRPoint@@@Z)
gdal13.dll : fatal error LNK1120: 9 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSGeomFr
omWKB_buf referenced in function "public: virtual struct GEOSGeom_t * __thiscall
OGRGeometry::exportToGEOS(void)const " ([EMAIL PROTECTED]@@UBEPAUGEOSGe
om_t@@XZ)
ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSConvex
Hull referenced in function "public: virtual class OGRGeometry * __thiscall OGRG
eometry::ConvexHull(void)const " ([EMAIL PROTECTED]@@[EMAIL PROTECTED] )
ogr.lib(ogrgeometry.obj ) : error LNK2019: unresolved external symbol _GEOSBounda
ry referenced in function "public: virtual class OGRGeometry * __thiscall OGRGeo
metry::getBoundary(void)const " ( [EMAIL PROTECTED]@@[EMAIL PROTECTED])
ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSBuffer
referenced in function "public: virtual class OGRGeometry * __thiscall OGRGeome
try::Buffer(double,int)const " ( [EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z)
ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSInters
ection referenced in function "public: virtual class OGRGeometry * __thiscall OG
RGeometry::Intersection(class OGRGeometry const *)const " ( [EMAIL PROTECTED]
etry@@[EMAIL PROTECTED]@@Z)
ogr.lib(ogrgeometry.obj ) : error LNK2019: unresolved external symbol _GEOSUnion
referenced in function "public: virtual class OGRGeometry * __thiscall OGRGeomet
ry::Union(class OGRGeometry const *)const " ( [EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z
)
ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSDiffer
ence referenced in function "public: virtual class OGRGeometry * __thiscall OGRG
eometry::Difference(class OGRGeometry const *)const " ([EMAIL PROTECTED]@@
[EMAIL PROTECTED]@@Z)
ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSSymDif
ference referenced in function "public: virtual class OGRGeometry * __thiscall O
GRGeometry::SymmetricDifference(class OGRGeometry const *)const " (?SymmetricDif
[EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z)
ogr.lib(ogrpolygon.obj) : error LNK2019: unresolved external symbol _GEOSGetCent
roid referenced in function "public: virtual int __thiscall OGRPolygon::Centroid
(class OGRPoint *)const " ( [EMAIL PROTECTED]@@UBEHPAVOGRPoint@@@Z)
gdal13.dll : fatal error LNK1120: 9 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
Does anyone knows how to resolve these issues. I am using the latest GDAL and GEOS releases.
Best Regards
Mir Hassan Ali
_______________________________________________ geos-devel mailing list geos-devel@geos.refractions.net http://geos.refractions.net/mailman/listinfo/geos-devel