[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bootstrapping trunk fails on Windows
From: |
Eli Zaretskii |
Subject: |
Re: Bootstrapping trunk fails on Windows |
Date: |
Sun, 15 Jun 2014 20:37:53 +0300 |
> From: Andy Moreton <address@hidden>
> Date: Sun, 15 Jun 2014 16:32:20 +0100
>
> On Sun 15 Jun 2014, Dani Moncayo wrote:
>
> >> make[3]: Leaving directory `/c/emacs/trunk/lib'
> >> make[2]: Leaving directory `/c/emacs/trunk/lib'
> >> make -C lib-src all
> >> make[2]: Entering directory `/c/emacs/trunk/lib-src'
> >> gcc -std=gnu99 -c -mtune=pentium4 -I. -I../src -I../lib -I. -I./../src
> >> -I./../lib -O0 -g3 ./../src/regex.c
> >> In file included from ../src/config.h:1811:0,
> >> from ./../src/regex.c:50:
> >> ../src/conf_post.h:32:27: fatal error: ms-w32.h: No such file or directory
> >> compilation terminated.
> >> make[2]: *** [regex.o] Error 1
> >> make[2]: Leaving directory `/c/emacs/trunk/lib-src'
> >> make[1]: *** [lib-src] Error 2
> >> make[1]: Leaving directory `/c/emacs/trunk'
> >> make: *** [bootstrap] Error 2
> >
> > FWIW, I see the same failure.
> >
> > The problem must be in a revision newer than r117303 (of 2014-06-10),
> > because that revision builds fine here.
>
> I see the same problem. r117332 builds ok, r117333 faqils with the error
> shown above. I suspct is is somthing to do with the changes to
> Makefile.in.
Thanks for pinpointing the offending commit. Should be fixed now.