Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index




Begin forwarded message:

From: Joseph Powers <jpowers27@cox.net>
Date: October 18, 2010 7:32:55 AM PDT
To: libreoffice-request@lists.freedesktop.org
Subject: CLang++ Analysis

The build process is easy:

Download the CLang analyzer
Unpack it somewhere
Add somewhere to your path.

I unpacked it in ~/checker; thus: export $PATH:~/checker

scan-build --use-cc=gcc-4.0 --use-c++=g++-4.0 -o ~/output_directory -v ./autogen ...
scan-build --use-cc=gcc-4.0 --use-c++=g++-4.0 -o ~/output_directory -v ./download
scan-build --use-cc=gcc-4.0 --use-c++=g++-4.0 -o ~/output_directory -v make

The --use-cc & --use-c++ are required for MaC OS to support building for 10.4.

I placed a copy of my build results at: http://jpowers.me

Joe P



Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.