From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Meryl Silverburgh" Newsgroups: gmane.emacs.devel Subject: Compiling emacs 22 on ubuntu 7.0.4 Date: Sun, 10 Jun 2007 23:44:59 -0500 Message-ID: <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 1181537111 17502 80.91.229.12 (11 Jun 2007 04:45:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2007 04:45:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 11 06:45:10 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 1Hxbm9-0007vf-P1 for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 06:45:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hxbm9-0001oq-2Q for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 00:45:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hxbm3-0001nV-RB for emacs-devel@gnu.org; Mon, 11 Jun 2007 00:45:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hxbm1-0001jz-Kp for emacs-devel@gnu.org; Mon, 11 Jun 2007 00:45:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hxbm1-0001jf-GK for emacs-devel@gnu.org; Mon, 11 Jun 2007 00:45:01 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hxbm1-0007Vt-3y for emacs-devel@gnu.org; Mon, 11 Jun 2007 00:45:01 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so1958025wah for ; Sun, 10 Jun 2007 21:44:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oIT+klbOWq0iRi7ey5LRJa6iJUFMGFXkMMK1uzWTqWkbfpsN6jfM+t+P1Bf6kLNSi4uNzCxj30fzlBZ5DcLberiBtSmz/F1u9RhtYs9clsfZ+UioJX5ZVSjE6pO1suZOCemu+h/DQb3pbf4Enx3qfVjZkXr+d5wd3e5XjayTJKA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lKuiuhjjUsGMxMUHsMLm1FLcGyDeKJpPDR7UepNFY0vGkaojdl4Sfmd0Tm85+SEp1YdoIhbGtzQXsLij0brIPixmWV2aCCek7sYTlWVnxz3kdqTgIlNNxegFIF0iL9BD3m6c7WI0qNW6IzIXVhwjkQ78Xfnb/dAB8mCWlxGHnlQ= Original-Received: by 10.114.168.1 with SMTP id q1mr5139990wae.1181537099829; Sun, 10 Jun 2007 21:44:59 -0700 (PDT) Original-Received: by 10.114.181.20 with HTTP; Sun, 10 Jun 2007 21:44:59 -0700 (PDT) Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) 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:72601 Archived-At: 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.