Opened 7 years ago
Closed 6 months ago
#56004 closed defect (fixed)
audacity @2.2.0: error: unknown type name 'unique_ptr'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | RJVB (René Bertin) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | chrstphrchvz (Christopher Chavez), cooljeanius (Eric Gallager) | |
Port: | audacity-legacy |
Description
audacity 2.2.0 fails to build on Mountain Lion and earlier with:
./MemoryX.h:398:27: error: unknown type name 'unique_ptr' using scalar_case = unique_ptr<X>; ^
I expect this needs the cxx11 1.1 portgroup, but haven't tested it.
Change History (6)
comment:1 Changed 7 years ago by RJVB (René Bertin)
comment:2 Changed 4 years ago by chrstphrchvz (Christopher Chavez)
This issue was probably resolved as of [3051359ae8/macports-ports] when the cxx11 1.1
portgroup was added to the port.
comment:3 Changed 4 years ago by chrstphrchvz (Christopher Chavez)
Cc: | chrstphrchvz added |
---|
comment:4 Changed 4 years ago by RJVB (René Bertin)
Probably, audacity has also been updated so I suppose that this ticket can be closed
comment:5 Changed 3 years ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
comment:6 Changed 6 months ago by mohd-akram (Mohamed Akram)
Port: | audacity-legacy added; audacity removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
AFAICT this is because of an updated dependency, probably wxWidgets. If that is indeed the case, the cxx11 PG should be included by the wxWidgets PG.