ofxAudioUnit
ofxAudioUnit copied to clipboard
Build fails "No type named 'unique_ptr' in namespace 'std'" in ofxAudioUnitTap.h
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.
Maybe the xcode projects need to be updated, looks like it's building with an older c++ than c++11
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.