Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!monster.cis.ohio-state.edu!bob From: bob@monster.cis.ohio-state.edu (Bob Sutterfield) Newsgroups: gnu.emacs Subject: Re: Compiling EMACS for use with X? Keywords: X11 X-windows include file Message-ID: <31154@tut.cis.ohio-state.edu> Date: 13 Jan 89 05:14:35 GMT References: <1492@cps3xx.UUCP> Sender: news@tut.cis.ohio-state.edu Reply-To: Bob Sutterfield Organization: The Ohio State University Dept of Computer & Information Science Lines: 9 In article <1492@cps3xx.UUCP> pegah@cpsvax.cps.msu.edu (Mahmoud Pegah) writes: >...where does the Xkeyboard.h file come from when compiling EMACS >under X11? Are you sure you have the symbol X11 #defined along with HAVE_X_WINDOWS in src/config.h? is only found in xterm.c, which is used for X10; and it isn't used in x11term.c, which is used for X11. If HAVE_X_WINDOWS is #defined in src/config.h, and you don't #define X11, the default is to [try to] make an X10 client.