Re: [PATCH] Fix check for pthreads.h pollution on Mingw64

2015-01-06 Thread Daniel P. Berrange
On Mon, Jan 05, 2015 at 04:06:15PM -0700, Eric Blake wrote: > On 12/15/2014 10:55 AM, Daniel P. Berrange wrote: > > On Mon, Dec 15, 2014 at 05:44:22PM +, Daniel P. Berrange wrote: > >> A previous commit attempted to workaround pollution in the > >> Mingw64 pthreads.h header file > >> > >> com

Re: [PATCH] Fix check for pthreads.h pollution on Mingw64

2015-01-05 Thread Pádraig Brady
On 05/01/15 23:06, Eric Blake wrote: > On 12/15/2014 10:55 AM, Daniel P. Berrange wrote: >> I think we just need to ask Fedora 21 maintainers to update their GIT >> snapshot to a non-broken one. > > It doesn't hurt to tackle the problem from BOTH directions, so I'll > probably go ahead and push yo

Re: [PATCH] Fix check for pthreads.h pollution on Mingw64

2015-01-05 Thread Eric Blake
On 12/15/2014 10:55 AM, Daniel P. Berrange wrote: > On Mon, Dec 15, 2014 at 05:44:22PM +, Daniel P. Berrange wrote: >> A previous commit attempted to workaround pollution in the >> Mingw64 pthreads.h header file >> >> commit d5fec6c22f03c6a73d62260c9ce091c10c0a9cbd >> Author: Eric Blake >>

Re: [PATCH] Fix check for pthreads.h pollution on Mingw64

2014-12-15 Thread Daniel P. Berrange
On Mon, Dec 15, 2014 at 05:44:22PM +, Daniel P. Berrange wrote: > A previous commit attempted to workaround pollution in the > Mingw64 pthreads.h header file > > commit d5fec6c22f03c6a73d62260c9ce091c10c0a9cbd > Author: Eric Blake > Date: Wed Jan 22 20:39:45 2014 -0700 > > pthrea

[PATCH] Fix check for pthreads.h pollution on Mingw64

2014-12-15 Thread Daniel P. Berrange
A previous commit attempted to workaround pollution in the Mingw64 pthreads.h header file commit d5fec6c22f03c6a73d62260c9ce091c10c0a9cbd Author: Eric Blake Date: Wed Jan 22 20:39:45 2014 -0700 pthread: work around winpthread header pollution on mingw It activated its workaround bas