gmclachl
March 12th, 2008, 04:27 PM
Hi I am trying to compile a small c program which use the Webkit headers. I have libwebkit-dev installed and the header files are in /usr/include/Webkit
However when I try to compile using
gcc lwb.c -o lwb `pkg-config --cflags gtk+-2.0`
I get
error: Webkit/webkit.h: No such file or directory
I can't use pkg-config as it's too low a version shipped with ubuntu.
Thanks
George
However when I try to compile using
gcc lwb.c -o lwb `pkg-config --cflags gtk+-2.0`
I get
error: Webkit/webkit.h: No such file or directory
I can't use pkg-config as it's too low a version shipped with ubuntu.
Thanks
George