1
archean 2014-06-14 19:42:08 +08:00
首先确认你安装了xcode command line tools:
$ xcode-select --install 另外: Dependencies which are optional for uzbl-core are marked with an asterisk. (i.e. these are needed for extra scripts) libwebkit 1.1.15 or higher libsoup 2.24 or higher (dep for webkit/gtk+) gtk 2.14 or higher socat (for socket communication) [*] dmenu (vertical patch recommended) [*] zenity [*] bash [*] python [*] xclip [*] pango [*] pygtk [*] pygobject [*] Make dependencies git (for downloading) pkg-config (for Make/gcc) |
2
ShiehShieh OP @archean 谢谢,这些我在官网上都已经看过了,但是不知道去哪下载啊,homebrew也没有提供uzbl的支持。。一个一个的配置已经花了很多时间了。
|
3
ShiehShieh OP Package webkit-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `webkit-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'webkit-1.0' found Package javascriptcoregtk-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `javascriptcoregtk-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'javascriptcoregtk-1.0' found Package xcb-shm was not found in the pkg-config search path. Perhaps you should add the directory containing `xcb-shm.pc' to the PKG_CONFIG_PATH environment variable Package 'xcb-shm', required by 'cairo', not found Package webkit-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `webkit-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'webkit-1.0' found Package javascriptcoregtk-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `javascriptcoregtk-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'javascriptcoregtk-1.0' found Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable No package 'x11' found cc -std=c99 -ggdb -W -Wall -Wextra -pedantic -pthread -D_BSD_SOURCE -D_POSIX_SOURCE -DARCH=\"x86_64\" -DCOMMIT=\"2012.05.14-199-g47ec23d\" -c -o uzbl-core.o src/uzbl-core.c In file included from src/uzbl-core.c:32: src/uzbl-core.h:16:10: fatal error: 'glib/gstdio.h' file not found #include <glib/gstdio.h> ^ 问题如上。 |