Re: [Mingw-w64-public] Still seeing the "-static" issue with Ruben's new 4.8 std::thread-enabled build

2013-04-06 Thread Yuchen Deng
2013/4/7 K. Frank > Hi Ruben! Hi Ruben! I love you builds too! Great and Awesome Work! -- Best Regards Yuchen -- Minimize network downtime and maximize team effectiveness. Reduce network management and security costs

Re: [Mingw-w64-public] GCC 4.8 and -fPIC warning being treated as error

2013-04-06 Thread NightStrike
On Sat, Mar 23, 2013 at 2:34 AM, Christer Solskogen wrote: > > > On 23/3/13 8:47 AM, Ruben Van Boxem wrote: > >> What gives? > > Don't know. I reported the same error on gcc-help the 10th of January > this year. Link? --

Re: [Mingw-w64-public] Still seeing the "-static" issue with Ruben's new 4.8 std::thread-enabled build

2013-04-06 Thread K. Frank
Hi Ruben! On Sat, Apr 6, 2013 at 6:25 PM, K. Frank wrote: > Hi Ruben! > > On Sat, Apr 6, 2013 at 6:21 PM, Ruben Van Boxem > wrote: >> Op 7 apr. 2013 00:18 schreef "K. Frank" het volgende: >>> >>> Hello List and Ruben! >>> ... >>> It stills seems to have the "-static" issue when using std::threa

Re: [Mingw-w64-public] Still seeing the "-static" issue with Ruben's new 4.8 std::thread-enabled build

2013-04-06 Thread K. Frank
Hi Ruben! On Sat, Apr 6, 2013 at 6:21 PM, Ruben Van Boxem wrote: > Op 7 apr. 2013 00:18 schreef "K. Frank" het volgende: >> >> Hello List and Ruben! >> >> I downloaded Ruben's new std::thread-enabled build, namely: >> >>x86_64-w64-mingw32-gcc-4.8-stdthread-win64_rubenvb.7z >> >> It reports:

Re: [Mingw-w64-public] Still seeing the "-static" issue with Ruben's new 4.8 std::thread-enabled build

2013-04-06 Thread Ruben Van Boxem
Op 7 apr. 2013 00:18 schreef "K. Frank" het volgende: > > Hello List and Ruben! > > I downloaded Ruben's new std::thread-enabled build, namely: > >x86_64-w64-mingw32-gcc-4.8-stdthread-win64_rubenvb.7z > > It reports: >g++ --version >g++ (rubenvb-4.8-stdthread) 4.8.1 20130324 (prereleas

[Mingw-w64-public] Still seeing the "-static" issue with Ruben's new 4.8 std::thread-enabled build

2013-04-06 Thread K. Frank
Hello List and Ruben! I downloaded Ruben's new std::thread-enabled build, namely: x86_64-w64-mingw32-gcc-4.8-stdthread-win64_rubenvb.7z It reports: g++ --version g++ (rubenvb-4.8-stdthread) 4.8.1 20130324 (prerelease) It stills seems to have the "-static" issue when using std::thread.

Re: [Mingw-w64-public] [patch/cygwin] Fix intrin.h and intrinsics to be buildable on Cygwin

2013-04-06 Thread Corinna Vinschen
On Apr 6 18:34, Kai Tietz wrote: > 2013/4/6 Corinna Vinschen : > > On Apr 6 17:54, Ruben Van Boxem wrote: > >> Building trunk crt gives me this error: > >>[...] > >> /home/ruben/AUR/mingw-w64-crt-svn/src/mingw-w64-crt/intrincs/membarrier.c:5:5: > >> error: unknown type name '__LONG32' > >> _

Re: [Mingw-w64-public] recent failure

2013-04-06 Thread Kai Tietz
Thank, issue was caused by recent modifications for cygwin to our intrin.h header. Corinnna should have fixed this issue allready, the preferred solution here is to add to this file the include of intrin.h header. Kai 2013/4/6 Roger Pack : > as a note, I got this recently trying to build gcc 4.8.

[Mingw-w64-public] recent failure

2013-04-06 Thread Roger Pack
as a note, I got this recently trying to build gcc 4.8.0 for cross compile (not sure if the culprit is in mingw-w64, but pasting it here just in case it is :) -roger- /home/rogerdpack/dev/ffmpeg-windows-build-helpers/sandbox/source/mingw-w64-svn/trunk/mingw-w64-crt/intrincs/membarrier.c: In functi

[Mingw-w64-public] Mass rebuild report for April 06 2013

2013-04-06 Thread Erik van Pienbroek
This is a report for the 20130406 mass rebuild of all Fedora MinGW packages against Fedora Rawhide and a list of all the changes which have been applied since the previous mass rebuild. During this mass rebuild the following toolchain was used: * mingw-w64 20130403 trunk snapshot * binutils

Re: [Mingw-w64-public] [patch/cygwin] Fix intrin.h and intrinsics to be buildable on Cygwin

2013-04-06 Thread Kai Tietz
2013/4/6 Corinna Vinschen : > On Apr 6 17:54, Ruben Van Boxem wrote: >> 2013/4/5 Corinna Vinschen >> >> > On Apr 5 12:15, Kai Tietz wrote: >> > > 2013/4/5 Corinna Vinschen : >> > > > On Apr 5 11:39, Kai Tietz wrote: >> > > >> Hi Corinna, >> > > >> >> > > >> well I dislike this __CYGWIN__ define

Re: [Mingw-w64-public] [patch/cygwin] Fix intrin.h and intrinsics to be buildable on Cygwin

2013-04-06 Thread Corinna Vinschen
On Apr 6 17:54, Ruben Van Boxem wrote: > 2013/4/5 Corinna Vinschen > > > On Apr 5 12:15, Kai Tietz wrote: > > > 2013/4/5 Corinna Vinschen : > > > > On Apr 5 11:39, Kai Tietz wrote: > > > >> Hi Corinna, > > > >> > > > >> well I dislike this __CYGWIN__ define mess here, but I admit I don't > > >

Re: [Mingw-w64-public] [patch/cygwin] Fix intrin.h and intrinsics to be buildable on Cygwin

2013-04-06 Thread Ruben Van Boxem
2013/4/5 Corinna Vinschen > On Apr 5 12:15, Kai Tietz wrote: > > 2013/4/5 Corinna Vinschen : > > > On Apr 5 11:39, Kai Tietz wrote: > > >> Hi Corinna, > > >> > > >> well I dislike this __CYGWIN__ define mess here, but I admit I don't > > > > > > It's only eight ifndef __CYGWIN__ blocks, not rea