admsyn / ofxAudioUnit

An openFrameworks addon which makes it easy to work with Audio Units on OSX and iOS
MIT License
120 stars 24 forks source link

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

Open jonaseltes opened 8 years ago

jonaseltes commented 8 years ago

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.

admsyn commented 8 years ago

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

jonaseltes commented 8 years ago

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.