unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ben Key <BenK@FreedomScientific.com>
Subject: Error building Emacs 21.3.50 CVS using MSVC 6 - Continued
Date: Wed, 9 Oct 2002 13:46:13 -0400	[thread overview]
Message-ID: <762A7BB74D6AD51195EF00B0D0AA16602C3806@STPETE> (raw)

I am building Emacs using the following batch file:

  REM BEGIN buildmsvc.bat
  @ECHO OFF
  cd emacs\nt
  call configure.bat --with-msvc
  IF ERRORLEVEL 1 GOTO ERROR_STATE
  nmake /f Makefile.nt bootstrap INSTALL_DIR=D:\EMACS_CVS MSVCNT11=1
  IF ERRORLEVEL 1 GOTO ERROR_STATE
  nmake /f Makefile.nt install INSTALL_DIR=D:\EMACS_CVS MSVCNT11=1
  IF ERRORLEVEL 1 GOTO ERROR_STATE

  GOTO SUCCESSFUL_BUILD

  :ERROR_STATE
  ECHO DAMNED! An error occured while building emacs.
  GOTO END

  :SUCCESSFUL_BUILD
  ECHO Emacs was built successfully.  Hurray.

  :END

  cd ..
  cd ..
  REM END buildmsvc.bat

I am now getting the following error

Directories: calendar emacs-lisp emulation eshell gnus international
language mail net play progmodes term textm
odes
        ..\bin\emacs.exe -batch --no-init-file --no-site-file --multibyte -l
autoload --eval "(setq find-file-ho
oks nil generated-autoload-file \"./loaddefs.el\")" -f
batch-update-autoloads .  calendar  emacs-lisp  emulation
  eshell  gnus  international  language  mail  net  play  progmodes  term
textmodes
Saving file d:/emacs_cvs/_src/emacs/lisp/loaddefs.el...
Loading vc-cvs (source)...
Wrote d:/emacs_cvs/_src/emacs/lisp/loaddefs.el
        for %f in (./emacs-lisp/byte-opt.el  ./emacs-lisp/bytecomp.el
./subr.el) do ..\bin\emacs.exe -batch --n
o-init-file --no-site-file --multibyte -f batch-byte-compile %f
>>Error occurred processing /emacs-lisp: File error (("Opening input file"
"no such file or directory" "d:/emacs
-lisp"))
>>Error occurred processing /byte-opt.el: File error (("Opening input file"
"no such file or directory" "d:/byte
-opt.el"))
>>Error occurred processing /emacs-lisp: File error (("Opening input file"
"no such file or directory" "d:/emacs
-lisp"))
>>Error occurred processing /bytecomp.el: File error (("Opening input file"
"no such file or directory" "d:/byte
comp.el"))
>>Error occurred processing /subr.el: File error (("Opening input file" "no
such file or directory" "d:/subr.el"
))
NMAKE : fatal error U1077: 'for' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\PROGRAM FILES\MICROSOFT VISUAL
STUDIO\VC98\BIN\nmake.exe"' : return code '0x2'
Stop.
DAMNED! An error occured while building emacs.


Please help me resolve this issue.

                 reply	other threads:[~2002-10-09 17:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=762A7BB74D6AD51195EF00B0D0AA16602C3806@STPETE \
    --to=benk@freedomscientific.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).