[cairo-bugs] [Bug 4892] New: Cairo 1.0.2 does not recognize
freetype 2.1.10
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Oct 26 08:00:01 PDT 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=4892
Summary: Cairo 1.0.2 does not recognize freetype 2.1.10
Product: cairo
Version: 1.0.2
Platform: Sun
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: cworth at cworth.org
ReportedBy: john at widescreen.org
QAContact: cairo-bugs at cairographics.org
When attempting to compile Cairo v1.0.2 on Solaris 9 (SPARC), it refuses to
recognize that Freetype v2.1.10 is installed. I installed and compiled Freetype
from source code as well. As a result, PDF and PS backends are disabled. It
also does not recognize X libraries even though they've been in
/usr/openwin/lib/X11 on Solaris for years.
Fontconfig will not compile on Solaris 9 due to a libiconv error, but I'll
create another bug report (if necessary) for that.
bash-2.05# pkg-config --list-all
gmodule-export-2.0 GModule - Dynamic module loader for GLib
gmodule-2.0 GModule - Dynamic module loader for GLib
freetype2 FreeType 2 - A free, high-quality, and portable font engine.
glib-2.0 GLib - C Utility Library
gobject-2.0 GObject - GLib Type, Object, Parameter and Signal Library
gthread-2.0 GThread - Thread support for GLib
libpng libpng12 - Loads and saves PNG files
gmodule-no-export-2.0 GModule - Dynamic module loader for GLib
pangox Pango X - X Window System font support for Pango
libpng12 libpng12 - Loads and saves PNG files
pango Pango - Internationalized text handling
atk Atk - Accessibility Toolkit
bash-2.05#LD_LIBRARY_PATH="/usr/sfw/lib:/usr/local/lib:/usr/openwin/lib/X11:/usr/lib"
CFLAGS='-mcpu=v9' ./configure
.
.
checking for PNG... yes
checking for FONTCONFIG... sh: gnome-config: not found
checking for FcFini... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
configure: WARNING: PS backend requires FreeType 2.1.4 or newer, disabling
checking for compress in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
configure: WARNING: PDF backend requires FreeType 2.1.4 or newer, disabling
checking for stdint.h... (cached) no
checking for inttypes.h... (cached) yes
checking sys/int_types.h usability... yes
checking sys/int_types.h presence... yes
.
.
cairo will be compiled with the following surface backends:
Xlib: no (requires Xrender http://freedesktop.org/Software/xlibs)
Quartz: no
XCB: no
Win32: no
PostScript: no
PDF: no
glitz: no
the following font backends:
FreeType: no
Win32: no
ATSUI: no
and the following features:
PNG functions: yes
configure: error: Cairo requires at least one font backend.
Please install freetype and fontconfig, then try again:
http://freetype.org/ http://fontconfig.org/
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list