Skip to content

Instantly share code, notes, and snippets.

@mitchmindtree
Created May 11, 2014 01:19
Show Gist options
  • Save mitchmindtree/45c86cf207b777607899 to your computer and use it in GitHub Desktop.
Save mitchmindtree/45c86cf207b777607899 to your computer and use it in GitHub Desktop.
ofxMakeErrorsUndefinedSymbols
mindTree:ofJenAI Mitch$ make
Compiling OF library for Release
make[2]: Nothing to be done for `ReleaseABI'.
Done!
Compiling ofJenAI for Release
find: demos: No such file or directory
find: demos: No such file or directory
find: demos: No such file or directory
Linking bin/ofJenAI for osx
clang++ -std=c++11 -stdlib=libc++ -o bin/ofJenAI obj/osx/Release/src/main.o obj/osx/Release/src/ofApp.o obj/osx/Release/src/Input/JenInput.o obj/osx/Release/src/Input/GeneralInput/GeneralInput.o obj/osx/Release/src/Input/GeneralInput/JenSwing/JenSwing.o obj/osx/Release/src/Input/GeneralInput/SongLength/SongLength.o obj/osx/Release/src/Input/GeneralInput/Tempo/Tempo.o obj/osx/Release/src/Input/GeneralInput/Tempo/TempoEnvelope.o obj/osx/Release/src/Input/GeneralInput/TimeSignature/TimeSignature.o obj/osx/Release/src/Input/InstrumentationInput/InstrumentationInput.o obj/osx/Release/src/Input/InstrumentationInput/CategoryWeight/CategoryWeight.o obj/osx/Release/src/Input/InstrumentationInput/Density/Density.o obj/osx/Release/src/Input/InterpretiveInput/InterpretiveInput.o obj/osx/Release/src/Input/InterpretiveInput/Complexity/Complexity.o obj/osx/Release/src/Input/InterpretiveInput/Contrast/Contrast.o obj/osx/Release/src/Input/InterpretiveInput/Emotion/Emotion.o obj/osx/Release/src/Input/InterpretiveInput/FrequencyWeight/FrequencyWeight.o obj/osx/Release/src/Input/InterpretiveInput/Intensity/Intensity.o obj/osx/Release/src/Input/InterpretiveInput/Intricacy/Intricacy.o obj/osx/Release/src/JenDsp/ofSoundEffect/ofSoundEffect.o obj/osx/Release/src/JenDsp/ofSoundMixer/ofSoundMixer.o obj/osx/Release/src/JenDsp/ofSoundUnit/ofSoundUnit.o obj/osx/Release/src/JenDsp/ofVolume/ofVolume.o obj/osx/Release/src/JenMixer/JenMixer.o obj/osx/Release/src/JenMixer/Song/Song.o obj/osx/Release/src/JenMixer/Song/Global/Global.o obj/osx/Release/src/JenMixer/Song/Global/JenDAC/JenDAC.o obj/osx/Release/src/JenMixer/Song/JenStructure/JenStructure.o obj/osx/Release/src/JenMixer/Song/Part/Part.o obj/osx/Release/src/JenMixer/Song/Phrase/Phrase.o obj/osx/Release/src/JenMixer/Song/Phrase/Segment/Segment.o obj/osx/Release/src/JenRender/JenRender.o obj/osx/Release/src/JenTimeline/JenTimeline.o obj/osx/Release/src/Library/Library.o obj/osx/Release/src/Library/Category/Category.o obj/osx/Release/src/Library/Category/CategoryManager/AtmosManager.o obj/osx/Release/src/Library/Category/CategoryManager/BassManager.o obj/osx/Release/src/Library/Category/CategoryManager/CategoryManager.o obj/osx/Release/src/Library/Category/CategoryManager/CategoryManagerVector.o obj/osx/Release/src/Library/Category/CategoryManager/ChordalManager.o obj/osx/Release/src/Library/Category/CategoryManager/KitManager.o obj/osx/Release/src/Library/Category/CategoryManager/MelodicManager.o obj/osx/Release/src/Library/Category/Instrument/Instrument.o obj/osx/Release/src/Library/Category/Instrument/InstrumentList.o obj/osx/Release/src/Library/Category/Instrument/Looper.o obj/osx/Release/src/Library/Category/Instrument/PeakWatch.o obj/osx/Release/src/Library/Category/Instrument/Synth/Synth.o obj/osx/Release/src/Library/Category/Instrument/Synth/SynthAnalyser.o obj/osx/Release/src/Library/Category/Instrument/Synth/SynthVoice.o obj/osx/Release/src/Library/Category/Instrument/Synth/Oscillator/Oscillator.o obj/osx/Release/src/Library/Category/Instrument/Synth/Oscillator/OscillatorList.o obj/osx/Release/src/Metronome/Metronome.o obj/osx/Release/src/NodeUI/JenMixerNode.o obj/osx/Release/src/NodeUI/LibraryNode.o obj/osx/Release/src/NodeUI/NodeUI.o obj/osx/Release/src/Rhythm/Rhythm.o obj/osx/Release/src/Rhythm/ChordalRhythms/ChordalRhythm.o obj/osx/Release/src/Rhythm/KitRhythms/GhostRhythm.o obj/osx/Release/src/Rhythm/KitRhythms/KickRhythm.o obj/osx/Release/src/Rhythm/KitRhythms/LayerRhythm.o obj/osx/Release/src/Rhythm/KitRhythms/RideRhythm.o obj/osx/Release/src/Rhythm/KitRhythms/SnareRhythm.o obj/osx/Release/src/Rhythm/MelodicRhythms/MelodicRhythm.o obj/osx/Release/src/Rhythm/Note/Note.o obj/osx/Release/src/Rhythm/RhythmVector/RhythmVector.o obj/osx/Release/src/Rhythm/RhythmVector/ChordalRhythmVectors/ChordalRhythmVector.o obj/osx/Release/src/Rhythm/RhythmVector/KitRhythmVectors/GhostVector.o obj/osx/Release/src/Rhythm/RhythmVector/KitRhythmVectors/KickVector.o obj/osx/Release/src/Rhythm/RhythmVector/KitRhythmVectors/LayerVector.o obj/osx/Release/src/Rhythm/RhythmVector/KitRhythmVectors/RideVector.o obj/osx/Release/src/Rhythm/RhythmVector/KitRhythmVectors/SnareVector.o obj/osx/Release/src/Rhythm/RhythmVector/MelodicRhythmVectors/MelodicRhythmVector.o obj/osx/Release/src/Utilities/Factorizing/Factorizing.o obj/osx/Release/src/Utilities/Frequency/Chord.o obj/osx/Release/src/Utilities/Frequency/Degree.o obj/osx/Release/src/Utilities/Frequency/Frequency.o obj/osx/Release/src/Utilities/Frequency/Interval.o obj/osx/Release/src/Utilities/Frequency/Pitch.o obj/osx/Release/src/Utilities/Frequency/RawScale.o obj/osx/Release/src/Utilities/Frequency/Scale.o obj/osx/Release/src/Utilities/Icosahedron/Icosahedron.o obj/osx/Release/src/Utilities/JenClamp/JenClamp.o obj/osx/Release/src/Utilities/JenDuration/JenDuration.o obj/osx/Release/src/Utilities/JenGaussian/JenGaussian.o obj/osx/Release/src/Utilities/JenMeasure/JenMeasure.o obj/osx/Release/src/Utilities/JenTime/JenTime.o obj/osx/Release/src/Utilities/JenTimePack/JenTimePack.o obj/osx/Release/src/Utilities/Position/Position.o ../../../addons/obj/osx/Release/ofxAlgebraic/src/ofxAlgebraic.o ../../../addons/obj/osx/Release/ofxNUI/src/ofxNUIColorScheme/ofxNUIColorScheme.o ../../../addons/obj/osx/Release/ofxNUI/src/ofxNUIDirectorNode/ofxNUIDirectorNode.o ../../../addons/obj/osx/Release/ofxNUI/src/ofxNUINode/ofxNUINode.o ../../../addons/obj/osx/Release/ofxNUI/src/ofxNUIShape/ofxNUIShape.o ../../../addons/obj/osx/Release/ofxNUI/src/ofxNUISphere/ofxNUISphere.o ../../../addons/obj/osx/Release/ofxNUI/src/ofxNUIWidgetNode/ofxNUIWidgetNode.o ../../../addons/obj/osx/Release/ofxTween/src/Easings/ofxEasing.o ../../../addons/obj/osx/Release/ofxTween/src/Easings/ofxEasingBack.o ../../../addons/obj/osx/Release/ofxTween/src/Easings/ofxEasingBounce.o ../../../addons/obj/osx/Release/ofxTween/src/Easings/ofxEasingCirc.o ../../../addons/obj/osx/Release/ofxTween/src/Easings/ofxEasingCubic.o ../../../addons/obj/osx/Release/ofxTween/src/Easings/ofxEasingElastic.o ../../../addons/obj/osx/Release/ofxTween/src/Easings/ofxEasingExpo.o ../../../addons/obj/osx/Release/ofxTween/src/Easings/ofxEasingLinear.o ../../../addons/obj/osx/Release/ofxTween/src/Easings/ofxEasingQuad.o ../../../addons/obj/osx/Release/ofxTween/src/Easings/ofxEasingQuart.o ../../../addons/obj/osx/Release/ofxTween/src/Easings/ofxEasingQuint.o ../../../addons/obj/osx/Release/ofxTween/src/Easings/ofxEasingSine.o ../../../addons/obj/osx/Release/ofxTween/src/ofxTween.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUI2DGraph.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUI2DPad.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIBaseDraws.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIBiLabelSlider.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIButton.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUICanvas.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUICircleSlider.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIDragableLabelButton.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIDropDownList.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIEnvelope.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIEnvelopeEditor.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIEventArgs.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIFPS.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIFPSSlider.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIImage.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIImageButton.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIImageSampler.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIImageSlider.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIImageToggle.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUILabel.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUILabelButton.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUILabelToggle.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIMinimalSlider.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIMovingGraph.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIMultiImageButton.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIMultiImageToggle.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUINumberDialer.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIRadio.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIRangeSlider.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIRectangle.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIRotarySlider.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIScrollableCanvas.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUISlider.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUISortableList.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUISpacer.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUISpectrum.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUISuperCanvas.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUITabBar.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUITextArea.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUITextInput.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIToggle.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIToggleMatrix.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIValuePlotter.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIWaveform.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIWidget.o ../../../addons/obj/osx/Release/ofxUI/src/ofxUIWidgetWithLabel.o ../../../addons/obj/osx/Release/ofxXmlSettings/src/ofxXmlSettings.o ../../../addons/obj/osx/Release/ofxXmlSettings/libs/tinyxml.o ../../../addons/obj/osx/Release/ofxXmlSettings/libs/tinyxmlerror.o ../../../addons/obj/osx/Release/ofxXmlSettings/libs/tinyxmlparser.o ../../../addons/obj/osx/Release/ofxOsc/src/ofxOscBundle.o ../../../addons/obj/osx/Release/ofxOsc/src/ofxOscMessage.o ../../../addons/obj/osx/Release/ofxOsc/src/ofxOscParameterSync.o ../../../addons/obj/osx/Release/ofxOsc/src/ofxOscReceiver.o ../../../addons/obj/osx/Release/ofxOsc/src/ofxOscSender.o ../../../addons/obj/osx/Release/ofxOsc/libs/oscpack/src/ip/IpEndpointName.o ../../../addons/obj/osx/Release/ofxOsc/libs/oscpack/src/ip/posix/NetworkingUtils.o ../../../addons/obj/osx/Release/ofxOsc/libs/oscpack/src/ip/posix/UdpSocket.o ../../../addons/obj/osx/Release/ofxOsc/libs/oscpack/src/ip/win32/NetworkingUtilsWin.o ../../../addons/obj/osx/Release/ofxOsc/libs/oscpack/src/ip/win32/UdpSocketWin.o ../../../addons/obj/osx/Release/ofxOsc/libs/oscpack/src/osc/OscOutboundPacketStream.o ../../../addons/obj/osx/Release/ofxOsc/libs/oscpack/src/osc/OscPrintReceivedElements.o ../../../addons/obj/osx/Release/ofxOsc/libs/oscpack/src/osc/OscReceivedElements.o ../../../addons/obj/osx/Release/ofxOsc/libs/oscpack/src/osc/OscTypes.o ../../../addons/obj/osx/Release/audioRecording/src/WavFile.o ../../../libs/openFrameworksCompiled/lib/osx/libopenFrameworks.a -arch i386 -F../../../libs/glut/lib/osx/ -mmacosx-version-min=10.8 -framework Accelerate -framework QTKit -framework GLUT -framework AGL -framework ApplicationServices -framework AudioToolbox -framework Carbon -framework CoreAudio -framework CoreFoundation -framework CoreServices -framework OpenGL -framework QuickTime -framework IOKit -framework Cocoa -framework CoreVideo ../../../libs/FreeImage/lib/osx/freeimage.a ../../../libs/assimp/lib/osx/assimp.a ../../../libs/cairo/lib/osx/cairo-script-interpreter.a ../../../libs/cairo/lib/osx/cairo.a ../../../libs/cairo/lib/osx/pixman-1.a ../../../libs/freetype/lib/osx/freetype.a ../../../libs/glew/lib/osx/glew.a ../../../libs/glfw/lib/osx/libglfw3.a ../../../libs/openssl/lib/osx/crypto.a ../../../libs/openssl/lib/osx/ssl.a ../../../libs/poco/lib/osx/PocoCrypto.a ../../../libs/poco/lib/osx/PocoData.a ../../../libs/poco/lib/osx/PocoFoundation.a ../../../libs/poco/lib/osx/PocoNet.a ../../../libs/poco/lib/osx/PocoNetSSL.a ../../../libs/poco/lib/osx/PocoUtil.a ../../../libs/poco/lib/osx/PocoXML.a ../../../libs/poco/lib/osx/PocoZip.a ../../../libs/rtAudio/lib/osx/rtAudio.a ../../../libs/tess2/lib/osx/tess2.a ../../../libs/fmodex/lib/osx/libfmodex.dylib -lobjc
Undefined symbols for architecture i386:
"ofToDataPath(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, bool)", referenced from:
JenRender::renderSongToWave() in JenRender.o
ofxXmlSettings::loadFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in ofxXmlSettings.o
ofxXmlSettings::saveFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in ofxXmlSettings.o
"ofSplitString(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, bool)", referenced from:
InstrumentNode::saveAsNewInstrument() in LibraryNode.o
CategoryNode::addSynth() in LibraryNode.o
ofxOscReceiver::getParameter(ofAbstractParameter&) in ofxOscReceiver.o
"ofDrawBitmapString(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, float, float, float)", referenced from:
ofxNUINode::drawName() in ofxNUINode.o
"ofDrawBitmapStringHighlight(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, int, ofColor_<unsigned char> const&, ofColor_<unsigned char> const&)", referenced from:
NodeUI::draw() in NodeUI.o
"ofToInt(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
ofxXmlSettings::getValue(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, int) in ofxXmlSettings.o
"ofToFloat(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
ofxXmlSettings::getValue(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, double, int) in ofxXmlSettings.o
"ofLogError::ofLogError(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
ofxXmlSettings::pushTag(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) in ofxXmlSettings.o
ofxOscMessage::getArgType(int) const in ofxOscMessage.o
ofxOscMessage::getArgTypeName(int) const in ofxOscMessage.o
ofxOscMessage::getArgAsInt32(int) const in ofxOscMessage.o
ofxOscMessage::getArgAsInt64(int) const in ofxOscMessage.o
ofxOscMessage::getArgAsFloat(int) const in ofxOscMessage.o
ofxOscMessage::getArgAsString(int) const in ofxOscMessage.o
...
"ofLogWarning::ofLogWarning(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
ofxOscMessage::getArgAsInt32(int) const in ofxOscMessage.o
ofxOscMessage::getArgAsInt64(int) const in ofxOscMessage.o
ofxOscMessage::getArgAsFloat(int) const in ofxOscMessage.o
ofxOscMessage::getArgAsString(int) const in ofxOscMessage.o
"ofTrueTypeFont::drawString(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, float, float)", referenced from:
ofxUILabel::drawBackLabel() in ofxUILabel.o
ofxUILabel::drawFill() in ofxUILabel.o
ofxUILabel::drawFillHighlight() in ofxUILabel.o
ofxUILabel::drawString(float, float, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) in ofxUILabel.o
ofxUILabel::drawStringShadow(float, float, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) in ofxUILabel.o
"ofTrueTypeFont::stringWidth(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)", referenced from:
ofxUILabel::getStringWidth(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) in ofxUILabel.o
ofxUILabel::setLabel(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) in ofxUILabel.o
"ofTrueTypeFont::stringHeight(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)", referenced from:
ofxUILabel::getStringHeight(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) in ofxUILabel.o
ofxUILabel::setLabel(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) in ofxUILabel.o
"ofTrueTypeFont::loadFont(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, bool, bool, bool, float, int)", referenced from:
ofxUICanvas::updateFont(ofxUIWidgetFontType, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, bool, bool, bool, float, int) in ofxUICanvas.o
ofxUICanvas::setFontSize(ofxUIWidgetFontType, int, int) in ofxUICanvas.o
"Poco::TextConverter::convert(std::string const&, std::string&)", referenced from:
ofTrueTypeFont::getStringAsPoints(std::string, bool) in libopenFrameworks.a(ofTrueTypeFont.o)
ofTrueTypeFont::drawString(std::string, float, float) in libopenFrameworks.a(ofTrueTypeFont.o)
ofTrueTypeFont::drawStringAsShapes(std::string, float, float) in libopenFrameworks.a(ofTrueTypeFont.o)
"Poco::SystemException::SystemException(std::string const&, int)", referenced from:
Poco::MutexImpl::unlockImpl() in libopenFrameworks.a(ofAppRunner.o)
Poco::MutexImpl::lockImpl() in libopenFrameworks.a(ofAppRunner.o)
Poco::MutexImpl::unlockImpl() in libopenFrameworks.a(ofEvents.o)
Poco::MutexImpl::lockImpl() in libopenFrameworks.a(ofEvents.o)
Poco::MutexImpl::unlockImpl() in libopenFrameworks.a(ofThread.o)
Poco::MutexImpl::tryLockImpl() in libopenFrameworks.a(ofThread.o)
Poco::MutexImpl::lockImpl() in libopenFrameworks.a(ofThread.o)
...
"Poco::DateTimeFormatter::append(std::string&, Poco::DateTime const&, std::string const&, int)", referenced from:
ofGetTimestampString() in libopenFrameworks.a(ofUtils.o)
ofGetTimestampString(std::string) in libopenFrameworks.a(ofUtils.o)
"Poco::RegularExpression::RegularExpression(std::string const&, int, bool)", referenced from:
ofShader::parseForIncludes(std::string const&, std::vector<std::string, std::allocator<std::string> >&, int) in libopenFrameworks.a(ofShader.o)
"Poco::Net::HTTPRequest::HTTPRequest(std::string const&, std::string const&, std::string const&)", referenced from:
ofURLFileLoader::handleRequest(ofHttpRequest) in libopenFrameworks.a(ofURLFileLoader.o)
"Poco::Net::HTTPClientSession::HTTPClientSession(std::string const&, unsigned short)", referenced from:
ofURLFileLoader::handleRequest(ofHttpRequest) in libopenFrameworks.a(ofURLFileLoader.o)
"Poco::Net::HTTPSClientSession::HTTPSClientSession(std::string const&, unsigned short)", referenced from:
ofURLFileLoader::handleRequest(ofHttpRequest) in libopenFrameworks.a(ofURLFileLoader.o)
"Poco::Net::Context::Context(Poco::Net::Context::Usage, std::string const&, Poco::Net::Context::VerificationMode, int, bool, std::string const&)", referenced from:
ofURLFileLoader::ofURLFileLoader() in libopenFrameworks.a(ofURLFileLoader.o)
"Poco::URI::setQuery(std::string const&)", referenced from:
ofLaunchBrowser(std::string, bool) in libopenFrameworks.a(ofUtils.o)
"Poco::URI::URI(std::string const&)", referenced from:
ofLaunchBrowser(std::string, bool) in libopenFrameworks.a(ofUtils.o)
ofURLFileLoader::handleRequest(ofHttpRequest) in libopenFrameworks.a(ofURLFileLoader.o)
"Poco::File::moveTo(std::string const&)", referenced from:
ofFile::moveTo(std::string, bool, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFile::moveFromTo(std::string, std::string, bool, bool) in libopenFrameworks.a(ofFileUtils.o)
ofDirectory::moveTo(std::string, bool, bool) in libopenFrameworks.a(ofFileUtils.o)
"Poco::File::renameTo(std::string const&)", referenced from:
ofFile::renameTo(std::string, bool, bool) in libopenFrameworks.a(ofFileUtils.o)
ofDirectory::renameTo(std::string, bool, bool) in libopenFrameworks.a(ofFileUtils.o)
"Poco::File::File(std::string const&)", referenced from:
ofFile::open(std::string, ofFile::Mode, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFile::changeMode(ofFile::Mode, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFile::doesFileExist(std::string, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFile::removeFile(std::string, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFile::copyFromTo(std::string, std::string, bool, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFile::moveFromTo(std::string, std::string, bool, bool) in libopenFrameworks.a(ofFileUtils.o)
ofDirectory::open(std::string) in libopenFrameworks.a(ofFileUtils.o)
...
"Poco::Path::setFileName(std::string const&)", referenced from:
ofDirectory::listDir() in libopenFrameworks.a(ofFileUtils.o)
"Poco::Path::parseDirectory(std::string const&)", referenced from:
ofFilePath::getPathForDirectory(std::string) in libopenFrameworks.a(ofFileUtils.o)
"Poco::Path::Path(std::string const&)", referenced from:
ofSetDataPathRoot(std::string) in libopenFrameworks.a(ofUtils.o)
dataPathRoot() in libopenFrameworks.a(ofUtils.o)
ofToDataPath(std::string, bool) in libopenFrameworks.a(ofUtils.o)
ofFilePath::getFileName(std::string, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFilePath::getEnclosingDirectory(std::string, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFilePath::getAbsolutePath(std::string, bool) in libopenFrameworks.a(ofFileUtils.o)
ofDirectory::listDir() in libopenFrameworks.a(ofFileUtils.o)
...
"Poco::Thread::setName(std::string const&)", referenced from:
ofThread::ofThread() in libopenFrameworks.a(ofThread.o)
"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 (*)(RtError::Type, std::string const&))", referenced from:
ofRtAudioSoundStream::setup(int, int, int, int, int) in libopenFrameworks.a(ofRtAudioSoundStream.o)
"ofImage_<unsigned char>::loadImage(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)", referenced from:
ofxUIImageButton::init(float, float, float, float, bool*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int) in ofxUIImageButton.o
ofxUIImageSlider::init(float, float, float, float, float, float, float*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) in ofxUIImageSlider.o
ofxUIImageToggle::init(float, float, float, float, bool*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int) in ofxUIImageToggle.o
ofxUIMultiImageButton::init(float, float, float, float, bool*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int) in ofxUIMultiImageButton.o
ofxUIMultiImageToggle::init(float, float, float, float, bool*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int) in ofxUIMultiImageToggle.o
"ofParameterGroup::get(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) const", referenced from:
ofxOscReceiver::getParameter(ofAbstractParameter&) in ofxOscReceiver.o
"Poco::RegularExpression::match(std::string const&, unsigned long, std::vector<Poco::RegularExpression::Match, std::allocator<Poco::RegularExpression::Match> >&, int) const", referenced from:
ofShader::parseForIncludes(std::string const&, std::vector<std::string, std::allocator<std::string> >&, int) in libopenFrameworks.a(ofShader.o)
"Poco::File::list(std::vector<std::string, std::allocator<std::string> >&) const", referenced from:
ofDirectory::listDir() in libopenFrameworks.a(ofFileUtils.o)
ofDirectory::isDirectoryEmpty(std::string, bool) in libopenFrameworks.a(ofFileUtils.o)
"Poco::File::copyTo(std::string const&) const", referenced from:
ofFile::copyTo(std::string, bool, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFile::copyFromTo(std::string, std::string, bool, bool) in libopenFrameworks.a(ofFileUtils.o)
ofDirectory::copyTo(std::string, bool, bool) in libopenFrameworks.a(ofFileUtils.o)
"std::string::find_last_of(char const*, unsigned long, unsigned long) const", referenced from:
ofFilePath::getCurrentWorkingDirectory() in libopenFrameworks.a(ofFileUtils.o)
"std::string::find(char const*, unsigned long, unsigned long) const", referenced from:
ofToDataPath(std::string, bool) in libopenFrameworks.a(ofUtils.o)
ofStringReplace(std::string&, std::string, std::string) in libopenFrameworks.a(ofUtils.o)
ofStringTimesInString(std::string, std::string) in libopenFrameworks.a(ofUtils.o)
ofMesh::load(std::string) in libopenFrameworks.a(ofMesh.o)
"std::string::rfind(char, unsigned long) const", referenced from:
ofFilePath::getFileExt(std::string) in libopenFrameworks.a(ofFileUtils.o)
ofFilePath::removeExt(std::string) in libopenFrameworks.a(ofFileUtils.o)
"std::string::substr(unsigned long, unsigned long) const", referenced from:
ofMesh::load(std::string) in libopenFrameworks.a(ofMesh.o)
ofLoadImage(ofPixels_<unsigned char>&, std::string) in libopenFrameworks.a(ofImage.o)
ofLoadImage(ofPixels_<float>&, std::string) in libopenFrameworks.a(ofImage.o)
ofLoadImage(ofPixels_<unsigned short>&, std::string) in libopenFrameworks.a(ofImage.o)
ofFilePath::getFileExt(std::string) in libopenFrameworks.a(ofFileUtils.o)
ofFilePath::removeExt(std::string) in libopenFrameworks.a(ofFileUtils.o)
ofFilePath::removeTrailingSlash(std::string) in libopenFrameworks.a(ofFileUtils.o)
...
"std::string::compare(char const*) const", referenced from:
ofLaunchBrowser(std::string, bool) in libopenFrameworks.a(ofUtils.o)
ofTrueTypeFont::loadFont(std::string, int, bool, bool, bool, float, int) in libopenFrameworks.a(ofTrueTypeFont.o)
ofConsoleLoggerChannel::log(ofLogLevel, std::string const&, std::string const&) in libopenFrameworks.a(ofLog.o)
ofConsoleLoggerChannel::log(ofLogLevel, std::string const&, char const*, char*) in libopenFrameworks.a(ofLog.o)
ofFileLoggerChannel::log(ofLogLevel, std::string const&, std::string const&) in libopenFrameworks.a(ofLog.o)
ofFileLoggerChannel::log(ofLogLevel, std::string const&, char const*, char*) in libopenFrameworks.a(ofLog.o)
ofMesh::load(std::string) in libopenFrameworks.a(ofMesh.o)
...
"std::string::compare(std::string const&) const", referenced from:
ofSetCurrentRenderer(std::string const&, bool) in libopenFrameworks.a(ofGraphics.o)
ofToBool(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofTrueTypeFont::loadFont(std::string, int, bool, bool, bool, float, int) in libopenFrameworks.a(ofTrueTypeFont.o)
std::map<std::string, ofLogLevel, std::less<std::string>, std::allocator<std::pair<std::string const, ofLogLevel> > >::operator[](std::string const&) in libopenFrameworks.a(ofLog.o)
std::_Rb_tree<std::string, std::pair<std::string const, ofLogLevel>, std::_Select1st<std::pair<std::string const, ofLogLevel> >, std::less<std::string>, std::allocator<std::pair<std::string const, ofLogLevel> > >::find(std::string const&) in libopenFrameworks.a(ofLog.o)
std::_Rb_tree<std::string, std::pair<std::string const, ofLogLevel>, std::_Select1st<std::pair<std::string const, ofLogLevel> >, std::less<std::string>, std::allocator<std::pair<std::string const, ofLogLevel> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, ofLogLevel> >, std::pair<std::string const, ofLogLevel> const&) in libopenFrameworks.a(ofLog.o)
std::_Rb_tree<std::string, std::pair<std::string const, ofLogLevel>, std::_Select1st<std::pair<std::string const, ofLogLevel> >, std::less<std::string>, std::allocator<std::pair<std::string const, ofLogLevel> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, ofLogLevel> const&) in libopenFrameworks.a(ofLog.o)
...
"std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const", referenced from:
std::string ofToHex<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
std::string ofToBinary<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofBinaryToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofGetVersionInfo() in libopenFrameworks.a(ofUtils.o)
std::string ofToString<int>(int const&) in libopenFrameworks.a(ofUtils.o)
ofLog::~ofLog() in libopenFrameworks.a(ofLog.o)
...
"std::basic_ios<char, std::char_traits<char> >::widen(char) const", referenced from:
std::string ofToHex<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofGetVersionInfo() in libopenFrameworks.a(ofUtils.o)
std::basic_istream<char, std::char_traits<char> >& std::operator>><char, std::char_traits<char>, 8ul>(std::basic_istream<char, std::char_traits<char> >&, std::bitset<8ul>&) in libopenFrameworks.a(ofUtils.o)
ofConsoleLoggerChannel::log(ofLogLevel, std::string const&, std::string const&) in libopenFrameworks.a(ofLog.o)
ofFileLoggerChannel::setFile(std::string const&, bool) in libopenFrameworks.a(ofLog.o)
ofFileLoggerChannel::log(ofLogLevel, std::string const&, std::string const&) in libopenFrameworks.a(ofLog.o)
ofFileLoggerChannel::log(ofLogLevel, std::string const&, char const*, char*) in libopenFrameworks.a(ofLog.o)
...
"std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()", referenced from:
construction vtable for std::iostream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()", referenced from:
construction vtable for std::iostream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"std::istream& std::istream::_M_extract<bool>(bool&)", referenced from:
ofToBool(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofParameter<bool>::fromString(std::string) in libopenFrameworks.a(ofParameterGroup.o)
"std::istream& std::istream::_M_extract<double>(double&)", referenced from:
ofToDouble(std::string const&) in libopenFrameworks.a(ofUtils.o)
"std::istream& std::istream::_M_extract<float>(float&)", referenced from:
ofToFloat(std::string const&) in libopenFrameworks.a(ofUtils.o)
operator>>(std::istream&, ofRectangle&) in libopenFrameworks.a(ofRectangle.o)
ofMesh::load(std::string) in libopenFrameworks.a(ofMesh.o)
operator>>(std::istream&, ofColor_<float>&) in libopenFrameworks.a(ofParameterGroup.o)
ofParameter<ofVec4f>::fromString(std::string) in libopenFrameworks.a(ofParameterGroup.o)
ofParameter<ofVec2f>::fromString(std::string) in libopenFrameworks.a(ofParameterGroup.o)
ofParameter<ofVec3f>::fromString(std::string) in libopenFrameworks.a(ofParameterGroup.o)
...
"std::istream& std::istream::_M_extract<unsigned short>(unsigned short&)", referenced from:
operator>>(std::istream&, ofColor_<unsigned short>&) in libopenFrameworks.a(ofParameterGroup.o)
"std::istream::read(char*, int)", referenced from:
ofURLFileLoader::handleRequest(ofHttpRequest) in libopenFrameworks.a(ofURLFileLoader.o)
ofBuffer::set(std::istream&) in libopenFrameworks.a(ofFileUtils.o)
"std::istream::ignore(int)", referenced from:
operator>>(std::istream&, ofRectangle&) in libopenFrameworks.a(ofRectangle.o)
operator>>(std::istream&, ofColor_<float>&) in libopenFrameworks.a(ofParameterGroup.o)
operator>>(std::istream&, ofColor_<unsigned short>&) in libopenFrameworks.a(ofParameterGroup.o)
operator>>(std::istream&, ofColor_<unsigned char>&) in libopenFrameworks.a(ofParameterGroup.o)
ofParameter<ofVec4f>::fromString(std::string) in libopenFrameworks.a(ofParameterGroup.o)
ofParameter<ofVec2f>::fromString(std::string) in libopenFrameworks.a(ofParameterGroup.o)
ofParameter<ofVec3f>::fromString(std::string) in libopenFrameworks.a(ofParameterGroup.o)
...
"std::istream::sentry::sentry(std::istream&, bool)", referenced from:
std::basic_istream<char, std::char_traits<char> >& std::operator>><char, std::char_traits<char>, 8ul>(std::basic_istream<char, std::char_traits<char> >&, std::bitset<8ul>&) in libopenFrameworks.a(ofUtils.o)
"std::basic_istream<char, std::char_traits<char> >::~basic_istream()", referenced from:
construction vtable for std::istream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"std::basic_istream<char, std::char_traits<char> >::~basic_istream()", referenced from:
construction vtable for std::istream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"std::istream::operator>>(int&)", referenced from:
ofToInt(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToInt(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToChar(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToFloat(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofMesh::load(std::string) in libopenFrameworks.a(ofMesh.o)
operator>>(std::istream&, ofColor_<unsigned char>&) in libopenFrameworks.a(ofParameterGroup.o)
...
"std::ostream::put(char)", referenced from:
ofGetVersionInfo() in libopenFrameworks.a(ofUtils.o)
ofConsoleLoggerChannel::log(ofLogLevel, std::string const&, std::string const&) in libopenFrameworks.a(ofLog.o)
ofFileLoggerChannel::setFile(std::string const&, bool) in libopenFrameworks.a(ofLog.o)
ofFileLoggerChannel::log(ofLogLevel, std::string const&, std::string const&) in libopenFrameworks.a(ofLog.o)
ofFileLoggerChannel::log(ofLogLevel, std::string const&, char const*, char*) in libopenFrameworks.a(ofLog.o)
ofMesh::save(std::string, bool) const in libopenFrameworks.a(ofMesh.o)
ofThread::waitForThread(bool) in libopenFrameworks.a(ofThread.o)
...
"std::ostream::flush()", referenced from:
ofGetVersionInfo() in libopenFrameworks.a(ofUtils.o)
ofConsoleLoggerChannel::log(ofLogLevel, std::string const&, std::string const&) in libopenFrameworks.a(ofLog.o)
ofFileLoggerChannel::setFile(std::string const&, bool) in libopenFrameworks.a(ofLog.o)
ofFileLoggerChannel::log(ofLogLevel, std::string const&, std::string const&) in libopenFrameworks.a(ofLog.o)
ofFileLoggerChannel::log(ofLogLevel, std::string const&, char const*, char*) in libopenFrameworks.a(ofLog.o)
ofMesh::save(std::string, bool) const in libopenFrameworks.a(ofMesh.o)
ofThread::waitForThread(bool) in libopenFrameworks.a(ofThread.o)
...
"std::ostream::write(char const*, int)", referenced from:
ofMesh::save(std::string, bool) const in libopenFrameworks.a(ofMesh.o)
ofURLFileLoader::handleRequest(ofHttpRequest) in libopenFrameworks.a(ofURLFileLoader.o)
ofBuffer::writeTo(std::ostream&) const in libopenFrameworks.a(ofFileUtils.o)
"std::ostream& std::ostream::_M_insert<bool>(bool)", referenced from:
std::string ofToString<bool>(bool const&) in libopenFrameworks.a(ofParameterGroup.o)
"std::ostream& std::ostream::_M_insert<double>(double)", referenced from:
ofMap(float, float, float, float, float, bool) in libopenFrameworks.a(ofMath.o)
ofRectangle::scaleTo(ofRectangle const&, ofAspectRatioMode, ofAlignHorz, ofAlignVert, ofAlignHorz, ofAlignVert) in libopenFrameworks.a(ofRectangle.o)
operator<<(std::ostream&, ofRectangle const&) in libopenFrameworks.a(ofRectangle.o)
ofMesh::save(std::string, bool) const in libopenFrameworks.a(ofMesh.o)
std::string ofToString<float>(float const&) in libopenFrameworks.a(ofMesh.o)
ofTexture::allocate(ofTextureData const&, int, int) in libopenFrameworks.a(ofTexture.o)
ofTexture::loadScreenData(int, int, int, int) in libopenFrameworks.a(ofTexture.o)
...
"std::ostream& std::ostream::_M_insert<unsigned long>(unsigned long)", referenced from:
ofSetWorkingDirectoryToDefault() in libopenFrameworks.a(ofUtils.o)
std::string ofToHex<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofVbo::clear() in libopenFrameworks.a(ofVbo.o)
release(unsigned int) in libopenFrameworks.a(ofVbo.o)
ofMesh::removeVertex(unsigned int) in libopenFrameworks.a(ofMesh.o)
ofMesh::removeNormal(unsigned int) in libopenFrameworks.a(ofMesh.o)
ofMesh::removeColor(unsigned int) in libopenFrameworks.a(ofMesh.o)
...
"std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()", referenced from:
construction vtable for std::ostream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()", referenced from:
construction vtable for std::ostream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"std::ostream::operator<<(int)", referenced from:
ofGetVersionInfo() in libopenFrameworks.a(ofUtils.o)
std::string ofToString<int>(int const&) in libopenFrameworks.a(ofUtils.o)
sighandler(int) in libopenFrameworks.a(ofAppRunner.o)
release(ofLight&) in libopenFrameworks.a(ofLight.o)
ofLight::setup() in libopenFrameworks.a(ofLight.o)
ofLight::getSpotlightCutOff() in libopenFrameworks.a(ofLight.o)
ofLight::getSpotConcentration() in libopenFrameworks.a(ofLight.o)
...
"std::string::_M_leak_hard()", referenced from:
ofToLower(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofToUpper(std::string const&) in libopenFrameworks.a(ofUtils.o)
std::string& Poco::trimInPlace<std::string>(std::string&) in libopenFrameworks.a(ofUtils.o)
void std::bitset<8ul>::_M_copy_to_string<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const in libopenFrameworks.a(ofUtils.o)
ofTrueTypeFont::getStringAsPoints(std::string, bool) in libopenFrameworks.a(ofTrueTypeFont.o)
ofTrueTypeFont::getStringBoundingBox(std::string, float, float) in libopenFrameworks.a(ofTrueTypeFont.o)
ofTrueTypeFont::createStringMesh(std::string, float, float) in libopenFrameworks.a(ofTrueTypeFont.o)
...
"std::string::_M_replace_aux(unsigned long, unsigned long, unsigned long, char)", referenced from:
void std::bitset<8ul>::_M_copy_to_string<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const in libopenFrameworks.a(ofUtils.o)
"std::string::_Rep::_M_destroy(std::allocator<char> const&)", referenced from:
ofMap(float, float, float, float, float, bool) in libopenFrameworks.a(ofMath.o)
ofSetCurrentRenderer(std::string const&, bool) in libopenFrameworks.a(ofGraphics.o)
ofBeginSaveScreenAsPDF(std::string, bool, bool, ofRectangle) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenPerspective(float, float, ofOrientation, bool, float, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenOrtho(float, float, ofOrientation, bool, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetColor(int) in libopenFrameworks.a(ofGraphics.o)
ofDrawBitmapString(std::string, ofVec3f const&) in libopenFrameworks.a(ofGraphics.o)
...
"std::string::_Rep::_S_terminal", referenced from:
char* std::string::_S_construct<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofLog.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofMesh.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofThread.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofParameterGroup.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(of3dUtils.o)
...
char* std::string::_S_construct<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofLog.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofMesh.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofThread.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofParameterGroup.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(of3dUtils.o)
...
char* std::string::_S_construct<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofLog.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofMesh.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofThread.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofParameterGroup.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(of3dUtils.o)
...
char* std::string::_S_construct<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofLog.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofMesh.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofThread.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofParameterGroup.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(of3dUtils.o)
...
char* std::string::_S_construct<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofLog.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofMesh.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofThread.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofParameterGroup.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(of3dUtils.o)
...
char* std::string::_S_construct<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofLog.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofMesh.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofThread.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofParameterGroup.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(of3dUtils.o)
...
char* std::string::_S_construct<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofLog.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofMesh.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofThread.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofParameterGroup.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(of3dUtils.o)
...
...
"std::string::_Rep::_S_empty_rep_storage", referenced from:
ofMap(float, float, float, float, float, bool) in libopenFrameworks.a(ofMath.o)
ofSetCurrentRenderer(std::string const&, bool) in libopenFrameworks.a(ofGraphics.o)
ofBeginSaveScreenAsPDF(std::string, bool, bool, ofRectangle) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenPerspective(float, float, ofOrientation, bool, float, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenOrtho(float, float, ofOrientation, bool, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetColor(int) in libopenFrameworks.a(ofGraphics.o)
ofDrawBitmapString(std::string, ofVec3f const&) in libopenFrameworks.a(ofGraphics.o)
...
ofMap(float, float, float, float, float, bool) in libopenFrameworks.a(ofMath.o)
ofSetCurrentRenderer(std::string const&, bool) in libopenFrameworks.a(ofGraphics.o)
ofBeginSaveScreenAsPDF(std::string, bool, bool, ofRectangle) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenPerspective(float, float, ofOrientation, bool, float, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenOrtho(float, float, ofOrientation, bool, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetColor(int) in libopenFrameworks.a(ofGraphics.o)
ofDrawBitmapString(std::string, ofVec3f const&) in libopenFrameworks.a(ofGraphics.o)
...
ofMap(float, float, float, float, float, bool) in libopenFrameworks.a(ofMath.o)
ofSetCurrentRenderer(std::string const&, bool) in libopenFrameworks.a(ofGraphics.o)
ofBeginSaveScreenAsPDF(std::string, bool, bool, ofRectangle) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenPerspective(float, float, ofOrientation, bool, float, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenOrtho(float, float, ofOrientation, bool, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetColor(int) in libopenFrameworks.a(ofGraphics.o)
ofDrawBitmapString(std::string, ofVec3f const&) in libopenFrameworks.a(ofGraphics.o)
...
ofMap(float, float, float, float, float, bool) in libopenFrameworks.a(ofMath.o)
ofSetCurrentRenderer(std::string const&, bool) in libopenFrameworks.a(ofGraphics.o)
ofBeginSaveScreenAsPDF(std::string, bool, bool, ofRectangle) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenPerspective(float, float, ofOrientation, bool, float, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenOrtho(float, float, ofOrientation, bool, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetColor(int) in libopenFrameworks.a(ofGraphics.o)
ofDrawBitmapString(std::string, ofVec3f const&) in libopenFrameworks.a(ofGraphics.o)
...
ofMap(float, float, float, float, float, bool) in libopenFrameworks.a(ofMath.o)
ofSetCurrentRenderer(std::string const&, bool) in libopenFrameworks.a(ofGraphics.o)
ofBeginSaveScreenAsPDF(std::string, bool, bool, ofRectangle) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenPerspective(float, float, ofOrientation, bool, float, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenOrtho(float, float, ofOrientation, bool, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetColor(int) in libopenFrameworks.a(ofGraphics.o)
ofDrawBitmapString(std::string, ofVec3f const&) in libopenFrameworks.a(ofGraphics.o)
...
ofMap(float, float, float, float, float, bool) in libopenFrameworks.a(ofMath.o)
ofSetCurrentRenderer(std::string const&, bool) in libopenFrameworks.a(ofGraphics.o)
ofBeginSaveScreenAsPDF(std::string, bool, bool, ofRectangle) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenPerspective(float, float, ofOrientation, bool, float, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenOrtho(float, float, ofOrientation, bool, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetColor(int) in libopenFrameworks.a(ofGraphics.o)
ofDrawBitmapString(std::string, ofVec3f const&) in libopenFrameworks.a(ofGraphics.o)
...
ofMap(float, float, float, float, float, bool) in libopenFrameworks.a(ofMath.o)
ofSetCurrentRenderer(std::string const&, bool) in libopenFrameworks.a(ofGraphics.o)
ofBeginSaveScreenAsPDF(std::string, bool, bool, ofRectangle) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenPerspective(float, float, ofOrientation, bool, float, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenOrtho(float, float, ofOrientation, bool, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetColor(int) in libopenFrameworks.a(ofGraphics.o)
ofDrawBitmapString(std::string, ofVec3f const&) in libopenFrameworks.a(ofGraphics.o)
...
...
"std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)", referenced from:
char* std::string::_S_construct<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofLog.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofMesh.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofThread.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofParameterGroup.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(of3dUtils.o)
...
"std::string::erase(unsigned long, unsigned long)", referenced from:
std::string& Poco::trimInPlace<std::string>(std::string&) in libopenFrameworks.a(ofUtils.o)
"std::string::append(char const*, unsigned long)", referenced from:
ofLaunchBrowser(std::string, bool) in libopenFrameworks.a(ofUtils.o)
ofSaveFrame(bool) in libopenFrameworks.a(ofUtils.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libopenFrameworks.a(ofUtils.o)
ofMesh::load(std::string) in libopenFrameworks.a(ofMesh.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libopenFrameworks.a(ofMesh.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libopenFrameworks.a(ofThread.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libopenFrameworks.a(ofURLFileLoader.o)
...
"std::string::append(std::string const&)", referenced from:
ofJoinString(std::vector<std::string, std::allocator<std::string> >, std::string const&) in libopenFrameworks.a(ofUtils.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libopenFrameworks.a(ofUtils.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libopenFrameworks.a(ofUtils.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libopenFrameworks.a(ofMesh.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libopenFrameworks.a(ofMesh.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libopenFrameworks.a(ofThread.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libopenFrameworks.a(ofURLFileLoader.o)
...
"std::string::assign(char const*, unsigned long)", referenced from:
ofVAArgsToString(char const*, ...) in libopenFrameworks.a(ofUtils.o)
ofVAArgsToString(char const*, char*) in libopenFrameworks.a(ofUtils.o)
ofTrueTypeFont::loadFont(std::string, int, bool, bool, bool, float, int) in libopenFrameworks.a(ofTrueTypeFont.o)
ofLog::ofLog() in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel) in libopenFrameworks.a(ofLog.o)
ofLog::setAutoSpace(bool) in libopenFrameworks.a(ofLog.o)
ofMesh::load(std::string) in libopenFrameworks.a(ofMesh.o)
...
"std::string::assign(std::string const&)", referenced from:
ofToDataPath(std::string, bool) in libopenFrameworks.a(ofUtils.o)
std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) in libopenFrameworks.a(ofUtils.o)
std::string* std::__copy_backward<false, std::random_access_iterator_tag>::__copy_b<std::string*, std::string*>(std::string*, std::string*, std::string*) in libopenFrameworks.a(ofUtils.o)
ofMessage::ofMessage(std::string) in libopenFrameworks.a(ofEvents.o)
of3dPrimitive::of3dPrimitive(of3dPrimitive const&) in libopenFrameworks.a(of3dPrimitives.o)
of3dPrimitive::operator=(of3dPrimitive const&) in libopenFrameworks.a(of3dPrimitives.o)
of3dPrimitive::setUseVbo(bool) in libopenFrameworks.a(of3dPrimitives.o)
...
"std::string::resize(unsigned long, char)", referenced from:
std::string& Poco::trimInPlace<std::string>(std::string&) in libopenFrameworks.a(ofUtils.o)
"std::string::replace(unsigned long, unsigned long, char const*, unsigned long)", referenced from:
ofStringReplace(std::string&, std::string, std::string) in libopenFrameworks.a(ofUtils.o)
"std::string::reserve(unsigned long)", referenced from:
ofGetTimestampString() in libopenFrameworks.a(ofUtils.o)
ofGetTimestampString(std::string) in libopenFrameworks.a(ofUtils.o)
std::string Poco::toLower<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
std::basic_istream<char, std::char_traits<char> >& std::operator>><char, std::char_traits<char>, 8ul>(std::basic_istream<char, std::char_traits<char> >&, std::bitset<8ul>&) in libopenFrameworks.a(ofUtils.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libopenFrameworks.a(ofUtils.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libopenFrameworks.a(ofMesh.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libopenFrameworks.a(ofThread.o)
...
"std::string::push_back(char)", referenced from:
ofSystem(std::string) in libopenFrameworks.a(ofUtils.o)
std::string Poco::toLower<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
std::basic_istream<char, std::char_traits<char> >& std::operator>><char, std::char_traits<char>, 8ul>(std::basic_istream<char, std::char_traits<char> >&, std::bitset<8ul>&) in libopenFrameworks.a(ofUtils.o)
std::string Poco::toLower<std::string>(std::string const&) in libopenFrameworks.a(ofFileUtils.o)
"std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)", referenced from:
ofMap(float, float, float, float, float, bool) in libopenFrameworks.a(ofMath.o)
ofSetCurrentRenderer(std::string const&, bool) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenPerspective(float, float, ofOrientation, bool, float, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenOrtho(float, float, ofOrientation, bool, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetColor(int) in libopenFrameworks.a(ofGraphics.o)
ofDrawBitmapStringHighlight(std::string, int, int, ofColor_<unsigned char> const&, ofColor_<unsigned char> const&) in libopenFrameworks.a(ofGraphics.o)
ofRendererCollection::getCurrentMatrix(ofMatrixMode) const in libopenFrameworks.a(ofGraphics.o)
...
"std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)", referenced from:
ofBuffer::getNextLine() in libopenFrameworks.a(ofFileUtils.o)
"std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)", referenced from:
ofBeginSaveScreenAsPDF(std::string, bool, bool, ofRectangle) in libopenFrameworks.a(ofGraphics.o)
ofDrawBitmapString(std::string, ofVec3f const&) in libopenFrameworks.a(ofGraphics.o)
ofDrawBitmapString(std::string, float, float, float) in libopenFrameworks.a(ofGraphics.o)
ofDrawBitmapString(std::string, float, float) in libopenFrameworks.a(ofGraphics.o)
ofDrawBitmapStringHighlight(std::string, ofVec3f const&, ofColor_<unsigned char> const&, ofColor_<unsigned char> const&) in libopenFrameworks.a(ofGraphics.o)
ofDrawBitmapStringHighlight(std::string, int, int, ofColor_<unsigned char> const&, ofColor_<unsigned char> const&) in libopenFrameworks.a(ofGraphics.o)
ofRendererCollection::drawString(std::string, float, float, float, ofDrawBitmapMode) in libopenFrameworks.a(ofGraphics.o)
...
"std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()", referenced from:
ofToBool(std::string const&) in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofTrueTypeFont.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLog.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGLRenderer.o)
__GLOBAL__I_a in libopenFrameworks.a(ofCairoRenderer.o)
__GLOBAL__I_a in libopenFrameworks.a(ofRendererCollection.o)
...
ofToBool(std::string const&) in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofTrueTypeFont.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLog.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGLRenderer.o)
__GLOBAL__I_a in libopenFrameworks.a(ofCairoRenderer.o)
__GLOBAL__I_a in libopenFrameworks.a(ofRendererCollection.o)
...
ofToBool(std::string const&) in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofTrueTypeFont.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLog.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGLRenderer.o)
__GLOBAL__I_a in libopenFrameworks.a(ofCairoRenderer.o)
__GLOBAL__I_a in libopenFrameworks.a(ofRendererCollection.o)
...
ofToBool(std::string const&) in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofTrueTypeFont.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLog.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGLRenderer.o)
__GLOBAL__I_a in libopenFrameworks.a(ofCairoRenderer.o)
__GLOBAL__I_a in libopenFrameworks.a(ofRendererCollection.o)
...
ofToBool(std::string const&) in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofTrueTypeFont.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLog.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGLRenderer.o)
__GLOBAL__I_a in libopenFrameworks.a(ofCairoRenderer.o)
__GLOBAL__I_a in libopenFrameworks.a(ofRendererCollection.o)
...
ofToBool(std::string const&) in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofTrueTypeFont.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLog.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGLRenderer.o)
__GLOBAL__I_a in libopenFrameworks.a(ofCairoRenderer.o)
__GLOBAL__I_a in libopenFrameworks.a(ofRendererCollection.o)
...
ofToBool(std::string const&) in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofTrueTypeFont.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLog.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGLRenderer.o)
__GLOBAL__I_a in libopenFrameworks.a(ofCairoRenderer.o)
__GLOBAL__I_a in libopenFrameworks.a(ofRendererCollection.o)
...
...
"std::basic_fstream<char, std::char_traits<char> >::open(char const*, std::_Ios_Openmode)", referenced from:
ofFile::openStream(ofFile::Mode, bool) in libopenFrameworks.a(ofFileUtils.o)
"std::basic_fstream<char, std::char_traits<char> >::close()", referenced from:
ofFile::close() in libopenFrameworks.a(ofFileUtils.o)
"std::basic_fstream<char, std::char_traits<char> >::basic_fstream()", referenced from:
ofFile::ofFile() in libopenFrameworks.a(ofFileUtils.o)
ofFile::ofFile() in libopenFrameworks.a(ofFileUtils.o)
ofFile::ofFile(std::string, ofFile::Mode, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFile::ofFile(std::string, ofFile::Mode, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFile::ofFile(ofFile const&) in libopenFrameworks.a(ofFileUtils.o)
ofFile::ofFile(ofFile const&) in libopenFrameworks.a(ofFileUtils.o)
"std::basic_fstream<char, std::char_traits<char> >::~basic_fstream()", referenced from:
construction vtable for std::basic_fstream<char, std::char_traits<char> >-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"std::basic_fstream<char, std::char_traits<char> >::~basic_fstream()", referenced from:
construction vtable for std::basic_fstream<char, std::char_traits<char> >-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"std::basic_fstream<char, std::char_traits<char> >::~basic_fstream()", referenced from:
ofFile::ofFile() in libopenFrameworks.a(ofFileUtils.o)
ofFile::ofFile() in libopenFrameworks.a(ofFileUtils.o)
ofFile::ofFile(std::string, ofFile::Mode, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFile::ofFile(std::string, ofFile::Mode, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFile::~ofFile() in libopenFrameworks.a(ofFileUtils.o)
ofFile::ofFile(ofFile const&) in libopenFrameworks.a(ofFileUtils.o)
ofFile::ofFile(ofFile const&) in libopenFrameworks.a(ofFileUtils.o)
...
"std::basic_ifstream<char, std::char_traits<char> >::close()", referenced from:
ofBufferFromFile(std::string const&, bool) in libopenFrameworks.a(ofFileUtils.o)
"std::basic_ifstream<char, std::char_traits<char> >::basic_ifstream(char const*, std::_Ios_Openmode)", referenced from:
ofBufferFromFile(std::string const&, bool) in libopenFrameworks.a(ofFileUtils.o)
"std::basic_ifstream<char, std::char_traits<char> >::~basic_ifstream()", referenced from:
ofBufferFromFile(std::string const&, bool) in libopenFrameworks.a(ofFileUtils.o)
"std::basic_ofstream<char, std::char_traits<char> >::close()", referenced from:
ofBufferToFile(std::string const&, ofBuffer&, bool) in libopenFrameworks.a(ofFileUtils.o)
"std::basic_ofstream<char, std::char_traits<char> >::basic_ofstream(char const*, std::_Ios_Openmode)", referenced from:
ofBufferToFile(std::string const&, ofBuffer&, bool) in libopenFrameworks.a(ofFileUtils.o)
"std::basic_ofstream<char, std::char_traits<char> >::~basic_ofstream()", referenced from:
ofBufferToFile(std::string const&, ofBuffer&, bool) in libopenFrameworks.a(ofFileUtils.o)
"std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str(std::string const&)", referenced from:
ofMesh::load(std::string) in libopenFrameworks.a(ofMesh.o)
ofShader::printActiveUniforms() in libopenFrameworks.a(ofShader.o)
ofShader::printActiveAttributes() in libopenFrameworks.a(ofShader.o)
"std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream(std::string const&, std::_Ios_Openmode)", referenced from:
ofHexToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofBinaryToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
"std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream(std::_Ios_Openmode)", referenced from:
ofHexToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
std::string ofToBinary<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofGetVersionInfo() in libopenFrameworks.a(ofUtils.o)
ofMesh::load(std::string) in libopenFrameworks.a(ofMesh.o)
ofParameterGroup::toString() const in libopenFrameworks.a(ofParameterGroup.o)
ofParameter<ofColor_<float> >::fromString(std::string) in libopenFrameworks.a(ofParameterGroup.o)
ofParameter<ofColor_<unsigned short> >::fromString(std::string) in libopenFrameworks.a(ofParameterGroup.o)
...
"std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()", referenced from:
ofHexToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
std::string ofToBinary<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofBinaryToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofGetVersionInfo() in libopenFrameworks.a(ofUtils.o)
ofMesh::load(std::string) in libopenFrameworks.a(ofMesh.o)
ofParameterGroup::toString() const in libopenFrameworks.a(ofParameterGroup.o)
ofParameter<ofColor_<float> >::fromString(std::string) in libopenFrameworks.a(ofParameterGroup.o)
...
"std::basic_istringstream<char, std::char_traits<char>, std::allocator<char> >::basic_istringstream(std::string const&, std::_Ios_Openmode)", referenced from:
ofToInt(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToInt(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToChar(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToFloat(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofToFloat(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofToDouble(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofToBool(std::string const&) in libopenFrameworks.a(ofUtils.o)
...
"std::basic_istringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_istringstream()", referenced from:
ofToInt(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToInt(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToChar(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToFloat(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofToFloat(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofToDouble(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofToBool(std::string const&) in libopenFrameworks.a(ofUtils.o)
...
"std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::basic_ostringstream(std::_Ios_Openmode)", referenced from:
std::string ofToHex<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofBinaryToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
std::string ofToString<int>(int const&) in libopenFrameworks.a(ofUtils.o)
ofLog::ofLog() in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel) in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel, std::string const&) in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel, char const*, ...) in libopenFrameworks.a(ofLog.o)
...
"std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()", referenced from:
std::string ofToString<int>(int const&) in libopenFrameworks.a(ofMesh.o)
std::string ofToString<float>(float const&) in libopenFrameworks.a(ofMesh.o)
std::string ofToString<int>(int const&) in libopenFrameworks.a(ofThread.o)
std::string ofToString<ofColor_<float> >(ofColor_<float> const&) in libopenFrameworks.a(ofParameterGroup.o)
std::string ofToString<ofColor_<unsigned short> >(ofColor_<unsigned short> const&) in libopenFrameworks.a(ofParameterGroup.o)
std::string ofToString<ofColor_<unsigned char> >(ofColor_<unsigned char> const&) in libopenFrameworks.a(ofParameterGroup.o)
std::string ofToString<ofVec4f>(ofVec4f const&) in libopenFrameworks.a(ofParameterGroup.o)
...
"std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()", referenced from:
std::string ofToHex<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofBinaryToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
std::string ofToString<int>(int const&) in libopenFrameworks.a(ofUtils.o)
ofLog::ofLog() in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel) in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel, std::string const&) in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel, char const*, ...) in libopenFrameworks.a(ofLog.o)
...
"std::ios_base::Init::Init()", referenced from:
__GLOBAL__I_a in libopenFrameworks.a(ofMath.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGraphics.o)
__GLOBAL__I_a in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofEvents.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLight.o)
__GLOBAL__I_a in libopenFrameworks.a(ofPolyline.o)
...
"std::ios_base::Init::~Init()", referenced from:
__GLOBAL__I_a in libopenFrameworks.a(ofMath.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGraphics.o)
__GLOBAL__I_a in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofEvents.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLight.o)
__GLOBAL__I_a in libopenFrameworks.a(ofPolyline.o)
...
__GLOBAL__I_a in libopenFrameworks.a(ofMath.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGraphics.o)
__GLOBAL__I_a in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofEvents.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLight.o)
__GLOBAL__I_a in libopenFrameworks.a(ofPolyline.o)
...
__GLOBAL__I_a in libopenFrameworks.a(ofMath.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGraphics.o)
__GLOBAL__I_a in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofEvents.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLight.o)
__GLOBAL__I_a in libopenFrameworks.a(ofPolyline.o)
...
__GLOBAL__I_a in libopenFrameworks.a(ofMath.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGraphics.o)
__GLOBAL__I_a in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofEvents.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLight.o)
__GLOBAL__I_a in libopenFrameworks.a(ofPolyline.o)
...
__GLOBAL__I_a in libopenFrameworks.a(ofMath.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGraphics.o)
__GLOBAL__I_a in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofEvents.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLight.o)
__GLOBAL__I_a in libopenFrameworks.a(ofPolyline.o)
...
__GLOBAL__I_a in libopenFrameworks.a(ofMath.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGraphics.o)
__GLOBAL__I_a in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofEvents.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLight.o)
__GLOBAL__I_a in libopenFrameworks.a(ofPolyline.o)
...
__GLOBAL__I_a in libopenFrameworks.a(ofMath.o)
__GLOBAL__I_a in libopenFrameworks.a(ofGraphics.o)
__GLOBAL__I_a in libopenFrameworks.a(ofUtils.o)
__GLOBAL__I_a in libopenFrameworks.a(ofAppRunner.o)
__GLOBAL__I_a in libopenFrameworks.a(ofEvents.o)
__GLOBAL__I_a in libopenFrameworks.a(ofLight.o)
__GLOBAL__I_a in libopenFrameworks.a(ofPolyline.o)
...
...
"std::ios_base::ios_base()", referenced from:
ofFile::ofFile() in libopenFrameworks.a(ofFileUtils.o)
ofFile::ofFile(std::string, ofFile::Mode, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFile::ofFile(ofFile const&) in libopenFrameworks.a(ofFileUtils.o)
"std::ios_base::~ios_base()", referenced from:
std::string ofToHex<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofToInt(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToInt(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToChar(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToFloat(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofToFloat(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofToDouble(std::string const&) in libopenFrameworks.a(ofUtils.o)
...
"std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)", referenced from:
ofLog& ofLog::operator<<<char [75]>(char const (&) [75]) in libopenFrameworks.a(ofGraphics.o)
ofLog& ofLog::operator<<<char [55]>(char const (&) [55]) in libopenFrameworks.a(ofUtils.o)
std::basic_istream<char, std::char_traits<char> >& std::operator>><char, std::char_traits<char>, 8ul>(std::basic_istream<char, std::char_traits<char> >&, std::bitset<8ul>&) in libopenFrameworks.a(ofUtils.o)
ofLog& ofLog::operator<<<char [2]>(char const (&) [2]) in libopenFrameworks.a(ofUtils.o)
ofGLReadyCallback() in libopenFrameworks.a(ofAppRunner.o)
ofLog& ofLog::operator<<<char [11]>(char const (&) [11]) in libopenFrameworks.a(ofAppRunner.o)
ofLog& ofLog::operator<<<char*>(char* const&) in libopenFrameworks.a(ofAppRunner.o)
...
"std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)", referenced from:
ofMap(float, float, float, float, float, bool) in libopenFrameworks.a(ofMath.o)
ofSetCurrentRenderer(std::string const&, bool) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenPerspective(float, float, ofOrientation, bool, float, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetupScreenOrtho(float, float, ofOrientation, bool, float, float) in libopenFrameworks.a(ofGraphics.o)
ofSetColor(int) in libopenFrameworks.a(ofGraphics.o)
ofLog& ofLog::operator<<<char [75]>(char const (&) [75]) in libopenFrameworks.a(ofGraphics.o)
ofRendererCollection::getCurrentMatrix(ofMatrixMode) const in libopenFrameworks.a(ofGraphics.o)
...
"std::_Rb_tree_decrement(std::_Rb_tree_node_base*)", referenced from:
std::_Rb_tree<int, int, std::_Identity<int>, std::less<int>, std::allocator<int> >::_M_insert_unique(int const&) in libopenFrameworks.a(ofEvents.o)
std::_Rb_tree<unsigned int, std::pair<unsigned int const, int>, std::_Select1st<std::pair<unsigned int const, int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, int> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<unsigned int const, int> >, std::pair<unsigned int const, int> const&) in libopenFrameworks.a(ofLight.o)
std::_Rb_tree<unsigned int, std::pair<unsigned int const, int>, std::_Select1st<std::pair<unsigned int const, int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, int> > >::_M_insert_unique(std::pair<unsigned int const, int> const&) in libopenFrameworks.a(ofLight.o)
std::_Rb_tree<std::string, std::pair<std::string const, ofLogLevel>, std::_Select1st<std::pair<std::string const, ofLogLevel> >, std::less<std::string>, std::allocator<std::pair<std::string const, ofLogLevel> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, ofLogLevel> >, std::pair<std::string const, ofLogLevel> const&) in libopenFrameworks.a(ofLog.o)
std::_Rb_tree<std::string, std::pair<std::string const, ofLogLevel>, std::_Select1st<std::pair<std::string const, ofLogLevel> >, std::less<std::string>, std::allocator<std::pair<std::string const, ofLogLevel> > >::_M_insert_unique(std::pair<std::string const, ofLogLevel> const&) in libopenFrameworks.a(ofLog.o)
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less<int>, std::allocator<std::pair<int const, int> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<int const, int> >, std::pair<int const, int> const&) in libopenFrameworks.a(ofVbo.o)
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less<int>, std::allocator<std::pair<int const, int> > >::_M_insert_unique(std::pair<int const, int> const&) in libopenFrameworks.a(ofVbo.o)
...
"std::_Rb_tree_increment(std::_Rb_tree_node_base const*)", referenced from:
ofShader::unload() in libopenFrameworks.a(ofShader.o)
ofShader::ofShader(ofShader const&) in libopenFrameworks.a(ofShader.o)
ofShader::operator=(ofShader const&) in libopenFrameworks.a(ofShader.o)
ofShader::linkProgram() in libopenFrameworks.a(ofShader.o)
"std::_Rb_tree_increment(std::_Rb_tree_node_base*)", referenced from:
std::_Rb_tree<int, int, std::_Identity<int>, std::less<int>, std::allocator<int> >::erase(std::_Rb_tree_iterator<int>, std::_Rb_tree_iterator<int>) in libopenFrameworks.a(ofEvents.o)
std::_Rb_tree<unsigned int, std::pair<unsigned int const, int>, std::_Select1st<std::pair<unsigned int const, int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, int> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<unsigned int const, int> >, std::pair<unsigned int const, int> const&) in libopenFrameworks.a(ofLight.o)
std::_Rb_tree<unsigned int, std::pair<unsigned int const, int>, std::_Select1st<std::pair<unsigned int const, int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, int> > >::erase(std::_Rb_tree_iterator<std::pair<unsigned int const, int> >, std::_Rb_tree_iterator<std::pair<unsigned int const, int> >) in libopenFrameworks.a(ofLight.o)
std::_Rb_tree<std::string, std::pair<std::string const, ofLogLevel>, std::_Select1st<std::pair<std::string const, ofLogLevel> >, std::less<std::string>, std::allocator<std::pair<std::string const, ofLogLevel> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, ofLogLevel> >, std::pair<std::string const, ofLogLevel> const&) in libopenFrameworks.a(ofLog.o)
ofVbo::bind() in libopenFrameworks.a(ofVbo.o)
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less<int>, std::allocator<std::pair<int const, int> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<int const, int> >, std::pair<int const, int> const&) in libopenFrameworks.a(ofVbo.o)
std::_Rb_tree<int, std::pair<int const, unsigned int>, std::_Select1st<std::pair<int const, unsigned int> >, std::less<int>, std::allocator<std::pair<int const, unsigned int> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<int const, unsigned int> >, std::pair<int const, unsigned int> const&) in libopenFrameworks.a(ofVbo.o)
...
"std::__throw_logic_error(char const*)", referenced from:
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofLog.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofMesh.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofThread.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofParameterGroup.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(of3dUtils.o)
char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) in libopenFrameworks.a(ofGLUtils.o)
...
"std::__throw_length_error(char const*)", referenced from:
std::vector<ofPtr<ofBaseRenderer>, std::allocator<ofPtr<ofBaseRenderer> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<ofPtr<ofBaseRenderer>*, std::vector<ofPtr<ofBaseRenderer>, std::allocator<ofPtr<ofBaseRenderer> > > >, ofPtr<ofBaseRenderer> const&) in libopenFrameworks.a(ofGraphics.o)
std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) in libopenFrameworks.a(ofUtils.o)
std::vector<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofDragInfo>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofDragInfo> > >, std::allocator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofDragInfo>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofDragInfo> > > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofDragInfo>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofDragInfo> > >*, std::vector<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofDragInfo>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofDragInfo> > >, std::allocator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofDragInfo>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofDragInfo> > > > > >, Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofDragInfo>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofDragInfo> > > const&) in libopenFrameworks.a(ofAppRunner.o)
std::vector<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofMessage>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofMessage> > >, std::allocator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofMessage>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofMessage> > > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofMessage>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofMessage> > >*, std::vector<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofMessage>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofMessage> > >, std::allocator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofMessage>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofMessage> > > > > >, Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofMessage>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofMessage> > > const&) in libopenFrameworks.a(ofAppRunner.o)
std::vector<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofResizeEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofResizeEventArgs> > >, std::allocator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofResizeEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofResizeEventArgs> > > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofResizeEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofResizeEventArgs> > >*, std::vector<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofResizeEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofResizeEventArgs> > >, std::allocator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofResizeEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofResizeEventArgs> > > > > >, Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofResizeEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofResizeEventArgs> > > const&) in libopenFrameworks.a(ofAppRunner.o)
std::vector<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofEntryEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofEntryEventArgs> > >, std::allocator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofEntryEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofEntryEventArgs> > > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofEntryEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofEntryEventArgs> > >*, std::vector<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofEntryEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofEntryEventArgs> > >, std::allocator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofEntryEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofEntryEventArgs> > > > > >, Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofEntryEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofEntryEventArgs> > > const&) in libopenFrameworks.a(ofAppRunner.o)
std::vector<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofMouseEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofMouseEventArgs> > >, std::allocator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofMouseEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofMouseEventArgs> > > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofMouseEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofMouseEventArgs> > >*, std::vector<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofMouseEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofMouseEventArgs> > >, std::allocator<Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofMouseEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofMouseEventArgs> > > > > >, Poco::SharedPtr<Poco::AbstractPriorityDelegate<ofMouseEventArgs>, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::AbstractPriorityDelegate<ofMouseEventArgs> > > const&) in libopenFrameworks.a(ofAppRunner.o)
...
"std::__throw_out_of_range(char const*)", referenced from:
std::bitset<8ul>::bitset<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) in libopenFrameworks.a(ofUtils.o)
std::bitset<32ul>::bitset<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) in libopenFrameworks.a(ofUtils.o)
ofDirectory::getName(unsigned int) in libopenFrameworks.a(ofFileUtils.o)
"std::__throw_invalid_argument(char const*)", referenced from:
void std::bitset<8ul>::_M_copy_from_string<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long, unsigned long) in libopenFrameworks.a(ofUtils.o)
void std::bitset<32ul>::_M_copy_from_string<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long, unsigned long) in libopenFrameworks.a(ofUtils.o)
"std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)", referenced from:
std::_Rb_tree<int, int, std::_Identity<int>, std::less<int>, std::allocator<int> >::erase(std::_Rb_tree_iterator<int>, std::_Rb_tree_iterator<int>) in libopenFrameworks.a(ofEvents.o)
std::_Rb_tree<unsigned int, std::pair<unsigned int const, int>, std::_Select1st<std::pair<unsigned int const, int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, int> > >::erase(std::_Rb_tree_iterator<std::pair<unsigned int const, int> >, std::_Rb_tree_iterator<std::pair<unsigned int const, int> >) in libopenFrameworks.a(ofLight.o)
std::_Rb_tree<unsigned int, std::pair<unsigned int const, int>, std::_Select1st<std::pair<unsigned int const, int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, int> > >::erase(std::_Rb_tree_iterator<std::pair<unsigned int const, int> >, std::_Rb_tree_iterator<std::pair<unsigned int const, int> >) in libopenFrameworks.a(ofVbo.o)
std::_Rb_tree<unsigned int, std::pair<unsigned int const, int>, std::_Select1st<std::pair<unsigned int const, int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, int> > >::erase(std::_Rb_tree_iterator<std::pair<unsigned int const, int> >, std::_Rb_tree_iterator<std::pair<unsigned int const, int> >) in libopenFrameworks.a(ofTexture.o)
std::_Rb_tree<unsigned int, std::pair<unsigned int const, int>, std::_Select1st<std::pair<unsigned int const, int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, int> > >::erase(std::_Rb_tree_iterator<std::pair<unsigned int const, int> >, std::_Rb_tree_iterator<std::pair<unsigned int const, int> >) in libopenFrameworks.a(ofShader.o)
"std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)", referenced from:
std::_Rb_tree<int, int, std::_Identity<int>, std::less<int>, std::allocator<int> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, int const&) in libopenFrameworks.a(ofEvents.o)
std::_Rb_tree<unsigned int, std::pair<unsigned int const, int>, std::_Select1st<std::pair<unsigned int const, int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, int> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<unsigned int const, int> const&) in libopenFrameworks.a(ofLight.o)
std::_Rb_tree<std::string, std::pair<std::string const, ofLogLevel>, std::_Select1st<std::pair<std::string const, ofLogLevel> >, std::less<std::string>, std::allocator<std::pair<std::string const, ofLogLevel> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, ofLogLevel> const&) in libopenFrameworks.a(ofLog.o)
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less<int>, std::allocator<std::pair<int const, int> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<int const, int> const&) in libopenFrameworks.a(ofVbo.o)
std::_Rb_tree<int, std::pair<int const, unsigned int>, std::_Select1st<std::pair<int const, unsigned int> >, std::less<int>, std::allocator<std::pair<int const, unsigned int> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<int const, unsigned int> const&) in libopenFrameworks.a(ofVbo.o)
std::_Rb_tree<unsigned int, std::pair<unsigned int const, int>, std::_Select1st<std::pair<unsigned int const, int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, int> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<unsigned int const, int> const&) in libopenFrameworks.a(ofVbo.o)
std::_Rb_tree<std::string, std::pair<std::string const, std::vector<int, std::allocator<int> > >, std::_Select1st<std::pair<std::string const, std::vector<int, std::allocator<int> > > >, std::less<std::string>, std::allocator<std::pair<std::string const, std::vector<int, std::allocator<int> > > > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, std::vector<int, std::allocator<int> > > const&) in libopenFrameworks.a(ofMesh.o)
...
"std::cerr", referenced from:
ofConsoleLoggerChannel::log(ofLogLevel, std::string const&, std::string const&) in libopenFrameworks.a(ofLog.o)
"std::cout", referenced from:
ofConsoleLoggerChannel::log(ofLogLevel, std::string const&, std::string const&) in libopenFrameworks.a(ofLog.o)
"std::basic_istream<char, std::char_traits<char> >& std::getline<char, std::char_traits<char>, std::allocator<char> >(std::basic_istream<char, std::char_traits<char> >&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, char)", referenced from:
ofShader::parseForIncludes(std::string const&, std::vector<std::string, std::allocator<std::string> >&, int) in libopenFrameworks.a(ofShader.o)
"std::basic_istream<char, std::char_traits<char> >& std::operator>><char, std::char_traits<char> >(std::basic_istream<char, std::char_traits<char> >&, char&)", referenced from:
ofToChar(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofParameter<char>::fromString(std::string) in libopenFrameworks.a(ofParameterGroup.o)
"std::basic_istream<char, std::char_traits<char> >& std::operator>><char, std::char_traits<char>, std::allocator<char> >(std::basic_istream<char, std::char_traits<char> >&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)", referenced from:
ofHexToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofParameter<std::string>::fromString(std::string) in libopenFrameworks.a(ofParameterGroup.o)
operator>>(std::istream&, ofAbstractParameter&) in libopenFrameworks.a(ofParameter.o)
"typeinfo for std::iostream", referenced from:
construction vtable for std::iostream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"typeinfo for std::istream", referenced from:
construction vtable for std::istream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"typeinfo for std::ostream", referenced from:
construction vtable for std::ostream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"typeinfo for std::basic_fstream<char, std::char_traits<char> >", referenced from:
construction vtable for std::basic_fstream<char, std::char_traits<char> >-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
typeinfo for ofFile in libopenFrameworks.a(ofFileUtils.o)
"VTT for std::basic_istringstream<char, std::char_traits<char>, std::allocator<char> >", referenced from:
ofToInt(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToInt(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToChar(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofHexToFloat(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofToFloat(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofToDouble(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofToBool(std::string const&) in libopenFrameworks.a(ofUtils.o)
...
"VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >", referenced from:
std::string ofToHex<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofBinaryToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
std::string ofToString<int>(int const&) in libopenFrameworks.a(ofUtils.o)
ofLog::ofLog() in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel) in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel, std::string const&) in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel, char const*, ...) in libopenFrameworks.a(ofLog.o)
...
std::string ofToHex<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofBinaryToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
std::string ofToString<int>(int const&) in libopenFrameworks.a(ofUtils.o)
ofLog::ofLog() in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel) in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel, std::string const&) in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel, char const*, ...) in libopenFrameworks.a(ofLog.o)
...
std::string ofToHex<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofBinaryToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
std::string ofToString<int>(int const&) in libopenFrameworks.a(ofUtils.o)
ofLog::ofLog() in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel) in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel, std::string const&) in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel, char const*, ...) in libopenFrameworks.a(ofLog.o)
...
std::string ofToHex<std::string>(std::string const&) in libopenFrameworks.a(ofUtils.o)
ofBinaryToString(std::string const&) in libopenFrameworks.a(ofUtils.o)
std::string ofToString<int>(int const&) in libopenFrameworks.a(ofUtils.o)
ofLog::ofLog() in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel) in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel, std::string const&) in libopenFrameworks.a(ofLog.o)
ofLog::ofLog(ofLogLevel, char const*, ...) in libopenFrameworks.a(ofLog.o)
...
"vtable for std::basic_ios<char, std::char_traits<char> >", referenced from:
ofFile::ofFile() in libopenFrameworks.a(ofFileUtils.o)
ofFile::ofFile(std::string, ofFile::Mode, bool) in libopenFrameworks.a(ofFileUtils.o)
ofFile::ofFile(ofFile const&) in libopenFrameworks.a(ofFileUtils.o)
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"non-virtual thunk to std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()", referenced from:
construction vtable for std::iostream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"non-virtual thunk to std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()", referenced from:
construction vtable for std::iostream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"non-virtual thunk to std::basic_fstream<char, std::char_traits<char> >::~basic_fstream()", referenced from:
construction vtable for std::basic_fstream<char, std::char_traits<char> >-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"non-virtual thunk to std::basic_fstream<char, std::char_traits<char> >::~basic_fstream()", referenced from:
construction vtable for std::basic_fstream<char, std::char_traits<char> >-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"non-virtual thunk to std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()", referenced from:
construction vtable for std::iostream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"non-virtual thunk to std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()", referenced from:
construction vtable for std::iostream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"non-virtual thunk to std::basic_istream<char, std::char_traits<char> >::~basic_istream()", referenced from:
construction vtable for std::istream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"non-virtual thunk to std::basic_istream<char, std::char_traits<char> >::~basic_istream()", referenced from:
construction vtable for std::istream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"non-virtual thunk to std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()", referenced from:
construction vtable for std::ostream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"non-virtual thunk to std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()", referenced from:
construction vtable for std::ostream-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"non-virtual thunk to std::basic_fstream<char, std::char_traits<char> >::~basic_fstream()", referenced from:
construction vtable for std::basic_fstream<char, std::char_traits<char> >-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
"non-virtual thunk to std::basic_fstream<char, std::char_traits<char> >::~basic_fstream()", referenced from:
construction vtable for std::basic_fstream<char, std::char_traits<char> >-in-ofFile in libopenFrameworks.a(ofFileUtils.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [bin/ofJenAI] Error 1
make: *** [Release] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment