We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined symbols for architecture x86_64: "_CFRelease", referenced from: CPDF_Type1Font::SetExtGID(char const*, int) in cpdf_type1font.o "_CFStringCreateWithCStringNoCopy", referenced from: CPDF_Type1Font::SetExtGID(char const*, int) in cpdf_type1font.o "_CGFontGetGlyphWithGlyphName", referenced from: CPDF_Type1Font::SetExtGID(char const*, int) in cpdf_type1font.o "CFX_GEModule::InitPlatform()", referenced from: CFX_GEModule::Init(char const**, CCodec_ModuleMgr*) in cfx_gemodule.o "CFX_GEModule::DestroyPlatform()", referenced from: CFX_GEModule::~CFX_GEModule() in cfx_gemodule.o "CFX_FaceCache::RenderGlyph_Nativetext(CFX_Font const*, unsigned int, CFX_Matrix const*, int, int)", referenced from: CFX_FaceCache::LoadGlyphBitmap(CFX_Font const*, unsigned int, bool, CFX_Matrix const*, int, int, int&) in cfx_facecache.o "IFX_SystemFontInfo::CreateDefault(char const**)", referenced from: _FPDF_GetDefaultSystemFontInfo in fpdf_sysfontinfo.o "CFX_AggDeviceDriver::InitPlatform()", referenced from: CFX_AggDeviceDriver::CFX_AggDeviceDriver(CFX_DIBitmap*, bool, CFX_DIBitmap*, bool) in fx_agg_driver.o "CFX_AggDeviceDriver::DrawDeviceText(int, FXTEXT_CHARPOS const*, CFX_Font*, CFX_Matrix const*, float, unsigned int)", referenced from: vtable for CFX_AggDeviceDriver in fx_agg_driver.o "CFX_AggDeviceDriver::DestroyPlatform()", referenced from: CFX_AggDeviceDriver::~CFX_AggDeviceDriver() in fx_agg_driver.o "CFX_Font::ReleasePlatformResource()", referenced from: CFX_Font::~CFX_Font() in cfx_font.o "CQuartz2D::CreateFont(unsigned char const*, unsigned int)", referenced from: CPDF_Type1Font::LoadGlyphMap() in cpdf_type1font.o "_kCFAllocatorDefault", referenced from: CPDF_Type1Font::SetExtGID(char const*, int) in cpdf_type1font.o "_kCFAllocatorNull", referenced from: CPDF_Type1Font::SetExtGID(char const*, int) in cpdf_type1font.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Undefined symbols for architecture x86_64:
"_CFRelease", referenced from:
CPDF_Type1Font::SetExtGID(char const*, int) in cpdf_type1font.o
"_CFStringCreateWithCStringNoCopy", referenced from:
CPDF_Type1Font::SetExtGID(char const*, int) in cpdf_type1font.o
"_CGFontGetGlyphWithGlyphName", referenced from:
CPDF_Type1Font::SetExtGID(char const*, int) in cpdf_type1font.o
"CFX_GEModule::InitPlatform()", referenced from:
CFX_GEModule::Init(char const**, CCodec_ModuleMgr*) in cfx_gemodule.o
"CFX_GEModule::DestroyPlatform()", referenced from:
CFX_GEModule::~CFX_GEModule() in cfx_gemodule.o
"CFX_FaceCache::RenderGlyph_Nativetext(CFX_Font const*, unsigned int, CFX_Matrix const*, int, int)", referenced from:
CFX_FaceCache::LoadGlyphBitmap(CFX_Font const*, unsigned int, bool, CFX_Matrix const*, int, int, int&) in cfx_facecache.o
"IFX_SystemFontInfo::CreateDefault(char const**)", referenced from:
_FPDF_GetDefaultSystemFontInfo in fpdf_sysfontinfo.o
"CFX_AggDeviceDriver::InitPlatform()", referenced from:
CFX_AggDeviceDriver::CFX_AggDeviceDriver(CFX_DIBitmap*, bool, CFX_DIBitmap*, bool) in fx_agg_driver.o
"CFX_AggDeviceDriver::DrawDeviceText(int, FXTEXT_CHARPOS const*, CFX_Font*, CFX_Matrix const*, float, unsigned int)", referenced from:
vtable for CFX_AggDeviceDriver in fx_agg_driver.o
"CFX_AggDeviceDriver::DestroyPlatform()", referenced from:
CFX_AggDeviceDriver::~CFX_AggDeviceDriver() in fx_agg_driver.o
"CFX_Font::ReleasePlatformResource()", referenced from:
CFX_Font::~CFX_Font() in cfx_font.o
"CQuartz2D::CreateFont(unsigned char const*, unsigned int)", referenced from:
CPDF_Type1Font::LoadGlyphMap() in cpdf_type1font.o
"_kCFAllocatorDefault", referenced from:
CPDF_Type1Font::SetExtGID(char const*, int) in cpdf_type1font.o
"_kCFAllocatorNull", referenced from:
CPDF_Type1Font::SetExtGID(char const*, int) in cpdf_type1font.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: