[Bug 2061] xserver won't compile with freetype-related error
bugzilla-daemon@freedesktop.org
bugzilla-daemon@freedesktop.org
Sat Jan 15 08:28:47 PST 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=2061
clock@twibright.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|PC |All
------- Additional Comments From clock@twibright.com 2005-01-15 08:28 -------
I have removed freetype2 completely from the system and installed brand
new again (2.1.9) and the problems persists (without changes to
config/cf/host.def).
The problem happened in lib/fontconfig. lib/fontconfig/Makefile reveals
FREETYPE2INCDIR=/usr/include
This is the problem. It should be
FREETYPE2INCDIR=/usr/local/include
because freetype2 on my system is installed in /usr/local prefix.
My installation seems to be OK:
1) freetype-config --cflags reports /usr/local prefix
2) pkg-config --cflags freetype2 reports /usr/local prefix
3) /usr/local/lib/pkgconfig is included in system-wide environment variable
PKG_CONFIG_PATH
So it looks like XFree86.Org have two bugs:
1) the BUILD file in toplevel doesn't mention freetype2, although it seems to be
a dependency.
2) the BUILD file should either specify that freetype2 must be installed in /usr
prefix, or X.Org should test what prefix it is installed in.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list