Opened 16 months ago
Closed 15 months ago
#67795 closed defect (fixed)
rsgislib @3.7.54a: error: no viable conversion from 'std::unique_ptr<Point>' to 'geos::geom::Point *'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | Veence (Vincent) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | mascguy (Christopher Nielsen), nilason (Nicklas Larsson) | |
Port: | rsgislib |
Description
rsgislib fails to build on all systems:
src/geom/RSGIS2DPoint.cpp:68:28: error: no viable conversion from 'std::unique_ptr<Point>' to 'geos::geom::Point *' geos::geom::Point *geosPt = geomFactory->createPoint(*point); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/geom/RSGISGeomTestExport.h:33:10: fatal error: 'geos/geom/CoordinateArraySequence.h' file not found #include "geos/geom/CoordinateArraySequence.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Change History (2)
comment:1 follow-up: 2 Changed 15 months ago by mascguy (Christopher Nielsen)
Cc: | mascguy nilason added |
---|
comment:2 Changed 15 months ago by mascguy (Christopher Nielsen)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replying to mascguy:
Once this port has been updated to v5.0.x, per issue:67796, this ticket may no longer be relevant.
But we'll see after the update has been merged; pending via PR:
This no longer appears to be an issue, now that the update has been merged. Closing as fixed.
Note: See
TracTickets for help on using
tickets.
Once this port has been updated to v5.0.x, per issue:67796, this ticket may no longer be relevant.
But we'll see after the update has been merged; pending via PR:
PR 19697 - rsgislib: update to 5.0.14