Hello,<br><br>Just thought I&#39;d mention that the crosstest target is missing dependencies on headers generated from .idl files.&nbsp; The ones that come up for me are tmarshal.h(oleaut32) and server.h (rpcrt4).&nbsp;&nbsp; Thanks to Hans Leidekker for helping me find my way on this.
<br><br>So as of right now here is how the process works:<br><br>From a clean source dir:<br>./configure<br>make crosstest &nbsp; =&gt;&nbsp; error: missing tmarshal.h<br>make -C dlls/oleaut32/tests =&gt; errors out as well but it builds 
tmarshal.h<br>make crosstest =&gt; error: missing server.h<br>make -C dlls/rpcrt4/tests =&gt; errors out as well but builds server.h<br>make crosstest =&gt; suceeds<br><br>Maybe this will be helpful to someone else who found it slightly confusing. 
<br><br>John<br><br><br>