emacs-devel
[Top][All Lists]
Advanced

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

Having trouble compiling NTEmacs from CVS


From: Matthew Flower
Subject: Having trouble compiling NTEmacs from CVS
Date: Thu, 17 Jan 2002 23:59:17 -0800

Hello,

I'm having some trouble compiling Emacs fresh out of CVS.  I'm running WinXP
with Cygwin and Mingw.  (I've previously been able to compile 21.1.)

When I attempt to compile, I initially get this problem.

Loading format (source)...
Loading bindings (source)...
Loading simple (source)...
Cannot open load file: cl
Signal 127
make[1]: *** [oo-spd/i386/emacs.exe] Error 255
make[1]: Leaving directory `H:/code/emacs/src'
make: *** [all-other-dirs-gmake] Error 2

It looked like a load-path issue to me, so I added 

  (setq load-path '("../lisp" "../lisp/emacs-lisp" "../lisp/international"))

to loadup.el and simple loaded correctly.  Unfortunately, this error cropped
up a few lines later:

  Loading w32-fns (source)...
  Loading float-sup (source)...
  nil
  Loading vc-hooks (source)...
  Loading ediff-hook (source)...
  nil
  Finding pointers to doc strings...
  Finding pointers to doc strings...done
  Wrote h:/code/emacs/lib-src/fns-21.2.50.1.el
  Dumping under names emacs and emacs-21.2.50.1
  Pure Lisp storage overflow (approx. 2055732 bytes needed)
  Signal 127
  make[1]: *** [oo-spd/i386/emacs.exe] Error 255
  make[1]: Leaving directory `H:/code/emacs/src'
  make: *** [all-other-dirs-gmake] Error 2

Darn.  I'm afraid that this problem is a bit out of my league.  What did I
do wrong?  Was my first fix incorrect?  Any help would be appreciated.

Thanks,
Matt



reply via email to

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