Re: [Mingw-w64-public] [patch/bulk] ddk: Use __MSABI_LONG where appropriate

2012-07-18 Thread Kai Tietz
Hello Corinna, Thanks for this. I added Amine to CC, as he might be interested to get this back-ported to ROS. I read it carefully and didn't noticed a typo. Just one nit - and it is more a simplification issue - is that the 'long' constant in DEFINE_GUID should be simply changed to an 'int' one

Re: [Mingw-w64-public] [patch/bulk] ddk: Use __MSABI_LONG where appropriate

2012-07-18 Thread Jacek Caban
Hi Corinna On 07/18/12 14:45, Corinna Vinschen wrote: > Hi, > > the below patch needs a thorough second pair of eyes. I did a quick look, not a real review. It looks mostly OK, except when a constant is a parameter to DEFINE_GUID, it's safe to just skip the long suffix and always pass int. That w

Re: [Mingw-w64-public] winpthreads patch for pthread_getspecific()/pthread_setspecific() function for restore WIN last error code

2012-07-18 Thread Ozkan Sezer
On Wed, Jul 18, 2012 at 2:02 PM, niXman wrote: > 2012/7/18 Kai Tietz: >> >> I applied the patch at rev 5235. But I still wait for the testcase. > > What do you mean by the word "testcase"? > In the previous message I put a logfile with winpthreads test. > Some very small C program showing the br

Re: [Mingw-w64-public] winpthreads patch for pthread_getspecific()/pthread_setspecific() function for restore WIN last error code

2012-07-18 Thread niXman
2012/7/18 Kai Tietz: > > I applied the patch at rev 5235. But I still wait for the testcase. What do you mean by the word "testcase"? In the previous message I put a logfile with winpthreads test. -- Regards, niXman ___ Dual-target(32 & 64 bit) M

Re: [Mingw-w64-public] winpthreads patch for pthread_getspecific()/pthread_setspecific() function for restore WIN last error code

2012-07-18 Thread Kai Tietz
2012/7/18 niXman : > 2012/7/17 niXman: >> 2012/7/16 Kai Tietz: >>> >>> So patch is ok with a testcase. >> >> Log in attachment. > > ping? I applied the patch at rev 5235. But I still wait for the testcase. Cheers, Kai -

Re: [Mingw-w64-public] winpthreads patch for pthread_getspecific()/pthread_setspecific() function for restore WIN last error code

2012-07-18 Thread niXman
2012/7/17 niXman: > 2012/7/16 Kai Tietz: >> >> So patch is ok with a testcase. > > Log in attachment. ping? -- Regards, niXman ___ Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows: http://sourceforge.net/projects/mingwbuilds/ --

[Mingw-w64-public] DirextX 8.x Header avaiable?

2012-07-18 Thread Peter Meyer
Hi @List, Are there DirectX 8 Headers avaiable? Greetings, Peter -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can

Re: [Mingw-w64-public] Rubenvb 4.5.4 release build

2012-07-18 Thread Ruben Van Boxem
2012/7/18 xunxun > 于 2012/7/18 16:36, Ruben Van Boxem 写道: > > > > Due to incompatibilities of libiconv and glibc 2.16 (currently in use on > Arch Linux), I removed libiconv from the builds. This mostly means the > "-finput-charset" option won't work. > > Does this only refer to your cross compil

Re: [Mingw-w64-public] Rubenvb 4.5.4 release build

2012-07-18 Thread xunxun
于 2012/7/18 16:36, Ruben Van Boxem 写道: Due to incompatibilities of libiconv and glibc 2.16 (currently in use on Arch Linux), I removed libiconv from the builds. This mostly means the "-finput-charset" option won't work. Does this only refer to your cross compiler? Or your windows native com

[Mingw-w64-public] Rubenvb 4.5.4 release build

2012-07-18 Thread Ruben Van Boxem
Hi everyone, Due to me not noticing the 4.5.4 release until now (I have now subscribed to the gcc-announce mailing list to never have this happen again), I have only now built the 4.5.4 sources. Good thing is you'll have MinGW-w64 v2.0.4 and latest master branch gdb/binutils along with it. Due t

Re: [Mingw-w64-public] Error when building trunk CRT

2012-07-18 Thread niXman
2012/7/18 Kai Tietz: > Hi, > > I assume you have missed to install new runtime-headers before trying > to build crt. Oh yeah =) Thanks. -- Regards, niXman ___ Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows: http://sourceforge.

Re: [Mingw-w64-public] Error when building trunk CRT

2012-07-18 Thread Kai Tietz
Hi, I assume you have missed to install new runtime-headers before trying to build crt. Regards, Kai -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape

[Mingw-w64-public] Error when building trunk CRT

2012-07-18 Thread niXman
Hello, Subj. > mingw-w64-crt/libsrc/sensorsapi.c:2:33: fatal error: portabledevicetypes.h: > No such file or directory -- Regards, niXman ___ Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows: http://sourceforge.net/projects/min