Advertisement
hakonhagland

pkg-config macos xslt

Jun 10th, 2021
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. $ pkg-config --debug libxslt
  2. no output option set, defaulting to --exists
  3. Error printing disabled by default due to use of output options --exists, --atleast/exact/max-version, --list-all or no output option at all. Value of --print-errors: 0
  4. Error printing disabled
  5. Adding virtual 'pkg-config' package to list of known packages
  6. Looking for package 'libxslt'
  7. Looking for package 'libxslt-uninstalled'
  8. Reading 'libxslt' from file '/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/11.0/libxslt.pc'
  9. Parsing package file '/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/11.0/libxslt.pc'
  10. line>homebrew_sdkroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
  11. Variable declaration, 'homebrew_sdkroot' has value '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'
  12. line>prefix=${homebrew_sdkroot}/usr
  13. Variable declaration, 'prefix' has value '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr'
  14. line>exec_prefix=/usr
  15. Variable declaration, 'exec_prefix' has value '/usr'
  16. line>libdir=${exec_prefix}/lib
  17. Variable declaration, 'libdir' has value '/usr/lib'
  18. line>includedir=${prefix}/include
  19. Variable declaration, 'includedir' has value '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include'
  20. line>
  21. line>
  22. line>Name: libxslt
  23. line>Version: 1.1.29
  24. line>Description: XSLT library version 2.
  25. line>Requires: libxml-2.0
  26. line>Libs: -L${libdir} -lxslt -lxml2 -lz -lpthread -licucore -lm
  27. line>Cflags:
  28. Path position of 'libxslt' is 4
  29. Adding 'libxslt' to list of known packages
  30. Searching for 'libxslt' requirement 'libxml-2.0'
  31. Looking for package 'libxml-2.0'
  32. Looking for package 'libxml-2.0-uninstalled'
  33. Reading 'libxml-2.0' from file '/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/11.0/libxml-2.0.pc'
  34. Parsing package file '/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/11.0/libxml-2.0.pc'
  35. line>homebrew_sdkroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
  36. Variable declaration, 'homebrew_sdkroot' has value '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'
  37. line>prefix=${homebrew_sdkroot}/usr
  38. Variable declaration, 'prefix' has value '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr'
  39. line>exec_prefix=/usr
  40. Variable declaration, 'exec_prefix' has value '/usr'
  41. line>libdir=${exec_prefix}/lib
  42. Variable declaration, 'libdir' has value '/usr/lib'
  43. line>includedir=${prefix}/include
  44. Variable declaration, 'includedir' has value '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include'
  45. line>modules=1
  46. Variable declaration, 'modules' has value '1'
  47. line>
  48. line>Name: libXML
  49. line>Version: 2.9.4
  50. line>Description: libXML library version2.
  51. line>Requires:
  52. line>Libs: -L${libdir} -lxml2
  53. line>Libs.private: -lz -lpthread -licucore -lm
  54. Unknown keyword 'Libs.private' in '/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/11.0/libxml-2.0.pc'
  55. line>Cflags:
  56. Path position of 'libxml-2.0' is 4
  57. Adding 'libxml-2.0' to list of known packages
  58. Package libxml-2.0 has -L /usr/lib in Libs
  59. Removing -L /usr/lib from libs for libxml-2.0
  60. Package libxslt has -L /usr/lib in Libs
  61. Removing -L /usr/lib from libs for libxslt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement