Advertisement
Guest User

Untitled

a guest
Jul 18th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. clang: warning: argument unused during compilation: '-pthread'
  2. Undefined symbols for architecture x86_64:
  3. "_XML_ErrorString", referenced from:
  4. _FcConfigParseAndLoad in libfontconfig.a(fcxml.o)
  5. "_XML_GetBuffer", referenced from:
  6. _FcConfigParseAndLoad in libfontconfig.a(fcxml.o)
  7. "_XML_GetCurrentLineNumber", referenced from:
  8. _FcConfigMessage in libfontconfig.a(fcxml.o)
  9. "_XML_GetErrorCode", referenced from:
  10. _FcConfigParseAndLoad in libfontconfig.a(fcxml.o)
  11. "_XML_ParseBuffer", referenced from:
  12. _FcConfigParseAndLoad in libfontconfig.a(fcxml.o)
  13. "_XML_ParserCreate", referenced from:
  14. _FcConfigParseAndLoad in libfontconfig.a(fcxml.o)
  15. "_XML_ParserFree", referenced from:
  16. _FcConfigParseAndLoad in libfontconfig.a(fcxml.o)
  17. "_XML_SetCharacterDataHandler", referenced from:
  18. _FcConfigParseAndLoad in libfontconfig.a(fcxml.o)
  19. "_XML_SetDoctypeDeclHandler", referenced from:
  20. _FcConfigParseAndLoad in libfontconfig.a(fcxml.o)
  21. "_XML_SetElementHandler", referenced from:
  22. _FcConfigParseAndLoad in libfontconfig.a(fcxml.o)
  23. "_XML_SetUserData", referenced from:
  24. _FcConfigParseAndLoad in libfontconfig.a(fcxml.o)
  25. ld: symbol(s) not found for architecture x86_64
  26. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  27. ERROR: fontconfig not found using pkg-config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement