Bug 4144 - ../src/.libs/libcairo.so: undefined reference to `FT_Load_Sfnt_Table'
Summary: ../src/.libs/libcairo.so: undefined reference to `FT_Load_Sfnt_Table'
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: pdf backend (show other bugs)
Version: 0.9.3
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Kristian Høgsberg
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 14:37 UTC by Billy Biggs
Modified: 2005-08-22 00:15 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Proposed patch (2.24 KB, patch)
2005-08-21 09:25 UTC, Owen Taylor
Details | Splinter Review

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.