Opened 15 years ago
Closed 15 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 , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 15 years ago
| Milestone: | → 3.2.1 |
|---|
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in trunk (r2833)