Opened 10 months ago

Closed 9 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:

https://build.macports.org/builders/ports-12_x86_64-builder/builds/76605/steps/install-port/logs/stdio

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 Changed 9 months ago by mascguy (Christopher Nielsen)

Cc: mascguy nilason added

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

comment:2 in reply to:  1 Changed 9 months ago by mascguy (Christopher Nielsen)

Resolution: fixed
Status: assignedclosed

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:

PR 19697 - rsgislib: update to 5.0.14

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.