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

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

Re: Compiling CVS Emacs with X toolkit


From: Giorgos Keramidas
Subject: Re: Compiling CVS Emacs with X toolkit
Date: Wed, 22 Nov 2006 23:33:48 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (berkeley-unix)

On Wed, 22 Nov 2006 15:46:33 +0100, Mathias Dahl <brakjoller@gmail.com> wrote:
> Since upgradring my GNU/Linux installation from Mandrake 10.1 Official
> to Mandriva Free 2007, my CVS Emacs build does not get any X
> capabilities. I use the same script (cd prj/emacs; cvs update;
> ./configure; make etc...) as I did before.
>
> Of course I understand that this has to do with the new install and
> that I lack some "blabla-devel-y.z" libraries, but I find it hard to
> figure out exactly which I lack. Using rpmdrake (which is a very nice
> tool), there is a jungle of different libs for "X" to choose from. I
> don't care much about which toolkit I use although GTK would be nice.
>
> Any pointers?

Can you save the configure-time log with:

    $ ./configure --with-x --with-x-toolkit-lucid 2>&1 | tee logfile

and then post online somewhere the files `logfile' and `config.log'?

This way we can look at what `./configure' does and try to find out why
it fails to locate the necessary X11 libraries.



reply via email to

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