Sublime Forum

ST3: Can't build C++ files

#1

When I’m trying to build a C++ file, it returns:
g++: error: ‘C:\Users\cgy4ever\Desktop\1.cpp’: Invalid argument
g++: fatal error: no input files
compilation terminated.

And I know:
g++ ‘path\file.cpp’ can’t work, but g++ “path\file.cpp” is working. So it’s different for ’ and " here.
I’m working on 64bit Windows7, with ST3 Build 3007.

By the way, when I was using ST2, I know how to change the build command. But here I didn’t find a .sublime-build file. How can I change it?

0 Likes