Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!uakari.primate.wisc.edu!xanth!xanth.cs.odu.edu!tadguy From: tadguy@cs.odu.edu (Tad Guy) Newsgroups: comp.emacs Subject: Re: Comipiling Gnu Emacs to use X Windows Message-ID: Date: 20 Oct 89 01:31:07 GMT References: <164@seqp4.UUCP> Sender: news@cs.odu.edu Organization: Old Dominion University, Norfolk, VA Lines: 20 In-reply-to: mikeyv@seqp4.ORG's message of 18 Oct 89 20:30:55 GMT In article <164@seqp4.UUCP> mikeyv@seqp4.ORG (Michael Vernick) writes: I am trying to compile Gnu Emacs 18.52 to use X windows but I get an undefined include file "X/Xkeyboard.h" in "xterm.c". I have loaded X Windows 11 Release 3 but there is no Xkeyboard.h. Is Emacs 18.52 dependent on earlier versions of X windows? [ You should be installing 18.55, the current version of Emacs, especially if you intend to use the oldXMenu stuff ] Did you remember to define X11 in your config.h? config.h: | /* Define X11 if you want to use version 11 of X windows. | Otherwise, Emacs expects to use version 10. */ | | #define X11 If so, your make should be compiling x11term.c, not xterm.c... ...tad