Re: [Mingw-w64-public] winpthreads kill

2013-12-09 Thread Alexpux
ictor Bombi" > To: > Sent: Thursday, November 28, 2013 3:04 PM > Subject: Re: [Mingw-w64-public] winpthreads kill > > >> I dont know how to build. I always use CMake to create makefiles without >> mysys. >> Do I need mysys? where do I get configure? >&

Re: [Mingw-w64-public] winpthreads kill

2013-12-09 Thread Victor Bombi
" To: Sent: Thursday, November 28, 2013 3:04 PM Subject: Re: [Mingw-w64-public] winpthreads kill >I dont know how to build. I always use CMake to create makefiles without > mysys. > Do I need mysys? where do I get configure? > > - Original Message - > From: &quo

Re: [Mingw-w64-public] winpthreads kill

2013-11-28 Thread Victor Bombi
I dont know how to build. I always use CMake to create makefiles without mysys. Do I need mysys? where do I get configure? - Original Message - From: "JonY" To: Sent: Wednesday, November 27, 2013 11:10 PM Subject: Re: [Mingw-w64-public] winpth

Re: [Mingw-w64-public] winpthreads kill

2013-11-27 Thread JonY
On 11/28/2013 04:33, Ruben Van Boxem wrote: > 2013/11/27 Jon > >> >> >>> >>> Also: Where should I get the sources for winpthreads? >>> >>> >> >> http://sourceforge.net/p/mingw-w64/code/HEAD/tree/trunk/mingw-w64-libraries/winpthreads/ >> > > winpthreads had an official release with 3.0.0. No need

Re: [Mingw-w64-public] winpthreads kill

2013-11-27 Thread Ruben Van Boxem
2013/11/27 Jon > > >> >> Also: Where should I get the sources for winpthreads? >> >> > > http://sourceforge.net/p/mingw-w64/code/HEAD/tree/trunk/mingw-w64-libraries/winpthreads/ > winpthreads had an official release with 3.0.0. No need for development versions anymore. Ruben > > > ---

Re: [Mingw-w64-public] winpthreads kill

2013-11-27 Thread Jon
> > Also: Where should I get the sources for winpthreads? > > http://sourceforge.net/p/mingw-w64/code/HEAD/tree/trunk/mingw-w64-libraries/winpthreads/ -- Rapidly troubleshoot problems before they affect your business. Most

[Mingw-w64-public] winpthreads kill

2013-11-27 Thread Victor Bombi
Hello I am setting pthread_setcanceltype( PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a thread in order to kill but it does not work althought in win32 we could use TerminateThread. Any thoughts? Also: Where should I get the sources for winpthreads? Best victor