[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Re: Verbose Log file for Indexer Activity

On 2007-10-10 04:52:43 -0400, Anton Leherbauer <anton.leherbauer@xxxxxxxxxxxxx> said:

Mike Jackson wrote:
Is there a way to view the log file for the indexer? or switch it into verbose mode?

There are several tracing options available to analyze indexing problems. Please see the following cdt-dev mailing list thread for more information: http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg08941.html

HTH

After the fact this is going to seem obvious but I'll state it none-the-less:
Using OS X frameworks and the "#include "QtGui/QDialog" is NOT going to work with the indexer. If you did "#include "QDialog" instead that may work. Unfortunately, the uic tool that generates a header file from your GUI xml file uses the "QtGui/QDialog" style of import statement.


For now I built Qt both as frameworks and as libraries with 2 installations side by side. I use the Frameworks to link against and the "non framework install" for the indexer. Now the indexer is happy and code completion seems to better.

This is what I thought all along but I needed the log files to tell me what was going wrong in order to satisfy myself.

Thanks
Mike Jackson