Re: [CMake] problem building CMake with clang's -fcatch-undefined-behavior

2012-09-27 Thread Sean McBride
On Tue, 25 Sep 2012 08:34:57 -0400, David Cole said: If there really is a problem here, it looks like it comes from the structure returned by a call to the readdir function which is implemented by the system libraries. So if there's a problem here, I don't think it's CMake's fault. You were

Re: [CMake] problem building CMake with clang's -fcatch-undefined-behavior

2012-09-25 Thread David Cole
If there really is a problem here, it looks like it comes from the structure returned by a call to the readdir function which is implemented by the system libraries. So if there's a problem here, I don't think it's CMake's fault. On Sat, Sep 22, 2012 at 9:57 PM, Sean McBride

[CMake] problem building CMake with clang's -fcatch-undefined-behavior

2012-09-22 Thread Sean McBride
Hi all, My dashboards used to build CMake with clang's -fcatch-undefined-behavior, but now they've given it more smarts (to catch more bugs) and now one can't build CMake with this flag. Here's the build failure: http://open.cdash.org/viewBuildError.php?buildid=2562276 It seems, near the end