pehw ~_~. another error logs here...
/home/icq4ever/Documents/oF/libs/openFrameworksCompiled/lib/linux64/libopenFrameworksDebug.a(ofTrueTypeFont.o): -1: In function `ofTrueTypeFont::load(ofTtfSettings const&)':
File not found: /home/icq4ever/Documents/oF/libs/openFrameworkscompiled/lib/linux64/libopenFrameworksdebug.a(ofTrueTypefont.o)
is this openFrameworks compiling issue?
I tried rebuild openFrameworks in Qt Creator in Ubuntu 64... but it's not work..
and this error
/home/icq4ever/Documents/oF/libs/openFrameworks/graphics/ofTrueTypeFont.cpp:619: error: undefined reference to `ofUnicode::Latin1Supplement'
ofTrueTypeFont.cpp:618 line
if(settings.ranges.empty()){
settings.ranges.push_back(ofUnicode::Latin1Supplement); // above error occured
}
int border = 1;
I used ofTrueTypeFont class from feature-ttfUTF8 branch...