Hi Mateusz,

I tried it using your files, but now get:

cl -Iheaders /EHsc /MD /GR /nologo bigtest\TestSweepLineSpeed.obj bigt
est\GeometryTestFactory.obj  geos.lib
geos.lib(GeometryFactory.obj) : error LNK2019: unresolved external symbol __imp_ [EMAIL PROTECTED]@@QBEPBDXZ referenced in function "public: class geos::Geometry * __thiscall geos::GeometryFactory::buildGeometry(class std::vector<class geos::G eometry *,class std::allocator<class geos::Geometry *> > *)const " (?buildGeomet
[EMAIL PROTECTED]@geos@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@geos@@V?$alloc
[EMAIL PROTECTED]@geos@@@std@@@std@@@Z)
geos.lib(Geometry.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED]
ype_info@@QBEPBDXZ
geos.lib(GeometryGraph.obj) : error LNK2001: unresolved external symbol __imp_?n
[EMAIL PROTECTED]@@QBEPBDXZ
geos.lib(OffsetCurveSetBuilder.obj) : error LNK2001: unresolved external symbol
[EMAIL PROTECTED]@@QBEPBDXZ
TestSweepLineSpeed.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\c
l.exe"' : return code '0x2'
Stop.

Any ideas? Thanks in advance.

Best regards,
Bart

Mateusz Łoskot wrote:

Bart van den Eijnden (OSGIS) wrote:
Hi list,

I've got a problem trying to compile geos 2.2.1 (which is part of Mapserver's buildkit for Windows) using Visual Studio 8:

RepeatedPointTester.obj : error LNK2001: unresolved external symbol __imp_?name@ type_info@@QBEPBDXZ planarDirectedEdge.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] ype_info@@QBEPBDXZ Geometry.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED]@@ QBEPBDXZ referenced in function "private:
virtual int __thiscall geos::Geometry: :getClassSortIndex(void)const
" ([EMAIL PROTECTED]@geos@@EBEHXZ) GeometryFactory.obj :
error LNK2001: unresolved external symbol [EMAIL PROTECTED] _info@@QBEPBDXZ GeometryGraph.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] nfo@@QBEPBDXZ OffsetCurveSetBuilder.obj : error LNK2001: unresolved external symbol
__imp_?nam [EMAIL PROTECTED]@@QBEPBDXZ geos.dll : fatal error LNK1120: 1
unresolved externals NMAKE : fatal error U1077: '"C:\Program
Files\Microsoft Visual Studio 8\VC\BIN\l ink.exe"' : return code
'0x460' Stop.

Is anybody able to help? Thanks in advance.


Please, try to build using my version if makefile.vc + platform,h and
vesrion.h files:

http://mateusz.loskot.net/projects/geos/

AFAIK it did help some users to build GEOS 2.2.1 using VC++ 8.0.

Please, let me know if you've managed or not to build.

Cheers


--
Bart van den Eijnden
OSGIS, Open Source GIS
http://www.osgis.nl

_______________________________________________
geos-devel mailing list
geos-devel@geos.refractions.net
http://geos.refractions.net/mailman/listinfo/geos-devel

Reply via email to