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: Eli Zaretskii
Subject: Re: Still cannot build native windows version of emacs 23.*
Date: Wed, 06 Feb 2008 21:34:02 +0200

> From: Eric Lilja <address@hidden>
> Date: Wed, 06 Feb 2008 05:38:44 +0100
> 
> Hmm, what you quoted looks odd, heh.

What's odd about it?

> 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

Strange, it looks like the setting of EMACSLOADPATH has no effect
whatsoever...  Can you see what is its value?  For example, change the
rule to

.el.elc:
        echo "$(EMACSLOADPATH)"
        $(RUNEMACS) -f batch-byte-compile $<

and then chdir to admin/unidata and type "make unidata-gen.elc" (no
need to run "make bootstrap" again).  What does it print as the value
of EMACSLOADPATH?




reply via email to

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