Re: [Mingw-w64-public] help with internal error

2013-11-19 Thread Alessio Mochi
I follow your guide and I post the gcc bug.  This is the link http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59187 Il Lunedì 18 Novembre 2013 17:39, niXman i.nix...@autistici.org ha scritto: Ruben Van Boxem писал 2013-11-18 20:23: 2013/11/18 Alessio Mochi alessio211...@yahoo.it Hello, I try

Re: [Mingw-w64-public] help with internal error

2013-11-19 Thread Alessio Mochi
Hey thanks you very much! I remove the -fpermissive and fix some errors and now the internal error go away! Il Martedì 19 Novembre 2013 12:24, Ruben Van Boxem vanboxem.ru...@gmail.com ha scritto: 2013/11/19 Alessio Mochi alessio211...@yahoo.it I follow your guide and I post the gcc bug. 

Re: [Mingw-w64-public] Unwind info version 2: any documentation ?

2013-11-19 Thread Tristan Gingold
On Nov 18, 2013, at 11:53 AM, Kai Tietz ktiet...@googlemail.com wrote: 2013/11/18 Tristan Gingold ging...@adacore.com: Hello, at least in ntdll.dll from Windows x64 2013, some UNWIND_INFO records are using version 2. But unfortunately, I wasn't able to get any documentation about it.

[Mingw-w64-public] pthread_attr_setschedpolicy not implemented

2013-11-19 Thread Victor Bombi
Hello, versions posix-sjlj for 32 bits (I need C++11 threading) have pthread_attr_setschedpolicy not implemented I think that there are some versions of pthread that implement that feature. Is there any reason for that? Is this going to change in the future? best regards victor

[Mingw-w64-public] [MSYS2] yaourt, cmake emacs

2013-11-19 Thread 张皛闶
Many thanks to Alexey for bringing us msys2 with pacman. Hence i'm interesting in when can we expect a yaourt, a cmake and a emacs (better similar to the cygwin's, use msys's base subsystem and windows gui). -- Shape the

Re: [Mingw-w64-public] [MSYS2] yaourt, cmake emacs

2013-11-19 Thread Alexey Pavlov
2013/11/19 张皛闶 inter1...@gmail.com Many thanks to Alexey for bringing us msys2 with pacman. Hence i'm interesting in when can we expect a yaourt, a cmake and a emacs (better similar to the cygwin's, use msys's base subsystem and windows gui). Cygwin use X11 subsystem for GUI. I don't want to

[Mingw-w64-public] Experimental builds of GCC-4.9.0

2013-11-19 Thread niXman
Hi guys! Just now I uploaded new builds based on the GCC-4.9.0-trunk(rev. 205009), mingw-w64-trunk(rev. 6379) i686: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/Experimental_Builds/4.9.0/ x86_64:

[Mingw-w64-public] semaphore wrappers patch

2013-11-19 Thread Edscott Wilson
Here is a patch for posix semaphores. I've made a bunch of corrections suggested by dw. I've applied the patch to my local mingw-w64 and generated a new dll and replaced the old one and the example program of libtubo (git version) works just fine. I'll be testing parallel makes next as unnamed