Re: [Mingw-w64-public] conflicting EXCEPTION_REGISTRATION types with tcl/tk 8.6.1

2013-11-07 Thread Alexey Pavlov
2013/11/8 Jon : > the link to the tcltk buildlet > > https://github.com/jonforums/buildlets/blob/master/build_tcltk.ps1#L79-L80 > > > > On Thu, Nov 7, 2013 at 10:41 PM, Jon wrote: >> >> While updating my powershell-based build recipes ("buildlets") for 64-bit >> and other things, I get the followi

Re: [Mingw-w64-public] conflicting EXCEPTION_REGISTRATION types with tcl/tk 8.6.1

2013-11-07 Thread Jon
the link to the tcltk buildlet https://github.com/jonforums/buildlets/blob/master/build_tcltk.ps1#L79-L80 On Thu, Nov 7, 2013 at 10:41 PM, Jon wrote: > While updating my powershell-based build recipes ("buildlets") for 64-bit > and other things, I get the following build errors on Win8.1 64bit

[Mingw-w64-public] conflicting EXCEPTION_REGISTRATION types with tcl/tk 8.6.1

2013-11-07 Thread Jon
While updating my powershell-based build recipes ("buildlets") for 64-bit and other things, I get the following build errors on Win8.1 64bit using `x64-msys2-20131022.tar.xz` and the mingw32-make reloaded version of `x86_64-4.8.2-release-win32-seh-rt_v3-rev0.7z`. No errors when using mingw.org msy

Re: [Mingw-w64-public] Shared semaphores

2013-11-07 Thread Edscott Wilson
No need to be sorry. Great stuff, this MinGW-w64. As soon as I cook up some wrapper code and test it in libtubo, I'll post it for your review. 2013/11/7 LRN > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07.11.2013 22:34, LRN wrote: > > On 07.11.2013 22:00, Edscott Wilson wrote: >

Re: [Mingw-w64-public] Shared semaphores

2013-11-07 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07.11.2013 22:34, LRN wrote: > On 07.11.2013 22:00, Edscott Wilson wrote: >> Ok. So I now I ran more tests. To start with, I replaced the >> unnamed process-shared semaphore for a more compatible named >> semaphore, which by definition is process-

Re: [Mingw-w64-public] Shared semaphores

2013-11-07 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07.11.2013 22:00, Edscott Wilson wrote: > Ok. So I now I ran more tests. To start with, I replaced the > unnamed process-shared semaphore for a more compatible named > semaphore, which by definition is process-shared. The code works > fine in Linux

Re: [Mingw-w64-public] Shared semaphores

2013-11-07 Thread Edscott Wilson
Ok. So I now I ran more tests. To start with, I replaced the unnamed process-shared semaphore for a more compatible named semaphore, which by definition is process-shared. The code works fine in Linux and FreeBSD. But in MinGW-w64, no such luck. I tried the toolchain in *mingw-w64-v3.0.0.tar.bz2,