<meta http-equiv="content-type" content="text/html; charset=utf-8">Hi Julien,<div><br></div><div>I'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="'courier new', monospace"> CPPUNIT_ASSERT_EQUAL(</font></div><div><font class="Apple-style-span" face="'courier new', monospace"> osl_Process_E_TimedOut,</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"> osl_joinProcessWithTimeout(process_, &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="'courier new', monospace">#include "cppunit/TestAssert.h"</font></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace">#include "osl/process.h"</font></div>
</div><div><br></div><div>I didn't found them in the LibreOffice tree. You have to understand what is the goal of that assertion and fix it yourself. Perhaps you'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>