From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: emacs fails to build -- XRenderQueryExtension undefined Date: Tue, 12 Jan 2010 11:25:57 -0500 Message-ID: <8763778f3e.fsf@stupidchicken.com> References: <4B4C2742.5010002@swipnet.se> <4B4C316C.2020709@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1263313580 14449 80.91.229.12 (12 Jan 2010 16:26:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2010 16:26:20 +0000 (UTC) Cc: emacs-devel@gnu.org, Miles Bader To: Jan =?utf-8?Q?Dj=C3=A4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 12 17:26:12 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NUjZM-0004qx-1H for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2010 17:26:12 +0100 Original-Received: from localhost ([127.0.0.1]:57344 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUjZM-0002Vn-M2 for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2010 11:26:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUjZH-0002VY-UZ for emacs-devel@gnu.org; Tue, 12 Jan 2010 11:26:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUjZC-0002VM-6z for emacs-devel@gnu.org; Tue, 12 Jan 2010 11:26:06 -0500 Original-Received: from [199.232.76.173] (port=55635 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUjZC-0002VJ-1Q for emacs-devel@gnu.org; Tue, 12 Jan 2010 11:26:02 -0500 Original-Received: from pantheon-po43.its.yale.edu ([130.132.50.104]:44511) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NUjZA-0005fT-7A; Tue, 12 Jan 2010 11:26:00 -0500 Original-Received: from furry (dhcp128036014123.central.yale.edu [128.36.14.123]) (authenticated bits=0) by pantheon-po43.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o0CGPvnv014300 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 12 Jan 2010 11:25:58 -0500 Original-Received: by furry (Postfix, from userid 1000) id A3872C05D; Tue, 12 Jan 2010 09:25:57 -0700 (MST) In-Reply-To: <4B4C316C.2020709@swipnet.se> ("Jan =?utf-8?Q?Dj=C3=A4rv=22's?= message of "Tue, 12 Jan 2010 09:23:08 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:119874 Archived-At: Jan Dj=C3=A4rv writes: >> I dunno if there's some system change that exposed this issue recently; >> the relevant Emacs change seems to be a bit old -- vc annotate says: >> >> f602b732 src/xftfont.c (YAMAMOTO Mitsuharu 2009-05-11 09:29:49 +0000 365= ) XRenderQueryExtension (display, &event_base, &error_base); >> >> [Note, I don't know the details of how this stuff works really, but I >> think the above is roughly correct.] >> > > Strange that it worked earlier then. It can't hurt to add -lXrender. > To be on the safe side, AC_CHECK_LIB for Xrender should be made before > adding -lXrender to libs. I've checked such a fix into the repository.