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 23.0.91 pretest Date: Thu, 26 Feb 2009 17:58:14 -0500 Message-ID: <87vdqwiz5l.fsf@cyd.mit.edu> References: <87tz6i6kug.fsf@cyd.mit.edu> <514C12BFEBF8B54DBB0C0D08040506930A1ACF62@XCH-SE-2V2.se.nos.boeing.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235689109 29003 80.91.229.12 (26 Feb 2009 22:58:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Feb 2009 22:58:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Gallagher\, Kevin" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 26 23:59:45 2009 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 1LcpCX-0005SV-P9 for ged-emacs-devel@m.gmane.org; Thu, 26 Feb 2009 23:59:34 +0100 Original-Received: from localhost ([127.0.0.1]:36199 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcpBD-0005DV-3S for ged-emacs-devel@m.gmane.org; Thu, 26 Feb 2009 17:58:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LcpAJ-0004oC-SP for emacs-devel@gnu.org; Thu, 26 Feb 2009 17:57:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcpAH-0004m4-W6 for emacs-devel@gnu.org; Thu, 26 Feb 2009 17:57:15 -0500 Original-Received: from [199.232.76.173] (port=50199 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcpAH-0004lv-Jz for emacs-devel@gnu.org; Thu, 26 Feb 2009 17:57:13 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:40212) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LcpAG-00016B-Uz for emacs-devel@gnu.org; Thu, 26 Feb 2009 17:57:13 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id C04A457E1D7; Thu, 26 Feb 2009 17:58:14 -0500 (EST) In-Reply-To: <514C12BFEBF8B54DBB0C0D08040506930A1ACF62@XCH-SE-2V2.se.nos.boeing.com> (Kevin Gallagher's message of "Thu, 26 Feb 2009 12:00:22 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:109352 Archived-At: "Gallagher, Kevin" writes: > The header file /usr/include/librsvg-2/librsvg/rsvg.h does not have a > definition for RsvgDimensionData. In that directory, the file > librsvg-features.h specifies the LIBRSVG version as follows: > > #define LIBRSVG_MAJOR_VERSION (2) > #define LIBRSVG_MINOR_VERSION (8) > #define LIBRSVG_MICRO_VERSION (1) > #define LIBRSVG_VERSION "" We need librsvg >= 2.11 (released Aug 2005). I've changed configure to check for this.