Cotton Seed <cottons(a)concmp.com> wrote:
This is my first try to build XEmacs under NT. I failed. I
didn't
download the info or elc tar files.
I am using MSVC v6.0.
Build log appended.
- Cotton
-- nt\Installation --
<snip>
*** Backtrace
really-early-error-handler((void-variable OS:))
# bind (current-load-list)
<snip>
I had a similar problem with 21.2.13, because somehow (I was too lazy
to investigate why) the new
ESC=^
in xemacs.mak did not work where it creates Installation.el. I "fixed"
this by reverting to the old way there:
<snip xemacs.mak to around line 461...>
# Creation of Installation.el
!if [type Installation] ||\
[echo (setq Installation-string ^">Installation.el] ||\
[type Installation >>Installation.el] ||\
[echo ^")>>Installation.el]
!endif
<...>
FWIW...
--
Cheers,
-Dima.