Blog


Understand 2.0 – what happened the last time I parsed

I usually don’t pay much attention to the parse log that comes up after I analyze changed files. I generally just hit close without looking at it.

But I noticed an oddity as I worked in some of our source code with Understand, and I though, hmmm what happened???

Fortunately, using 2008-04-15 09.10  I can easily pull up the parse log from the last parsing and see what happened:

2008-04-15 09.11

And sure enough…. ui_ExternalEditorDlg.h wasn’t found. “ui_” files are automatically generated files that Qt’s build system generates. We recently added a system that cleans them up. Now I’m wondering if that system is over doing it a bit. Anyway, I’m now off to Jim’s office to see about that (-:

 

 


Comments are closed.