[Mingw-w64-public] Clang 64bit

2013-04-05 Thread Abir Basak
If I understand correctly, according to Ruben Van Boxem clang 64 bit compiler on windows can not be used for compilation as exception handling is broken. Also Ruben had clarified that clang 32 bit windows debug information is also useless and it can not be used to debug a program, though linking

Re: [Mingw-w64-public] Getting started with MinGw

2013-04-05 Thread JonY
On 4/5/2013 15:01, wynfi...@gmail.com wrote: > > Thank you NightStrike for telling me about the MinGw project. > > I tried to find an easy way to get this done on cygwin which I've been using > and like a lot, but there wasn't anybody seemed up to the internals on basic > i/o where cygwin meets

Re: [Mingw-w64-public] I am a member.

2013-04-05 Thread NightStrike
On Fri, Apr 5, 2013 at 4:28 AM, wrote: > > My mail is being held and I'm getting a non-member message. > I am a member, albeit a new one, but one none the same. > Is there some problem? You didn't actually subscribe to the mailing list, so your messages sit in a bucket waiting for an admin to ap

[Mingw-w64-public] I am a member.

2013-04-05 Thread wynfield
My mail is being held and I'm getting a non-member message. I am a member, albeit a new one, but one none the same. Is there some problem? -- Minimize network downtime and maximize team effectiveness. Reduce network manag

[Mingw-w64-public] Getting started with MinGw

2013-04-05 Thread wynfield
Thank you NightStrike for telling me about the MinGw project. I tried to find an easy way to get this done on cygwin which I've been using and like a lot, but there wasn't anybody seemed up to the internals on basic i/o where cygwin meets the os xfc. I naively thought that I could download th

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

2013-04-05 Thread 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 really a mess, IMHO. > > Alternatively we could

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

2013-04-05 Thread Kai Tietz
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 really a mess, IMHO. > Alternatively we could move all declaration colliding with POSIX into a

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

2013-04-05 Thread 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 really a mess, IMHO. Alternatively we could move all declaration colliding with POSIX into a single block at the start of intrin.h

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

2013-04-05 Thread Kai Tietz
Hi Corinna, well I dislike this __CYGWIN__ define mess here, but I admit I don't have an better idea. Well, we could consider to provide a cygwin-specific intrin.h header but well ... So patch is ok. Thanks, Kai -- Min