From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.1.90 pretest Date: Wed, 9 Dec 2009 05:39:02 +0100 Message-ID: References: <87r5r47t7p.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1260333600 11339 80.91.229.12 (9 Dec 2009 04:40:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Dec 2009 04:40:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 09 05:39:53 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 1NIEKs-0000yW-IR for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 05:39:34 +0100 Original-Received: from localhost ([127.0.0.1]:38412 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIEKs-000568-4Z for ged-emacs-devel@m.gmane.org; Tue, 08 Dec 2009 23:39:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIEKn-00055G-BA for emacs-devel@gnu.org; Tue, 08 Dec 2009 23:39:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIEKi-00052f-QE for emacs-devel@gnu.org; Tue, 08 Dec 2009 23:39:29 -0500 Original-Received: from [199.232.76.173] (port=37824 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIEKi-00052c-Id for emacs-devel@gnu.org; Tue, 08 Dec 2009 23:39:24 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:48908) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIEKi-0007K3-5l for emacs-devel@gnu.org; Tue, 08 Dec 2009 23:39:24 -0500 Original-Received: by bwz7 with SMTP id 7so5482734bwz.26 for ; Tue, 08 Dec 2009 20:39:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=LG2S6dUKwWER+3fHJ4IqVi7gC6uDQyXYt2NPHW0mS7U=; b=LW8VwubHIjf5lgaptA8mR7Uqh7R7MydHu30xy7cJkd7albYpk5ZDQFFsygEK4JFYyP OAYWWiiCfKA6u8zUaPXK9lLplTIHk/4eqiNlBKGTEG3++dKiBG2svZC42cGo3aO2+Bpl YFwjQPzRZoKNRWyA0JS0S/uq4SoalDTIEzR7o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=SXm2dbgc6CX8RJ4gZjkTTpYHQYtcHKmK75hF02vhzkWyv4DCx0QvxoIgv5Pv6u/Jbe gxFAYycMVoLvWFoj7HbuGJnSwaRwXWj1XB1Df5N3x29AXl6FMDkR/LXCjJsmMMke5SC2 DmZKJFKSa5n5YczAln+ASUdjf34KAqQ6BMhts= Original-Received: by 10.204.32.143 with SMTP id c15mr8952227bkd.130.1260333562133; Tue, 08 Dec 2009 20:39:22 -0800 (PST) In-Reply-To: <87r5r47t7p.fsf@stupidchicken.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:118432 Archived-At: On Wed, Dec 9, 2009 at 03:54, Chong Yidong wrote: > =C2=A0ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.1.90.tar.gz > Pretesters: please send me an email reporting success or failure on your > build platform. I've tried both building and bootstrapping the tar.gz file on Windows 7 Home Edition (build 7600) compiling with gcc.exe (TDM-2 mingw32) 4.4.1-dw2 Building works fine. Bootstrapping does not compile the *.el files in the subdirs under lisp/cedet/semantic/; a subsequent "make cvs-update install" fixes it. Juanma