Zitiere tigital tigital@mac.com:
sorry,
...figured it out and changed cvs: typo in TextBase.h:
virtual FTFont*makeFont(const char*fontname)=0;
i see, gcc doesn't complain about this...
should be:
virtual FTFont* makeFont(const char*fontname)=0;
...well, now there's a problem with the library loader in pd:
of course you have to link to freetype, but what else ?
mfg.,as.rd IOhannes