emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs fails to build -- XRenderQueryExtension undefined


From: Miles Bader
Subject: emacs fails to build -- XRenderQueryExtension undefined
Date: Tue, 12 Jan 2010 12:12:06 +0900

I worked around it with the following patch, though it's probably not
exactly the right fix...

-Miles

diff --git a/configure.in b/configure.in
index c36c6b2..0b53c77 100644
--- a/configure.in
+++ b/configure.in
@@ -1990,6 +1990,7 @@ if test "${HAVE_X11}" = "yes"; then
        OLD_LIBS="$LIBS"
        CPPFLAGS="$CPPFLAGS $XFT_CFLAGS"
        CFLAGS="$CFLAGS $XFT_CFLAGS"
+       XFT_LIBS="$XFT_LIBS -lXrender"
        LIBS="$XFT_LIBS $LIBS"
        AC_CHECK_HEADER(X11/Xft/Xft.h,
          AC_CHECK_LIB(Xft, XftFontOpen, HAVE_XFT=yes, , $XFT_LIBS))


-- 
Consult, v.i. To seek another's disapproval of a course already decided on.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]