This is the mail archive of the cygwin-developers mailing list for the Cygwin 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: cvs newlib build issue


Sorry, and yes before anyone asks - yes I am stupid. The header in question
is wchar.h. So wchar.h is missing time.h :)

-----Original Message-----
From: Stan Moore [mailto:smoore@exis.net] 
Sent: Wednesday, October 14, 2009 4:44 PM
To: 'cygwin-developers@cygwin.com'
Subject: cvs newlib build issue 

Actually this is specifically a newlib issue. Apparently sometime back in
March Corinna added 

size_t  _EXFUN(wcsftime, (wchar_t *, size_t, const wchar_t *, const struct
tm *));

But forgot to add time.h to the header so the struct tm is a problem. It
doesn't seem to get pulled in anywhere else so a top level build is broke
right now. 

It's not a big problem, but I don't have any direct dealings with newlib and
lack a better communication channel to point this out.

Stan



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