Hello,
On Thu, Feb 3, 2011 at 12:31 AM, n179911 <[email protected]> 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
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help