[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building today's trunk ...
From: |
Eli Zaretskii |
Subject: |
Re: Building today's trunk ... |
Date: |
Mon, 24 Dec 2012 17:58:57 +0200 |
> Date: Mon, 24 Dec 2012 14:45:17 +0100
> From: martin rudalics <address@hidden>
> Cc: address@hidden
>
> > This is due to the gnulib import in r111314. Fixed by:
> >
> > === modified file 'nt/inc/sys/stat.h'
> > --- nt/inc/sys/stat.h 2012-12-14 14:05:01 +0000
> > +++ nt/inc/sys/stat.h 2012-12-24 11:52:56 +0000
> > @@ -74,6 +74,7 @@
> > #define S_ISDOOR(m) 0
> > #define S_ISMPB(m) 0
> > #define S_ISMPC(m) 0
> > +#define S_ISMPX(m) 0
> > #define S_ISNWK(m) 0
> > #define S_ISPORT(m) 0
> > #define S_ISWHT(m) 0
> >
> >
> > HTH,
>
> It helps.
>
> Thanks, martin
Thanks. But in the future, would someone please commit changes that
fix a broken build right away? There's no sense in having the build
broken for hours, when a fix exists. Don't worry if you are not sure
it's 100% correct (although in this case, it should be clear it is),
we can always do better later. Just let people build the trunk again.
TIA