Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#303 closed defect (fixed)

geos 3.2.0rc3 compiling under vc 2005 (using vc80 solution)

Reported by: robe Owned by: mloskot
Priority: major Milestone: 3.2.0
Component: Build/Install Version: main
Severity: Significant Keywords:
Cc:

Description

Okay this time I'm testing on my VC 2005 box.

geos_xmltester -- completely missing from vc 2005.

geos_capi and geos_lib give these errors -- so I guess the same issue as was with the vc 2008 solution files (vc90)

Error	1	fatal error C1083: Cannot open source file: '..\..\..\source\geom\util\LinearComponentExtracter.cpp': No such file or directory	c1xx	
Error	2	fatal error C1083: Cannot open source file: '..\..\..\source\geom\util\PointExtracter.cpp': No such file or directory	c1xx	
Error	3	fatal error C1083: Cannot open source file: '..\..\..\source\geom\util\PolygonExtracter.cpp': No such file or directory	c1xx	
Error	4	fatal error C1083: Cannot open source file: '..\..\..\source\operation\overlay\FuzzyPointLocator.cpp': No such file or directory	c1xx	
Error	5	fatal error C1083: Cannot open source file: '..\..\..\source\operation\overlay\OffsetPointGenerator.cpp': No such file or directory	c1xx	
Error	6	fatal error C1083: Cannot open source file: '..\..\..\source\operation\overlay\OverlayResultValidator.cpp': No such file or directory	c1xx	
Error	7	fatal error C1083: Cannot open source file: '..\..\..\source\precision\GeometrySnapper.cpp': No such file or directory	c1xx	
Error	8	fatal error C1083: Cannot open source file: '..\..\..\source\precision\LineStringSnapper.cpp': No such file or directory	c1xx	
Error	9	fatal error C1083: Cannot open source file: '..\..\..\source\util\AssertionFailedException.cpp': No such file or directory	c1xx	
Error	10	fatal error C1083: Cannot open source file: '..\..\..\source\util\IllegalArgumentException.cpp': No such file or directory	c1xx	
Error	11	fatal error C1083: Cannot open source file: '..\..\..\source\util\UnsupportedOperationException.cpp': No such file or directory	c1xx	

Also get these errors -- from geos_unit project

