Re: [ooc-compiler] Position of runtime error
Brought to you by:
mva
|
From: August K. <fus...@co...> - 2005-05-14 22:02:28
|
Marco Oetken wrote: > Just pipe the output to ooef. As you > can see below ooef finds line number and column for each > source file with error or warning. I have oo2c 2.1.4 > installed, but it should work also with current version. > > bash> oo2c -M ExtractPopNeu |ooef > src/SimpleDB/Collection.Mod:335:13: Warning: Variable may be undefined > src/SimpleDB/Collection.Mod:335:13: Warning: Variable may be undefined > src/ExtractPopNeu.Mod:76:25: Undeclared identifier > src/ExtractPopNeu.Mod:80:25: Undeclared identifier > src/ExtractPopNeu.Mod:89:25: Undeclared identifier > src/ExtractPopNeu.Mod:92:25: Undeclared identifier This is the kind of output I get by default from oo2c 2.1.8 without using ooef (not sure if ooef has any effect in this case). It's the runtime errors I'm talking about, not compilation errors. Thanks anyway. -- August |