unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
Cc: emacs-devel@gnu.org, drobinow@gmail.com
Subject: Re: Compilation problems with latest MSVC
Date: Fri, 29 Dec 2006 23:43:17 +0000	[thread overview]
Message-ID: <4595A815.5060403@gnu.org> (raw)
In-Reply-To: <uveju3ar1.fsf@gnu.org>

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.

  parent reply	other threads:[~2006-12-29 23:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-24 11:25 Compilation problems with latest MSVC Eli Zaretskii
2006-12-24 11:35 ` Lennart Borgman
2006-12-29  2:40 ` David Robinow
2006-12-29  3:01   ` David Robinow
2006-12-29 11:40     ` Eli Zaretskii
2006-12-29 16:25       ` Jason Rumney
2006-12-29 16:52         ` Eli Zaretskii
2006-12-29 23:05           ` Jason Rumney
2006-12-30 14:15             ` Eli Zaretskii
2006-12-29 23:43           ` Jason Rumney [this message]
2006-12-30 14:18             ` Eli Zaretskii
2006-12-31  0:13               ` Jason Rumney
2006-12-31  4:24                 ` Eli Zaretskii
2006-12-29 16:29   ` Jason Rumney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4595A815.5060403@gnu.org \
    --to=jasonr@gnu.org \
    --cc=drobinow@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).