From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: csant Newsgroups: gmane.emacs.devel Subject: Compilation fails Date: Sat, 20 Sep 2008 23:49:14 +0200 Organization: csant.info Message-ID: 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 1221947384 4679 80.91.229.12 (20 Sep 2008 21:49:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Sep 2008 21:49:44 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 20 23:50:41 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 1KhALX-0003Pp-MW for ged-emacs-devel@m.gmane.org; Sat, 20 Sep 2008 23:50:31 +0200 Original-Received: from localhost ([127.0.0.1]:34134 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhAKW-0000Pl-3c for ged-emacs-devel@m.gmane.org; Sat, 20 Sep 2008 17:49:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KhAKS-0000O8-Fc for emacs-devel@gnu.org; Sat, 20 Sep 2008 17:49:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhAKO-0000Nd-W3 for emacs-devel@gnu.org; Sat, 20 Sep 2008 17:49:24 -0400 Original-Received: from [199.232.76.173] (port=60726 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhAKO-0000Na-QS for emacs-devel@gnu.org; Sat, 20 Sep 2008 17:49:20 -0400 Original-Received: from csant.info ([69.36.182.12]:58308) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KhAKO-0007Wt-F5 for emacs-devel@gnu.org; Sat, 20 Sep 2008 17:49:20 -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 m8KLnEFs029896 for ; Sat, 20 Sep 2008 15:49:17 -0600 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:104002 Archived-At: Hi, after a longer period not compiling emacs, I tried again recently and compilation failed. Google found only one message in the ML archive that mentions this failure, but it didn't help me - am I really the only one with the problem? image.c: In function `svg_load_image': 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 Kind regards, /c