[webkit-dev] [webkit-help] Need help in running build webkit with GTK in ubuntu
Osztrogonac Csaba
oszi at inf.u-szeged.hu
Thu Feb 17 04:38:11 PST 2011
Hi,
Ubuntu 10.10 has libglib2.0-dev version 2.26.0, but
you need version >= 2.27.90 for building WebKitGTK+ .
Ubuntu 11.04 has 2.28 libglib2.0. Or you have to build
a newer version from source. Probably you have to install
newer libsoup too.
Check https://trac.webkit.org/wiki/BuildingGtk for details.
br,
Ossy
Shruti írta:
> I am trying to run /Tools/Scripts/build-webkit --gtk in ubuntu
>
> I am getting this error:
>
> 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
> Failed to setup build environment using 'autotools'!
>
> I have done:
>
> sudo apt-get install libglib2.0-dev
>
>
> And I have set the following path:
>
> export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
>
> export PKG_CONFIG_PATH=/usr/lib/pkgconfig
>
> export C_INCLUDE_PATH=/usr/include/glib-2.0/
>
> export CPLUS_INCLUDE_PATH=/usr/include/glib-2.0/
>
> I am a beginner...Thanks a lot in advance.
> Regards.
More information about the webkit-dev
mailing list