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: Compilation fails Date: Sun, 21 Sep 2008 07:52:07 -0400 Message-ID: <87od2hu36g.fsf@cyd.mit.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221997933 13544 80.91.229.12 (21 Sep 2008 11:52:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Sep 2008 11:52:13 +0000 (UTC) Cc: csant , emacs-devel To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 21 13:53:10 2008 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 1KhNV0-0004KH-88 for ged-emacs-devel@m.gmane.org; Sun, 21 Sep 2008 13:53:10 +0200 Original-Received: from localhost ([127.0.0.1]:56697 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhNTy-0008Qp-Gb for ged-emacs-devel@m.gmane.org; Sun, 21 Sep 2008 07:52:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KhNTt-0008Qk-4C for emacs-devel@gnu.org; Sun, 21 Sep 2008 07:52:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhNTr-0008QU-IV for emacs-devel@gnu.org; Sun, 21 Sep 2008 07:52:00 -0400 Original-Received: from [199.232.76.173] (port=40583 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhNTr-0008QR-Bw for emacs-devel@gnu.org; Sun, 21 Sep 2008 07:51:59 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:39803) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KhNTq-00020B-Tm for emacs-devel@gnu.org; Sun, 21 Sep 2008 07:51:59 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 64AD957E34B; Sun, 21 Sep 2008 07:52:07 -0400 (EDT) In-Reply-To: (joakim@verona.se's message of "Sun, 21 Sep 2008 11:41:18 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:104010 Archived-At: joakim@verona.se writes: >> image.c:8037: error: `RsvgDimensionData' undeclared (first use in this >> function) >> image.c:8037: error: (Each undeclared identifier is reported only once >> image.c:8037: error: for each function it appears in.) >> image.c:8037: error: `dimension_data' undeclared (first use in this >> function) >> make[1]: *** [image.o] Error 1 >> make[1]: Leaving directory `/home/csant/src/public/apps/tools/emacs/src' >> make: *** [src] Error 2 I think old versions of librsvg might not have RsvgDimensionData. Could someone check?