Opened 5 years ago
Closed 4 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)
comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Inheriting constructors is a C++11 feature, so just set
configure.cxx_standard 2011
.