[cmake-developers] [PATCH] KWSys: Include backtrace-related headers on FreeBSD.

Brad King brad.king at kitware.com
Tue Oct 15 09:06:27 EDT 2013


On 10/14/2013 05:10 PM, Raphael Kubo da Costa wrote:
> This was probably broken for a long while, but the problem was not apparent
> because the check for execinfo.h would fail by default because
> -I/usr/local/include was not being passed to the compiler when making the
> checks for the header's existence.
> 
> Now that very recent FreeBSD versions (ie. 10-CURRENT) have NetBSD's
> libexecinfo in base (and it is thus installed into /usr), the
> backtrace-related checks would pass, but the required headers were not being
> included in SystemInformation.cxx.

Thanks.  The change is now in upstream KWSys:

 http://public.kitware.com/gitweb?p=KWSys.git;a=commitdiff;h=6eab64c3

and has been integrated into CMake:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c01e7445

Eike, thanks for your help bringing it in and testing.

-Brad



More information about the cmake-developers mailing list