#44670: inkscape @0.48.5_1 fails to build ------------------------+-------------------------------- Reporter: hgonzale@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Keywords: | Port: inkscape ------------------------+-------------------------------- {{{ :info:build object-snapper.cpp:564:38: error: no matching constructor for initialization of 'Inkscape::SnappedPoint' :info:build SnappedPoint s(_snapmanager->getDesktop()->doc2dt(p_inters), p.getSourceType(), p.getSourceNum(), k->target_type, dist, getSnapperTolerance(), getSnapperAlwaysSnap(), true, k->target_bbox); :info:build ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :info:build ./snapped-point.h:32:5: note: candidate constructor not viable: no known conversion from 'const Geom::OptRect' to 'const bool' for 9th argument :info:build SnappedPoint(Geom::Point const &p, SnapSourceType const &source, long source_num, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &constrained_snap, bool const &fully_constrained, Geom::OptRect target_bbox = Geom::OptRect()); :info:build ^ :info:build ./snapped-point.h:29:5: note: candidate constructor not viable: requires 0 arguments, but 9 were provided :info:build SnappedPoint(); :info:build ^ :info:build ./snapped-point.h:30:5: note: candidate constructor not viable: requires single argument 'p', but 9 arguments were provided :info:build SnappedPoint(Geom::Point const &p); :info:build ^ :info:build ./snapped-point.h:31:5: note: candidate constructor not viable: requires 13 arguments, but 9 were provided :info:build SnappedPoint(Geom::Point const &p, SnapSourceType const &source, long source_num, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &at_intersection, bool const &constrained_snap, bool const &fully_constrained, Geom::Coord const &d2, Geom::Coord const &t2, bool const &a2); :info:build ^ :info:build ./snapped-point.h:33:5: note: candidate constructor not viable: requires 7 arguments, but 9 were provided :info:build SnappedPoint(SnapCandidatePoint const &p, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &constrained_snap, bool const &fully_constrained); :info:build ^ :info:build ./snapped-point.h:25:7: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 9 were provided :info:build class SnappedPoint :info:build ^ }}} -- Ticket URL: <https://trac.macports.org/ticket/44670> MacPorts <http://www.macports.org/> Ports system for OS X