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: Compilation problems with latest MSVC Date: Fri, 29 Dec 2006 18:52:34 +0200 Message-ID: References: <4eb0089f0612281840x5f814fb1jd7c09e6182601e4f@mail.gmail.com> <4eb0089f0612281901o27849654k58dfaf73e73783d9@mail.gmail.com> <4595415F.1060708@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: dough.gmane.org X-Trace: sea.gmane.org 1167411191 25937 80.91.229.10 (29 Dec 2006 16:53:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Dec 2006 16:53:11 +0000 (UTC) Cc: emacs-devel@gnu.org, drobinow@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 29 17:53:09 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 1H0Kyc-00032j-6O for ged-emacs-devel@m.gmane.org; Fri, 29 Dec 2006 17:53:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0Kyb-0007Hj-NH for ged-emacs-devel@m.gmane.org; Fri, 29 Dec 2006 11:53:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H0KyI-0007Cl-IK for emacs-devel@gnu.org; Fri, 29 Dec 2006 11:52:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H0KyG-0007Am-OS for emacs-devel@gnu.org; Fri, 29 Dec 2006 11:52:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0KyG-0007AO-GN for emacs-devel@gnu.org; Fri, 29 Dec 2006 11:52:40 -0500 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H0KyD-0002gr-OA; Fri, 29 Dec 2006 11:52:37 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-250-143.inter.net.il [83.130.250.143]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BJX53777 (AUTH halo1); Fri, 29 Dec 2006 18:52:34 +0200 (IST) Original-To: Jason Rumney In-reply-to: <4595415F.1060708@gnu.org> (message from Jason Rumney on Fri, 29 Dec 2006 16:25:03 +0000) 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:64432 Archived-At: > Date: Fri, 29 Dec 2006 16:25:03 +0000 > From: Jason Rumney > Cc: David Robinow , emacs-devel@gnu.org > > 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. I think I solved that by having HAVE_TZNAME defined in src/s/ms-w32.h only for versions of MSVC before 1400. If you think this is an okay solution, I can dig out the patches (not that the above leaves any place for doubt about the exact change). > The changes I had to make outside the makefiles seem harmless, so I've > checked them in. Thanks. How did you solve the problem with missing headers (windows.h and probably the rest of Windows-specific ones)?