Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Indexer isn't saving Includes across sessions

I have an Autotools project which is based on a Makefile project. It has a tool-chain that includes the cdt gcc and cdt g++ compiler tools.

When a project is first built, everything works fine with the indexer. There is an Includes container and it contains either the C or C++ include paths, depending on the type of project.

The problem is when the session is closed, the include data seems to disappear. When the session is restarted, the Includes container is missing and the indexer starts to warn about unknown include files.

If the project is cleaned and rebuilt again, everything is back to normal.

I have seen this behavior for 6.0.0 and 6.0.1. Is there anything somebody could recommend to look at as to why the Includes aren't being saved across sessions?

-- Jeff J.


Back to the top