Opened 6 years ago

Last modified 2 years ago

#56004 new defect

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

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>;
                          ^

https://build.macports.org/builders/ports-10.8_x86_64_legacy-builder/builds/53666/steps/install-port/logs/stdio

I expect this needs the cxx11 1.1 portgroup, but haven't tested it.

Change History (5)

comment:1 Changed 6 years ago by RJVB (René Bertin)

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.

comment:2 Changed 3 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 3 years ago by chrstphrchvz (Christopher Chavez)

Cc: chrstphrchvz added

comment:4 Changed 3 years ago by RJVB (René Bertin)

Probably, audacity has also been updated so I suppose that this ticket can be closed

comment:5 Changed 2 years ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.