Skip to content

Instantly share code, notes, and snippets.

@phoenixperry
Created April 8, 2015 18:50
Show Gist options
  • Save phoenixperry/3e53467fca9919061e63 to your computer and use it in GitHub Desktop.
Save phoenixperry/3e53467fca9919061e63 to your computer and use it in GitHub Desktop.
Undefined symbols for architecture i386:
"ofxAudioUnit::setRenderCallback(AURenderCallbackStruct, int)", referenced from:
ofxAudioUnitDSPNode::connectTo(ofxAudioUnit&, int, int) in ofxAudioUnitDSPNode.o
"ofxAudioUnit::ofxAudioUnit(ofxAudioUnit const&)", referenced from:
std::vector<ofxAudioUnit, std::allocator<ofxAudioUnit> >::_M_fill_insert(__gnu_cxx::__normal_iterator<ofxAudioUnit*, std::vector<ofxAudioUnit, std::allocator<ofxAudioUnit> > >, unsigned long, ofxAudioUnit const&) in Hut.o
void std::_Construct<ofxAudioUnit, ofxAudioUnit>(ofxAudioUnit*, ofxAudioUnit const&) in Hut.o
"ofxAudioUnit::operator=(ofxAudioUnit const&)", referenced from:
ofxAudioUnitFilePlayer::operator=(ofxAudioUnitFilePlayer const&) in Hut.o
void std::__fill<false>::fill<ofxAudioUnit*, ofxAudioUnit>(ofxAudioUnit*, ofxAudioUnit*, ofxAudioUnit const&) in Hut.o
ofxAudioUnit* std::__copy_backward<false, std::random_access_iterator_tag>::__copy_b<ofxAudioUnit*, ofxAudioUnit*>(ofxAudioUnit*, ofxAudioUnit*, ofxAudioUnit*) in Hut.o
"ofxAudioUnit::~ofxAudioUnit()", referenced from:
Clouds::Clouds(Spark_core_manager*, pitchEstimator*) in Clouds.o
Hut::Hut() in Hut.o
std::vector<ofxAudioUnit, std::allocator<ofxAudioUnit> >::_M_fill_insert(__gnu_cxx::__normal_iterator<ofxAudioUnit*, std::vector<ofxAudioUnit, std::allocator<ofxAudioUnit> > >, unsigned long, ofxAudioUnit const&) in Hut.o
"ofxAudioUnit::getNumOutputChannels() const", referenced from:
vtable for ofxAudioUnitOutput in ofxAudioUnitOutput.o
vtable for ofxAudioUnitFilePlayer in ofxAudioUnitFilePlayer.o
vtable for ofxAudioUnitMixer in ofxAudioUnitMixer.o
"typeinfo for ofxAudioUnit", referenced from:
typeinfo for ofxAudioUnitOutput in ofxAudioUnitOutput.o
typeinfo for ofxAudioUnitFilePlayer in ofxAudioUnitFilePlayer.o
typeinfo for ofxAudioUnitMixer in ofxAudioUnitMixer.o
"ofxAudioUnit::setup(unsigned long, unsigned long, unsigned long)", referenced from:
Clouds::Clouds(Spark_core_manager*, pitchEstimator*) in Clouds.o
Hut::Hut() in Hut.o
"ofxAudioUnit::connectTo(ofxAudioUnit&, int, int)", referenced from:
vtable for ofxAudioUnitOutput in ofxAudioUnitOutput.o
vtable for ofxAudioUnitFilePlayer in ofxAudioUnitFilePlayer.o
vtable for ofxAudioUnitMixer in ofxAudioUnitMixer.o
"ofxAudioUnit::connectTo(ofxAudioUnitDSPNode&)", referenced from:
vtable for ofxAudioUnitOutput in ofxAudioUnitOutput.o
vtable for ofxAudioUnitFilePlayer in ofxAudioUnitFilePlayer.o
vtable for ofxAudioUnitMixer in ofxAudioUnitMixer.o
"vtable for ofxAudioUnit", referenced from:
ofxAudioUnit::ofxAudioUnit() in ofxAudioUnitOutput.o
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"ofxAudioUnit::operator>>(ofxAudioUnit&)", referenced from:
vtable for ofxAudioUnitOutput in ofxAudioUnitOutput.o
vtable for ofxAudioUnitFilePlayer in ofxAudioUnitFilePlayer.o
vtable for ofxAudioUnitMixer in ofxAudioUnitMixer.o
"ofxAudioUnit::operator>>(ofxAudioUnitDSPNode&)", referenced from:
vtable for ofxAudioUnitOutput in ofxAudioUnitOutput.o
vtable for ofxAudioUnitFilePlayer in ofxAudioUnitFilePlayer.o
vtable for ofxAudioUnitMixer in ofxAudioUnitMixer.o
"ofxAudioUnit::render(unsigned long*, AudioTimeStamp const*, unsigned long, unsigned long, AudioBufferList*)", referenced from:
vtable for ofxAudioUnitOutput in ofxAudioUnitOutput.o
vtable for ofxAudioUnitFilePlayer in ofxAudioUnitFilePlayer.o
vtable for ofxAudioUnitMixer in ofxAudioUnitMixer.o
"ofxAudioUnit::initUnit()", referenced from:
ofxAudioUnitOutput::ofxAudioUnitOutput() in ofxAudioUnitOutput.o
ofxAudioUnitFilePlayer::ofxAudioUnitFilePlayer() in ofxAudioUnitFilePlayer.o
ofxAudioUnitMixer::ofxAudioUnitMixer() in ofxAudioUnitMixer.o
"ofxAudioUnit::ofxAudioUnit(ofxAudioUnit const&)", referenced from:
ofxAudioUnitFilePlayer::ofxAudioUnitFilePlayer(ofxAudioUnitFilePlayer const&) in Hut.o
"ofxAudioUnit::~ofxAudioUnit()", referenced from:
ofxAudioUnitOutput::ofxAudioUnitOutput() in ofxAudioUnitOutput.o
ofxAudioUnitOutput::~ofxAudioUnitOutput() in ofxAudioUnitOutput.o
ofxAudioUnitFilePlayer::ofxAudioUnitFilePlayer() in ofxAudioUnitFilePlayer.o
ofxAudioUnitFilePlayer::~ofxAudioUnitFilePlayer() in ofxAudioUnitFilePlayer.o
ofxAudioUnitMixer::ofxAudioUnitMixer() in ofxAudioUnitMixer.o
ofxAudioUnitMixer::~ofxAudioUnitMixer() in ofxAudioUnitMixer.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment