Re: [HACKERS] conflicting gettimeofday with MinGW

2007-04-13 Thread Magnus Hagander
Andrew Dunstan wrote: >>> In cvs the file is marked as dead and gives a reference to cygwin's >>> w32api. >>> Maybe the answer is to simply note that the mingw-runtime binary from >>> sourceforge above 3.9 has a broken sys/time.h (it is not the file from >>> cygwin but the dead one from cvs).

Re: [HACKERS] conflicting gettimeofday with MinGW

2007-04-13 Thread Andrew Dunstan
Magnus Hagander wrote: On Wed, Apr 11, 2007 at 06:17:19PM +0200, Zeugswetter Andreas ADI SD wrote: That page is ages out of date. The intended sync is apparently broken. The current download area is on sourceforge http://sf.net/project/showfiles.php?group_id=2435

Re: [HACKERS] conflicting gettimeofday with MinGW

2007-04-13 Thread Magnus Hagander
On Wed, Apr 11, 2007 at 06:17:19PM +0200, Zeugswetter Andreas ADI SD wrote: > > > > That page is ages out of date. The intended sync is > > apparently broken. > > > The current download area is on sourceforge > > > http://sf.net/project/showfiles.php?group_id=2435 > > > > > > > > > > *sigh* >

Re: [HACKERS] conflicting gettimeofday with MinGW

2007-04-11 Thread Zeugswetter Andreas ADI SD
> > That page is ages out of date. The intended sync is > apparently broken. > > The current download area is on sourceforge > > http://sf.net/project/showfiles.php?group_id=2435 > > > > > > *sigh* > > And what is in 3.12, which is apparently the current version? Sorry that was implied. sys

Re: [HACKERS] conflicting gettimeofday with MinGW

2007-04-11 Thread Andrew Dunstan
Zeugswetter Andreas ADI SD wrote: That page is ages out of date. The intended sync is apparently broken. The current download area is on sourceforge http://sf.net/project/showfiles.php?group_id=2435 *sigh* And what is in 3.12, which is apparently the current version? cheers andrew -

Re: [HACKERS] conflicting gettimeofday with MinGW

2007-04-11 Thread Zeugswetter Andreas ADI SD
That page is ages out of date. The intended sync is apparently broken. The current download area is on sourceforge http://sf.net/project/showfiles.php?group_id=2435 Andreas > > mingw-runtime-3.10 introduced a gettimeofday declaration in > sys/time.h > > that is not compatible with port.h. > >

Re: [HACKERS] conflicting gettimeofday with MinGW

2007-04-11 Thread Andrew Dunstan
Zeugswetter Andreas ADI SD wrote: mingw-runtime-3.10 introduced a gettimeofday declaration in sys/time.h that is not compatible with port.h. (current is mingw-runtime-3.12) int __cdecl gettimeofday(struct timeval *__restrict__, void *__restrict__ /* tzp (unused) */); T

Re: [HACKERS] conflicting gettimeofday with MinGW

2007-04-11 Thread Magnus Hagander
On Wed, Apr 11, 2007 at 01:45:28PM +0200, Zeugswetter Andreas ADI SD wrote: > > mingw-runtime-3.10 introduced a gettimeofday declaration in sys/time.h > that is not compatible with port.h. > (current is mingw-runtime-3.12) > > int __cdecl gettimeofday(struct timeval *__restrict__, >

[HACKERS] conflicting gettimeofday with MinGW

2007-04-11 Thread Zeugswetter Andreas ADI SD
mingw-runtime-3.10 introduced a gettimeofday declaration in sys/time.h that is not compatible with port.h. (current is mingw-runtime-3.12) int __cdecl gettimeofday(struct timeval *__restrict__, void *__restrict__ /* tzp (unused) */); The problem was already reported by