From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Lilja Newsgroups: gmane.emacs.devel Subject: Re: Building with image support Date: Sun, 28 Oct 2007 16:45:38 +0100 Message-ID: References: <86abq74fdy.fsf@lola.quinscape.zz> <86sl3y2sm9.fsf@lola.quinscape.zz> <4721C83E.1080301@gnu.org> 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: ger.gmane.org 1193586350 32010 80.91.229.12 (28 Oct 2007 15:45:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Oct 2007 15:45:50 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 28 16:45:52 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 1ImAKl-0001lx-7E for ged-emacs-devel@m.gmane.org; Sun, 28 Oct 2007 16:45:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImAKc-0002JB-8a for ged-emacs-devel@m.gmane.org; Sun, 28 Oct 2007 11:45:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImAKY-0002In-2b for emacs-devel@gnu.org; Sun, 28 Oct 2007 11:45:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImAKW-0002HS-JA for emacs-devel@gnu.org; Sun, 28 Oct 2007 11:45:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImAKW-0002HK-Dr for emacs-devel@gnu.org; Sun, 28 Oct 2007 11:45:36 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ImAKV-0001xO-Pm for emacs-devel@gnu.org; Sun, 28 Oct 2007 11:45:36 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ImAKE-0001zb-Vz for emacs-devel@gnu.org; Sun, 28 Oct 2007 15:45:19 +0000 Original-Received: from cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se ([85.194.49.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Oct 2007 15:45:18 +0000 Original-Received: from mindcooler by cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Oct 2007 15:45:18 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <4721C83E.1080301@gnu.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:81968 Archived-At: Jason Rumney wrote: > Eric Lilja wrote: >> I see, do you know if it has any effect on windows? When I'm using >> GNU/Linux, I use the binary supplied with my distribution. I don't >> know how to build it on that platform yet. I will most likely try to >> learn that if I continue to use the cvs trunk version. > > > The visual effect of using PNG images is the same on Windows as other > platforms, but on Windows you would need to customize the toolbar to use > your choice of PNG icons (not included with Emacs), whereas on GNU/Linux > using a GTK build of Emacs, you will automatically get the appropriate > PNG icons from the GTK theme you have selected. Thanks for your replies everyone. Since I don't plan on using any custom toolbar on Windows, I think I will build with xpm support only. When I learn how to build on GNU/Linux, I shall build with png support as well. > > Building on GNU/Linux is not much different than on Windows, except all > the commands are performed from the top level directory instead of the > nt subdirectory.