Re: [Mingw-w64-public] Problems with time.h

2011-11-04 Thread Kai Tietz
2011/11/4 Prof Brian Ripley : > On Fri, 4 Nov 2011, Kai Tietz wrote: > >> 2011/11/4 Prof Brian Ripley : >>> >>> On Fri, 4 Nov 2011, Kai Tietz wrote: >>> 2011/11/4 Prof Brian Ripley : > > Thanks for picking up on this.  I am seeing about 100 examples of > header > conflicts with

Re: [Mingw-w64-public] Problems with time.h

2011-11-04 Thread Prof Brian Ripley
On Fri, 4 Nov 2011, Kai Tietz wrote: 2011/11/4 Prof Brian Ripley : On Fri, 4 Nov 2011, Kai Tietz wrote: 2011/11/4 Prof Brian Ripley : Thanks for picking up on this.  I am seeing about 100 examples of header conflicts with R packages (after patching R itself to avoid the problem). I've now

Re: [Mingw-w64-public] Problems with time.h

2011-11-04 Thread Kai Tietz
2011/11/4 Prof Brian Ripley : > On Fri, 4 Nov 2011, Kai Tietz wrote: > >> 2011/11/4 Prof Brian Ripley : >>> >>> Thanks for picking up on this.  I am seeing about 100 examples of header >>> conflicts with R packages (after patching R itself to avoid the problem). >>> >>> I've now read the source cod

Re: [Mingw-w64-public] Problems with time.h

2011-11-04 Thread Prof Brian Ripley
On Fri, 4 Nov 2011, Kai Tietz wrote: 2011/11/4 Prof Brian Ripley : Thanks for picking up on this.  I am seeing about 100 examples of header conflicts with R packages (after patching R itself to avoid the problem). I've now read the source code and I do not see anything in winpthreads/src/clock

Re: [Mingw-w64-public] Problems with time.h

2011-11-04 Thread Kai Tietz
2011/11/4 Prof Brian Ripley : > Thanks for picking up on this.  I am seeing about 100 examples of header > conflicts with R packages (after patching R itself to avoid the problem). > > I've now read the source code and I do not see anything in > winpthreads/src/clock.c that is specific to pthreads:

Re: [Mingw-w64-public] Problems with time.h

2011-11-04 Thread Prof Brian Ripley
Thanks for picking up on this. I am seeing about 100 examples of header conflicts with R packages (after patching R itself to avoid the problem). I've now read the source code and I do not see anything in winpthreads/src/clock.c that is specific to pthreads: even the thread-specific timer is

Re: [Mingw-w64-public] Problems with time.h

2011-11-03 Thread Ozkan Sezer
On Tue, Oct 25, 2011 at 9:51 AM, Prof Brian Ripley wrote: > I first noticed this in Ruben's 4.6.2 build, but the trunk has a > similar problem (if the winpthead library is installed). > > time.h ends > > #ifdef __cplusplus > } > #endif > > #pragma pack(pop) > > #include > > /* Adding timespec def

[Mingw-w64-public] Problems with time.h

2011-10-24 Thread Prof Brian Ripley
I first noticed this in Ruben's 4.6.2 build, but the trunk has a similar problem (if the winpthead library is installed). time.h ends #ifdef __cplusplus } #endif #pragma pack(pop) #include /* Adding timespec definition. */ #include #include The problem is that as a result time.h includes