<meta http-equiv="content-type" content="text/html; charset=utf-8">Hi Julien,<div><br></div><div>I&#39;m too busy right now, but i tried to see what is happening. Look the error message, it refers to /libo/clone/testing/test/source/cpp/officeconnection.cxx with this assertion:</div>
<div><br></div><div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">            CPPUNIT_ASSERT_EQUAL(</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                osl_Process_E_TimedOut,</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">                osl_joinProcessWithTimeout(process_, &amp;delay));</font></div><div><br></div><div>I think there are two missed headers, namely:</div>
</div><div><br></div><div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">#include &quot;cppunit/TestAssert.h&quot;</font></div></div><div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">#include &quot;osl/process.h&quot;</font></div>
</div><div><br></div><div>I didn&#39;t found them in the LibreOffice tree. You have to understand what is the goal of that assertion and fix it yourself. Perhaps you&#39;ll have to turn back to life the headers i mentioned using Git magic. :-)</div>
<div><br></div><div>Regards,</div><div>Júlio.</div>