Quantcast
Channel: bugs, errors - openFrameworks
Viewing all articles
Browse latest Browse all 636

RtAudio linking error

$
0
0

@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_64

Undefined 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

Read full topic


Viewing all articles
Browse latest Browse all 636

Trending Articles