From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.help Subject: Re: Compiling CVS Emacs with X toolkit Date: Wed, 22 Nov 2006 23:33:48 +0200 Organization: SunSITE.dk - Supporting Open source Message-ID: <877ixnnp37.fsf@kobe.laptop> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164390282 25321 80.91.229.2 (24 Nov 2006 17:44:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Nov 2006 17:44:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 24 18:44:40 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gnf6K-0007gC-Ao for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Nov 2006 18:44:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gnf6J-0004yu-UO for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Nov 2006 12:44:35 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsserver.news.garr.it!kanaga.switch.ch!switch.ch!news-fra1.dfn.de!news.tele.dk!feed118.news.tele.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (berkeley-unix) Cancel-Lock: sha1:l4kjETMlcEiEmyH4UKBHXLTHS/Q= Original-Lines: 23 Original-NNTP-Posting-Host: 62.103.39.229 Original-X-Trace: news.sunsite.dk DXC=AX8; Nc0:CT[60aK5>0M0DVYSB=nbEKnk[oCW_eh^cDd[L^MjW2:ak; I7eU]WGb30c[>DY7[mldWc]TYc>T Original-X-Complaints-To: staff@sunsite.dk Original-Xref: shelby.stanford.edu gnu.emacs.help:143295 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38912 Archived-At: On Wed, 22 Nov 2006 15:46:33 +0100, Mathias Dahl 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.