|
NAMEooef - OOC error filterSYNOPSISoo2c --error-style char-pos ... | ooef [options]ooef [options] <file-name> <pos> DESCRIPTIONThe filter program ooef can be used to transform error messages, as emitted by oo2c, into a more convenient format. If no module name is given, ooef reads the output of oo2c from stdin, and writes a modified version to stdout. Error messages are rewritten, and the rest of the input is echoed.If a file name and a character position are passed as arguments, appropriate output is generated to designate the given position in the module's source text. NOTE: This tool has not been updated to work with oo2c's default error style. It only parses the old v1 style error format, which can be selected with --error-style char-pos. OPTIONS
ENVIRONMENTOO2CRC holds the name of the configuration file. OOC_REPS is a list of repository paths, separated by colons (:). Empty paths are ignored.SEE ALSOoo2c(1), OOC2 Reference ManualAUTHORMichael van Acken <mva@users.sf.net>
Visit the GSP FreeBSD Man Page Interface. |