emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dynamic loading progress


From: Stephen Leake
Subject: Re: Dynamic loading progress
Date: Fri, 16 Jan 2015 18:10:13 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (windows-nt)

Ted Zlatanov <address@hidden> writes:

> On Sat, 27 Dec 2014 15:57:05 -0600 Stephen Leake <address@hidden> wrote: 
>
> SL> Aurélien Aptel <address@hidden> writes:
>>> # build emacs
>>> $ git clone https://github.com/aaptel/emacs-dynamic-module.git emacs-dyn
>>> $ cd emacs-dyn
>>> $ ./autogen.sh
>>> $ ./configure
>>> $ make
>>> 
>>> # build all the modules
>>> $ for i in modules/*; do make -C "$i"; done
>
> SL> What happened to the 'modules' directory? 
>
> 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/emacs/dynamic-modules-rc2/lisp/emacs-lisp 
c:/Projects/emacs/dynamic-modules-rc2/lisp/language 
c:/Projects/emacs/dynamic-modules-rc2/lisp/international 
c:/Projects/emacs/dynamic-modules-rc2/lisp/textmodes 
c:/Projects/emacs/dynamic-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.

-- 
-- Stephe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]