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: Question about configure.bat Date: Sat, 21 Jul 2007 04:09:35 +0200 Message-ID: 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 1184983800 9394 80.91.229.12 (21 Jul 2007 02:10:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Jul 2007 02:10:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 21 04:09:59 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 1IC4Pr-0000LA-B7 for ged-emacs-devel@m.gmane.org; Sat, 21 Jul 2007 04:09:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IC4Pq-00029A-C2 for ged-emacs-devel@m.gmane.org; Fri, 20 Jul 2007 22:09:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IC4Pl-00028k-Lp for emacs-devel@gnu.org; Fri, 20 Jul 2007 22:09:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IC4Pj-00025w-0g for emacs-devel@gnu.org; Fri, 20 Jul 2007 22:09:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IC4Pi-00025j-Tx for emacs-devel@gnu.org; Fri, 20 Jul 2007 22:09:46 -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 1IC4Pi-0008Du-I5 for emacs-devel@gnu.org; Fri, 20 Jul 2007 22:09:46 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IC4Pe-000442-Mc for emacs-devel@gnu.org; Sat, 21 Jul 2007 04:09:42 +0200 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 ; Sat, 21 Jul 2007 04:09:42 +0200 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 ; Sat, 21 Jul 2007 04:09:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) X-detected-kernel: 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:75203 Archived-At: Hi, I just performed a checkout from the 22.1-branch. When I ran configure.bat I didn't specify --no-cygwin, I just specified --no-debug and --with-gcc. However, I noticed that configure.bat still uses -mno-cygwin when testing for image support..why? I was hoping on building a windows version dependent on cygwin1.dll with image support for better looking toolbars without having to install the mingw tools and its image libraries (I only have latest mingw32-make installed now). I tried the offical windows emacs 22.1 binary but it had ugly toolbars too. - Eric