From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Two strange messages while building Emacs on MS-Windows Date: Tue, 11 Dec 2012 09:51:46 +0200 Message-ID: <83mwxl9gbx.fsf@gnu.org> References: <83mwxpmtp6.fsf@gnu.org> <83fw3hm0nn.fsf@gnu.org> <83k3srdh3d.fsf@gnu.org> <838v96dgyd.fsf@gnu.org> <8338zecu4i.fsf@gnu.org> <83vcc9aa4a.fsf@gnu.org> <83txrt9j8g.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1355212340 25799 80.91.229.3 (11 Dec 2012 07:52:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Dec 2012 07:52:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dani Moncayo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 11 08:52:33 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TiKdl-0001OO-AD for ged-emacs-devel@m.gmane.org; Tue, 11 Dec 2012 08:52:33 +0100 Original-Received: from localhost ([::1]:43408 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiKdY-00079w-LC for ged-emacs-devel@m.gmane.org; Tue, 11 Dec 2012 02:52:20 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:48309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiKdV-00079o-Fu for emacs-devel@gnu.org; Tue, 11 Dec 2012 02:52:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiKdU-0005H0-7U for emacs-devel@gnu.org; Tue, 11 Dec 2012 02:52:17 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:59372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiKdU-0005GZ-0O for emacs-devel@gnu.org; Tue, 11 Dec 2012 02:52:16 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MEU00H00WDUO600@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Tue, 11 Dec 2012 09:51:52 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MEU00H4YWIGQV00@a-mtaout20.012.net.il>; Tue, 11 Dec 2012 09:51:52 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155450 Archived-At: > Date: Tue, 11 Dec 2012 08:18:40 +0100 > From: Dani Moncayo > Cc: emacs-devel@gnu.org > > >> > cd nt > >> > touch ../src/config.h > >> > make -j6 > >> > > >> > and time the last command. > >> > >> That errors out here with the current trunk: > >> mingw32-make[1]: *** No rule to make target > >> '../lisp/term/tty-colors.elc', needed by 'DOC'. Stop. > >> mingw32-make[1]: *** Waiting for unfinished jobs.... > >> mingw32-make[1]: Leaving directory 'C:/emacs/trunk/lib-src' > >> makefile:453: recipe for target 'all-other-dirs-gmake' failed > >> mingw32-make: *** [all-other-dirs-gmake] Error 2 > > > > Why don't you have tty-colors.elc? It should be produced by the > > bootstrap or by "make bzr-update", whichever you ran last. > > > > What is going on in your builds? > > > > Anyway, just compile that file by hand and try again. > > I don't know Eli, but I tried even a distclean + configure + bootstrap > and the bootstrap ended up failing with the same error above. I'll > try that when I have time. Sorry for the trouble. Sorry, it was my bad. There was a typo in lisp/makefile.w32-in, now fixed, which would cause 'lisp/term' to be skipped, but only of a Unixy shell was used.