From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel,gmane.comp.lib.gnulib.bugs Subject: Re: Still unable to build trunk Date: Wed, 26 Jan 2011 13:35:08 +0000 Message-ID: References: <87y66fv2d3.fsf@stupidchicken.com> <4D388F7F.20708@swipnet.se> <87r5c7jk5m.fsf@stupidchicken.com> <4D39EF9C.1050804@cs.ucla.edu> <4D3A8666.4070609@cs.ucla.edu> <877hdvd49f.fsf@meyering.net> <83mxmrzhb6.fsf@gnu.org> <4D3C9C5B.8050303@cs.ucla.edu> <83aaiqyxrw.fsf@gnu.org> <4D3DE80E.5030805@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296048958 30835 80.91.229.12 (26 Jan 2011 13:35:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2011 13:35:58 +0000 (UTC) Cc: bug-gnulib@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 26 14:35:46 2011 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.69) (envelope-from ) id 1Pi5XG-0006Y8-Er for ged-emacs-devel@m.gmane.org; Wed, 26 Jan 2011 14:35:46 +0100 Original-Received: from localhost ([127.0.0.1]:56991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi5XF-0005kH-Fq for ged-emacs-devel@m.gmane.org; Wed, 26 Jan 2011 08:35:45 -0500 Original-Received: from [140.186.70.92] (port=41142 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi5X4-0005iV-3S for emacs-devel@gnu.org; Wed, 26 Jan 2011 08:35:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pi5X1-0007X4-2Y for emacs-devel@gnu.org; Wed, 26 Jan 2011 08:35:33 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:44195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pi5X0-0007VX-TH for emacs-devel@gnu.org; Wed, 26 Jan 2011 08:35:31 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pi5Wy-0006RI-0a for emacs-devel@gnu.org; Wed, 26 Jan 2011 14:35:28 +0100 Original-Received: from 193.34.186.16 ([193.34.186.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Jan 2011 14:35:28 +0100 Original-Received: from andrewjmoreton by 193.34.186.16 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Jan 2011 14:35:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 193.34.186.16 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) Cancel-Lock: sha1:725UsZJQIVg4Y6o7G0/NxoiUAgc= X-detected-operating-system: by eggs.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:135014 gmane.comp.lib.gnulib.bugs:24974 Archived-At: On Wed 26 Jan 2011, Lennart Borgman wrote: > I just tried to build on w32 (with the tools I used before) and got > the error below. Is that expected at the moment? > > gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG -Ic:/g/include > -fno-crossjumping -Demacs=1 -DHAVE_CONFIG_H -I../nt/inc -DHAVE_N > TGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo/i386/print.o print.c > print.c:53:21: ftoastr.h: No such file or directory > make[2]: *** [oo/i386/print.o] Error 1 > make[2]: Leaving directory `C:/emacs-lp/bld/emacs/trunk/src' > make[1]: *** [bootstrap-temacs] Error 2 > make[1]: Leaving directory `C:/emacs-lp/bld/emacs/trunk/src' > make: *** [bootstrap-gmake] Error 2 Yes. The build has been updated to use up to date files for upstream gnulib (mostly in the new m4 and lib dirs). The change to the build layout has broken the Win32 build scripts, and nobody has patched things up yet. AndyM