unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Build failure on M$ - Missing file src/w32inetv.h
@ 2008-12-02  4:12 dhruva
  2008-12-02  4:17 ` dhruva
  0 siblings, 1 reply; 3+ messages in thread
From: dhruva @ 2008-12-02  4:12 UTC (permalink / raw)
  To: Emacs Devel

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)

-dhruva

-- 
Contents reflect my personal views only!




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Build failure on M$ - Missing file src/w32inetv.h
  2008-12-02  4:12 Build failure on M$ - Missing file src/w32inetv.h dhruva
@ 2008-12-02  4:17 ` dhruva
  2008-12-02  8:35   ` Juanma Barranquero
  0 siblings, 1 reply; 3+ messages in thread
From: dhruva @ 2008-12-02  4:17 UTC (permalink / raw)
  To: Emacs Devel

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 <dhruvakm@gmail.com> 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!




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: Build failure on M$ - Missing file src/w32inetv.h
  2008-12-02  4:17 ` dhruva
@ 2008-12-02  8:35   ` Juanma Barranquero
  0 siblings, 0 replies; 3+ messages in thread
From: Juanma Barranquero @ 2008-12-02  8:35 UTC (permalink / raw)
  To: dhruva; +Cc: Emacs Devel

> The following patch fixes the problem:

> -       $(SRC)/w32gui.h \
> -       $(SRC)/w32inetv.h
> +       $(SRC)/w32gui.h

Or even using the right name, which is w32inevt.h :)

Stupid me, I fixed the typo in my local copy, but committed the wrong one.

It is fixed now.

  Juanma




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-02  8:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-02  4:12 Build failure on M$ - Missing file src/w32inetv.h dhruva
2008-12-02  4:17 ` dhruva
2008-12-02  8:35   ` Juanma Barranquero

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).