atom-community / atom-community/atom-script
C/C++ no such file error in Windows 10
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
error statement:
g++: error: /mnt/d/temp/helloworld.cpp: No such file or directory
g++: fatal error: no input files
compilation terminated.
[Finished in 0.375s]
cause:
**linux** directory is being fed to the compiler (which doesn't exist in **windows**)
(maybe its on atom-script/lib/grammars/c.coffee (line number 95))
Contributor guide
Assessment
This issue has not been assessed yet.