Sublime Forum

Why does sublime text 3 keep giving me this error! HELP!

#1

I have been trying to get this editor to work for the past 4 hours. Sublime text 2 won’t work so I decided to try this one and now I am stuck with a different error. Here the error is c:\mingw\lib\gcc\mingw32\4.8.1\include\c++\cwchar:44:19: fatal error: wchar.h: No such file or directory Can someone help me please I am beginning to wonder why people say this editor is so good yet I haven’t been able to get it to work. I am using mingw and I am trying to compile c++

0 Likes

#2

So Sublime Text is a text editor not an IDE. That means that it does not manage your compiler. It is true that it has some ability to wrap an installed compiler but it does not manage it for you. The error you are getting is from when you compile which means there is a problem with your code or your compiler install. After googling the error for 3 seconds i suspect you installed mingw incorrectly.

0 Likes