<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 12/27/2010 08:51 PM, Tiago Vignatti wrote:
    <blockquote cite="mid:20101227152100.GB26783@cachaca" type="cite">
      <pre wrap="">Hi Ambrose,

On Sun, Dec 26, 2010 at 10:38:52PM +0530, ext Ambrose J wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">
I am new to linux (so to wayland) , from a Microsoft windows
platform .Working as Tech lead in Microsoft technologies ..

Learning to use linux and also learning more about it . I looked
into the wayland project and found its young (sorry if I am wrong ),
thought I could contribute with some bug fixing ,later contribute to
it more .

I also learnt that many mainstream Linux like Ubuntu &amp; Fedora have
plans for this .

Right now since it is 1000 lines of code or more , it should be easy
to get a grip of it .Above in the mail I have mentioned my
background so that , please what to actually start with . Like
books/tutorials to learn about Window managers / opengl /  anything
that is relevant so that once I gone through them ,I can have some
understanding and start with Bug Fixing . Or provide me some info
for like "Getting Started ......."  ..
</pre>
      </blockquote>
      <pre wrap="">
As Serhiy mentioned, just to give a try Wayland on your machine and building
it is a nice exercise to understand the components involved and the
architecture. You can spend some good time also reading Wayland the page and
understanding the ideas behind it:

    <a class="moz-txt-link-freetext" href="http://wayland.freedesktop.org/">http://wayland.freedesktop.org/</a>

Later on, you can hang a bit on the mailing list, try to understand the
patches coming, help with the review, apply them and eventually contribute
with new ones. I guess the open-source way of collaboration probably will be
the big difference for you coming from Windows platform.


Have fun!
             Tiago
</pre>
    </blockquote>
    <small><font face="Helvetica, Arial, sans-serif">Hi ,<br>
        <br>
        Can some one help me with compiling mesa ? I get the following
        when I say "make" <br>
        <br>
        intel_batchbuffer.c: In function &#8216;do_flush_locked&#8217;:<br>
        intel_batchbuffer.c:101: error: &#8216;I915_EXEC_BLT&#8217; undeclared
        (first use in this function)<br>
        intel_batchbuffer.c:101: error: (Each undeclared identifier is
        reported only once<br>
        intel_batchbuffer.c:101: error: for each function it appears
        in.)<br>
        intel_batchbuffer.c: In function &#8216;intel_batchbuffer_emit_reloc&#8217;:<br>
        intel_batchbuffer.c:209: warning: format &#8216;%d&#8217; expects type
        &#8216;int&#8217;, but argument 4 has type &#8216;long int&#8217;<br>
        intel_batchbuffer.c: In function
        &#8216;intel_batchbuffer_emit_reloc_fenced&#8217;:<br>
        intel_batchbuffer.c:236: warning: format &#8216;%d&#8217; expects type
        &#8216;int&#8217;, but argument 4 has type &#8216;long int&#8217;<br>
        make[6]: *** [intel_batchbuffer.o] Error 1<br>
        make[5]: *** [lib] Error 2<br>
        make[4]: *** [subdirs] Error 1<br>
        make[3]: *** [default] Error 1<br>
        make[2]: *** [driver_subdirs] Error 2<br>
        make[1]: *** [subdirs] Error 1<br>
        make: *** [default] Error 1</font></small><br>
    <br>
    <i><small><font face="Helvetica, Arial, sans-serif">"code from
          intel_batchbuffer.c<br>
          <br>
          &nbsp;if (intel-&gt;gen &lt; 6 || !intel-&gt;batch-&gt;is_blit) {<br>
          &nbsp;&nbsp;&nbsp; &nbsp;ring = I915_EXEC_RENDER;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } else {<br>
          &nbsp;&nbsp;&nbsp; &nbsp;ring = I915_EXEC_BLT;<br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
        </font></small></i>"<br>
    <br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      Thanks and Regards
      Ambrose J</div>
  </body>
</html>