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: [Emacs-diffs] emacs/lisp makefile.w32-in Date: Fri, 02 Oct 2009 20:07:59 +0200 Message-ID: <83my49pt34.fsf@gnu.org> References: <83r5tlpzf3.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1254507073 17234 80.91.229.12 (2 Oct 2009 18:11:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Oct 2009 18:11:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 02 20:11:06 2009 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.50) id 1MtmZB-0001C9-QT for ged-emacs-devel@m.gmane.org; Fri, 02 Oct 2009 20:09:18 +0200 Original-Received: from localhost ([127.0.0.1]:59689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtmZB-00042T-95 for ged-emacs-devel@m.gmane.org; Fri, 02 Oct 2009 14:09:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtmYQ-00038f-Kc for emacs-devel@gnu.org; Fri, 02 Oct 2009 14:08:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtmYO-00035o-FT for emacs-devel@gnu.org; Fri, 02 Oct 2009 14:08:28 -0400 Original-Received: from [199.232.76.173] (port=35812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtmYM-00035L-P2 for emacs-devel@gnu.org; Fri, 02 Oct 2009 14:08:26 -0400 Original-Received: from mtaout3.012.net.il ([84.95.2.7]:45363) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtmYL-0005D1-4V for emacs-devel@gnu.org; Fri, 02 Oct 2009 14:08:25 -0400 Original-Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KQW00000FKR8Q00@i_mtaout3.012.net.il> for emacs-devel@gnu.org; Fri, 02 Oct 2009 20:08:24 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.44.55]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KQW000QCFPZW6J0@i_mtaout3.012.net.il>; Fri, 02 Oct 2009 20:08:24 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:115861 Archived-At: > From: Juanma Barranquero > Date: Fri, 2 Oct 2009 19:01:10 +0200 > Cc: emacs-devel@gnu.org >=20 > On Fri, Oct 2, 2009 at 17:51, Eli Zaretskii wrote: >=20 > > Btw, I see these errors in bootstrapping current CVS on Windows: > > > > =C2=A0cedet/srecode/table.el:31:1:Error: Required feature `srecod= e/loaddefs' was not provided > > =C2=A0cedet/semantic/analyze/complete.el:33:1:Error: Given parent= class semanticdb-project-database is not a class > > =C2=A0cedet/ede/util.el:29:1:Error: Required feature `ede/loaddef= s' was not provided > > > > Do you see those as well? >=20 > No. Bootstrap from a clean state went like a charm. Now that I re-created loaddefs.el and cedet/*/loaddefs.el, it works for me as well. Not sure what went wrong before.