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

#include <tr1/memory> error #26

Closed jeppius closed 8 years ago

jeppius commented 8 years ago

I get the "tr1/memory file not found error" on OsX, Xcode 6.1 base SDK OSX 10.10 As C++ standard library I use libc++ Any hints?

jasonlevine commented 8 years ago

What version of OF? Use 0.9.0 if you can.

On Monday, January 25, 2016, jeppius notifications@github.com wrote:

I get the "tr1/memory file not found error" on OsX, Xcode 61 base SDK OSX 1010 As C++ standard library I use libc++ Any hints?

— Reply to this email directly or view it on GitHub https://github.com/admsyn/ofxAudioUnit/issues/26.

Jason Levine new media performer + creative coder https://www.behance.net/jasonlevine https://www.behance.net/jasonlevine

admsyn commented 8 years ago

You may need to use libstdc++ if you're using OF 0.8, check out https://github.com/openframeworks/openFrameworks/pull/2764

Do you get the error if you don't have ofxAudioUnit in your project?

jeppius commented 8 years ago

Ok, 0.8.4 because I was trying to still use ofxUI ...I'll switch to 0.9.0 then, thanks.