This is the mail archive of the cygwin-developers@cygwin.com 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: New release time?


Christopher Faylor wrote:
> 
> On Thu, Apr 10, 2003 at 07:29:47PM +0200, Corinna Vinschen wrote:
> >
> >Urgh!  cygwin/regex/regex.h:
> >
> >  typedef off_t regoff_t;
> >
> >This means, the current Cygwin from CVS is using a 64bit regoff_t while
> >the applications linked against up to 1.3.22 are using a 32bit regoff_t.

Can't this occur whenever:
1) We distribute an updated cygwin1.dll and <sys/types.h>
2) Some package XXX with XXX.dll and with XXX.h including <sys/types> is 
   NOT updated
3) A user compiles an application using package XXX

For example:
/usr/include/zconf.h:#  include <sys/types.h> /* for off_t */
/usr/include/zconf.h:#  include <unistd.h>    /* for SEEK_* and off_t */
/usr/include/zconf.h:#  define z_off_t  off_t

Any other?

Pierre


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