Skip to content

Instantly share code, notes, and snippets.

@ryanbartley
Created October 10, 2016 21:53
Show Gist options
  • Save ryanbartley/b755ee1bd969b029e9babd4393a1ae7c to your computer and use it in GitHub Desktop.
Save ryanbartley/b755ee1bd969b029e9babd4393a1ae7c to your computer and use it in GitHub Desktop.
Ld build/Debug/Basic.app/Contents/MacOS/Basic normal x86_64
cd /Users/ryanbartley/Documents/clean_cinder/blocks/Cinder-SdfText/samples/Basic/xcode
export MACOSX_DEPLOYMENT_TARGET=10.8
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -L/Users/ryanbartley/Documents/clean_cinder/blocks/Cinder-SdfText/samples/Basic/xcode/build/Debug -F/Users/ryanbartley/Documents/clean_cinder/blocks/Cinder-SdfText/samples/Basic/xcode/build/Debug -filelist /Users/ryanbartley/Documents/clean_cinder/blocks/Cinder-SdfText/samples/Basic/xcode/build/Basic.build/Debug/Basic.build/Objects-normal/x86_64/Basic.LinkFileList -mmacosx-version-min=10.8 -dead_strip -Xlinker -no_deduplicate ../../../../../lib/libcinder_d.a -stdlib=libc++ -fobjc-link-runtime -framework AVFoundation -framework CoreMedia -framework Cocoa -framework OpenGL -framework CoreVideo -framework Accelerate -framework AudioToolbox -framework AudioUnit -framework CoreAudio -framework IOKit -framework IOSurface -Xlinker -dependency_info -Xlinker /Users/ryanbartley/Documents/clean_cinder/blocks/Cinder-SdfText/samples/Basic/xcode/build/Basic.build/Debug/Basic.build/Objects-normal/x86_64/Basic_dependency_info.dat -o /Users/ryanbartley/Documents/clean_cinder/blocks/Cinder-SdfText/samples/Basic/xcode/build/Debug/Basic.app/Contents/MacOS/Basic
Undefined symbols for architecture x86_64:
"cinder::app::AppMac::initialize(cinder::app::AppBase::Settings*, std::__1::shared_ptr<cinder::app::Renderer> const&, char const*, int, char* const*)", referenced from:
void cinder::app::AppMac::main<BasicApp>(std::__1::shared_ptr<cinder::app::Renderer> const&, char const*, int, char* const*, std::__1::function<void (cinder::app::AppBase::Settings*)> const&) in BasicApp.o
"_FT_New_Memory_Face", referenced from:
cinder::gl::SdfText::FontData::FontData(std::__1::shared_ptr<cinder::DataSource> const&) in SdfText.o
"_FT_Load_Glyph", referenced from:
cinder::gl::SdfText::SdfText(cinder::gl::SdfText::Font const&, cinder::gl::SdfText::Format const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool) in SdfText.o
msdfgen::loadGlyph(msdfgen::Shape&, FT_FaceRec_*, unsigned int, double*, bool) in util.o
"_FT_Select_Charmap", referenced from:
cinder::gl::SdfText::Font::loadFontData(std::__1::shared_ptr<cinder::DataSource> const&) in SdfText.o
"_FT_Set_Char_Size", referenced from:
cinder::gl::SdfText::Font::loadFontData(std::__1::shared_ptr<cinder::DataSource> const&) in SdfText.o
"_FT_Get_Char_Index", referenced from:
cinder::gl::SdfTextManager::getTextureAtlas(FT_FaceRec_*, cinder::gl::SdfText::Format const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<unsigned int, std::__1::allocator<unsigned int> > const&) in SdfText.o
cinder::gl::SdfText::Font::getGlyphChar(char) const in SdfText.o
cinder::gl::SdfText::SdfText(cinder::gl::SdfText::Font const&, cinder::gl::SdfText::Format const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool) in SdfText.o
"_FT_Get_Sfnt_Name", referenced from:
cinder::gl::SdfText::Font::loadFontData(std::__1::shared_ptr<cinder::DataSource> const&) in SdfText.o
"_FT_Init_FreeType", referenced from:
cinder::gl::SdfTextManager::SdfTextManager() in SdfText.o
"_FT_Done_Face", referenced from:
cinder::gl::SdfTextManager::~SdfTextManager() in SdfText.o
"_FT_Done_FreeType", referenced from:
cinder::gl::SdfTextManager::~SdfTextManager() in SdfText.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment