all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Javier <nospam@nospam.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Compiling Emacs: configure --with-x-toolkit=KIT
Date: Wed, 27 Aug 2014 21:41:54 +0000 (UTC)	[thread overview]
Message-ID: <ltljb1$iab$1@speranza.aioe.org> (raw)
In-Reply-To: 7zbnr5swwf.fsf@example.com


>>> 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.


  parent reply	other threads:[~2014-08-27 21:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <7zfvgiro9p.fsf@example.com>
2014-08-27 15:42 ` Compiling Emacs: configure --with-x-toolkit=KIT Eli Zaretskii
     [not found] ` <mailman.7618.1409154146.1147.help-gnu-emacs@gnu.org>
     [not found]   ` <7zbnr5swwf.fsf@example.com>
2014-08-27 21:41     ` Javier [this message]
     [not found]       ` <7zppflsg1r.fsf@example.com>
2014-08-28 12:57         ` Stefan Monnier
2014-08-28 14:14           ` Óscar Fuentes
2014-08-28 14:25             ` Jai Dayal

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ltljb1$iab$1@speranza.aioe.org' \
    --to=nospam@nospam.com \
    --cc=help-gnu-emacs@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.