I am trying to compile code on my Windows 10 machine and I continue to get this error message. Any help would be greatly appreciate. What am I missing?
Compiling C++ on Windows 10 Machine
addons_zz
#2
Try creating your own custom build system for C++. As example, see this for Java:
Also, do you have C++ g++.exe
compiler available on your system path? By the output you showed, I you do not have. You can install Cygwin environment and put it on your system path, restart your computer, and it should work with the standard Build System from Sublime Text.
0 Likes