emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs does not compile anymore in win32 with msvc6


From: Eli Zaretskii
Subject: Re: Emacs does not compile anymore in win32 with msvc6
Date: Mon, 08 Oct 2001 11:14:34 -0400

> From: Sam Steingold <address@hidden>
> Date: 08 Oct 2001 10:44:12 -0400
> 
> Hi
> As of this morning, Emacs does not compile under msvc6:
> 
> 
> temacw32.lib(w32bdf.obj) : error LNK2001: unresolved external symbol _min
> temacs1.lib(fileio.obj) : error LNK2001: unresolved external symbol _min
> temacs1.lib(intervals.obj) : error LNK2001: unresolved external symbol _min

I think it's because w32gui.h and w32heap.h #undef min and max, but
don't include lisp.h (where min and max are now defined) after that.

Is it possible to include w32gui.h and w32heap.h before lisp.h?  Could
you please try that?  (I don't have a Windows compiler installed where
I type this.)



reply via email to

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