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" </span></span>... then he added the #define and it worked. <br>
<br>I don't have a Snow Leopard system, but he got told me that he got this error on the newest svn/HEAD. I'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's possible that if he'd instead changed the installed darwin.h to use sys/ucontext.h it would also have worked.<br>
<br>