From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Meyering Newsgroups: gmane.comp.lib.gnulib.bugs,gmane.emacs.devel Subject: Re: Still unable to build trunk Date: Wed, 26 Jan 2011 14:42:29 +0100 Message-ID: <874o8vpyre.fsf@meyering.net> 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 1296049697 2516 80.91.229.12 (26 Jan 2011 13:48:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2011 13:48:17 +0000 (UTC) Cc: Paul Eggert , bug-gnulib@gnu.org, cyd@stupidchicken.com, emacs-devel@gnu.org, Eli Zaretskii , jan.h.d@swipnet.se To: Lennart Borgman Original-X-From: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Wed Jan 26 14:48:12 2011 Return-path: Envelope-to: gnu-bug-gnulib@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 1Pi5jH-0004zQ-7S for gnu-bug-gnulib@m.gmane.org; Wed, 26 Jan 2011 14:48:11 +0100 Original-Received: from localhost ([127.0.0.1]:33597 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi5jG-00060K-BC for gnu-bug-gnulib@m.gmane.org; Wed, 26 Jan 2011 08:48:10 -0500 Original-Received: from [140.186.70.92] (port=36610 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi5ef-0000iO-OT for bug-gnulib@gnu.org; Wed, 26 Jan 2011 08:46:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pi5dn-0002i3-Ha for bug-gnulib@gnu.org; Wed, 26 Jan 2011 08:43:24 -0500 Original-Received: from mx.meyering.net ([82.230.74.64]:35159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pi5dn-0002h2-BY; Wed, 26 Jan 2011 08:42:31 -0500 Original-Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 87D7D600E1; Wed, 26 Jan 2011 14:42:29 +0100 (CET) In-Reply-To: (Lennart Borgman's message of "Wed, 26 Jan 2011 13:35:41 +0100") Original-Lines: 17 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Errors-To: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Xref: news.gmane.org gmane.comp.lib.gnulib.bugs:24976 gmane.emacs.devel:135016 Archived-At: 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 ftoastr.h should be in lib/, so the fix is to do something like adding -I../lib to CFLAGS as used when running make in src/