Andy Moreton wrote:
Don't expect any C support in MSVC that isn't required by C++ standards.
I don't really care about C-99+ (or let alone C++). I love
MSVC for it's speed compared to any gcc version. And PCB
debug-format and PCH, etc. etc. So please continue to support it.
--
--gv
I've been having some difficulty building FontForge on Windows (8.1 64bit)
using msys2 and mingw-w64 (64-bit target). Up until a few months ago,
everything was building fine, but now I'm facing an issue which I believe has
to do with Gnulib. I can't say that I understand much of how gnulib acutu
From: Jeroen Roovers
On parisc Linux, O_SYNC and O_DSYNC have the same value.
Add a check to the fcntl tests to avoid build errors:
test-fcntl-h.c:115:5: error: duplicate case value
https://bugs.gentoo.org/477680
* tests/test-fcntl-h.c (main): Check O_SYNC is different from O_DSYNC.
---
tests/t
Thanks, I installed that into gnulib.
Daiki Ueno writes:
> Paul Eggert writes:
>
>> On 10/23/2014 04:43 AM, Pádraig Brady wrote:
>>> Except for the assert() nit, I can't find any issues.
>>
>> My only nit was adding the "#if 0"; might as well just delete the code
>> instead. I only read the code; I didn't test it.
>
> Thanks. Will