Opened 10 months ago

Closed 5 months ago

#72787 closed defect (fixed)

CSXCAD: error: no member named 'base' in 'Halfedge_around_source_iterator<Graph>'

Reported by: Kibabalu (Kiba Balu) Owned by: ra1nb0w
Priority: Normal Milestone:
Component: ports Version: 2.11.4
Keywords: Cc: Dave-Allured (Dave Allured)
Port: CSXCAD

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Error: Failed to build CSXCAD: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_CSXCAD/CSXCAD/main.log for details.
Error: rev-upgrade failed: Error rebuilding CSXCAD
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.

Attachments (1)

main.log (318.4 KB) - added by Kibabalu (Kiba Balu) 10 months ago.
Log file

Download all attachments as: .zip

Change History (6)

Changed 10 months ago by Kibabalu (Kiba Balu)

Attachment: main.log added

Log file

comment:1 Changed 10 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: set to ra1nb0w
Status: newassigned
Summary: Failed to build CSXCADCSXCAD: error: no member named 'base' in 'Halfedge_around_source_iterator<Graph>'
Version: 2.11.4

The log says:

In file included from /opt/local/include/CGAL/Polyhedron_3.h:37:
In file included from /opt/local/include/CGAL/HalfedgeDS_default.h:32:
In file included from /opt/local/include/CGAL/boost/graph/graph_traits_HalfedgeDS_default.h:24:
In file included from /opt/local/include/CGAL/boost/graph/graph_traits_HalfedgeDS.h:38:
/opt/local/include/CGAL/boost/graph/iterator.h:233:22: error: no member named 'base' in 'Halfedge_around_source_iterator<Graph>'
  233 |     return (! (this->base() == NULL)) ?
      |                ~~~~  ^
/opt/local/include/CGAL/boost/graph/iterator.h:333:22: error: no member named 'base' in 'Halfedge_around_target_iterator<Graph>'
  333 |     return (! (this->base() == NULL)) ?
      |                ~~~~  ^
/opt/local/include/CGAL/boost/graph/iterator.h:432:22: error: no member named 'base' in 'Halfedge_around_face_iterator<Graph>'
  432 |     return (! (this->base() == NULL)) ?
      |                ~~~~  ^

comment:2 Changed 5 months ago by Dave-Allured (Dave Allured)

Related, and probably a duplicate of this ticket: #73166

I think this was fixed by db13aca. Please update your MacPorts, and retest CSXCAD.

comment:3 Changed 5 months ago by Dave-Allured (Dave Allured)

Cc: Dave-Allured added

comment:4 Changed 5 months ago by Dave-Allured (Dave Allured)

Fixed by db13aca. Please close this ticket.

comment:5 Changed 5 months ago by ra1nb0w

Resolution: fixed
Status: assignedclosed

thank you Dave!

Note: See TracTickets for help on using tickets.