There are many different tool output formats - PN will support a number of these in its built-in parser. However, I currently only have example output for GCC.
Please send me output (in comments here is fine) of tools that you want to see supported. I will decide which are to be included as built-in and will (hopefully) provide custom output strings for the rest. This is a good test to see if I can support everything I need to.
Posted by Simon at May 14, 2003 05:26 PM* Borland C++ 5.5.1 warning:
Warning W8070 clippert.cpp 208: Function should return a value in function OnCreate(HWND__ *,tagCREATESTRUCTA *)
* Borland C++ 5.5.1 error:
Error E2034 clippert.cpp 207: Cannot convert 'char *' to 'int' in function OnCreate(HWND__ *,tagCREATESTRUCTA *)
* Borland Resource Compiler 5.40 error:
Error resources.rc 14 18: Unterminated string or hexstring constant
(first number=line number, second=column number)
Ox 3.20 compile error:
P:\dfs\CTD\prog\cir\main.ox (47): 'bla' undeclared identifier
Ox 3.20 warning:
P:\dfs\CTD\prog\cir\main.ox (47): Warning: assignment in test expression
Ox 3.20 runtime error:
Runtime error: variable has no value
Runtime error occurred in main(46), call trace:
P:\dfs\CTD\prog\cir\main.ox (46): main
More output:
* lcc-win32:
Error blocker.c: 537 unrecognized statement
* Watcom C compiler:
..\file-io.c(206): Error! E1151: Parameter count does not
* Three Perl 5.6.1 outputs:
Bareword "AUXFILE" not allowed while "strict subs" in use at P:\tex\packages\authorindex.pl line 100.
syntax error at P:\tex\packages\authorindex.pl line 103, near "){"
String found where operator expected at P:\tex\packages\authorindex.pl line 110,
near "print AUXFILE ""
(Might be a runaway multi-line "" string starting on line 108)
(Missing semicolon on previous line?)
syntax error at P:\tex\packages\authorindex.pl line 110, near "print AUXFILE ""