On Wed, Jun 27, 2012 at 06:12:29PM +0200, Michael Schumacher wrote:
"make" with this version resulted in a lot of errors.
---8<--- Package freetype2 was not found in the pkg-config search path. Perhaps you should add the directory containing `freetype2.pc' to the PKG_CONFIG_PATH environment variable No package 'freetype2' found Package fontconfig was not found in the pkg-config search path. Perhaps you should add the directory containing `fontconfig.pc' to the PKG_CONFIG_PATH environment variable No package 'fontconfig' found font.c:19:10: error: #include expects "FILENAME" or <FILENAME> make: *** Deleting file `.dependencies' Package freetype2 was not found in the pkg-config search path. Perhaps you should add the directory containing `freetype2.pc' to the PKG_CONFIG_PATH environment variable No package 'freetype2' found Package fontconfig was not found in the pkg-config search path. Perhaps you should add the directory containing `fontconfig.pc' to the PKG_CONFIG_PATH environment variable No package 'fontconfig' found ---8<--- and many more compiling errors in font.c.
The package fontconfig-2.8.0-3.el6.x86_64 is installed, but I cannot find a package "freetype2", so I am stuck now.
yum search fontconfig yum search freetype
So you need to: yum install fontconfig fontconfig-devel freetype freetype-devel
-- Pasi