-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to know more about RDM indexing errors ? #1389
Comments
You could try |
@cslux : I think I found the issue : this is due to the following include option in compilation command:
If I remove this option the error goes away. It seems that this .cxx file is not indexed according to the following trace: That is .cxx files are part of the exclude filter by default. Thanks again for your support ! |
So, I've used the --exclude-filter RDM's option as follows: So, for some reasons the "-include" option in compilation command does not work.... I'm still looking forward your opinion on this topic. Thanks |
Hi @fperies can you have a steps to reproduce this issue? If so, I would like to have a try if it is not too complex. |
Hello @zhihuiFan, My understanding is that RTags does not support compilation commands where the CMake feature precompiled headers has been used. Otherwise, I've found a workaround by using the CMake flag: Let me know if you need additional information. |
Hi @fperies : Actually I was expecting an reproduce steps like
Maybe the steps like above is not easy, and I didn't use CMAKE in my real work, so it would be hard to provide help. |
Command 'rc -g' reports the following:
How to find out what is behind those errors ?
Is there any trace I can activate to know more about this issue ?
Thanks
Regards
The text was updated successfully, but these errors were encountered: