emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build failure on M$ (using MSVC): Patch enclosed


From: dhruva
Subject: Re: Build failure on M$ (using MSVC): Patch enclosed
Date: Tue, 20 May 2008 13:56:17 +0530

Hi,
 I figured out the problem. A call to find-file calls
hack-project-variables which calls project-find-settings-file which
tries to search for the file from the root (C: for me). It keeps
looping on "C:\.dir-settings.el". I saw that in a call to stat. I just
created an empty .dir-settings.el under the "C:" and the build is
going on fine (with my earlier path to fix the compilation error -
that needs to be made MSVC specific as it works with GCC/MinGW). I
will try to find the real cause for this looping once I am done with
the build.

-dhruva

On Tue, May 20, 2008 at 11:40 AM, dhruva <address@hidden> wrote:
> Hi,
>  I tried doing a 'nmake bootstrap' and notice and infinite recursion
> (or loop) in garbage collection. The call to 'mark_object' never comes
> out. The following command (for emacs built with MSVC on WXP)
> reproduces the problem consistently. I will try getting a proper back
> trace and mail it.
>
> "C:\users\dhruva\stub\repo\git\emacs\lisp/../bin/emacs.exe" -batch
> --no-init-file --no-site-file --multibyte  -l autoload  --eval "(setq
> generate-autoload-cookie \";;;###mh-autoload\")"  --eval "(setq
> find-file-suppress-same-file-warnings t)"  --eval "(setq
> make-backup-files nil)"  -f w32-batch-update-autoloads
> "C:/users/dhruva/stub/repo/git/emacs/lisp/mh-e/mh-loaddefs.el" ./mh-e
>
> -dhruva
>
> --
> Contents reflect my personal views only!
>



-- 
Contents reflect my personal views only!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]