help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem build emacs 23 with x support


From: Pascal J. Bourguignon
Subject: Re: problem build emacs 23 with x support
Date: Wed, 08 Dec 2010 15:31:55 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

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/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]