From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Fri, 16 Jan 2015 18:10:13 -0600 Message-ID: <85oapy5kt6.fsf@stephe-leake.org> References: <87y4t9m76w.fsf@lifelogs.com> <85k31coixa.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1421453454 14606 80.91.229.3 (17 Jan 2015 00:10:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Jan 2015 00:10:54 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 17 01:10:51 2015 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 1YCGyY-0000kd-Uk for ged-emacs-devel@m.gmane.org; Sat, 17 Jan 2015 01:10:51 +0100 Original-Received: from localhost ([::1]:57878 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCGyX-0001MM-Tg for ged-emacs-devel@m.gmane.org; Fri, 16 Jan 2015 19:10:49 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCGyJ-0001ME-Dx for emacs-devel@gnu.org; Fri, 16 Jan 2015 19:10:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCGyE-0005cB-5Q for emacs-devel@gnu.org; Fri, 16 Jan 2015 19:10:35 -0500 Original-Received: from gproxy5-pub.mail.unifiedlayer.com ([67.222.38.55]:48516) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1YCGyD-0005bs-SK for emacs-devel@gnu.org; Fri, 16 Jan 2015 19:10:30 -0500 Original-Received: (qmail 27038 invoked by uid 0); 17 Jan 2015 00:10:27 -0000 Original-Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy5.mail.unifiedlayer.com with SMTP; 17 Jan 2015 00:10:27 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw4 with id goAM1p00G2UdiVW01oAQyZ; Fri, 16 Jan 2015 17:10:27 -0700 X-Authority-Analysis: v=2.1 cv=BvIOn+n5 c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=TeMFXEv2S7AA:10 a=IkcTkHD0fZMA:10 a=9i_RQKNPAAAA:8 a=hEr_IkYJT6EA:10 a=jrwKn-8xaegA:10 a=YNv0rlydsVwA:10 a=f11AndE4AAAA:8 a=pGLkceISAAAA:8 a=NEAV23lmAAAA:8 a=mTu1KxlJ2Kqfi5kfmxwA:9 a=QEXdDO2ut3YA:10 Original-Received: from [70.94.38.149] (port=54799 helo=takver) by host114.hostmonster.com with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.82) (envelope-from ) id 1YCGy4-0004Kp-I6 for emacs-devel@gnu.org; Fri, 16 Jan 2015 17:10:21 -0700 In-Reply-To: (Ted Zlatanov's message of "Tue, 13 Jan 2015 09:28:28 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 70.94.38.149 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 67.222.38.55 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:181361 Archived-At: Ted Zlatanov writes: > On Sat, 27 Dec 2014 15:57:05 -0600 Stephen Leake wrote:=20 > > SL> Aur=C3=A9lien Aptel writes: >>> # build emacs >>> $ git clone https://github.com/aaptel/emacs-dynamic-module.git emacs-dyn >>> $ cd emacs-dyn >>> $ ./autogen.sh >>> $ ./configure >>> $ make >>>=20 >>> # build all the modules >>> $ for i in modules/*; do make -C "$i"; done > > SL> What happened to the 'modules' directory?=20 > > SL> It's no longer in this repository (I just cloned it), and it's not in > SL> the Savannah dynamics-modules* branches either. > > Aurelien asked for more time to deal with some minor issues, but the > branch dynamic-modules-rc2 definitely has that directory. It just needs > rebasing and testing. I rebased to master as of a couple days ago. I'm getting a compilation error: ./temacs --batch --load loadup bootstrap Loading loadup.el (source)... Using load-path (c:/Projects/emacs/dynamic-modules-rc2/lisp c:/Projects/ema= cs/dynamic-modules-rc2/lisp/emacs-lisp c:/Projects/emacs/dynamic-modules-rc= 2/lisp/language c:/Projects/emacs/dynamic-modules-rc2/lisp/international c:= /Projects/emacs/dynamic-modules-rc2/lisp/textmodes c:/Projects/emacs/dynami= c-modules-rc2/lisp/vc) Loading emacs-lisp/byte-run (source)... Loading emacs-lisp/backquote (source)... Symbol's function definition is void: defun Makefile:825: recipe for target 'bootstrap-emacs.exe' failed make[1]: *** [bootstrap-emacs.exe] Error 127 make[1]: Leaving directory '/c/Projects/emacs/dynamic-modules-rc2/src' Makefile:398: recipe for target 'src' failed make: *** [src] Error 2 I got the same error before the rebase. I'm building on Mingw64; I'll try on Debian. --=20 -- Stephe