[stsf] [Bug 450] New: Imakefiles do not pick up headers and
libraries from /usr/local
bugzilla-daemon at pdx.freedesktop.org
bugzilla-daemon at pdx.freedesktop.org
Sat Apr 10 11:50:39 PDT 2004
http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=450
Summary: Imakefiles do not pick up headers and libraries from
/usr/local
Product: STSF
Version: XST-XORG-RELEASE-1-STSF
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: XST: Build config
AssignedTo: stsf at freedesktop.org
ReportedBy: adg at pdx.freedesktop.org
CC: alan.coopersmith at sun.com
freetype and expat are installed in /usr/local on my machine. Doing the
out-of-the box "make World" build of the XOrg tree produced several errors:
xc/lib/fontconfig Makefile could not find the freetype include files and libraries
xc/lib/Xft1 Makefile could not find expat library
xc/lib/Xft: could not find freetype include files
Brute-force fix - changing FREETYPE2INCDIR from "/usr/include" to
"/usr/local/include"; FREETYPE2INCLUDES to "-I$(FREETYPE2INCDIR)
-I$(FREETYPE2INCDIR)/freetype"; FREETYPE2LIBDIR to "/usr/local/dir"; EXPATLIB to
"-L/usr/local/lib -lexpat" directly in makefiles fixed the problem.
I am not sure what changes to Imake configuration files need to be made.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the stsf
mailing list