@thomasgeissl wrote:
I get the following error if I try any of the ofSoundStream examples.
(osx 10.10, current master, make)Any idea what is going wrong here and how can it be fixed?
Compiling audioInputExample for Release HOST_OS=Darwin HOST_ARCH=x86_64Undefined symbols for architecture x86_64: "RtAudio::openStream(RtAudio::StreamParameters*, RtAudio::StreamParameters*, unsigned long, unsigned int, unsigned int*, int (*)(void*, void*, unsigned int, double, unsigned int, void*), void*, RtAudio::StreamOptions*, void (*)(RtAudioError::Type, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&))", referenced from: ofRtAudioSoundStream::setup(int, int, int, int, int) in libopenFrameworks.a(ofRtAudioSoundStream.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [bin/audioInputExample] Error 1 make: *** [Release] Error 2
Posts: 1
Participants: 1