linter-gcc icon indicating copy to clipboard operation
linter-gcc copied to clipboard

Linter not doing anything at all

Open Jan200101 opened this issue 8 years ago • 5 comments

Checklist

  • [X] Check that you have the GNU C Compiler installed by typing gcc --version into 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 linter package installed, either update to the latest version of linter-gcc or install linter directly with apm 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

Jan200101 avatar Nov 09 '17 16:11 Jan200101

I am having the same issue on MacOS. Have you fixed it?

ozzstrich avatar Nov 23 '17 10:11 ozzstrich

Sadly not

Jan200101 avatar Nov 23 '17 17:11 Jan200101

Me too, i am having the same issue on MacOS. Have you fixed it?

lamhoangtung avatar Jun 01 '18 13:06 lamhoangtung

nope

Jan200101 avatar Jun 01 '18 16:06 Jan200101

I'm using linter-clang instead :(((

lamhoangtung avatar Jun 01 '18 16:06 lamhoangtung