unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Hansen <larsh@kabelnettet.dk>
Subject: Building Emacs on MS Windows
Date: Thu, 06 Feb 2003 00:16:21 +0100	[thread overview]
Message-ID: <3E419B45.9020004@kabelnettet.dk> (raw)

I have some problems building Emacs from CVS on MS Windows.

1. It seems the files nt/configure.bat and nt/makefile.w32-in have wrong 
newlines.

2. When I correct this and try the command "configure.bat" followed by 
mingw32-make.exe bootstrap" in the nt directory, I get a lot of errors like:

 >>Error occurred processing calc/calc-aent.el: File error (("Opening 
input file" "no such file or directory" 
"d:/cvs/emacs/nt/calc/calc-aent.el"))

Obviosly the problem is that the directory calc resides in the directory 
lisp rather than in the directory nt. I have tried in the file 
lisp/makefile to prefix each module name in the variable WINS with 
"$(lisp)/". That seems to get me past the problem above. But then I get 
the following error:

mingw32-make.exe[1]: Entering directory `D:/cvs/emacs/leim'
"./../src/oo-spd/i386/emacs.exe" -batch --no-init-file --no-site-file 
--multibyte -l D:/cvs/emacs/leim/../lisp/international/titdic-cnv \
     --eval '(batch-titdic-convert t)' \
     -dir quail ./CXTERM-DIC
Converting d:/cvs/emacs/nt/CXTERM-DIC to quail-package...
Opening input file: no such file or directory, d:/cvs/emacs/nt/CXTERM-DIC
Signal 127
mingw32-make.exe[1]: *** [quail/CCDOSPY.elc] Error 255
mingw32-make.exe[1]: Leaving directory `D:/cvs/emacs/leim'
d:\mingw\bin\mingw32-make.exe: *** [all-other-dirs-gmake] Error 2

Obviosly the problem is the directory CXTERM-DIC resides in the 
directory leim rather than in the directory nt.

What is wrong here?

             reply	other threads:[~2003-02-05 23:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-05 23:16 Lars Hansen [this message]
2003-02-05 23:29 ` Building Emacs on MS Windows Juanma Barranquero
2003-02-06  5:55 ` Eli Zaretskii

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=3E419B45.9020004@kabelnettet.dk \
    --to=larsh@kabelnettet.dk \
    /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).