<div dir="ltr">Hi,<div>   I&#39;ve only been using Linux for a few months and am trying to get Webkit to build on Ubuntu, but I&#39;ve been having lots of problems. </div><div><br></div><div>1. Ubuntu 13.04 running inside VirtualBox</div>
<div>2. Downloaded the Webkit source code  from <a href="http://webkit.org">webkit.org</a></div><div>3. I enter the following commands as well as others:</div><div><div>sudo add-apt-repository ppa:webkit-team</div><div><br>
</div><div>sudo apt-get update</div></div><div><br></div><div><div>sudo apt-get install subversion gtk-doc-tools autoconf automake libtool libgtk2.0-dev libpango1.0-dev libicu-dev libxslt-dev libsoup2.4-dev libsqlite3-dev gperf bison flex libjpeg62-dev libpng12-dev libxt-dev autotools-dev libgstreamer-plugins-base0.10-dev libenchant-dev libgail-dev</div>
<div><br></div><div>svn checkout <a href="http://svn.webkit.org/repository/webkit/trunk">http://svn.webkit.org/repository/webkit/trunk</a> ~/src/WebKit</div></div><div><br></div><div>4. I run the configuration command: ./autogen.sh --prefix=/usr</div>
<div>5. I get the following error in config.log:</div><div>conftest.c:28:18: fatal error: glib.h: No such file or directory</div><div>compilation terminate</div><div><br></div><div>What I would like to do is change the makefile such that I can add a new or different include path so that /usr/include/glib-2.0 is picked up for glib.h, but I can&#39;t find the makefile involved. I see some references to glib.h in aclocal.m4, but the file is auto generated.</div>
<div><br></div><div>Does anyone know how to do this?</div><div><br></div><div>Any help would be greatly appreciated as I&#39;m stuck :-).</div><div><br></div><div><br></div><div>Thanks,</div><div>   Brian</div><div><br></div>
</div>