[webkit-help] Need help in running 'configure' for webkit in ubuntu 10.10

Alexander Farber alexander.farber at gmail.com
Thu Feb 3 01:08:24 PST 2011


Hello,

On Thu, Feb 3, 2011 at 12:31 AM, n179911 <n179911 at gmail.com> wrote:
> I am trying to run 'configure' for Webkit in ubuntu 10.10.
>
> checking for GLIB - version >= 2.27.90... no
> *** Could not run GLIB test program, checking why...
> *** The test program failed to compile or link. See the file config.log for the
> *** exact error that occured. This usually means GLIB is incorrectly installed.
> configure: error: You need the GLib dev tools in your path

I'm a WebKit newbie too, but maybe you're missing pkgconfig stuff?

# pkg-config --cflags glib
-I/usr/include/glib-1.2 -I/usr/lib64/glib/include

# pkg-config --libs glib
-lglib

# cat /usr/lib/pkgconfig/glib.pc
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib
includedir=/usr/include

Name: GLib
Description: C Utility Library
Version: 1.2.10
Libs: -L${libdir} -lglib
Cflags: -I${includedir}/glib-1.2 -I${libdir}/glib/include

Regards
Alex


More information about the webkit-help mailing list