<div dir="ltr"><div>I got beyond that error and now I have the following:<br><br>checking for SHA1 implementation... configure: error: No suitable SHA1 implementation found<br>*** Error during phase configure of xserver: ########## Error running ./autogen.sh --prefix /home/brian/src/WebKit/WebKitBuild/Dependencies/Root --lib<br>
<br></div>any ideas???<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 5, 2013 at 12:13 PM, brian watson <span dir="ltr">&lt;<a href="mailto:brianwatson999999@gmail.com" target="_blank">brianwatson999999@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi,<br></div>  Would anyone know how to get beyond the following error. I&#39;m looking around, but it&#39;s not clear as to what&#39;s needed.<br>
<div><br>checking whether to track client ids... yes<br>
checking for XLIB... yes<br>checking for GL... yes<br>checking for DRIPROTO... no<br>configure: error: Package requirements (xf86driproto &gt;= 2.1.0) were not met:<br><br>No package &#39;xf86driproto&#39; found<br><br>Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>

installed software in a non-standard prefix.<br><br>Alternatively, you may set the environment variables DRIPROTO_CFLAGS<br>and DRIPROTO_LIBS to avoid the need to call pkg-config.<br>See the pkg-config man page for more details.<br>

***
 Error during phase configure of xserver: ########## Error running 
./autogen.sh --prefix 
/home/brian/src/WebKit/WebKitBuild/Dependencies/Root --libdir 
&#39;/home/brian/src/WebKit/WebKitBuild/Dependencies/Root/lib&#39; 
--disable-xinerama --enable-glx --enable-composite --disable-xorg 
--disable-dmx --disable-xnest --disable-xquartz --disable-xwin 
--disable-xephyr --disable-xfake --disable-xfbdev 
--disable-install-setuid --disable-unit-tests --enable-unix-transport 
--enable-tcp-transport --enable-local-transport 
--with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb 
--with-xkb-bin-directory=/usr/bin --enable-introspection  *** [27/28]<br><br><br></div><div>Thanks,<br></div>   Brian<div><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 5, 2013 at 11:40 AM, brian watson <span dir="ltr">&lt;<a href="mailto:brianwatson999999@gmail.com" target="_blank">brianwatson999999@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Sorry the image of my terminal got messed up that I tried to include, but I think I got beyond the error and a subsequent one. I had to do the following:<br>


<br>sudo apt-get install xutils-dev<br>sudo apt-get install x11proto-gl-dev<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote"><div>On Thu, Dec 5, 2013 at 10:51 AM, brian watson <span dir="ltr">&lt;<a href="mailto:brianwatson999999@gmail.com" target="_blank">brianwatson999999@gmail.com</a>&gt;</span> wrote:<br>



</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi Ossy,<br></div>  Thanks for the info! The build now runs a lot longer and gets much further along and now it gets the following failure. I&#39;ll run the command again *update-webkit-updategtk-libs), but if you have any ideas as to this failure please let me know. Thanks!<br>




<br></div>Regards,<br></div>  Brian<br></div><div><div><div><div><div><div><div><br><br><br><br><img alt=""><br>
<br><img alt=""><br>
<br><br></div></div></div></div></div></div></div></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 5, 2013 at 9:12 AM, Osztrogonác Csaba <span dir="ltr">&lt;<a href="mailto:oszi@inf.u-szeged.hu" target="_blank">oszi@inf.u-szeged.hu</a>&gt;</span> wrote:<br>




<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
You only need the following commands, nothing else:<br>
- sudo Tools/gtk/install-dependencies - to install necessary packages<br>
- Tools/Scripts/update-<u></u>webkitgtk-libs - build dependencies with jhbuild<br>
- Tools/Scripts/build-webkit --gtk - to build WebKit<br>
<br>
Ossy<div><br>
<br>
On 12/05/2013 03:04 PM, brian watson wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>
Hi,<br>
    I&#39;ve only been using Linux for a few months and am trying to get<br>
Webkit to build on Ubuntu, but I&#39;ve been having lots of problems.<br>
<br>
1. Ubuntu 13.04 running inside VirtualBox<br></div>
2. Downloaded the Webkit source code  from <a href="http://webkit.org" target="_blank">webkit.org</a> &lt;<a href="http://webkit.org" target="_blank">http://webkit.org</a>&gt;<div><br>
3. I enter the following commands as well as others:<br>
sudo add-apt-repository ppa:webkit-team<br>
<br>
sudo apt-get update<br>
<br>
sudo apt-get install subversion gtk-doc-tools autoconf automake libtool<br>
libgtk2.0-dev libpango1.0-dev libicu-dev libxslt-dev libsoup2.4-dev<br>
libsqlite3-dev gperf bison flex libjpeg62-dev libpng12-dev libxt-dev<br>
autotools-dev libgstreamer-plugins-base0.10-<u></u>dev libenchant-dev libgail-dev<br>
<br>
svn checkout <a href="http://svn.webkit.org/repository/webkit/trunk" target="_blank">http://svn.webkit.org/<u></u>repository/webkit/trunk</a> ~/src/WebKit<br>
<br>
4. I run the configuration command: ./autogen.sh --prefix=/usr<br>
5. I get the following error in config.log:<br>
conftest.c:28:18: fatal error: glib.h: No such file or directory<br>
compilation terminate<br>
<br>
What I would like to do is change the makefile such that I can add a new<br>
or different include path so that /usr/include/glib-2.0 is picked up for<br>
glib.h, but I can&#39;t find the makefile involved. I see some references to<br>
glib.h in aclocal.m4, but the file is auto generated.<br>
<br>
Does anyone know how to do this?<br>
<br>
Any help would be greatly appreciated as I&#39;m stuck :-).<br>
<br>
<br>
Thanks,<br>
    Brian<br>
</div></blockquote>
<br>
______________________________<u></u>_________________<br>
webkit-help mailing list<br>
<a href="mailto:webkit-help@lists.webkit.org" target="_blank">webkit-help@lists.webkit.org</a><br>
<a href="https://lists.webkit.org/mailman/listinfo/webkit-help" target="_blank">https://lists.webkit.org/<u></u>mailman/listinfo/webkit-help</a><br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</blockquote></div><br></div></div></div></div>
</blockquote></div><br></div>