From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giovanni Lanzani Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.1.90 pretest Date: Wed, 09 Dec 2009 19:35:57 +0100 Message-ID: References: <87r5r47t7p.fsf@stupidchicken.com> <4B1FDAF3.6010909@swipnet.se> <95bd41770912090936x26bdf529n4f54ce42729c8876@mail.gmail.com> <4B1FEA52.9070403@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1260383821 11940 80.91.229.12 (9 Dec 2009 18:37:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Dec 2009 18:37:01 +0000 (UTC) Cc: ulissesroc@gmail.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 09 19:36:54 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 1NIROs-0000xw-94 for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 19:36:34 +0100 Original-Received: from localhost ([127.0.0.1]:57372 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIROr-0003ME-Vh for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 13:36:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIROl-0003Jv-QQ for emacs-devel@gnu.org; Wed, 09 Dec 2009 13:36:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIROh-0003HO-0d for emacs-devel@gnu.org; Wed, 09 Dec 2009 13:36:27 -0500 Original-Received: from [199.232.76.173] (port=44239 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIROg-0003HL-Rr for emacs-devel@gnu.org; Wed, 09 Dec 2009 13:36:22 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:33924) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NIROg-0004qU-BB for emacs-devel@gnu.org; Wed, 09 Dec 2009 13:36:22 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NIROc-0000n4-KU for emacs-devel@gnu.org; Wed, 09 Dec 2009 19:36:18 +0100 Original-Received: from 82-170-39-193.ip.telfort.nl ([82.170.39.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Dec 2009 19:36:18 +0100 Original-Received: from ulissesroc by 82-170-39-193.ip.telfort.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Dec 2009 19:36:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 82-170-39-193.ip.telfort.nl User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (darwin) Cancel-Lock: sha1:okQ4GxluQRz5rEOmUx3igybwox0= 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:118466 Archived-At: Jan Djärv writes: > Giovanni skrev: >> On Wed, Dec 9, 2009 at 6:14 PM, Jan Djärv wrote: >>> Can you send us config.log? In the meantime, try adding --without-dbus >>> (just a guess). >>> >>> Jan D. >> >> --without-dbus doens't help. >> >> See the attached file for config.log > > Thanks. --without-rsvg should get you a build until this is > fixed. Maybe throw in a --without-gconf to be on the safe > side. It seems you have librsvg for X11 so configure picks > that up. > > Jan D. Thanks Jan, with the option --without-gconf it builds (altough it doesn't with the option --without-rsvg). Giovanni