Jatana / FastOlympicCoding

Tools for competitive programming for Sublime Text 3 & 4
399 stars 48 forks source link

Compilation issue #5

Closed aldan closed 6 years ago

aldan commented 6 years ago

Hello. It seems that the last release has an issue. Compilation of a file by Ctrl+Alt+B throws: g++: error: 'C:\path\to\file\a.cpp': Invalid argument g++: fatal error: no input files compilation terminated. Compiling .py file is broken too. python: can't open file ''C:\path\to\file\a.py'': [Errno 22] Invalid argument I am running Windows 10. After rolling back to 1.3.4 version the issue disappeared.

Jatana commented 6 years ago

Fixed. The problem was in the settings, also you can edit settings by yourself.

aldan commented 6 years ago

Nice though!