From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Two strange messages while building Emacs on MS-Windows Date: Fri, 07 Dec 2012 16:24:11 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1354915459 32014 80.91.229.3 (7 Dec 2012 21:24:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Dec 2012 21:24:19 +0000 (UTC) Cc: Emacs development discussions To: Dani Moncayo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 07 22:24:30 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 1Th5PI-0002mT-QU for ged-emacs-devel@m.gmane.org; Fri, 07 Dec 2012 22:24:28 +0100 Original-Received: from localhost ([::1]:51829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th5P6-0001kw-Ls for ged-emacs-devel@m.gmane.org; Fri, 07 Dec 2012 16:24:16 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:34786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th5P4-0001jp-6r for emacs-devel@gnu.org; Fri, 07 Dec 2012 16:24:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Th5P3-0006wt-9W for emacs-devel@gnu.org; Fri, 07 Dec 2012 16:24:14 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:9208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th5P3-0006wn-68; Fri, 07 Dec 2012 16:24:13 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09soXOY/2dsb2JhbABEtBGBCIIVAQEEAVYjEAsOJhIUGA0kiBwFugmQRAOIQppxgViDBw X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="209325778" Original-Received: from 108-161-115-152.dsl.teksavvy.com (HELO pastel.home) ([108.161.115.152]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 07 Dec 2012 16:24:12 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id A0D9C58D3B; Fri, 7 Dec 2012 16:24:11 -0500 (EST) In-Reply-To: (Dani Moncayo's message of "Fri, 7 Dec 2012 21:17:13 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:155348 Archived-At: >>> c:/emacs/trunk/src/../lisp/terminal hides >>> c:/emacs/trunk/lisp/obsolete/terminal >>> c:/emacs/trunk/src/../lisp/longlines hides >>> c:/emacs/trunk/lisp/obsolete/longlines >> I guess you did not remove the old .elc files; ie did not bootstrap. > No I didn't remove anything, and didn't bootstrap either. FWIW, the non-w32 build automatically removes these left-over .elc files (tho it removes them after checking for such shadowing, so you typically still get those messages when files are moved, but only once). Stefan