> Right now when we compile it, it complaints about missing > implementation for the font class. Hello, I just ran into this myself, because of the static linking. The solution is to change, in Makefile.am: DFB= (...) font=default to: DFB= (...) font=default,ft2 --Pat