<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 14-03-21 04:20 PM, pplive wrote:<br>
    </div>
    <blockquote
cite="mid:CAM5yXHdx7fbGFRi0NsJbfO6qgaM=fNzcgM5GrmLGDo3Nw8WhXw@mail.gmail.com"
      type="cite">
      <pre wrap="">I try to compile xorg according to the following instruction:

<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.x.org/wiki/Building_the_X_Window_System/">http://www.x.org/wiki/Building_the_X_Window_System/</a>

When I tried to execute "./util/modular/build.sh --clone $HOME/build",
I have received the following error information:

</pre>
    </blockquote>
    The sis driver has been unmaintained for a long time. The build.sh
    contains pretty much all of the video drivers one may need. There
    are about 50 of them. Most would work only with a specific video
    card anyway. Feel free to trim the list of modules you reasonably
    need.<br>
    <br>
    Use build.sh -L to create a list of modules in a file. Trim it, and
    run build.sh with --modfile.<br>
    <blockquote><tt>  --modfile modulefile</tt><tt><br>
      </tt><tt>              Only process the module/components
        specified in modulefile</tt><tt><br>
      </tt><tt>              Any text after, and on the same line as,
        the module/component</tt><tt><br>
      </tt><tt>              is assumed to be configuration options for
        the configuration</tt><tt><br>
      </tt><tt>              of each module/component specifically</tt><tt><br>
      </tt></blockquote>
    You can compare your build output with others that are posted on
    <a class="moz-txt-link-freetext" href="http://tinderbox.x.org/">http://tinderbox.x.org/</a>.<br>
  </body>
</html>