From: Richard Dawe <rich@phekda.freeserve.co.uk>
Subject: Building Emacs CVS against DJGPP CVS
Date: Mon, 06 Jan 2003 22:36:08 +0000 [thread overview]
Message-ID: <3E1A04D8.BA074B08@phekda.freeserve.co.uk> (raw)
Hello.
I seem to be having problems building recent Emacs CVS against DJGPP CVS. The
problem is that I can't bootstrap, because byte-compiling the elisp files
fails due to a unsatisfied reference to 'set-fontset-font' in
lisp/term/x-win.el.
'set-fontset-font' is defined in src/fontset.c, which is not compiled in in
the DJGPP build. I tried modifying src/Makefile.in to include it, but that
failed, because 'struct face' has no font member for non-X-Windows builds like
DJGPP.
I compared lisp/term/x-win.el from CVS with that from some Emacs 21.0.98
sources I had lying around at it seems that the requirement on the fontset
module used to be conditional:
--- /develop/emacs-21.0.98/lisp/term/x-win.el 2000-11-27 17:10:16.000000000
+0000
+++ x-win.el 2002-12-29 13:01:34.000000000 +0000
@@ -75,8 +75,7 @@
(require 'faces)
(require 'select)
(require 'menu-bar)
-(if (fboundp 'new-fontset)
- (require 'fontset))
+(require 'fontset)
(Note that I've trimmed the diff to show only one chunk.)
I couldn't see anything in ChangeLog about the changes.
Any help would be appreciated. Please CC me on reply, because I'm not
subscribed to bug-gnu-emacs.
Thanks, bye, Rich =]
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
reply other threads:[~2003-01-06 22:36 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=3E1A04D8.BA074B08@phekda.freeserve.co.uk \
--to=rich@phekda.freeserve.co.uk \
/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).