hi, gltt-2.5.2 ./configure : configure: error: FreeType (libraries) not found. Please check your installation!
what is it exactly looking for ?, i have /usr/include/freetype/ and /usr/include/freetype2/ thanx ales
and FTGL make install :
make[1]: Entering directory /home/stdio/install/FTGL/unix/docs' /usr/bin/install -c -d -m 0755 /usr/local/share/doc/ftgl/html /usr/bin/install -c -m 0644 html/* /usr/local/share/doc/ftgl/html/ /usr/bin/install: cannot stat
html/*': No such file or directory
make[1]: *** [install-local] Error 1
make[1]: Leaving directory `/home/stdio/install/FTGL/unix/docs'
make: *** [install-recursive] Error 2
is looking for some html docs ?
citation of ales@mur.at from Wed, Mar 30, 2005 at 08:21:51PM +0200, Ales Zemene :
hi, gltt-2.5.2 ./configure : configure: error: FreeType (libraries) not found. Please check your installation!
what is it exactly looking for ?, i have /usr/include/freetype/ and /usr/include/freetype2/ thanx ales
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hi.
Yeah - freetype if you're using GLTT or freetype2 if you're using FTGL.
To may need to force .configure to find them with something like:
./configure --includedir=/usr/include/freetype
Note that Gem requires either GLTT or FTGL, not necessarily both. I use FTGL since I think it'll be the replacement for GLTT someday (maybe), so I have something like:
./configure --enable-gltt=NO --includedir=/usr/local/include/FTGL:/usr/include/freetype2[:other-paths-can-be-added-after-colons]
-Mike
----- Original Message ----- From: "Ales Zemene" ales@mur.at To: pd-list@iem.at Sent: Wednesday, March 30, 2005 1:21 PM Subject: [PD] installing gem truetype
hi, gltt-2.5.2 ./configure : configure: error: FreeType (libraries) not found. Please check your installation!
what is it exactly looking for ?, i have /usr/include/freetype/ and /usr/include/freetype2/ thanx ales
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list