My colleague reported this error message:<span style="display: block; padding-left: 6em;"><span>/usr/include/ucontext.h:42:2: error: #error ucontext routines are deprecated, and require _XOPEN_SOURCE to be defined&quot; </span></span>... then he added the #define and it worked. <br>
<br>I don&#39;t have a Snow Leopard system, but he got told me that he got this error on the newest svn/HEAD. I&#39;ll get him to double-check on Monday and send the real regression log.<br><br>I notice that the error message explicitly mentions
/usr/include/ucontext.h not sys/ucontext.h. As he was bootstrapping
from your last experimental upload, he had to change its included darwin.h as the first step. It&#39;s possible that if he&#39;d instead changed the installed darwin.h to use sys/ucontext.h it would also have worked.<br>
<br>