emacs-devel
[Top][All Lists]
Advanced

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

Re: Build failure on M$ - Missing file src/w32inetv.h


From: dhruva
Subject: Re: Build failure on M$ - Missing file src/w32inetv.h
Date: Tue, 2 Dec 2008 09:47:46 +0530

The following patch fixes the problem:

diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 332f6b6..37e8ff9 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -1082,8 +1082,7 @@ $(BLD)/w32console.$(O) : \
        $(SRC)/frame.h \
        $(SRC)/termchar.h \
        $(SRC)/termhooks.h \
-       $(SRC)/w32gui.h \
-       $(SRC)/w32inetv.h
+       $(SRC)/w32gui.h

 $(BLD)/print.$(O) : \
        $(SRC)/print.c \


-dhruva

On Tue, Dec 2, 2008 at 9:42 AM, dhruva <address@hidden> wrote:
> Hi,
>  The makefile on WXP expects src/w32inetv.h which is missing in the
> git repo. Hence, the build fails on M$-WXP using MSVC (not tried with
> MinGW)

-- 
Contents reflect my personal views only!




reply via email to

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