unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* emacs fails to build -- XRenderQueryExtension undefined
@ 2010-01-12  3:12 Miles Bader
  2010-01-12  7:39 ` Jan Djärv
  0 siblings, 1 reply; 9+ messages in thread
From: Miles Bader @ 2010-01-12  3:12 UTC (permalink / raw)
  To: emacs-devel

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.




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-01-12 16:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-12  3:12 emacs fails to build -- XRenderQueryExtension undefined Miles Bader
2010-01-12  7:39 ` Jan Djärv
2010-01-12  7:54   ` Miles Bader
2010-01-12  8:06     ` Miles Bader
2010-01-12  8:23     ` Jan Djärv
2010-01-12 16:25       ` Chong Yidong
2010-01-12  9:22     ` YAMAMOTO Mitsuharu
2010-01-12  9:44       ` Miles Bader
2010-01-12 10:01         ` Sven Joachim

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).