Opened 14 years ago

Closed 14 years ago

#313 closed defect (fixed)

Makefile.vc missing CoordinateSequenceFactory.cpp

Reported by: mbandazian Owned by: mloskot
Priority: blocker Milestone: 3.2.1
Component: Build/Install Version: 3.2.0
Severity: Significant Keywords:
Cc:

Description

The source/Makefile.vc doesn't list geom/CoordinateSequenceFactory.cpp as a target, so that file is never built. This causes linking to fail on Windows, since the virtual destructor for that class has no object code.

Adding geom/CoordinateSequenceFactory.cpp file to Makefile.vc fixes the problem.

Change History (3)

comment:1 by mloskot, 14 years ago

Owner: changed from pramsey to mloskot
Status: newassigned

comment:2 by pramsey, 14 years ago

Milestone: 3.2.1

comment:3 by mloskot, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed in trunk (r2833)

Note: See TracTickets for help on using tickets.