Re: [Mingw-w64-public] Runtime for Cygwin

2013-06-05 Thread Kai Tietz
2013/6/5 dw limegreenso...@yahoo.com: When using latest mingw-w64 runtime from trunk for Cygwin I have error: http://pastebin.com/9WVgE1Gu I would like to experiment with some alternate solutions to what ktietz proposed, but I need to be sure I understand what is going wrong. My attempts

[Mingw-w64-public] pthread_sigmask in winpthreads

2013-06-05 Thread Erik van Pienbroek
Hi, In our quest to enable winpthreads in Fedora we've stumbled across a new issue. Libvirt fails to build with this linker error: CCLD libvirt.la ./.libs/libvirt_driver_remote.a(libvirt_net_rpc_client_la-virnetclient.o): In function `virNetClientIOEventLoop':

[Mingw-w64-public] [PATCH] Add IInspectable and IActivationFactory IDLs

2013-06-05 Thread Rafaël Carré
--- mingw-w64-headers/Makefile.am | 2 + mingw-w64-headers/Makefile.in | 2 + mingw-w64-headers/include/activation.h| 132 ++ mingw-w64-headers/include/activation.idl | 16 +++ mingw-w64-headers/include/inspectable.h | 178

Re: [Mingw-w64-public] Runtime for Cygwin

2013-06-05 Thread dw
Ok, I get it now. As everyone was trying to tell me (including myself), the problem was in SIZE_T/size_t. I just couldn't get my head around the fact that these two lines are different: typedef unsigned long int size_t; typedef unsigned long long SIZE_T; Under CygWin64, they are