From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.1.90 pretest Date: Wed, 09 Dec 2009 18:14:27 +0100 Message-ID: <4B1FDAF3.6010909@swipnet.se> References: <87r5r47t7p.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1260380533 31201 80.91.229.12 (9 Dec 2009 17:42:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Dec 2009 17:42:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Giovanni Lanzani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 09 18:42:06 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 1NIQXs-0001ds-4R for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 18:41:48 +0100 Original-Received: from localhost ([127.0.0.1]:35838 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIQXr-0003Q0-UH for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 12:41:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIQ7Y-00082O-Ew for emacs-devel@gnu.org; Wed, 09 Dec 2009 12:14:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIQ7T-0007wL-KI for emacs-devel@gnu.org; Wed, 09 Dec 2009 12:14:35 -0500 Original-Received: from [199.232.76.173] (port=47383 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIQ7T-0007wA-C6 for emacs-devel@gnu.org; Wed, 09 Dec 2009 12:14:31 -0500 Original-Received: from proxy3.bredband.net ([195.54.101.73]:51231) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIQ7S-0002rX-W3 for emacs-devel@gnu.org; Wed, 09 Dec 2009 12:14:31 -0500 Original-Received: from ipb1.telenor.se (195.54.127.164) by proxy3.bredband.net (7.3.140.3) id 4AD3E1BA01867E1F for emacs-devel@gnu.org; Wed, 9 Dec 2009 18:14:29 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgxTAONpH0tV4S1uPGdsb2JhbACBTJc3glMBAQEBN7tFhCwE X-IronPort-AV: E=Sophos;i="4.47,369,1257116400"; d="scan'208";a="13416270" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 09 Dec 2009 18:14:29 +0100 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id D63047FA07B; Wed, 9 Dec 2009 18:14:28 +0100 (CET) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 In-Reply-To: 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:118460 Archived-At: Can you send us config.log? In the meantime, try adding --without-dbus (just a guess). Jan D. Giovanni Lanzani skrev 2009-12-09 10.14: > Chong Yidong writes: > >> Emacs pretest 23.1.90 is now available for download via FTP, at the >> following location: >> >> ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.1.90.tar.gz >> >> The xdelta against Emacs 23.1 is here: >> >> ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.1-23.1.90.xdelta >> >> This is the first pretest for what will be the Emacs 23.2 release. >> >> Pretesters: please send me an email reporting success or failure on your >> build platform. Report bugs via M-x report-emacs-bugs, or email >> emacs-pretest-bug@gnu.org. For questions, email emacs-devel@gnu.org. >> >> Note that the default for `mail-user-agent' has been changed from Mail >> mode to Message mode; if you have Mail mode-specific customizations, >> please check them. >> >> There are quite a number of changes relative to Emacs 23.1, including >> several new packages, notably the CEDET package of development tools. >> See etc/NEWS for details. >> > > I tried to build the extracted tar.gz, on Snow Leopard, 64bit, with the > following > > ./configure --with-ns > make install > > But it ends with the error > > Undefined symbols: > "_xg_select", referenced from: > _wait_reading_process_output in process.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make[1]: *** [temacs] Error 1 > make: *** [src] Error 2 > > > Cheers > > Giovanni > >