Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Issue with the C/C++ Indexer

Hi,

I am getting this error from the indexer:
    C/C++ Indexer Problem: Invalid preprocessor directive : {0} in file: ...

For a line that says
    # 12 "<path>"
Which is accepted by the GCC compiler. If I change the line to
    #line 12 "path>"
The error goes away.

This is a file that has been pre-processed by the C preprocessor, and it is
that which is emitting the directive. 

Am I doing something wrong? Is this a known problem? Any advice?

Thanks


---
Derek 




Back to the top