From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: csant Newsgroups: gmane.emacs.devel Subject: Re: Compilation fails Date: Sun, 21 Sep 2008 14:03:50 +0200 Organization: csant.info Message-ID: References: <87od2hu36g.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221998708 16471 80.91.229.12 (21 Sep 2008 12:05:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Sep 2008 12:05:08 +0000 (UTC) Cc: emacs-devel To: "Chong Yidong" , joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 21 14:06:05 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 1KhNgV-0007ER-WB for ged-emacs-devel@m.gmane.org; Sun, 21 Sep 2008 14:05:16 +0200 Original-Received: from localhost ([127.0.0.1]:47656 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhNfU-0003TF-KA for ged-emacs-devel@m.gmane.org; Sun, 21 Sep 2008 08:04:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KhNfQ-0003T8-9b for emacs-devel@gnu.org; Sun, 21 Sep 2008 08:03:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhNfP-0003Sw-JB for emacs-devel@gnu.org; Sun, 21 Sep 2008 08:03:55 -0400 Original-Received: from [199.232.76.173] (port=55337 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhNfP-0003St-DS for emacs-devel@gnu.org; Sun, 21 Sep 2008 08:03:55 -0400 Original-Received: from csant.info ([69.36.182.12]:45089) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KhNfO-00067v-Pd for emacs-devel@gnu.org; Sun, 21 Sep 2008 08:03:55 -0400 Original-Received: from fiore.malebolge (csant.info [69.36.182.12]) (authenticated bits=0) by csant.info (8.13.1/8.13.1) with ESMTP id m8LC3o3E010828; Sun, 21 Sep 2008 06:03:52 -0600 In-Reply-To: <87od2hu36g.fsf@cyd.mit.edu> User-Agent: Opera Mail/9.60 (Linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:104011 Archived-At: Hi, On Sun, 21 Sep 2008 13:52:07 +0200, Chong Yidong wrote: > joakim@verona.se writes: > Could you try compiling by configuring not to use the svg library? When configuring --without-rsvg compilations succedes just fine. > Could you offer more details about your environment? > >>> 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? Hmmm, that might be the culprit - I have a rather old librsvg-2.so.2.9.5. /c