Not sure if this list is the proper media for communicating potential issues/bugs. I've just built Weston from the git repo on a brand new Ubuntu 12.02 LTS. During Weston compilation there is an error that some libpthread functions are not found. The problem can be fixed by modifying 


        
        
        
        ./weston/wcap/Makefile to include -lpthread:<br>


        
        
        
        <style type="text/css">
        <!--
                @page { margin: 0.79in }
                P { margin-bottom: 0.08in }
        -->
        </style>


<p style="margin-bottom:0in">WCAP_LIBS = -L/home/install/wayland/lib
-lcairo -lvpx -lm   -lm -lpthread</p>

<br>I suspect some configuration files need to be fixed to include it. <br><br>NK<br><br>