Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-09 Thread Corinna Vinschen
On Dec 8 20:27, Alexpux wrote: 8 дек. 2014 г., в 17:50, Corinna Vinschen написал(а): On Dec 8 15:12, Alexpux wrote: 8 дек. 2014 г., в 14:27, Corinna Vinschen написал(а): On Dec 8 14:01, Alexpux wrote: Will update sf.net http://sf.net/ repo today. Ok. Done. And this is

Re: [Mingw-w64-public] TDM-GCC 4.9.2 released

2014-12-09 Thread K. Frank
Hi Greg! I can attempt tp answer your question about -fno-keep-inline-dllexport. On Tue, Dec 9, 2014 at 1:29 AM, Greg Jung gvj...@gmail.com wrote: Hi John, If you would indulge my questions, I am intrigued by the advice re: -fno-keep-inline-dllexport flag because it mentions wxWidgets

Re: [Mingw-w64-public] TDM-GCC 4.9.2 released

2014-12-09 Thread John E. / TDM
On 12/8/2014 11:29 PM, Greg Jung wrote: Hi John, If you would indulge my questions, I am intrigued by the advice re: -fno-keep-inline-dllexport flag because it mentions wxWidgets which I am trying to incorporate into an already-large program. Do you know what problem it addresses, is it

Re: [Mingw-w64-public] TDM-GCC 4.9.2 released

2014-12-09 Thread Ruben Van Boxem
2014-12-09 14:24 GMT+01:00 John E. / TDM tdra...@tdragon.net: On 12/8/2014 11:29 PM, Greg Jung wrote: Hi John, If you would indulge my questions, I am intrigued by the advice re: -fno-keep-inline-dllexport flag because it mentions wxWidgets which I am trying to incorporate into an

[Mingw-w64-public] pthread.h patch

2014-12-09 Thread Marty Plummer
Patch provided in answer to my request regarding conflicts with ruby's pthread definitions diff --git a/pthread.h.orig b/pthread.h index 2029713..c488aa1 100644 --- a/pthread.h.orig +++ b/pthread.h @@ -68,6 +68,8 @@ #include signal.h #include sys/timeb.h +#include time.h +#include sched.h

[Mingw-w64-public] pthread.h patch

2014-12-09 Thread Marty Plummer
Patch provided in answer to my request regarding conflicts with ruby's pthread definitions diff --git a/pthread.h.orig b/pthread.h index 2029713..c488aa1 100644 --- a/pthread.h.orig +++ b/pthread.h @@ -68,6 +68,8 @@ #include signal.h #include sys/timeb.h +#include time.h +#include sched.h

Re: [Mingw-w64-public] pthread.h patch

2014-12-09 Thread Martell Malone
Hey, I already remove all those _r time function from pthread. Can you check the latest head? As this patch won't apply Martell On Tue, Dec 9, 2014 at 3:36 PM, Marty Plummer ntzrmtthihu...@gmail.com wrote: Patch provided in answer to my request regarding conflicts with ruby's pthread