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: Wed, 08 Aug 2012 06:03:38 +0300 Message-ID: <83628uf5kl.fsf@gnu.org> References: <83r4rifwhh.fsf@gnu.org> <50215075.5060105@dancol.org> <5021CFE8.1040900@dancol.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1344395026 21141 80.91.229.3 (8 Aug 2012 03:03:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Aug 2012 03:03:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 08 05:03:46 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 1SywYh-0001Pz-Mi for ged-emacs-devel@m.gmane.org; Wed, 08 Aug 2012 05:03:43 +0200 Original-Received: from localhost ([::1]:36751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SywYg-0008Sp-SU for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2012 23:03:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SywYe-0008SI-EI for emacs-devel@gnu.org; Tue, 07 Aug 2012 23:03:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SywYd-00044N-9R for emacs-devel@gnu.org; Tue, 07 Aug 2012 23:03:40 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:64913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SywYd-00044I-19 for emacs-devel@gnu.org; Tue, 07 Aug 2012 23:03:39 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M8F00C001KVTL00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Wed, 08 Aug 2012 06:03:38 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M8F00COS1U1T950@a-mtaout23.012.net.il>; Wed, 08 Aug 2012 06:03:38 +0300 (IDT) In-reply-to: <5021CFE8.1040900@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.175 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:152311 Archived-At: > Date: Tue, 07 Aug 2012 19:33:12 -0700 > From: Daniel Colascione > CC: emacs-devel@gnu.org > > Is building with cl.exe (Visual Studio) supposed to work? Yes, but it currently has a couple of known (to me) problems due to the latest changes. I've been waiting for the dust to settle to fix them. > emacs.c > c:\users\dancol\software\emacs\cyg.w32test\src\lisp.h(336) : error C2065: 'PTRDIFF_MIN' : undeclared identifier This one I didn't know about. > c:\users\dancol\software\emacs\cyg.w32test\src\lisp.h(336) : error C2099: initializer is not a constant This one I did.