Compile a template with -c, -I, -D, or anything
else that pumps the source through cpp. Ordinary
syntax errors correctly name the original source file.
But messages such "multiple templates for facility xxx
event_type yyy" (which happen after all the templates
are compiled) incorrectly name the temporary file that
contains the cpp output.
evltc -I.. ipr.t
ipr.t:9: syntax error
ipr.t:81: syntax error
ipr.t:114: syntax error
ipr.t:186: syntax error
ipr.t:282: syntax error
ipr.t:580: syntax error
./tmplSrc1806: multiple templates for facility
0x923a1c90, event_type 0x764bf470
./tmplSrc1806: multiple templates for facility
0x923a1c90, event_type 0x7b6a6ce8
./tmplSrc1806: multiple templates for facility
0x923a1c90, event_type 0x29f6a742
Jim Keniston 1/30/04