all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Error building Emacs 21.3.50 CVS using MSVC 6
@ 2002-10-09 15:12 Ben Key
  2002-10-09 15:53 ` Juanma Barranquero
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Key @ 2002-10-09 15:12 UTC (permalink / raw)


The error I am getting is as follows (see line marked ##ERROR##):

        d:\EMACS_CVS\_src\21.3.50\src\obj\i386\temacs.exe -batch -l loadup
dump
Loading loadup.el (source)...
Using load-path (../lisp)
Loading byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading map-ynp (source)...
Loading env (source)...
Loading cus-start (source)...
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
Loading format (source)...
Loading bindings (source)...
Loading files (source)...
Loading cus-face (source)...
Loading faces (source)...
(require cl) while preparing to dump (##ERROR##)
NMAKE : fatal error U1077:
'd:\EMACS_CVS\_src\21.3.50\src\obj\i386\temacs.exe' : return code
'0xffffffff'
Stop.

What can I do to fix this?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Error building Emacs 21.3.50 CVS using MSVC 6
  2002-10-09 15:12 Error building Emacs 21.3.50 CVS using MSVC 6 Ben Key
@ 2002-10-09 15:53 ` Juanma Barranquero
  0 siblings, 0 replies; 3+ messages in thread
From: Juanma Barranquero @ 2002-10-09 15:53 UTC (permalink / raw)
  Cc: GNU Emacs Devel (E-mail)

On Wed, 9 Oct 2002 11:12:46 -0400, Ben Key <BenK@FreedomScientific.com> wrote:

> (require cl) while preparing to dump (##ERROR##)
> NMAKE : fatal error U1077:
> 'd:\EMACS_CVS\_src\21.3.50\src\obj\i386\temacs.exe' : return code
> '0xffffffff'
> Stop.

How are you building Emacs? Did you do

cd nt
configure --with-msvc
nmake bootstrap
nmake install

or what?


                                                           /L/e/k/t/u

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Error building Emacs 21.3.50 CVS using MSVC 6
@ 2002-10-09 16:31 jasonr
  0 siblings, 0 replies; 3+ messages in thread
From: jasonr @ 2002-10-09 16:31 UTC (permalink / raw)


Judging by the fact that all those libraries say
(source) after the library name, you have not done

nmake bootstrap

yet. The question is, why did the build process get this
far? It should have stopped much earlier with a message
telling you what to do.

> 
> The error I am getting is as follows (see line marked ##ERROR##):
> 
>         d:\EMACS_CVS\_src\21.3.50\src\obj\i386\temacs.exe -batch -l loadup
> dump
> Loading loadup.el (source)...
> Using load-path (../lisp)
> Loading byte-run (source)...
> Loading emacs-lisp/backquote (source)...
> Loading subr (source)...
> Loading version.el (source)...
> Loading widget (source)...
> Loading custom (source)...
> Loading map-ynp (source)...
> Loading env (source)...
> Loading cus-start (source)...
> Loading international/mule (source)...
> Loading international/mule-conf.el (source)...
> Loading format (source)...
> Loading bindings (source)...
> Loading files (source)...
> Loading cus-face (source)...
> Loading faces (source)...
> (require cl) while preparing to dump (##ERROR##)
> NMAKE : fatal error U1077:
> 'd:\EMACS_CVS\_src\21.3.50\src\obj\i386\temacs.exe' : return code
> '0xffffffff'
> Stop.
> 
> What can I do to fix this?
> 
> 
> _______________________________________________
> Emacs-devel mailing list
> Emacs-devel@gnu.org
> http://mail.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-09 16:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-09 15:12 Error building Emacs 21.3.50 CVS using MSVC 6 Ben Key
2002-10-09 15:53 ` Juanma Barranquero
  -- strict thread matches above, loose matches on Subject: below --
2002-10-09 16:31 jasonr

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.