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 10:14:07 +0100 Message-ID: References: <87r5r47t7p.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1260350428 20289 80.91.229.12 (9 Dec 2009 09:20:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Dec 2009 09:20:28 +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 10:20:21 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 1NIIiZ-0000Fm-G9 for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 10:20:19 +0100 Original-Received: from localhost ([127.0.0.1]:51833 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIIiZ-0008RC-1j for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 04:20:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIIiR-0008PX-MN for emacs-devel@gnu.org; Wed, 09 Dec 2009 04:20:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIIiM-0008LE-76 for emacs-devel@gnu.org; Wed, 09 Dec 2009 04:20:10 -0500 Original-Received: from [199.232.76.173] (port=45490 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIIiM-0008LB-3H for emacs-devel@gnu.org; Wed, 09 Dec 2009 04:20:06 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:41306) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NIIiL-0000Lz-Jn for emacs-devel@gnu.org; Wed, 09 Dec 2009 04:20:05 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NIIiJ-00009T-Co for emacs-devel@gnu.org; Wed, 09 Dec 2009 10:20:03 +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 10:20:03 +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 10:20:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 46 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.50 (darwin) Cancel-Lock: sha1:SC51aDJvlkCHi24fXEgaeX7cunE= 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:118441 Archived-At: 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