all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Kevin Patrick Barry <barryk2@tcd.ie>
Cc: help-gnu-emacs@gnu.org
Subject: Re: getting gnu emacs to run in gui mode
Date: Wed, 21 Mar 2012 18:47:31 +0100	[thread overview]
Message-ID: <3676E346-874C-4048-98AD-F5AB876568C3@Web.DE> (raw)
In-Reply-To: <CADyDFdReCSdt9sLUZpAfhouPJBJyCOQV=irSRbBBys5LQmX-aA@mail.gmail.com>


Am 21.3.2012 um 13:45 schrieb Kevin Patrick Barry:

> I have installed gnu emacs 23.4 on my linux system (Lubuntu), and I can run
> it just fine from my terminal, but I can't get it to load in gui mode.

You need to install a lot of dev packages. Compiling GNU Emacs is kind of "development", not just using the system. Since you still have the sources on your system, run './configure --help' and then decide which components of X11, font handling and display, etc. you want and then install the corresponding dev packages.

In GNU Emacs you can perform the task of configuration and compilation (+ installation). From the top level directory of the sources, i.e., emacs-23.4, invoke M-x compile RET, then remove the text appearing in echo area/mini-buffer and type: ./configure <possible options> RET. And you can see in colour which software components and particles are found and which not. At the end of the *compilation* buffer you'll see which kind of Emacs will be built. You can save the whole buffer – and close it! (Or it will be overwritten by next compilation.) If you are satisfied, you can M-x compile RET and press RET again if the text says 'make -k' or use cursor-up to fetch back that 'make -k'. RET will start the build.
If you're not satisfied with the configuration step you can install more dev packages and/or use some configure options.

--
Greetings

  Pete

Don't force it; get a larger hammer. 
				– Anthony's Law of Force




  parent reply	other threads:[~2012-03-21 17:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-21 12:45 getting gnu emacs to run in gui mode Kevin Patrick Barry
2012-03-21 16:16 ` Alberto Luaces
2012-03-21 17:47 ` Peter Dyballa [this message]
2012-03-21 19:13 ` Ian Barton
2012-03-21 19:40 ` suvayu ali
2012-03-21 19:41   ` suvayu ali
2012-03-21 19:45     ` suvayu ali

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=3676E346-874C-4048-98AD-F5AB876568C3@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=barryk2@tcd.ie \
    --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.