Bug#35183: bug #35183 Hotfix

Mario Schunda mario at familie-schunda.de
Thu May 23 23:04:02 UTC 2002


I have same problem with no file found then select the compliler error in the 
output window. 

Problem is the language from the gmake or make programm.
When gmake call other gmake in other directory then create output message:
: Entering directory '....'
The gmake with other language ( sample german ) create:
: Wechsel in das Verzeichnis Verzeichnis »....«

The class CMakeOutputWidget search the english string only then can't find the 
file.

my hotfix for german gmake version.
( file coutputwidget, line 72 )

CMakeOutputWidget::CMakeOutputWidget(QWidget* parent, const char* name) :
  QMultiLineEdit(parent, name),
  m_buf(),
  m_enterDir("[^\n]*: Wechsel in das Verzeichnis Verzeichnis »(.*)«\n"), 
//Entering directory `(.*)'\n"),
  m_leaveDir("[^\n]*: Verlassen des Verzeichnisses Verzeichnis »([^\n]*)«\n"), 
// Leaving directory `([^\n]*)'\n"),
  m_errorGcc("^([^: \t]+):([0-9]+)[:,].*")
{





More information about the KDevelop-devel mailing list