From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Zheng Newsgroups: gmane.emacs.devel Subject: Re: msvc-inval.h? Date: Mon, 08 Sep 2014 23:42:35 +0800 Message-ID: <20140908.234235.2200833223330820095.chriszheng99@gmail.com> References: <85k35eo8f6.fsf@stephe-leake.org> <20140908.175141.1224500602191655172.chriszheng99@gmail.com> <85wq9ez1l8.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1410190984 28645 80.91.229.3 (8 Sep 2014 15:43:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Sep 2014 15:43:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: stephen_leake@stephe-leake.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 08 17:42:56 2014 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 1XR15i-0001LJ-Je for ged-emacs-devel@m.gmane.org; Mon, 08 Sep 2014 17:42:54 +0200 Original-Received: from localhost ([::1]:44300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XR15i-00086y-2q for ged-emacs-devel@m.gmane.org; Mon, 08 Sep 2014 11:42:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XR15Z-00086j-Ty for emacs-devel@gnu.org; Mon, 08 Sep 2014 11:42:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XR15T-0006Gh-SB for emacs-devel@gnu.org; Mon, 08 Sep 2014 11:42:45 -0400 Original-Received: from mail-pd0-x22a.google.com ([2607:f8b0:400e:c02::22a]:59647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XR15T-0006Ep-Kv for emacs-devel@gnu.org; Mon, 08 Sep 2014 11:42:39 -0400 Original-Received: by mail-pd0-f170.google.com with SMTP id r10so21234812pdi.1 for ; Mon, 08 Sep 2014 08:42:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:to:cc:subject:from:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=nUBCIRg8OCKDVhv9XsWwn6kZyJfPk5FuO4qzNaopj+4=; b=hs3AsMUZqxZDDFL2oJZ6wGSvJ6NbMjDdytL02K1KarUSRQAf0dsVxHnZgtFTvRTXmm Q8TiartRivt8mre41wzMFw/BuKsvKbH2S5HmzdAxYVGc/NrAUV6cvClE/RefjCwju8UC F1wnQzhtnPsnFu9u9RPu8sWBR1UjpAJQrvyGiFvsrni1NM1qhmR76QL5fEKcxFnHc/7v SjeEFp7qnXS9nJmfbrzOghNIRzvhFL5qKtTiO6JLGYFJCEz2QiBwkk4W+WcCUDu7R8Hv UDnW31RbHDgp2h6JD5dPBqkWXDQPj8xoaIpFs5i91fWgSTNtDKXu7dFmxOfW9XVxU+fK CeGA== X-Received: by 10.70.131.101 with SMTP id ol5mr48867152pdb.77.1410190958338; Mon, 08 Sep 2014 08:42:38 -0700 (PDT) Original-Received: from localhost ([112.224.65.36]) by mx.google.com with ESMTPSA id dg5sm9863678pac.12.2014.09.08.08.42.35 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 08 Sep 2014 08:42:37 -0700 (PDT) In-Reply-To: <85wq9ez1l8.fsf@stephe-leake.org> X-Mailer: Mew version 6.6 on Emacs 24.4.50 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::22a 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:174089 Archived-At: From: Stephen Leake Subject: Re: msvc-inval.h? Date: Mon, 08 Sep 2014 08:25:07 -0500 Hi Stephen, > Thanks, that helped. I'm using Msys2. I prefer to run the msys shell > under Emacs (of course :), so I had set up a function to do that > previously, while working on montone. At that time, mingw64_shell.bat > set MSYSTEM to MSYS, so that's what my function does. I've changed it to > MINGW64, and make is no longer trying to compile dup2.c; it completes > with no error. I use MSYS2, too. And I'm glad to know it works. > I'll add this to my install notes. > > I'm still curious what msvc-inval.h is. I'm now guessing it is used when > compiling Emacs with Microsoft Visual C++? Maybe you're right, but I don't know the answer, too. Regards, Chris.