I'm compiling an openFrameworks project with ofxTrueTypeFont on Code::Blocks 13.12 on Windows 8.1, with mingw32-g++ version 4.8.1.
It ends up with an error:
...\ofxTrueTypeFontUC.cpp | fatal error: codecvt: No such file or directory
I even turned on -std=c++11
in the compiler flags. Here's someone with a similar question, who obviously hasn't figured out a workaround yet.
How should I make this compile? Meanwhile I'll try updating mingw32-g++...
EDIT:
Seems that 4.8.1 is the latest version... even though there's gcc-5.0.0 out there.