From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Compilation problems with latest MSVC Date: Fri, 29 Dec 2006 16:25:03 +0000 Message-ID: <4595415F.1060708@gnu.org> References: <4eb0089f0612281840x5f814fb1jd7c09e6182601e4f@mail.gmail.com> <4eb0089f0612281901o27849654k58dfaf73e73783d9@mail.gmail.com> NNTP-Posting-Host: dough.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 1167409543 21045 80.91.229.10 (29 Dec 2006 16:25:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Dec 2006 16:25:43 +0000 (UTC) Cc: emacs-devel@gnu.org, David Robinow Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 29 17:25:40 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1H0KXz-0007Jm-3h for ged-emacs-devel@m.gmane.org; Fri, 29 Dec 2006 17:25:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0KXy-0000XS-B7 for ged-emacs-devel@m.gmane.org; Fri, 29 Dec 2006 11:25:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H0KXd-0000W7-V6 for emacs-devel@gnu.org; Fri, 29 Dec 2006 11:25:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H0KXc-0000Tt-An for emacs-devel@gnu.org; Fri, 29 Dec 2006 11:25:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0KXc-0000TL-4Y for emacs-devel@gnu.org; Fri, 29 Dec 2006 11:25:08 -0500 Original-Received: from [194.106.33.237] (helo=outmail1.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H0KXa-0004ia-Bb; Fri, 29 Dec 2006 11:25:06 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 9799C522F2; Fri, 29 Dec 2006 16:25:05 +0000 (GMT) User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) Original-To: Eli Zaretskii In-Reply-To: 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:64427 Archived-At: Eli Zaretskii wrote: > I can post the patches I needed to get Emacs to compile with VS 2005, > if someone wants to work on this. > I think I've figured out most of them, the remaining problem I'm having is that strftime.c and editfns.c want to use _tzname, which is not defined by any of the libraries. The changes I had to make outside the makefiles seem harmless, so I've checked them in.