From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: Compiling emacs 22 on ubuntu 7.0.4 Date: Mon, 11 Jun 2007 17:20:54 +1200 Message-ID: <18028.56246.803917.520794@kahikatea.snap.net.nz> References: <701fce30706102144k17151433rc78902a60e136884@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181539276 22239 80.91.229.12 (11 Jun 2007 05:21:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2007 05:21:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Meryl Silverburgh" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 11 07:21:13 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HxcL2-0003pD-65 for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 07:21:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxcL1-00059l-MI for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 01:21:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxcKx-000550-7L for emacs-devel@gnu.org; Mon, 11 Jun 2007 01:21:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxcKt-00053m-Ir for emacs-devel@gnu.org; Mon, 11 Jun 2007 01:21:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxcKt-00053j-EG for emacs-devel@gnu.org; Mon, 11 Jun 2007 01:21:03 -0400 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HxcKs-0002L8-P8 for emacs-devel@gnu.org; Mon, 11 Jun 2007 01:21:03 -0400 Original-Received: from kahikatea.snap.net.nz (120.60.255.123.dynamic.snap.net.nz [123.255.60.120]) by viper.snap.net.nz (Postfix) with ESMTP id 3548F3D93F5; Mon, 11 Jun 2007 17:21:00 +1200 (NZST) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id BE86C8F9D4; Mon, 11 Jun 2007 17:20:55 +1200 (NZST) In-Reply-To: <701fce30706102144k17151433rc78902a60e136884@mail.gmail.com> X-Mailer: VM 7.19 under Emacs 22.1.50.1 X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:72602 Archived-At: > I am trying to compile emacs 22 on ubuntu 7.0.4. The compile > completes, but when I execute the emacs, the tool bar > icons/splashscreen only has black/white color. Can you please tell me > how to fix that? > > > This is my configure string: > ./configure --prefix=/home/scheung/localbin --with-gtk -with-jpeg > --with-png --with-tiff --with-gif > Thank you. You're probably missing some header files, e.g, /usr/include/X11/xpm.h from the package libxpm-dev. You can check by looking through config.log in the top directory. Also, when you run configure at the start, a list of what it finds is given at the end. I don't think you need to specify -with-jpeg --with-png --with-tiff --with-gif as they are all the default (if you have the headers/libraries). If you're building from CVS on the trunk, --with-gtk is also the default now. -- Nick http://www.inet.net.nz/~nickrob