From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Bootstrapping fails on w32 now Date: Wed, 16 Jul 2008 02:29:11 -0700 Message-ID: <200807160929.m6G9TB2m013817@sallyv1.ics.uci.edu> References: <487D2499.4030204@gmail.com> <487DAB3D.9080001@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216200588 24405 80.91.229.12 (16 Jul 2008 09:29:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jul 2008 09:29:48 +0000 (UTC) Cc: "Lennart Borgman \(gmail\)" , Emacs Devel To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 16 11:30:36 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 1KJ3LH-00050i-MS for ged-emacs-devel@m.gmane.org; Wed, 16 Jul 2008 11:30:35 +0200 Original-Received: from localhost ([127.0.0.1]:35258 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJ3KP-0007RL-6b for ged-emacs-devel@m.gmane.org; Wed, 16 Jul 2008 05:29:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJ3KJ-0007Qx-3u for emacs-devel@gnu.org; Wed, 16 Jul 2008 05:29:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJ3KH-0007Qj-MI for emacs-devel@gnu.org; Wed, 16 Jul 2008 05:29:33 -0400 Original-Received: from [199.232.76.173] (port=42110 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJ3KH-0007Qg-FV for emacs-devel@gnu.org; Wed, 16 Jul 2008 05:29:33 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:41688) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KJ3KD-0006jq-5g; Wed, 16 Jul 2008 05:29:29 -0400 X-ICS-MailScanner-Watermark: 1216805352.85732@LJJLs3Fd1If4xsXbHU1oLg Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m6G9TB2m013817; Wed, 16 Jul 2008 02:29:11 -0700 (PDT) In-Reply-To: <487DAB3D.9080001@gnu.org> (Jason Rumney's message of "Wed, 16 Jul 2008 09:03:09 +0100") Original-Lines: 24 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_GD 0.08) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:100792 Archived-At: Jason Rumney writes: > Lennart Borgman (gmail) wrote: > > The error message is > > > > gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG -Ic:/g/include -fno-crossjumping > > -Demacs= > > 1 -DHAVE_CONFIG_H -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 > > -DPURESIZE=5000000 > > -o oo/i386/emacs.o emacs.c > > In file included from dispextern.h:58, > > from intervals.h:20, > > from emacs.c:56: > > w32gui.h:24:20: w32bdf.h: No such file or directory > > w32bdf.h was removed, along with all references to it, on 26 June. It is > very disturbing that the merge of the nextstep port has clobbered > changes that old. How many other recent changes has it clobbered? If the diff at http://cortex.med.cornell.edu/~arobert/emacs-app/diffBeforeMerge.patch is accurate, there might be some other changes that are suspicious. I just posted a review of that patch. It would be good if more people could look over and see if there are other things that need more work.