emacs-devel
[Top][All Lists]
Advanced

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

Re: Still cannot build native windows version of emacs 23.*


From: Eric Lilja
Subject: Re: Still cannot build native windows version of emacs 23.*
Date: Wed, 06 Feb 2008 05:38:44 +0100
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Eli Zaretskii skrev:
From: Eric Lilja <address@hidden>
Date: Wed, 06 Feb 2008 00:22:50 +0100

I'm running the bootstrap with the altered makefile right now on a fresh checkout, but I'm not sure I altered the line correctly. Should it be:
.el.elc:
        $(RUNEMACS) --eval "(message \"%s\" load-path)" $<

No, it should be

.el.elc:
        $(RUNEMACS) --eval "(message \"%s\" load-path)" -f batch-byte-compile $<





Hmm, what you quoted looks odd, heh. Anyway, here are what I hope are the relevant lines from the bootstrap: mingw32-make[2]: Entering directory `c:/blandat/editors/emacs/cvsemacs/emacs/admin/unidata' "../../src/oo-spd/i386/emacs.exe" -Q --multibyte -batch --eval "(message \"%s\" load-path)" -f batch-byte-compile unidata-gen.el
Cannot open load file: encoded-kb
mingw32-make[2]: *** [unidata-gen.elc] Error 255
mingw32-make[2]: Leaving directory `c:/blandat/editors/emacs/cvsemacs/emacs/admin/unidata'
mingw32-make[1]: [unidatagen-SH] Error 2 (ignored)

Let me know if I should post the complete bootstrap log again.





reply via email to

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