Bug 4144

Summary: ../src/.libs/libcairo.so: undefined reference to `FT_Load_Sfnt_Table'
Product: cairo Reporter: Billy Biggs <billy.biggs>
Component: pdf backendAssignee: Kristian Høgsberg <krh>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: high    
Version: 0.9.3   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Proposed patch

Description Billy Biggs 2005-08-19 14:37:41 UTC
cairo-font-subset.c uses FT_Load_Sfnt_Table which does not seem to exist in the
version of freetype I have installed on one of the machines here.  This is used
by the PS/PDF backend.

    freetype-2.1.3-6
    freetype-devel-2.1.3-6

There should be a configure check for this.
Comment 1 Owen Taylor 2005-08-21 09:25:25 UTC
Created attachment 2963 [details] [review]
Proposed patch
Comment 2 Owen Taylor 2005-08-21 09:28:15 UTC
2005-08-21  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Check for FT_Load_Sfnt_Table and disable
        the PDF/PS backends if not found. (#4144, Billy Biggs)

Comment 3 Carl Worth 2005-08-22 17:15:00 UTC
Move bugs against "cvs" version to "0.9.3" so we can remove the "cvs" version.

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.