Skip to content
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

Open
Gilnaa opened this issue Nov 23, 2019 · 4 comments
Open

No compiler selected #4

Gilnaa opened this issue Nov 23, 2019 · 4 comments

Comments

@Gilnaa
Copy link

Gilnaa commented Nov 23, 2019

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

image

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 :(

image

@ogrebenyuk
Copy link
Owner

This plugin takes all information from the CMake project.
Make sure you CMake project is correct.

@banditopazzo
Copy link

Hi, I have also a problem about compiler selection. The only compiler I have in my local instance of Compiler Explorer is clang default. The plugin instead tries to use g++ default and receives an HTTP error code : 404 from http://localhost:10240.

@xpahos
Copy link

xpahos commented Jul 6, 2020

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.

@xpahos
Copy link

xpahos commented Jul 7, 2020

Looks like it's problem with VFS. Try to run the plugin with files mounter under fuse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants