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 -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
