Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Indexer not including system header definitions?

For projects created with the new CDT build support (CMake, make, etc), the definitions coming from the system headers are flagged as problems:

Description				Resource	Path	Location	Type
Function 'printf' could not be resolved	mk2.cpp	/mk2	line 7	Semantic Error
Symbol 'cout' could not be resolved	cmake1.cpp	/cmake1	line 5	Semantic Error
Symbol 'std' could not be resolved	cmake1.cpp	/cmake1	line 2	Semantic Error
Type 'int32_t' could not be resolved	mk2.cpp	/mk2	line 4	Semantic Error


I could not find a way to rebuild the index to include them.

Similar managed build projects correctly include the definition available in the system headers.


What am I missing?


Liviu




Back to the top