* Re: How to download and install Emacs CVS?
2005-01-18 12:16 ` Rodolfo Medina
@ 2005-01-18 12:50 ` Matthew Huggett
2005-01-18 16:59 ` Peter Dyballa
` (3 subsequent siblings)
4 siblings, 0 replies; 12+ messages in thread
From: Matthew Huggett @ 2005-01-18 12:50 UTC (permalink / raw)
Cc: help-gnu-emacs
> From: "Rodolfo Medina" <romeomedina@libero.it>
> Date: Tue, 18 Jan 2005 13:16:18 +0100
>
> This way Emacs was installed in my system.
> I have though still the following questions:
>
> 1) when I installed Emacs-CVS in Mandrake 9.1 everything seemed to go well,
> except that Emacs is launched without graphical environment,
> with a black background and no possibility to use the mouse.
> Is that normal, or what did I miss?
I believe that there are some options you need to pass to the
configure script in order to get a gui. I think this is documented in
INSTALL in the root of the source directory.
Matt
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: How to download and install Emacs CVS?
2005-01-18 12:16 ` Rodolfo Medina
2005-01-18 12:50 ` Matthew Huggett
@ 2005-01-18 16:59 ` Peter Dyballa
2005-01-18 19:48 ` Eli Zaretskii
` (2 subsequent siblings)
4 siblings, 0 replies; 12+ messages in thread
From: Peter Dyballa @ 2005-01-18 16:59 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 18.01.2005 um 13:16 schrieb Rodolfo Medina:
> $ ./configure
> $ make bootstrap
> # make install
This sequence is OK, but there is much more of choices, particularly a
windowing environment, i.e. making GNU Emacs a graphical application.
Try this:
./configure --help
You'll get a huge list. Important is at least '--with-x'. Then you can
manually choose the X tool kit, GTK or Lucid, as I recommend (Athena is
very old not very attractive, Motif is not my choice, try a bit of 3D
look with Xaw-3d). Since the compilation and installation went so fine,
you could just try a few combinations to see which suits you best. Pay
attention to the supported graphics formats, you might need them one
day.
--
Greetings
Pete
"Email is a wonderful thing for people whose role in life is to be on
top of things. But not for me; my role is to be on the bottom of
things. What I do takes long hours of studying and uninterruptible
concentration." -Donald Knuth
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: How to download and install Emacs CVS?
2005-01-18 12:16 ` Rodolfo Medina
2005-01-18 12:50 ` Matthew Huggett
2005-01-18 16:59 ` Peter Dyballa
@ 2005-01-18 19:48 ` Eli Zaretskii
2005-01-22 12:19 ` Rodolfo Medina
[not found] ` <mailman.13933.1106069492.27204.help-gnu-emacs@gnu.org>
4 siblings, 0 replies; 12+ messages in thread
From: Eli Zaretskii @ 2005-01-18 19:48 UTC (permalink / raw)
> From: "Rodolfo Medina" <romeomedina@libero.it>
> Date: Tue, 18 Jan 2005 13:16:18 +0100
>
> 2) When I repeated the installation in Mandrake 10.1 Community, during the
> 'make bootstrap' step the following message went on appearing:
>
> Warning: arch-independent data dir (/usr/local/share/emacs/21.3.50/etc/)
> does not exist.
>
> What's wrong?
Nothing; such message are to be expected during bootstrap, since it
runs the built binary from inside the src directory, without
installing it into the /usr/local tree. Simply disregard these
messages.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: How to download and install Emacs CVS?
2005-01-18 12:16 ` Rodolfo Medina
` (2 preceding siblings ...)
2005-01-18 19:48 ` Eli Zaretskii
@ 2005-01-22 12:19 ` Rodolfo Medina
[not found] ` <mailman.13933.1106069492.27204.help-gnu-emacs@gnu.org>
4 siblings, 0 replies; 12+ messages in thread
From: Rodolfo Medina @ 2005-01-22 12:19 UTC (permalink / raw)
Many thanks to all who replied.
Rodolfo wrote:
>when I installed Emacs-CVS in Mandrake 9.1 everything seemed to go well,
>except that Emacs is launched without graphical environment,
>with a black background and no possibility to use the mouse.
>Is that normal, or what did I miss?
It seems that the problem was due to the absence of the `libgtk+2.0_0-devel'
package.
In fact, repeating the Emacs-CVS installation after installing that package,
the problem was solved.
>When I repeated the installation in Mandrake 10.1 Community,
>during the 'make bootstrap' step the following message went on appearing:
>
>Warning: arch-independent data dir
>(/usr/local/share/emacs/21.3.50/etc/)
>does not exist.
>
>What's wrong? How to fix that? Maybe the lack of important packages?
>Can anyone say which ones?
I forgot to say that the installation failed in the end.
Well, I can't explain this problem, but:
after downloading Emacs-CVS into Mandrake 9.1
I had copied it into my '/mnt/windows' directory,
then from there I had copied it into Mandrake 10.1 Community
and installed it there. Now,
a) I noticed that the 78.5 MB size Emacs-CVS source directory
had become 80.2 MB once copied into '/mnt/windows';
b) I removed the Emacs-CVS source directory from Mandrake 10.1,
copied it again straight away from Mandrake 9.1 into Mandrake 10.1
and its size kept 78.5, then repeated the installation
and this time everything seemed to go well.
Now, some more questions.
1) To do daily updates, is it correct to do
$ cvs -z3 update -dP
from the my downloaded Emacs sources directory?;
2) after updating, shall I do
`$ ./configure', `$ make bootstrap' and `# make install'
again, or some other commands? I read the INSTALL.CVS file,
but this point is not clear to me;
3) after the installation, Emacs came up all white, whereas I like the green
colour of Emacs Mandrake default distribution. I couldn't solve the
problem
with: `M-x list-display-colors'.
Can anyone suggest where to find and modify that color setting at one's
pleasure?
Thanks indeed,
cheers,
Rodolfo
^ permalink raw reply [flat|nested] 12+ messages in thread
[parent not found: <mailman.13933.1106069492.27204.help-gnu-emacs@gnu.org>]
* Re: How to download and install Emacs CVS?
[not found] ` <mailman.13933.1106069492.27204.help-gnu-emacs@gnu.org>
@ 2005-01-29 6:05 ` David Combs
2005-01-29 11:40 ` Peter Dyballa
2005-01-31 16:03 ` Stefan Monnier
0 siblings, 2 replies; 12+ messages in thread
From: David Combs @ 2005-01-29 6:05 UTC (permalink / raw)
In article <mailman.13933.1106069492.27204.help-gnu-emacs@gnu.org>,
Peter Dyballa <Peter_Dyballa@Web.DE> wrote:
>
>Am 18.01.2005 um 13:16 schrieb Rodolfo Medina:
>
>> $ ./configure
>> $ make bootstrap
>> # make install
>
>This sequence is OK, but there is much more of choices, particularly a
>windowing environment, i.e. making GNU Emacs a graphical application.
>Try this:
>
>./configure --help
>
>You'll get a huge list. Important is at least '--with-x'. Then you can
>manually choose the X tool kit, GTK or Lucid, as I recommend (Athena is
>very old not very attractive, Motif is not my choice, try a bit of 3D
>look with Xaw-3d). Since the compilation and installation went so fine,
>you could just try a few combinations to see which suits you best. Pay
>attention to the supported graphics formats, you might need them one
>day.
Suppose you're using Solaris' CDE as your gui; what's a
reasonable choice, given that.
(CDE suits me just fine, for what little I need from
a gui, so am not currently eager to switch to a different
gui -- if this sentence has anything to do with running
emacs at all; maybe it doesn't, all that counts being
that somewhere down there is an X11, and there is.)
Thanks,
David
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: How to download and install Emacs CVS?
2005-01-29 6:05 ` David Combs
@ 2005-01-29 11:40 ` Peter Dyballa
2005-01-31 16:03 ` Stefan Monnier
1 sibling, 0 replies; 12+ messages in thread
From: Peter Dyballa @ 2005-01-29 11:40 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 29.01.2005 um 07:05 schrieb David Combs:
> Suppose you're using Solaris' CDE as your gui; what's a
> reasonable choice, given that.
CDE, the Common Desktop Environment, is based on Motif, a commercial X
toolkit. So Motif should be the first and best fitting choice. (And
with Motif you have some extra choices for X resources.)
But you don't need to stick to this. Athena is always in X11 --
although not the best choice. You can always ask configure to work
--with- whatever you prefer. When it's not in the system it won't be
found and configure will fall back to what's there.
If you've once succeeded to install a usable version you can try to
configure and compile another one with another GUI and start it as
"src/emacs." If you think that's a better version, install it and try
the next configuration.
--
Greetings
Pete
The box said "Use Windows 95 or better," so I got a Macintosh
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: How to download and install Emacs CVS?
2005-01-29 6:05 ` David Combs
2005-01-29 11:40 ` Peter Dyballa
@ 2005-01-31 16:03 ` Stefan Monnier
1 sibling, 0 replies; 12+ messages in thread
From: Stefan Monnier @ 2005-01-31 16:03 UTC (permalink / raw)
>>> $ ./configure
>>> $ make bootstrap
>>> # make install
>>
>> This sequence is OK, but there is much more of choices, particularly a
>> windowing environment, i.e. making GNU Emacs a graphical application.
>> Try this:
>>
>> ./configure --help
>>
>> You'll get a huge list. Important is at least '--with-x'. Then you can
--with-x is already the default if you have X11 installed.
>> manually choose the X tool kit, GTK or Lucid, as I recommend (Athena is
>> very old not very attractive, Motif is not my choice, try a bit of 3D
>> look with Xaw-3d).
In the --with-x-toolkit argument "lucid" and "athena" mean the same.
It also happens to be the default.
> Suppose you're using Solaris' CDE as your gui; what's a
> reasonable choice, given that.
I recommend you stick with the default. It's the best debugged code.
Stefan
^ permalink raw reply [flat|nested] 12+ messages in thread