From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Vincent_Bela=EFche?= Newsgroups: gmane.emacs.devel Subject: Re: Can't build latest emacs on MSW + CRLF display issue Date: Tue, 27 Aug 2013 04:28:05 +0200 Message-ID: <80ioyrdg0a.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1377570544 8658 80.91.229.3 (27 Aug 2013 02:29:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Aug 2013 02:29:04 +0000 (UTC) Cc: Karl Berry , emacs-devel@gnu.org To: Eli Zaretskii , Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 27 04:29:05 2013 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 1VE91l-00016j-Dp for ged-emacs-devel@m.gmane.org; Tue, 27 Aug 2013 04:29:05 +0200 Original-Received: from localhost ([::1]:53738 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE91k-0003UJ-Ar for ged-emacs-devel@m.gmane.org; Mon, 26 Aug 2013 22:29:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE91c-0003U1-EV for emacs-devel@gnu.org; Mon, 26 Aug 2013 22:29:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VE91T-0008LG-9V for emacs-devel@gnu.org; Mon, 26 Aug 2013 22:28:56 -0400 Original-Received: from smtp05.smtpout.orange.fr ([80.12.242.127]:21281 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE91T-0008Ky-31 for emacs-devel@gnu.org; Mon, 26 Aug 2013 22:28:47 -0400 Original-Received: from CHOUNEK ([92.135.106.1]) by mwinf5d09 with ME id HeUk1m00301pze403eUkBu; Tue, 27 Aug 2013 04:28:45 +0200 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.12.242.127 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:163045 Archived-At: Eli Zaretskii a =E9crit : >> From: vincent.belaiche@gmail.com (Vincent Bela=EFche) >> Cc: emacs-devel@gnu.org, Karl Berry =20 >> Date: Mon, 26 Aug 2013 08:06:08 +0200 >> >> BTW, it still does not compile, even with INSTALL.MSYS way I have the >> cl-member function definition is void error message. >> >> ----------------------------------------------------------------------- >> Wrote c:/Programme/GNU/installation/emacs-install/emacs/trunk/lisp/progm= odes/meta-mode.elc >> Compiling progmodes/mixal-mode.el >> Wrote c:/Programme/GNU/installation/emacs-install/emacs/trunk/lisp/progm= odes/mixal-mode.elc >> Compiling progmodes/modula2.el >> >> In toplevel form: >> progmodes/modula2.el:113:1:Error: Symbol's function definition is void: = cl-member >> make[2]: *** [progmodes/modula2.elc] Error 1 > > Did you try removing smie.elc and saying "make" again? > [...] Thanks, that has worked, and it reconfirmed that if ever any remaining issue with ^M display, that is impossible for me to reproduce. BR, Vincent.