Opened 5 years ago

Closed 3 years ago

#59212 closed defect (fixed)

gdlmm3 @3.7.3: error: inheriting constructors are not supported

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.6.1
Keywords: Cc:
Port: gdlmm3

Description

gdlmm3 doesn't build, at least not with the version of clang available on 10.7, because inheriting constructors are not supported. Maybe blacklisting that old clang and letting MacPorts use a newer one would help.

Change History (2)

comment:1 Changed 5 years ago by jmroot (Joshua Root)

Inheriting constructors is a C++11 feature, so just set configure.cxx_standard 2011.

comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In 683f8ce114a591b0f7f6a8b81343c05763469311/macports-ports (master):

gdlmm3: Requires C++11

Closes: #59212

Note: See TracTickets for help on using tickets.