From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: flebber Newsgroups: gmane.emacs.help Subject: Re: emacs 22.1 only starts in terminal Date: Mon, 11 Jun 2007 11:06:55 -0000 Organization: http://groups.google.com Message-ID: <1181560015.302827.305960@r19g2000prf.googlegroups.com> References: <1181550577.598064.317760@a26g2000pre.googlegroups.com> <18029.4895.749338.738976@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1181562302 28586 80.91.229.12 (11 Jun 2007 11:45:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2007 11:45:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 11 13:44:51 2007 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 1HxiKI-00075S-QK for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jun 2007 13:44:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxiKI-0003xE-AE for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jun 2007 07:44:50 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!r19g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 37 Original-NNTP-Posting-Host: 220.253.67.169 Original-X-Trace: posting.google.com 1181560015 32136 127.0.0.1 (11 Jun 2007 11:06:55 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 11 Jun 2007 11:06:55 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070323 PCLinuxOS/2.0.0.4-1pclos2007 (2007) Firefox/2.0.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: r19g2000prf.googlegroups.com; posting-host=220.253.67.169; posting-account=3JBjHA0AAACEXRiHf9GU3JXLxSfN0qWD Original-Xref: shelby.stanford.edu gnu.emacs.help:149293 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:44881 Archived-At: On Jun 11, 7:21 pm, Nick Roberts wrote: > > You're probably missing some header files, e.g, /usr/include/ncurses.h (on > > Ubuntu it's in the package libncurses5-dev). You can check by looking > > through config.log in the top directory. Also, when you run configure at > > the start, a list of how it will build is given at the end. > > Sorry, I don't mean /usr/include/ncurses.h, of course. I mean X related > headers. You could use Xaw, or gtk packages, but you need the dev variant > for the headers to build (regular variant for libraries is enough to run). > > -- > Nick http://www.inet.net.nz/~nickrob So this was my output after ./configure 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? none Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? no Does Emacs use -lXpm? no Does Emacs use -ljpeg? yes Does Emacs use -ltiff? no Does Emacs use -lungif? no Does Emacs use -lpng? no Does Emacs use X toolkit scroll bars? no