ofxAudioUnit icon indicating copy to clipboard operation
ofxAudioUnit copied to clipboard

Build fails "No type named 'unique_ptr' in namespace 'std'" in ofxAudioUnitTap.h

Open jonaseltes opened this issue 8 years ago • 2 comments

Hey,

Seems like an amazing addon but couldn't get the examples running as it fails with the following error on build (Xcode 7.2):

No type named 'unique_ptr' in namespace 'std'in ofxAudioUnitTap.h.

This is all quite new to me so sorry for potential typical beginner problems.

jonaseltes avatar Mar 14 '16 21:03 jonaseltes

Maybe the xcode projects need to be updated, looks like it's building with an older c++ than c++11

admsyn avatar Mar 16 '16 01:03 admsyn

Tried setting the build settings language to c++11 but gave me lots of No template named 'shared_ptr' in namespace 'std'; in ofTypes.h instead.

jonaseltes avatar Mar 17 '16 09:03 jonaseltes