all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: gui emacs from terminal
Date: Thu, 15 Jul 2010 19:02:19 -0600	[thread overview]
Message-ID: <i1ob2p$t28$1@dough.gmane.org> (raw)
In-Reply-To: <EE7DCF36-0416-4E29-B2D5-B2825257C7EA@colorado.edu>

Cynthia Lee Page wrote:
> Dear Users,
> 
> First off I am a newbie. I installed emacs (in the user folder of my mac 
> os10.5.8) and am able to run it from my terminal but I have no gui 
> interface. This is the command I used to build
> 
> $ ./configure --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no
> 
> I did this because I was told to by the error messages when I initially 
> attempted to install with just ./configure.

Why not `./configure --with-ns` as suggested in ./nextstep/INSTALL, which is
referenced by both ./INSTALL and ./nextstep/README?

> So I have two questions is this why I don't get a gui interface?
> 
> More importantly can I open with a gui interface with this installation?

Are you running the ./nextstep/Emacs.app/Contents/MacOS/Emacs executable
from the terminal?

Or did you run `make install` after `make`, and are running the
/Applications/Emacs.app/Contents/MacOS/Emacs executable from the terminal?

Does it help to run the executable with the -Q option?

Can you re-run ./configure and post the output?

> I have downloaded and installed a second version of emacs, the carbon 
> version which does open with the gui, I have this file in my 
> applications folder. Is there any way I can invoke this version of emacs 
> while in the terminal and having ssh'd to a remote host?
> 
> Please ask for clarification if this is unclear and thanks in advance 
> for any help,

I suggest:

	make distclean
	./configure --with-ns
	make
	sudo make install

I always log the output for future reference e.g.

	./configure --with-ns 2>&1 | tee configure.log

-- 
Kevin Rodgers
Denver, Colorado, USA




  parent reply	other threads:[~2010-07-16  1:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-14 10:47 gui emacs from terminal Cynthia Lee Page
2010-07-15  8:14 ` Peter Dyballa
2010-07-15 11:51 ` Tim Visher
2010-07-16  1:02 ` Kevin Rodgers [this message]
2010-07-16  4:27   ` Melton Low
2010-07-16  7:30   ` Peter Dyballa
2010-07-16 14:04     ` Cynthia Page
2010-07-16 16:22       ` Bastian Beischer
2010-07-16 19:44       ` Peter Dyballa
     [not found] <mailman.10.1279168075.3908.help-gnu-emacs@gnu.org>
2010-07-15 16:38 ` Pascal J. Bourguignon
2010-07-16  8:48 ` Giacomo Boffi

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='i1ob2p$t28$1@dough.gmane.org' \
    --to=kevin.d.rodgers@gmail.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.