~ubuntu-branches/ubuntu/karmic/piklab/karmic

« back to all changes in this revision

Viewing changes to src/tools/boost/boostc_compile.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Miriam Ruiz
  • Date: 2008-12-24 14:04:43 UTC
  • mfrom: (1.1.4 upstream) (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081224140443-qd2tpkgls2iunxei
Tags: 0.15.4-1
* New Upstream Release.
* Removed patch gcc-4.3.patch: Not needed anymore
* Added -Wl,--no-undefined to LDFLAGS

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#include "boost_config.h"
12
12
 
13
13
//----------------------------------------------------------------------------
14
 
void Boost::Process::logStderrLine(const QString &line)
 
14
void Boost::Process::logLine(::Process::OutputType, const QString &line)
15
15
{
16
16
  if ( parseErrorLine(line, Compile::ParseErrorData("(.*)\\((\\d+).*\\): (error|warning):(.*)", 1, 2, 4, 3)) ) return;
17
17
  doLog(Log::LineType::Normal, line, QString::null, 0);