From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Javier Newsgroups: gmane.emacs.help Subject: Re: Compiling Emacs: configure --with-x-toolkit=KIT Date: Wed, 27 Aug 2014 21:41:54 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: <7zfvgiro9p.fsf@example.com> <7zbnr5swwf.fsf@example.com> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1409175936 20318 80.91.229.3 (27 Aug 2014 21:45:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Aug 2014 21:45:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 27 23:45:35 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XMl20-0000Dy-NM for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Aug 2014 23:45:28 +0200 Original-Received: from localhost ([::1]:33419 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMl20-0005FU-Bo for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Aug 2014 17:45:28 -0400 Original-Path: usenet.stanford.edu!newsfeed.news.ucla.edu!news.snarked.org!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: F0FEFcLSZEaVVHfj1cocJw.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: tin/2.2.0-20131224 ("Lochindaal") (UNIX) (Linux/3.14.2-1-ARCH (x86_64)) X-Notice: Filtered by postfilter v. 0.8.2 Original-Xref: usenet.stanford.edu gnu.emacs.help:207165 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99442 Archived-At: >>> I compiled and installed emacs from the source 24.3. But I appear to >>> have created the GTK version and not the X11 version. Is there some >>> other source which will produce emacs-x11? I tried Do you mean the old-fashioned athena toolkit? http://en.wikipedia.org/wiki/Xaw >From ./configure --help: --with-x-toolkit=KIT use an X toolkit (KIT one of: yes or gtk, gtk2, gtk3, lucid or athena, motif, no) The choices are gtk, lucid (same as Qt), athena and motif. Try this ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ --localstatedir=/var --with-x-toolkit=athena \ --without-gconf --without-gsettings make make install If it does not work try --without-xft in the configure line. Does it compile? does it look all right? I have never tried to put that look into emacs, but I confess that I like the minimalistic look of the old athena X11 applications like xterm, xfig.