Am 02.10.2012 20:48, schrieb fredbezies:
Hello.Since html parser was added, I cannot get pan - git version - to get build. Here is the error log I got : checking for GTKSPELL... yes checking for WEBKITGTK... no configure: error: Package requirements (webkitgtk-1.0 >= 1.8.1) were not met: No package 'webkitgtk-1.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables WEBKITGTK_CFLAGS and WEBKITGTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. And of course, webkit is installed, either gtk3 version or gtk2 one. Any idea to fix that ? I'm on archlinux, and I maintain - well I try to - pan-git package : https://aur.archlinux.org/packages.php?ID=31228 Thanks.
I pushed a fix for this missing pkg to master, but nevertheless checkwhat pkg-config --modversion webkitgtk-1.0 says. If it isn't there, you have the same problem as I had. In the end I copied the .pc file for pkg-config from the 3.0 version (see attachment)
Install all -dev packages and javascriptcore 1.0 cheers
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: WebKit
Description: Web content engine for GTK+
Version: 1.8.1
Requires: glib-2.0 gtk+-2.0 libsoup-2.4 javascriptcoregtk-1.0
Libs: -L${libdir} -lwebkitgtk-1.0
Cflags: -I${includedir}/webkitgtk-1.0
_______________________________________________ Pan-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/pan-users
