[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.cdt] Verbose Log file for Indexer Activity
|
Is there a way to view the log file for the indexer? or switch it into
verbose mode? I am trying to use CDT on OS X 10.4 (intel) with Qt from
Trolltech and the indexer doesn't seem to like something about my
setup. I have built Qt as Frameworks which means I do NOT have the
traditional "include" directory that has all the Qt sub folders in
them. I have individual "Framework" directories that each contain the
headers. So for example I have:
/Users/Shared/Toolkits/Qt-423/lib/QtCore.framework/Headers
/Users/Shared/Toolkits/Qt-423/lib/QtGui.framework/Headers
I have added each of those directories in the "Paths and Symbols" table
in the project properties but this does not seem to make any difference.
If I rebuild Qt in the traditional unix way which will then produce an
"include" directory with all the Qt subfolders then the indexing seems
to work just fine.
I am using "#include <QMainWindow>" style of includes.
Could anyone offer any suggestions as to how to track down what is going wrong?
Thanks
Mike Jackson