Trying to build a C++ file using Sublime's console I get the following:
Traceback (most recent call last):
File "./sublime_plugin.py", line 337, in run_
File "./exec.py", line 130, in run
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0301' in position 78: ordinal not in range(128)
I already read this: Sublime text 2 build tools - nothing happens, but after fixing that one I got another error you see above.
Any hints on making this work (allow me to build and run simple C++ codes directly from ST2) would be appreciated, thanks in advance.