|
From: Shlomy R. <sre...@gm...> - 2009-03-01 11:56:36
|
Sorry, my mistake. These #pragma lines are caught as "Microsoft Visual C++" errors. So it's not because they go to stderr, it's simply because they match the error patterns. And yes, the same happens regardless of "merge stdout and stderr". Shlomy On Wed, Feb 25, 2009 at 6:16 PM, Alan Ezust <ala...@gm...> wrote: > I am not sure why that is, but do you get the same problem when you "merge > stdout and stderr"? > > > On Wed, Feb 25, 2009 at 12:05 AM, Shlomy Reinstein <sre...@gm...> > wrote: >> >> Hi, >> I use the Console & ErrorList plugins to build a project using MSDEV. >> Compiler errors and warnings are correctly caught by the default error >> patterns and reported in the ErrorList dockable. >> However, the project also contains many "#pragma message" directives, >> which cause the compiler to output these messages to the standard >> error during the build. These messages are also reported as errors in >> ErrorList, though they do not match the error patterns. >> Is there a way to ask Console to send only the output lines matching >> the error patterns to ErrorList, and ignore the standard error? (I'd >> still like to see the standard error stream in the Console dockable, I >> just do not want this stream to be treated as errors.) >> Shlomy >> > > |