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 08:49:03 +0200 Message-ID: <83txrt9j8g.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> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1355208557 29981 80.91.229.3 (11 Dec 2012 06:49:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Dec 2012 06:49:17 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Dani Moncayo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 11 07:49:31 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 1TiJej-00010u-3V for ged-emacs-devel@m.gmane.org; Tue, 11 Dec 2012 07:49:29 +0100 Original-Received: from localhost ([::1]:58816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiJeW-000361-Jq for ged-emacs-devel@m.gmane.org; Tue, 11 Dec 2012 01:49:16 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:35809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiJeT-00034u-IP for emacs-devel@gnu.org; Tue, 11 Dec 2012 01:49:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiJeS-0004kV-HP for emacs-devel@gnu.org; Tue, 11 Dec 2012 01:49:13 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:41451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiJeS-0004kN-9I for emacs-devel@gnu.org; Tue, 11 Dec 2012 01:49:12 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MEU00800THSHT00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Tue, 11 Dec 2012 08:49:10 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MEU0082ATLXBA80@a-mtaout21.012.net.il>; Tue, 11 Dec 2012 08:49:10 +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.169 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:155447 Archived-At: > Date: Mon, 10 Dec 2012 22:33:46 +0100 > From: Dani Moncayo > Cc: monnier@iro.umontreal.ca, 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.