[Mingw-w64-public] [PATCH] Fix prototype for _difftime32 & _difftime64

2016-08-24 Thread David Wohlferd
Use correct prototype for _difftime32 & _difftime64. Note that time.h already uses the correct prototype. Question: Could the intent here have been to treat the (normally) signed __time32_t as unsigned in an attempt to squeeze more life out of it (the '2038' problem)? If so, 'tricking' the co

Re: [Mingw-w64-public] DirectWrite additions

2016-08-24 Thread Jacek Caban
Hi Ruben, I'm sorry I didn't look at this earlier. I committed winerror.h (it seems that you included the same defines in two different places in those patches, so please retest with committed version) and wincodec.idl parts. However, dwrite_2.h needs some more work. We try to provide dwrite API

Re: [Mingw-w64-public] DirectWrite additions

2016-08-24 Thread Ruben Van Boxem
I would like to reiterate my request to include the following the changes in MinGW-w64. I have no commit rights, and Kai half-OKed them, so input from someone in the team that can commit them directly would be greatly appreciated! I'll attach both patches (which are required to build Skia with Min

[Mingw-w64-public] Clang++ bug for typeinfo generation targeted at x86_64 (working for i686)

2016-08-24 Thread Eric PAIRE
Dear all, Just to let you know that I have found a bug in the last officially released clang package version 3.8.0-3 targeted at x86_64, that does not exist for i686 target. I directly reported its description in LLVM Bugzilla database (see https://llvm.org/bugs/show_bug.cgi?id=29116) to avoid

Re: [Mingw-w64-public] undefined references to _set_abort_behavior and ??_7type_info@@6B@

2016-08-24 Thread Josealf.rm
Mario, I'm glad you made a lot of progress. Like the old philosophers of yore said: - Choose your battles carefully; some battles aren't worth fighting for. - Choose your weapons carefully. Some weapons will work against you, not the enemy. 8-) Regards, Jose > El 24/08/2016, a las 2:20 a.m., Ma

Re: [Mingw-w64-public] undefined references to _set_abort_behavior and ??_7type_info@@6B@

2016-08-24 Thread Mario Emmenlauer
Dear Jose, thanks, you are awesome! I was so hooked on a specific tutorial for building MyQL-python, that I did not try anything else. With your pointers I changed linking mysqlclient with mysql, and it links without any trouble! No need for all the __chkstk and whatnot! So for MinGW that seems h