From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Robert Thorpe" Newsgroups: gmane.emacs.help Subject: Re: Compiling CVS Emacs with X toolkit Date: 23 Nov 2006 09:22:20 -0800 Organization: http://groups.google.com Message-ID: <1164302540.601378.42030@m7g2000cwm.googlegroups.com> References: <1164293948.178111.49410@j72g2000cwa.googlegroups.com> <87hcwqdrwc.fsf@kobe.laptop> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1164390495 25988 80.91.229.2 (24 Nov 2006 17:48:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Nov 2006 17:48:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 24 18:48:15 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 1Gnf9h-0008Sb-Bi for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Nov 2006 18:48:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gnf9g-0004BI-So for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Nov 2006 12:48:04 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!m7g2000cwm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 34 Original-NNTP-Posting-Host: 213.94.228.210 Original-X-Trace: posting.google.com 1164302545 15712 127.0.0.1 (23 Nov 2006 17:22:25 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 23 Nov 2006 17:22:25 +0000 (UTC) In-Reply-To: <87hcwqdrwc.fsf@kobe.laptop> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 EMF3ASPROXY03 Complaints-To: groups-abuse@google.com Injection-Info: m7g2000cwm.googlegroups.com; posting-host=213.94.228.210; posting-account=hWoAPxMAAAAnBKSBz1ZivwUPPjEuve7bvVCHZQ8rhrluPfwcBJd92w Original-Xref: shelby.stanford.edu gnu.emacs.help:143300 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:38917 Archived-At: Giorgos Keramidas wrote: > On 23 Nov 2006 06:59:08 -0800, "Robert Thorpe" wrote: > > 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? > >> > >> Maybe this question would be more valid in some Mandria forum, I don't > >> know... > > > > Do what Giorgos said. The libraries Emacs uses are libXt and libXaw, > > as far as I can remember. > > Right... and a few other X11-related libraries. > > % keramida@kobe:/home/keramida$ emacs --batch --eval '(princ (format "%s\n" (version)))' > % GNU Emacs 22.0.91.2 (i386-unknown-freebsd7.0, X toolkit) > % of 2006-11-22 on kobe > % keramida@kobe:/home/keramida$ ldd /opt/emacs/bin/emacs > % /opt/emacs/bin/emacs: Wow. I haven't even heard of some of those libraries. It looks like image support is the reason for most of those libs being needed. Emacs has changed a lot since v20.7 when I looked at this last.