This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ada merge of 2003-04-23 (cal.c) vs mingw32


 --- Laurent GUERBY <guerby@acm.org> wrote: > On Mon, 2003-05-12 at 00:00,
Danny Smith wrote:
> > The "formatting and trivial change" merge in ada directory
> > 
> > 2003-04-23   Geert Bosch <bosch@gnat.com>
> > 
> > added this to cal.c:
> > 
> > +#ifdef __MINGW32__
> > +#include "mingw32.h"
> > +#if STD_MINGW
> > +#include <winsock.h>
> > +#endif
> > +#endif
> > +
> > 
> > This breaks mingw32 build.
> > 
> > Where is "mingw32.h"
> > Where is STD_MINGW documented?
> 
> mingw32.h is available in the ACT tree, see the end of
> <http://libre.act-europe.fr/GNAT/main.html> on how to check
> it out.
> 

Does that mean that one is expected to download the ACT tree in order to build
gnat for mingw?  Why isn't this file in the FSF repository?

BTW recent versions of mingw also define MAXPATHLEN, so I would submit a patch
for "mingw32.h", but I'm confused now about who to submit it to...

Danny

> I included it here for convenience, hope this helps.
> 
> Laurent
> 


http://mobile.yahoo.com.au - Yahoo! Mobile
- Check & compose your email via SMS on your Telstra or Vodafone mobile.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]