|
From: | Jason Rumney |
Subject: | Re: Compilation problems with latest MSVC |
Date: | Fri, 29 Dec 2006 23:43:17 +0000 |
User-agent: | Thunderbird 1.5.0.9 (Windows/20061207) |
Eli Zaretskii wrote:
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).
That was enough to get to the crash while dumping, but since tzname is in the system headers, I think it is possible to find a better solution if we can make it work.
The crash is happening within the initialization code before any Emacs code gets run (__tmainCRTStartup). This code is calling _free_internal, which we are redefining in gmalloc.c. I'm not sure if this can be fixed without some major changes, so I'm inclined to put it aside until after the release.
[Prev in Thread] | Current Thread | [Next in Thread] |