From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 0/9] Support Win32 GUI in Cygwin Emacs Date: Tue, 07 Aug 2012 21:10:03 +0300 Message-ID: <83lihqfu9w.fsf@gnu.org> References: <83r4rifwhh.fsf@gnu.org> <50215075.5060105@dancol.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1344363011 3635 80.91.229.3 (7 Aug 2012 18:10:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Aug 2012 18:10:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 07 20:10:12 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SyoEL-0000Dh-N8 for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2012 20:10:09 +0200 Original-Received: from localhost ([::1]:38081 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyoEK-0006cf-Tm for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2012 14:10:08 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyoEI-0006af-M3 for emacs-devel@gnu.org; Tue, 07 Aug 2012 14:10:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyoEH-00068d-Fy for emacs-devel@gnu.org; Tue, 07 Aug 2012 14:10:06 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:35639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyoEH-000656-8I for emacs-devel@gnu.org; Tue, 07 Aug 2012 14:10:05 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M8E00500D0POI00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Tue, 07 Aug 2012 21:10:03 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M8E005IGD4ROB10@a-mtaout21.012.net.il>; Tue, 07 Aug 2012 21:10:03 +0300 (IDT) In-reply-to: <50215075.5060105@dancol.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:152275 Archived-At: > Date: Tue, 07 Aug 2012 10:29:25 -0700 > From: Daniel Colascione > CC: emacs-devel@gnu.org > > > Thanks. Just for my information: did you try building the modified > > sources with MinGW? > > Not yet, but definitely before I check in. Thanks. > Doing so looks like a pain because I have a Cygwin build > environment, not a MinGW one, and Emacs won't build as NT-native > under cross-compilation from Cygwin. Really? It should, though. Doesn't "configure --no-cygwin" work anymore? If it doesn't, what is the problem that prevents that?