<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 20, 2014 at 12:56 PM, Ed Maste <span dir="ltr"><<a href="mailto:emaste@freebsd.org" target="_blank">emaste@freebsd.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 20 October 2014 15:41, Rui Ueyama <<a href="mailto:ruiu@google.com">ruiu@google.com</a>> wrote:<br>
> So the machine is running FreeBSD 10.0-RELEASE-p7 amd64.<br>
<br>
</span>Yes, so it seems that the most recent release has the same issue with<br>
#include dependencies or something similar.<br>
<br>
We could try to work around it in CMake's check, or just wait and<br>
upgrade the buildbot to FreeBSD 10.1 when it's released (currently<br>
expected to be at the end of the month).<br>
</blockquote></div><br></div><div class="gmail_extra">If FreeBSD is guaranteed to have the header file, I'm OK to add the following code to the C++ file with a TODO to remove it after FreeBSD 10.1.</div><div class="gmail_extra"><br></div><div class="gmail_extra">#if __FREEBSD__<br></div><div class="gmail_extra">#include <stddef.h></div><div class="gmail_extra">#include <cxxabi.h></div><div class="gmail_extra">#endif</div></div>