Error	55	fatal error C1083: Cannot open source file: '..\..\..\source\geom\util\LinearComponentExtracter.cpp': No such file or directory	c1xx	
Error	56	fatal error C1083: Cannot open source file: '..\..\..\source\geom\util\PointExtracter.cpp': No such file or directory	c1xx	
Error	57	fatal error C1083: Cannot open source file: '..\..\..\source\geom\util\PolygonExtracter.cpp': No such file or directory	c1xx	
Error	261	fatal error C1083: Cannot open source file: '..\..\..\source\operation\overlay\FuzzyPointLocator.cpp': No such file or directory	c1xx	
Error	262	fatal error C1083: Cannot open source file: '..\..\..\source\operation\overlay\OffsetPointGenerator.cpp': No such file or directory	c1xx	
Error	263	fatal error C1083: Cannot open source file: '..\..\..\source\operation\overlay\OverlayResultValidator.cpp': No such file or directory	c1xx	
Error	313	fatal error C1083: Cannot open source file: '..\..\..\source\precision\GeometrySnapper.cpp': No such file or directory	c1xx	
Error	314	fatal error C1083: Cannot open source file: '..\..\..\source\precision\LineStringSnapper.cpp': No such file or directory	c1xx	
Error	316	fatal error C1083: Cannot open source file: '..\..\..\source\util\AssertionFailedException.cpp': No such file or directory	c1xx	
Error	317	fatal error C1083: Cannot open source file: '..\..\..\source\util\IllegalArgumentException.cpp': No such file or directory	c1xx	
Error	318	fatal error C1083: Cannot open source file: '..\..\..\source\util\UnsupportedOperationException.cpp': No such file or directory	c1xx	
Error	348	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\coordinatearraysequencefactorytest.cpp	5	
Error	349	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\coordinatearraysequencetest.cpp	5	
Error	350	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\coordinatelisttest.cpp	6	
Error	351	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\coordinatetest.cpp	5	
Error	352	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\dimensiontest.cpp	6	
Error	353	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\envelopetest.cpp	6	
Error	354	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\geometryfactorytest.cpp	6	
Error	355	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\intersectionmatrixtest.cpp	5	
Error	356	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\linearringtest.cpp	6	
Error	357	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\linesegmenttest.cpp	5	
Error	358	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\linestringtest.cpp	6	
Error	359	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\locationtest.cpp	6	
Error	360	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\multilinestringtest.cpp	5	
Error	361	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\multipointtest.cpp	6	
Error	362	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\multipolygontest.cpp	5	
Error	363	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\pointtest.cpp	5	
Error	364	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\polygontest.cpp	5	
Error	365	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\triangletest.cpp	6	
Error	366	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\geometry\coverstest.cpp	6	
Error	367	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\geometry\isrectangletest.cpp	6	
Error	368	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geom\prep\preparedgeometryfactorytest.cpp	6	
Error	369	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\noding\segmentnodetest.cpp	5	
Error	370	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\noding\segmentpointcomparatortest.cpp	5	
Error	371	fatal error C1083: Cannot open source file: '..\..\..\tests\unit\noding\SegmentStringTest.cpp': No such file or directory	c1xx	
Error	372	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\io\byteordervaluestest.cpp	6	
Error	373	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\io\wkbreadertest.cpp	10	
Error	374	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\simplify\douglaspeuckersimplifiertest.cpp	5	
Error	375	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\simplify\topologypreservingsimplifiertest.cpp	5	
Error	376	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\algorithm\convexhulltest.cpp	6	
Error	377	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\algorithm\pointlocatortest.cpp	6	
Error	378	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\algorithm\cgalgorithms\computeorientationtest.cpp	6	
Error	379	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\algorithm\cgalgorithms\isccwtest.cpp	7	
Error	380	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\algorithm\cgalgorithms\ispointinringtest.cpp	6	
Error	381	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\index\quadtree\doublebitstest.cpp	5	
Error	382	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\util\uniquecoordinatearrayfiltertest.cpp	6	
Error	383	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\operation\issimpleoptest.cpp	6	
Error	384	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\operation\distance\distanceoptest.cpp	6	
Error	385	fatal error C1083: Cannot open source file: '..\..\..\tests\unit\operation\overlay\FuzzyPointLocatorTest.cpp': No such file or directory	c1xx	
Error	386	fatal error C1083: Cannot open source file: '..\..\..\tests\unit\operation\overlay\OffsetPointGeneratorTest.cpp': No such file or directory	c1xx	
Error	387	fatal error C1083: Cannot open source file: '..\..\..\tests\unit\operation\overlay\OverlayResultValidatorTest.cpp': No such file or directory	c1xx	
Error	388	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\operation\union\cascadedpolygonuniontest.cpp	6	
Error	389	fatal error C1083: Cannot open source file: '..\..\..\tests\unit\precision\GeometrySnapperTest.cpp': No such file or directory	c1xx	
Error	391	fatal error C1083: Cannot open source file: '..\..\..\tests\unit\precision\LineStringSnapperTest.cpp': No such file or directory	c1xx	
Error	392	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\precision\simplegeometryprecisionreducertest.cpp	6	
Error	393	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\capi\geoscoordseqtest.cpp	5	
Error	394	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\capi\geosgeomtowkttest.cpp	5	
Error	395	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\capi\geospolygonizer_getcutedgestest.cpp	5	
Error	396	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\capi\geossimplifytest.cpp	5	
Error	397	fatal error C1083: Cannot open include file: 'tut.hpp': No such file or directory	c:\projects\geos\geos-3.2.0rc3vc2005\tests\unit\geos_unit.cpp	8	

Change History (4)

comment:1 by mloskot, 14 years ago

Owner: changed from geos-devel@… to mloskot
Status: newassigned

comment:2 by mloskot, 14 years ago

Component: DefaultBuild/Install
Resolution: fixed
Severity: UnassignedSignificant
Status: assignedclosed

Updated solution for Visual C++ 8.0 (Visual Studio 2005) in trunk (r2800)

comment:3 by mloskot, 14 years ago

Updated buld/msvc80 r2802 and r2802

comment:4 by mloskot, 14 years ago

Fixed generation of platform.h as pre-build step of msvcXY/geos_lib projects (r2820, r2821)

Note: See TracTickets for help on using tickets.