[PlanetCCRMA] Gem, gltt

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Mon Feb 10 16:43:01 2003


> > When trying to run pd with the Gem library i get the following error:
> > 
> > /usr/lib/pd/Gem/Gem.pd_linux: /usr/lib/libgltt.so.0: undefined symbol:
> > TT_New_Glyph
> > Gem: can't load library
> 
> Ok... I managed to reproduce this here!
> Now on to try to fix it :-)

There is one missing library that gem has to link to. After doing the
configure process, edit the Makefile (in src/Gnu) and add to the libs
line "-lttf", that will link gem with the truetype library and will
resolve the missing symbol. Gem is still not very reliable, I find it
easy to crash pd using it :-(

-- Fernando