[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts/outputviews
From:       Andras Mantia <amantia () freemail ! hu>
Date:       2003-07-18 10:54:32
[Download RAW message or body]

CVS commit by amantia: 

Handle the error message like 

/quanta/kommander/widgets/richtexteditor.cpp:35:32: pixmaps/textbold.xpm: No such file or directory

correctly.


  M +2 -0      compileerrorfilter.cpp   1.10


--- kdevelop/parts/outputviews/compileerrorfilter.cpp  #1.9:1.10
@@ -33,4 +33,6 @@ CompileErrorFilter::ErrorFormat* Compile
         /// @todo could get these from emacs compile.el
         static ErrorFormat formats[] = {
+                // GCC - another case, eg. for #include "pixmap.xpm" which does not exists
+                ErrorFormat( "([^: \t]+):([0-9]+):(?:[0-9]+):([^0-9]+)", 1, 2, 3 ),
                 // GCC
                 ErrorFormat( "([^: \t]+):([0-9]+):([^0-9]+)", 1, 2, 3 ),


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic