I have tried to find a solution for this problem with the author, but his
www server and email address have been down for at least a week, I thought someone here might be able to offer advice.
I'm compiling GEM for pd in RedHat linux 6.1. I've got all the dependant
libraries installed for GEM except for gltt. Redhat does not appear to have an RPM for gltt.
When compiling gltt-2.5 I get the following error:
checking for FreeType... configure: error: FreeType (headers and libraries) not found. Please check your installation.
I have the freetype headers in '/usr/local/include/freetype/'
I have the freetype library in '/usr/local/lib/' (libttf.so.2.2.0)
Perhaps the use of /usr/local dir is unique to RedHat?
How do I convince gltt to find freetype when using ./configure?
I think that it should be possible with the "--with-ttf-includes" and
"--with-ttf-libraries" arguments, but I am having trouble using them.
The README says that I should modify the FREETYPE variable in the Makefile,
but I didn't find such a variable, so I suspect that instruction may be out of date.
Michael Lechasseur