<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
Than you for your reply Daniel/Julien, I had the line "do_dir mesa
. mesa" in the "git_xorg.sh" and with the command<br>
<pre>$ cd "where_I_downloaded_xorg_and_mesa"
<span class="anchor" id="line-186"></span>$ PATH="where_I_install_xorg"/bin:$PATH ./util/modular/build.sh -m "where_I_downloaded_xorg_and_mesa"/mesa "where_I_install_xorg"</pre>
now Xorg compile successfully.<br>
<br>
If I use Xorg form git I need to use Mesa from git, do you think it
is possible to add the line "do_dir mesa . mesa" to the "git_xorg.sh"
script, with this modification when Xorg is updated also the Mesa is
updated ?<br>
<br>
When I download from git what is the Xorg version 7.3 or pre 7.4 ?<br>
<br>
Best regards.<br>
<br>
Francis<br>
<br>
PS: There is an "error" in the "wiki/ModularDevelopersGuide" in the
usage of the "build.sh" and "build-from-tarballs.sh" the "-d" is to run
"make distcheck" but in the text there is this comment "the <tt>-D</tt>
option to run make distcheck".<br>
<br>
Daniel Stone wrote:
<blockquote cite="mid:20071024111609.GE2870@fooishbar.org" type="cite">
<pre wrap="">On Wed, Oct 24, 2007 at 09:13:41AM +0200, Francis SOUYRI wrote:
</pre>
<blockquote type="cite">
<pre wrap=""> I try to compile xorg from the git download (git_xorg.sh), but it
failed with Mesa 7.0.1 there is no '__DRIcopySubBufferExtension' defined
with Mesa 6.5.2 there is no vbo directory.
</pre>
</blockquote>
<pre wrap=""><!---->
If you're using xserver from git, you also need Mesa from git. Only
1.4.0 will build with 7.0.1.
Cheers,
Daniel
</pre>
</blockquote>
</body>
</html>