[Typo3] freetype.h not found on linux

Simon Hobbs info at urbits.com
Tue Oct 11 03:21:31 CEST 2005


Hi there, I am having trouble implementing TYPO3 support for freetype.

"Fatal error: Call to undefined function ImageTTFBBox()" etc...

I am installing GD-2.0.10 (Fedora linux), I have already installed 
freetype2.

I have verified that freetype.h is in 
"/usr/local/include/freetype2/freetype/"

I configure GD with
.config ./configure --with-jpeg-dir=/usr/lib/ 
--with-freetype-dir=/usr/local/include/freetype2

The (relevant?) output of configure is:
  checking for freetype-config... /usr/local/bin/freetype-config
  checking for FT_Init_FreeType in -lfreetype... yes
  checking freetype/freetype.h usability... no
  checking freetype/freetype.h presence... no
  checking for freetype/freetype.h... no

and:
** Configuration summary for gd 2.0.22:

    Support for PNG library:          yes
    Support for JPEG library:         yes
    Support for Freetype 2.x library: yes
    Support for Xpm library:          no
    Support for pthreads:             yes

Don't quite know how to tackle this!

Thanks
Simon



More information about the TYPO3-english mailing list