Summary: | Cairo 1.0.2 does not recognize freetype 2.1.10 | ||
---|---|---|---|
Product: | cairo | Reporter: | John Berger <john> |
Component: | general | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | high | CC: | bpopov |
Version: | 1.0.2 | ||
Hardware: | SPARC | ||
OS: | Solaris | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
John Berger
2005-10-26 08:00:00 UTC
Looks like cairo does not recognize FreeType unless FontConfig is installed. This is a somewhat deceptive message because FreeType IS installed. Although the message at the bottom says to install both FreeType and FontConfig, the "following font backends" section makes it seem as though the dependency is on FreeType when in reality it is on FontConfig. (I'm assuming that this is the reality of it because (A) FontConfig has a dependency on FreeType and (B) Cairo was suddenly very happy once FontConfig was compiled and installed.) Please change "the following font backends" display to stress a dependecy on FontConfig, not FreeType. Having a similar problem trying to compile latest cvs snapshot on win32 msys/mingw with FreeType 2.1.10 (also tried with 2.1.8) checking for FONTCONFIG... yes checking for FcFini... no checking for FREETYPE... yes checking for FT_Bitmap_Size.y_ppem... no checking for FT_Load_Sfnt_Table... no checking for FT_GlyphSlot_Embolden... no checking pthread.h usability... no checking pthread.h presence... no checking for pthread.h... no configure: WARNING: PS backend requires FreeType 2.1.4 or newer, disabling checking for compress in -lz... no configure: WARNING: PDF backend requires FreeType 2.1.4 or newer, disabling configure: WARNING: SVG backend requires FreeType 2.1.4 or newer, disabling ... cairo will be compiled with the following surface backends: image: yes (always builtin) Xlib: no (requires Xrender http://freedesktop.org/Software/xlibs) Quartz: no XCB: no Win32: yes PostScript: no (requires zlib http://www.gzip.org/zlib/) PDF: no SVG: no glitz: no BeOS: no DirectFB: no the following font backends: FreeType: yes Win32: yes ATSUI: no Any hints? This has been long fixed. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.