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: Build failure: emacs-24 branch on MS-Windows Date: Mon, 15 Sep 2014 19:59:28 +0300 Message-ID: <837g146cr3.fsf@gnu.org> References: <83a9606flo.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1410800407 7710 80.91.229.3 (15 Sep 2014 17:00:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Sep 2014 17:00:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dani Moncayo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 15 19:00:00 2014 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 1XTZdA-0007Wz-9d for ged-emacs-devel@m.gmane.org; Mon, 15 Sep 2014 19:00:00 +0200 Original-Received: from localhost ([::1]:33016 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTZd7-0007f7-Kb for ged-emacs-devel@m.gmane.org; Mon, 15 Sep 2014 12:59:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTZcr-0007eZ-7T for emacs-devel@gnu.org; Mon, 15 Sep 2014 12:59:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTZcl-0004D2-AA for emacs-devel@gnu.org; Mon, 15 Sep 2014 12:59:41 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:56593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTZcl-0004Cw-1j for emacs-devel@gnu.org; Mon, 15 Sep 2014 12:59:35 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NBY00900CIJFT00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Mon, 15 Sep 2014 19:59:33 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBY008DMCJ9Y8A0@a-mtaout20.012.net.il>; Mon, 15 Sep 2014 19:59:33 +0300 (IDT) 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:174332 Archived-At: > Date: Mon, 15 Sep 2014 18:10:54 +0200 > From: Dani Moncayo > Cc: Emacs development discussions > > > Do you have uni-bidi.el in the tree? > > I don't think so, because "find emacs-24-source-dir -name uni-bidi.el" > gives me nothing. > > But "bzr status" (from emacs-24-source-dir) gives me nothing either, > so I guess that my source tree is OK. uni-bidi.el (and the rest of the uni-*.el files) are not in the repository, so bzr knows nothing about them. They are built when Emacs is built. I have no idea why you don't have that file. Try removing or renaming lisp/international/charprop.el, and then type "make" again in the top-level directory. Both charprop.el and uni-*.el should then be rebuilt. > (FWIW, I've just tried to "make bootstrap", but it fails the same way > as a plain "make"). Are there any other error messages before that, perhaps complaining about some other missing files?