emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Compiling with Xorg 7.0


From: Lars Hansen
Subject: Re: Compiling with Xorg 7.0
Date: Wed, 21 Jun 2006 17:30:10 +0200
User-agent: Thunderbird 1.5.0.2 (X11/20060516)

Bill Wohler wrote:
> By the way, here is what ./configure --with-gtk shows. Note all the "none"
> and "no" items that were previous all "yes" or something good.
>   
I am no expert on this, but here are my experiences of compiling CVS
Emacs on Etch:

I installed Debian packages libncurses5-dev, libxaw7-dev, xaw3dg-dev,
libtiff4-dev, libungif4-dev and libpng12-dev to get good results from
./configure. But the build failed because of problems with the X11 ICE
library:
ICElib.h was searched in
   /usr/include/X11/ICE/
but located in
   /usr/X11R6/include/X11/ICE/
and libICE.a was searched in
   /usr/lib/
but located in
   /usr/X11R6/lib/
To fix the problem I made symlinks:
   # ln -s /usr/X11R6/include/X11/ICE/ /usr/include/X11/
   # ln -s /usr/X11R6/lib/libICE.a /usr/lib

I don't know if it is an Emacs problem, a Debian problem or an Xorg problem.





reply via email to

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