Linter not doing anything at all
Checklist
- [X] Check that you have the GNU C Compiler installed by typing
gcc --versioninto a terminal.
I am using the mingw compiler on linux, it works just like the normal gcc but allows me to cross compile windows applications: i686-w64-mingw32-gcc
- [X] If you don't have the
linterpackage installed, either update to the latest version oflinter-gccor install linter directly withapm install linter. - [X] Ensure that you are using a valid grammar - either C/C++/C++14
- [X] Ensure that you have read all the relevant information in the wiki, particularly the Common Issues page.
Issue (including debugging messages):
The Linter just does... nothing...
I do have the linter package installed aswell as the Linter GCC package
yet nothing happens
and even when enabling the debug messages I only get
/home/sentry/kkt/build/compile_commands.json in the console
Here are my settings
GCC Executable Path: i686-w64-mingw32-gcc (is inside $PATH) C Flags: -c -Wall -static-libgcc -static-libstdc++ C++ Flags: -c -Wall -std=c++11 -static-libgcc -static-libstdc++ GCC included Paths: .,./include,/usr/i686-w64-mingw32/include,/usr/i686-w64-mingw32/bin all other options are their default values
I am having the same issue on MacOS. Have you fixed it?
Sadly not
Me too, i am having the same issue on MacOS. Have you fixed it?
nope
I'm using linter-clang instead :(((