Hello together,
I'm trying to compile the latest netsurf version (3.0) with the framework frontend for Debian. The make process was interrupted when it started to compile the stylesheet sources. That's apparently because the libwapcaplet header is missing. Here is excerpt from the screen messages:
make[1]: Leaving directory `/home/micha/test_netsurf/netsurf-full-3.0/src/libparserutils-0.1.2'
make install --directory=src/libcss-0.2.0 TARGET=framebuffer PREFIX=/home/micha/test_netsurf/netsurf-full-3.0/prefix-framebuffer DESTDIR=
/bin/sh: 1: pkg-config: not found
/bin/sh: 1: pkg-config: not found
make[1]: Entering directory `/home/micha/test_netsurf/netsurf-full-3.0/src/libcss-0.2.0'
COMPILE: src/stylesheet.c
In file included from src/stylesheet.c:12:0:
src/stylesheet.h:14:39: fatal error: libwapcaplet/libwapcaplet.h: Datei oder Verzeichnis nicht gefunden
compilation terminated.
make[1]: *** [build-Linux-framebuffer-release-lib-static/src_stylesheet.o] Fehler 1
make[1]: Leaving directory `/home/micha/test_netsurf/netsurf-full-3.0/src/libcss-0.2.0'
make: *** [/home/micha/test_netsurf/netsurf-full-3.0/prefix-framebuffer/build-stamp] Fehler 2
I guess, there is something wrong with the path declaration in the makefile because the header file actually exists in '../netsurf-full-3.0/src/libwapcaplet-0.2.0/include/libwapcaplet/libwapcaplet.h'. In addition to that, the libwapcaplet libraries were built before without any errors.
Regards Michael
No comments:
Post a Comment