From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Decebal Newsgroups: gmane.emacs.help Subject: Re: Latest Emacs is on one system not graphical Date: Sat, 9 May 2009 01:05:58 -0700 (PDT) Organization: http://groups.google.com Message-ID: <35f7eba2-28d1-4c68-a4cd-a3a72d56d7e8@h23g2000vbc.googlegroups.com> References: <87y6t71g6q.fsf@galatea.local> <5ec2f516-4db8-4e18-9845-b8c989b6c59b@q2g2000vbr.googlegroups.com> <87prej17po.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1241858488 13577 80.91.229.12 (9 May 2009 08:41:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 May 2009 08:41:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 09 10:41:19 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M2i7T-0004FZ-DF for geh-help-gnu-emacs@m.gmane.org; Sat, 09 May 2009 10:41:19 +0200 Original-Received: from localhost ([127.0.0.1]:60133 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2i7S-0005z6-RE for geh-help-gnu-emacs@m.gmane.org; Sat, 09 May 2009 04:41:18 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!h23g2000vbc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 46 Original-NNTP-Posting-Host: 84.53.123.169 Original-X-Trace: posting.google.com 1241856358 1431 127.0.0.1 (9 May 2009 08:05:58 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 9 May 2009 08:05:58 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h23g2000vbc.googlegroups.com; posting-host=84.53.123.169; posting-account=K-cdeAoAAAD_0d505kUtHXJaT5LFIu-3 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.0.9) Gecko/2009040820 Firefox/3.0.9,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:169004 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:64269 Archived-At: On 9 mei, 01:43, p...@informatimago.com (Pascal J. Bourguignon) wrote: > Then check configure output. =A0On one system it doesn't find the X > libraries. =A0 Check if they're installed, find where, and add options > to configure, such as: > > =A0 --x-includes=3DDIR =A0 =A0X include files are in DIR > =A0 --x-libraries=3DDIR =A0 X library files are in DIR On system 2 xorg-x11-devel was not installed. So that explaines the difference. By the way: how important is it to compile Emacs on the system it runs on? It seemed that it was no problem that on system 2 an Emacs was running that was buikd on system 1. But maybe there are advantages? The output from configure on system 1: Configured for `i686-pc-linux-gnu'. Where should the build process find the source code? /download/ emacs/emacs-22.3 What operating system and machine description files should Emacs use? `s/gnu-linux.h' and `m/intel386.h' What compiler should emacs be built with? gcc -g -O2 - Wno-pointer-sign Should Emacs use the GNU version of malloc? yes (Using Doug Lea's new malloc from the GNU C Library.) Should Emacs use a relocating allocator for buffers? yes Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? LUCID Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? yes Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use -lungif? no Does Emacs use -lpng? yes Does Emacs use X toolkit scroll bars? yes Are the two no's important? On system 2 is from the last seven only -lXpm true. So I expect that I have to install some other packages there.