* Building Emacs CVS against DJGPP CVS
@ 2003-01-06 22:36 Richard Dawe
0 siblings, 0 replies; only message in thread
From: Richard Dawe @ 2003-01-06 22:36 UTC (permalink / 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/ ]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-06 22:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-06 22:36 Building Emacs CVS against DJGPP CVS Richard Dawe
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).