-
Notifications
You must be signed in to change notification settings - Fork 4
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
No compiler selected #4
Comments
This plugin takes all information from the CMake project. |
Hi, I have also a problem about compiler selection. The only compiler I have in my local instance of Compiler Explorer is |
As I understand RemoteCompilersProducer refresh called before accept, lastT, in this case, is null. So files are not processed. I do not understand all these constructions with Conusemer/accept. Breakpoint set in accept method is never matches. |
Looks like it's problem with VFS. Try to run the plugin with files mounter under fuse. |
I have the plugin installed on CLion 2019.2.5 on MacOS 10.15.1, running Compiler Explorer from master (e189c787f654d5540b6c890f0f155ae49ac7c945).
When testing the connection I see that 2 compilers were found
but the explorer pane wants to me choose one, even though I can't seem to find where.
I assume that this dropdown is supposed to list the compilers, but it is empty :(
The text was updated successfully, but these errors were encountered: