Re: compilation.py feedback

Hi Petr,

I have no better luck with the warnings filtering script. It’s quite weird because after I run the script as you have suggested the compilation runs for a while. After some time has passed (a few minutes) I see no more the cc1plus process in top. I’ve waited long enough (~30 min), interrupted the script, then run make normally again and the compilation continued. I really don’t know what goes wrong - seems like the compilation process hangs.

Btw, how about using compilation.stderr.readline() to read line at a time a filter it directly?

Good night,

Peter

Would you like to post a relpy?


This post is a reply to:
Re: compilation.py feedback
Hi Peter, thanks for the feedback! Just pulled your latest revision with the compilation.py script and wanted to try out running it: [snip] but it didn’t seem to work! I saw you are collecting (more...)

Follow-ups:
Re: compilation.py feedback
Hi Peter, try please the latest version (calitko, 143) - it should be working now (there was a problem when large ammount of data was produced by the compilation process). Btw, (more...)