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: draft patch to import md5 module from gnulib Date: Sat, 19 Feb 2011 10:55:10 +0200 Message-ID: <83vd0gtndd.fsf@gnu.org> References: <4D5E2B45.10408@cs.ucla.edu> <83zkptvfv3.fsf@gnu.org> <4D5F76C7.3080803@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1298105733 27584 80.91.229.12 (19 Feb 2011 08:55:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 Feb 2011 08:55:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 19 09:55:29 2011 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.69) (envelope-from ) id 1PqibB-0001JW-20 for ged-emacs-devel@m.gmane.org; Sat, 19 Feb 2011 09:55:29 +0100 Original-Received: from localhost ([127.0.0.1]:44488 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pqiay-0008RC-8z for ged-emacs-devel@m.gmane.org; Sat, 19 Feb 2011 03:55:16 -0500 Original-Received: from [140.186.70.92] (port=47353 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pqias-0008OX-Rf for emacs-devel@gnu.org; Sat, 19 Feb 2011 03:55:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pqiap-000318-4g for emacs-devel@gnu.org; Sat, 19 Feb 2011 03:55:10 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:45777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pqiao-00030X-UX for emacs-devel@gnu.org; Sat, 19 Feb 2011 03:55:07 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LGU00C00WIWYI00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 19 Feb 2011 10:55:05 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.140.24]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LGU00C9CWRPPU30@a-mtaout20.012.net.il>; Sat, 19 Feb 2011 10:55:03 +0200 (IST) In-reply-to: <4D5F76C7.3080803@cs.ucla.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 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:136221 Archived-At: > Date: Fri, 18 Feb 2011 23:52:39 -0800 > From: Paul Eggert > CC: emacs-devel@gnu.org > > As I understand it, Visual Studio 2010 has , and if that can > be assumed then the Windows port shouldn't have to worry about > configuring stdint.h. Yes, both MinGW and MSVC have stdint.h. > Another minor fix in this updated patch is that a stray dependency on > md5.h was removed from the fns.o rule in src/Makefile.in. But what about the dependency of fns.o on lib/md5.h instead?