emacs-devel
[Top][All Lists]
Advanced

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

Re: How many more gnulib imports?


From: Eli Zaretskii
Subject: Re: How many more gnulib imports?
Date: Mon, 21 Feb 2011 21:05:55 +0200

> Date: Sun, 20 Feb 2011 16:32:08 -0700
> From: Christoph <address@hidden>
> CC: address@hidden
> 
> > However, this change will only work with MinGW, since it has stdint.h.
> > To make it work with MSVC, we need to add nt/inc/stdint.h, and make
> > lib/md5.$(O) depend on it.  For MinGW, nt/inc/stdint.h could just say
> > "#include_next<stdint.h>" (conditioned on __GNUC__ being non-zero).
> > Otherwise, it should include the minimum needed for md5.c to compile.
> > Paul said a few messages ago that all that's needed for now is this:
> >
> >     typedef unsigned int uint32_t;
> >
> > Could you please commit such a followup change, after you test it (see
> > below)?  If not, I will get to it in due time.
> 
> See attached patch.

Thanks.  I will commit it as soon as the Windows build is fixed (it
became broken due to the import of filemode.c from gnulib).

Please note that nt/inc/stdint.h you sent has DOS EOLs.  We generally
use Unix EOLs, except in DOS/Windows batch files.



reply via email to

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