-
Notifications
You must be signed in to change notification settings - Fork 252
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
Latest version with compiler-manager enabled causes many rc cmds to not work #1405
Comments
Disabling the compiler manager with To clarify, with // lib.h
int myfunc() {...} // main.cpp
#include "lib.h"
int main() {
...
myfunc();
...
} |
I'll try to clarify the purpose of the compiler manager, though I'm not very conversant with the RTags project myself. |
@vkargov thank you. I suppose we can close this issue now ? |
Personally I'd love to see it open since the problem is there and has not been fixed. Perhaps someone could explain why using a compiler manager causes such apparent regression. |
ok, I will leave it open and we can see if anyone else has comments. |
Hi,
Thank you for rtags, it is awesome.
I just built the latest version and found all my rc commands to find references, go to definitions, etc. no longer work.
I disabled the compiler-manager and every cmd now works great as before.
Perhaps this is correct - but I just wanted to ask about what specifically the compiler manager changes ?
Does this suggest my compiler is not installed/configured correctly ?
thx again.
-m
The text was updated successfully, but these errors were encountered: