linter-gcc
linter-gcc copied to clipboard
Found problem/fix to the include error: 'headerFile.h' file not found
Checklist
- [X] Check that you have the GNU C Compiler installed by typing
gcc --versioninto a terminal. - [ 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):
After hours trying to find the problem of the linter not being able to find the header files, found the problem.
My Linux Mint, is in Portuguese (Brazilian). The Desktop, is named as "Área de Trabalho". The Linter-gcc surely can't work with special characters, or spaces. I would do a pull request to fix it, but, I really don't know too much about Atom packages and javascript.
