From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Compiling emacs 22 on ubuntu 7.0.4 Date: Mon, 11 Jun 2007 08:01:27 +0200 Message-ID: <466CE537.4030906@swipnet.se> References: <701fce30706102144k17151433rc78902a60e136884@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181541745 27508 80.91.229.12 (11 Jun 2007 06:02:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2007 06:02:25 +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 08:02:23 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 1Hxcys-0008Oi-90 for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 08:02:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hxcyr-0006M8-OL for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 02:02:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hxcyo-0006Lq-Nh for emacs-devel@gnu.org; Mon, 11 Jun 2007 02:02:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hxcyn-0006Le-OW for emacs-devel@gnu.org; Mon, 11 Jun 2007 02:02:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hxcyn-0006Lb-LT for emacs-devel@gnu.org; Mon, 11 Jun 2007 02:02:17 -0400 Original-Received: from av11-1-sn2.hy.skanova.net ([81.228.8.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hxcyn-0005dm-3O for emacs-devel@gnu.org; Mon, 11 Jun 2007 02:02:17 -0400 Original-Received: by av11-1-sn2.hy.skanova.net (Postfix, from userid 502) id 31224381F5; Mon, 11 Jun 2007 08:02:16 +0200 (CEST) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av11-1-sn2.hy.skanova.net (Postfix) with ESMTP id 1EF9538104; Mon, 11 Jun 2007 08:02:16 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 0232137E52; Mon, 11 Jun 2007 08:02:15 +0200 (CEST) User-Agent: Thunderbird 2.0.0.0 (X11/20070419) In-Reply-To: <701fce30706102144k17151433rc78902a60e136884@mail.gmail.com> 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:72604 Archived-At: Meryl Silverburgh skrev: > Hi, > > 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 are probably missing some development packages for image libraries. What does the summary configure prints out say? And what does % ldd emacs show? Jan D.