Advertisement
gusibsd

pkgconf problem

Mar 20th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Running pkg-config
  2. Full command args: ['pkg-config', '/tmp/work/webkit-1.8.3/Tools/gtk/../Scripts/../../Source/WebKit/gtk/webkitgtk-3.0.pc', '--cflags']
  3. Package glib-2.0 was not found in the pkg-config search path.
  4. Perhaps you should add the directory containing `glib-2.0.pc'
  5. to the PKG_CONFIG_PATH environment variable
  6. Package 'glib-2.0', required by 'webkitgtk-3.0', not found
  7. Generating WebKit1 documentation...
  8. Traceback (most recent call last):
  9. File "./generate-gtkdoc", line 166, in <module>
  10. saw_webkit1_warnings = generate_doc(pkg_config_path, options)
  11. File "./generate-gtkdoc", line 137, in generate_doc
  12. generator = gtkdoc.PkgConfigGTKDoc(pkg_config_path, options)
  13. File "/tmp/work/webkit-1.8.3/Tools/gtk/gtkdoc.py", line 398, in __init__
  14. '--cflags'], print_output=True)
  15. File "/tmp/work/webkit-1.8.3/Tools/gtk/gtkdoc.py", line 198, in _run_command
  16. % (args[0], process.returncode))
  17. Exception: pkg-config produced a non-zero return code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement