* problem build emacs 23 with x support
@ 2010-10-15 0:36 eric5931
2010-10-15 1:43 ` Pascal J. Bourguignon
2010-10-15 14:22 ` Stefan Monnier
0 siblings, 2 replies; 5+ messages in thread
From: eric5931 @ 2010-10-15 0:36 UTC (permalink / raw)
To: help-gnu-emacs
I'm trying to build gnu emacs 23.2 with X support. I solved all the
warnings by "configure". But the resulted emacs just run with no
windows. I'd appreciate any help.
Eric
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem build emacs 23 with x support
2010-10-15 0:36 problem build emacs 23 with x support eric5931
@ 2010-10-15 1:43 ` Pascal J. Bourguignon
2010-10-15 22:04 ` eric5931
2010-10-15 14:22 ` Stefan Monnier
1 sibling, 1 reply; 5+ messages in thread
From: Pascal J. Bourguignon @ 2010-10-15 1:43 UTC (permalink / raw)
To: help-gnu-emacs
eric5931 <eric5931@gmail.com> writes:
> I'm trying to build gnu emacs 23.2 with X support. I solved all the
> warnings by "configure". But the resulted emacs just run with no
> windows. I'd appreciate any help.
1- ensure you have a DISPLAY environment variable referencing your
current display. Usually, it means:
export DISPLAY=:0.0
emacs
You may also launch emacs with an explicit display:
emacs --display :0.0
2- If that doesn't work, check the compilation logs. Perhaps it
couldn't find X libraries, so it configured a version without X
anyways. Then you'll have to find out why it cannot find the X
libraries it needs, and pass additionnal options to configure to let
it know where yours are.
--
__Pascal Bourguignon__ http://www.informatimago.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem build emacs 23 with x support
2010-10-15 0:36 problem build emacs 23 with x support eric5931
2010-10-15 1:43 ` Pascal J. Bourguignon
@ 2010-10-15 14:22 ` Stefan Monnier
2010-10-15 22:06 ` eric5931
1 sibling, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2010-10-15 14:22 UTC (permalink / raw)
To: help-gnu-emacs
> I'm trying to build gnu emacs 23.2 with X support. I solved all the
> warnings by "configure".
What "warnings"?
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem build emacs 23 with x support
2010-10-15 1:43 ` Pascal J. Bourguignon
@ 2010-10-15 22:04 ` eric5931
0 siblings, 0 replies; 5+ messages in thread
From: eric5931 @ 2010-10-15 22:04 UTC (permalink / raw)
To: help-gnu-emacs
On Oct 14, 6:43 pm, p...@informatimago.com (Pascal J. Bourguignon)
wrote:
> eric5931 <eric5...@gmail.com> writes:
> > I'm trying to build gnu emacs 23.2 with X support. I solved all the
> > warnings by "configure". But the resulted emacs just run with no
> > windows. I'd appreciate any help.
>
> 1- ensure you have a DISPLAY environment variable referencing your
> current display. Usually, it means:
>
> export DISPLAY=:0.0
Pascal,
Thanks very much. This is the cause and it is solved now.
Eric
> emacs
>
> You may also launch emacs with an explicit display:
>
> emacs --display :0.0
>
> 2- If that doesn't work, check the compilation logs. Perhaps it
> couldn't find X libraries, so it configured a version without X
> anyways. Then you'll have to find out why it cannot find the X
> libraries it needs, and pass additionnal options to configure to let
> it know where yours are.
>
> --
> __Pascal Bourguignon__ http://www.informatimago.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem build emacs 23 with x support
2010-10-15 14:22 ` Stefan Monnier
@ 2010-10-15 22:06 ` eric5931
0 siblings, 0 replies; 5+ messages in thread
From: eric5931 @ 2010-10-15 22:06 UTC (permalink / raw)
To: help-gnu-emacs
Stefan,
I just added rpms as the configure told me to add libtiff, libjpeg,...
The problem is solved now after I set teh DISPLAY shell variable.
Thanks.
Eric
On Oct 15, 7:22 am, Stefan Monnier <monn...@iro.umontreal.ca> wrote:
> > I'm trying to build gnu emacs 23.2 with X support. I solved all the
> > warnings by "configure".
>
> What "warnings"?
>
> Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-10-15 22:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-15 0:36 problem build emacs 23 with x support eric5931
2010-10-15 1:43 ` Pascal J. Bourguignon
2010-10-15 22:04 ` eric5931
2010-10-15 14:22 ` Stefan Monnier
2010-10-15 22:06 ` eric5931
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).