-
Notifications
You must be signed in to change notification settings - Fork 178
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
Doesn't work on ubuntu 14.10 64bit and windows 8.1 64bit #287
Comments
Nothing happens for me too, Windows 7 |
Running Atom 0.154 and Linter 0.9.0 on elementary os 0.3 (based on ubuntu 14.04), nothing happens too. |
@rets5s the dev console shows that the linter executable is returning an error message on stderr. It's complaining that the temporary file is not "valid". I don't know what the clang linter considers a valid file, but maybe someone who uses clang will know. Linter works by copying the file to a temporary location before linting. To understand why, see #282. |
I was able to get linter working with python on Ubuntu. I installed linter, linter-pylint and pylint. However cpp linter still doesn't work. |
Running Atom 0.178.0 and Linter 0.11.1 on Ubuntu 14.10 64bit and nothing happens. |
I am running latest version of atom 0.155.0 on Windows and 0.154.0 on Ubuntu. I installed linter and linter-clang, however nothing happens. Is there any prerequisites I am missing?
I tried this code.
Dev console didn't show any errors. It showed this.
Am I missing something? I have been trying to figure this stuff out for hours now.
The text was updated successfully, but these errors were encountered: