[Mingw-w64-public] libtool for MSYS 1.0

2015-08-28 Thread Nacho Man
I sent a message earlier asking how to install libtool for MSYS 1.0 and Mingw-w64.   Never mind, I figured it out.   I didn't realize there wasn't a package manager and all I had to do was download the code and install various packages.   I'd like to make a suggestion though if I could.    By de

[Mingw-w64-public] Help with MSYS (32-bit).

2015-08-28 Thread Nacho Man
Hi. I hope this is the right place to post.   If not, I do apologize for bothering everyone. I'm trying to compile a library, libserialport, using MinGW-w64 (32-bit and a 64-bit dual installation).    I have downloaded MSYS on MinGW-w64's sourceforge website (MSYS-2023.zip)  It was located

Re: [Mingw-w64-public] Proposition for locking printf

2015-08-28 Thread Mateusz
Thanks for the patch. Unfortunately I can't do full test because I can't compile ffmpeg-2.7.2 -- mingw-w64 trunk from 2015-08-10 works with ffmpeg-2.7.2, from 2015-08-28 doesn't work. There are changes in include file "d3d11.h" which could make the difference. Error from ffmepeg-2.7.2 make:

[Mingw-w64-public] [Patch] Add infstr.h

2015-08-28 Thread David Grayson
This patch adds infstr.h and four of the macros that are supposed to be defined in it. This is not a complete implementation of infstr.h, but it includes the macros needed to compile devcon, a program distributed by Microsoft. It would be nice to get this merged in. Thanks! --David diff --g

[Mingw-w64-public] [Patch] More annotations in sal.h and driverspecs.h

2015-08-28 Thread David Grayson
Hello. The attached patch adds several simple macro definitions to sal.h and driverspecs.h. The patch to sal.h contains all of the macros documented on these two pages: https://msdn.microsoft.com/en-us/library/hh916382.aspx https://msdn.microsoft.com/en-us/library/jj159529.aspx In addition, t

[Mingw-w64-public] [Patch] Fix CHAR_MIN and CHAR_MAX

2015-08-28 Thread David Grayson
Could someone apply this patch? Right now, CHAR_MIN and CHAR_MAX will be incorrect if gcc is invoked with the -funsigned-char option. This patch fixes it to comply with section 5.2.4.2.1.2 of C11 (N1570), which says: If the value of an object of type char is treated as a signed integer when

Re: [Mingw-w64-public] Proposition for locking printf

2015-08-28 Thread JonY
On 8/3/2015 07:51, Mateusz wrote: > Now _lock_file/_unlock_file are in stdio/mingw_lock.c (new) file. > > printf_full.diff works out of the box but I edited makefile.am & > makefile.in by hands which is wrong. I tested this patch with 64 and > 32-bit GCC 5.2 with link to msvcrt.dll/msvcr100.dll/ms