all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Pascal J. Bourguignon" <pjb@informatimago.com>
To: help-gnu-emacs@gnu.org
Subject: Re: just now made an emacs (on gnome). Problem: thinks I'm vt100 or something!
Date: Thu, 20 Jan 2011 07:00:44 +0100	[thread overview]
Message-ID: <87k4i02jxv.fsf@kuiper.lan.informatimago.com> (raw)
In-Reply-To: ih3kd8$k1p$1@panix2.panix.com

dkcombs@panix.com (David Combs) writes:

> Just made an emacs (23.1) on Solaris 10 sparc.  Was
> using gnome when I did it.
>
> ./configure  ... ... --with-gif=no  ...
>
> Now, I thought that the use for libgif (or giflib?) was
> so that you could show *photographs*, things like that.
>
> (I used the with-gif=no because, on comp.unix.solaris,  that was 
> how I was told to do the configure.)
>
> Anyway, that and the make (gmake) worked ok.
>
> And when I actually ran the newly-built emacs (in ../src/),
> hooray!, I finally had an emacs on this otherwise naked machine.
>
> But it sure didn't look like the ntemacs I'm running on xp,
> with the large fancy colorful "script" EMACS it showed on
> starting up.
>
> No such luck.  What I got was like 30 years ago emacs running
> on an ADM-3a or vt-100: took no advantage of the gnome gui
> it was running under.
>
> Question: could that "no gif" do that?  (I hope not!)
>
> So, what might I have done wrong?

You need --with-x to get an X gui.

Here is what I use:

    ./configure --prefix=/opt/emacs-${emacs_version}  \
	    --with-x \
	    --with-xpm \
	    --with-jpeg \
	    --with-tiff \
	    --with-gif \
	    --with-png \
        --with-rsvg \
        --with-xft \
        --with-libotf \
        --with-sound \
	    --with-x-toolkit=no \
	    --without-toolkit-scroll-bars \
	    --x-includes=/usr/X11/include \
	    --x-libraries=/usr/X11/lib \
        && make \
        && make install 

Of course, if you want some specific X toolkit, you will use something
else than no there.

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.


  parent reply	other threads:[~2011-01-20  6:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-18  8:52 just now made an emacs (on gnome). Problem: thinks I'm vt100 or something! David Combs
2011-01-18 17:16 ` rusi
2011-01-18 17:30   ` rusi
2011-01-18 18:12 ` Jason Earl
2011-01-18 19:36   ` David Combs
2011-01-18 21:12 ` Tim X
2011-01-21  1:40   ` David Combs
2011-01-21  7:44     ` Tim X
2011-01-20  5:47 ` Kevin Rodgers
2011-01-20  6:00 ` Pascal J. Bourguignon [this message]
2011-01-21  1:45   ` David Combs
2011-01-20 15:14 ` Steph

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=87k4i02jxv.fsf@kuiper.lan.informatimago.com \
    --to=pjb@informatimago.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.