<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><br><div>Begin forwarded message:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1);"><b>From: </b></span><span style="font-family:'Helvetica'; font-size:medium;">Joseph Powers &lt;<a href="mailto:jpowers27@cox.net">jpowers27@cox.net</a>&gt;<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1);"><b>Date: </b></span><span style="font-family:'Helvetica'; font-size:medium;">October 18, 2010 7:32:55 AM PDT<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1);"><b>To: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><a href="mailto:libreoffice-request@lists.freedesktop.org">libreoffice-request@lists.freedesktop.org</a><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1);"><b>Subject: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><b>CLang++ Analysis</b><br></span></div><br><div>The build process is easy:<br><br>Download the CLang analyzer<br>Unpack it somewhere<br>Add somewhere to your path.<br><br>I unpacked it in ~/checker; thus: export $PATH:~/checker<br><br>scan-build --use-cc=gcc-4.0 --use-c++=g++-4.0 -o ~/output_directory -v ./autogen ...<br>scan-build --use-cc=gcc-4.0 --use-c++=g++-4.0 -o ~/output_directory -v ./download<br>scan-build --use-cc=gcc-4.0 --use-c++=g++-4.0 -o ~/output_directory -v make<br><br>The --use-cc &amp; --use-c++ are required for MaC OS to support building for 10.4.<br><br>I placed a copy of my build results at: <a href="http://jpowers.me">http://jpowers.me</a><br><br>Joe P<br><br></div></blockquote></div><br></body></html>