Re: [Mingw-w64-public] [PATCH] include/winioctl.h: Add new device types

2018-10-07 Thread Liu Hao
在 2018/10/8 2:12, Biswapriyo Nath 写道: > Here is the fixed patch file. It will be helpful if you maintainers add > these rules in the minge-w64 contribution page. > Hmm I thought it had been a code of conduct for almost all programmers. I pushed it to master. Thanks for the patch. -- Best reg

Re: [Mingw-w64-public] [PATCH] include/winioctl.h: Add new device types

2018-10-07 Thread Biswapriyo Nath
Here is the fixed patch file. It will be helpful if you maintainers add these rules in the minge-w64 contribution page. On Sunday, October 7, 2018, Liu Hao wrote: > 在 2018/10/7 14:49, Biswapriyo Nath 写道: >> Patch for new device types in winioctl.h >> > > Please do not submit patches that addition

Re: [Mingw-w64-public] pipe()

2018-10-07 Thread Jacek Caban
Hi Adam, On 09/24/2018 01:55 PM, Adam Borowski wrote: > Hi! > It looks like mingw adds more and more POSIX functions to the crt. > For example, gettimeofday() is now misc/gettimeofday.c, etc. > > Thus, what about pipe()? I noticed that in the "compat" part of a program > of mine the only piece st

[Mingw-w64-public] pipe()

2018-10-07 Thread Adam Borowski
Hi! It looks like mingw adds more and more POSIX functions to the crt. For example, gettimeofday() is now misc/gettimeofday.c, etc. Thus, what about pipe()? I noticed that in the "compat" part of a program of mine the only piece still used is: #ifndef HAVE_PIPE int pipe(int p[2]) { if (!Crea

Re: [Mingw-w64-public] [Msys2-users] MinGW64 gfortran issue

2018-10-07 Thread Arjen Markus
Can you provide some details? I just downloaded MinGW-w64 (so without MSYS2) onto a laptop running Windows 10 and created a version of the veneral hello program with gofrtran. It ran without any difficulties. Regards, Arjen Op di 25 sep. 2018 om 08:48 schreef Liu Hao : > > 在 2018/9/24 23:37, Will

Re: [Mingw-w64-public] [Msys2-users] MinGW64 gfortran issue

2018-10-07 Thread Arjen Markus
Hi Bill, with the buildgf.bat batch file as you sent it I indeed got the error message that the 16-bits application it was trying to run was incompatible with the system. But then I examined the list of compile options and saw that you use "-c" as the first and "-oLOOPFIND.EXE" as the last. This

Re: [Mingw-w64-public] [PATCH] widl: Allow overriding the default include path

2018-10-07 Thread Jacek Caban
On 10/07/2018 04:47 PM, Martin Storsjö wrote: > On Sun, 7 Oct 2018, Jacek Caban wrote: > >> On 10/07/2018 04:32 PM, Martin Storsjö wrote: >>     diff --git >>     a/mingw-w64-tools/widl/configure.ac >>     b/mingw-w64-to >>     ols/widl/configure.ac >>     in

Re: [Mingw-w64-public] [PATCH] widl: Allow overriding the default include path

2018-10-07 Thread Martin Storsjö
On Sun, 7 Oct 2018, Jacek Caban wrote: On 10/07/2018 04:32 PM, Martin Storsjö wrote: diff --git a/mingw-w64-tools/widl/configure.ac b/mingw-w64-to ols/widl/configure.ac index 3064bed..27bcbfe 100644 --- a/mingw-w

Re: [Mingw-w64-public] [PATCH] widl: Allow overriding the default include path

2018-10-07 Thread Jacek Caban
On 10/07/2018 04:32 PM, Martin Storsjö wrote: >> diff --git a/mingw-w64-tools/widl/configure.ac b/mingw-w64-to >> ols/widl/configure.ac >> index 3064bed..27bcbfe 100644 >> --- a/mingw-w64-tools/widl/configure.ac >> +++ b/mingw-w64-tools/widl/configure.ac >> @@ -16,6 +16,15 @@ AM_MAINTAINER_MODE >>

Re: [Mingw-w64-public] [PATCH] widl: Allow overriding the default include path

2018-10-07 Thread Martin Storsjö
On Sun, 7 Oct 2018, Jacek Caban wrote: Hi Martin, On 05/10/2018 23:02, Martin Storsjö wrote: At least clang looks for headers in prefix/include in additio n to prefix/triplet/include. This allows configuring widl to look for them in that directory as well. When shipping sysroots for more

Re: [Mingw-w64-public] [PATCH] widl: Allow overriding the default include path

2018-10-07 Thread Jacek Caban
Hi Martin, On 05/10/2018 23:02, Martin Storsjö wrote: At least clang looks for headers in prefix/include in addition to prefix/triplet/include. This allows configuring widl to look for them in that directory as well. When shipping sysroots for more than one or two target architectures, allowin

Re: [Mingw-w64-public] [PATCH] widl: Allow overriding the default include path

2018-10-07 Thread Liu Hao
在 2018/10/6 5:02, Martin Storsjö 写道: > At least clang looks for headers in prefix/include in addition to > prefix/triplet/include. This allows configuring widl to look for them > in that directory as well. > > When shipping sysroots for more than one or two target architectures, > allowing sharing

Re: [Mingw-w64-public] [PATCH] include/winioctl.h: Add new device types

2018-10-07 Thread Liu Hao
在 2018/10/7 14:49, Biswapriyo Nath 写道: > Patch for new device types in winioctl.h > Please do not submit patches that additionally and meaninglessly alter spaces - they shall be left alone. In case of necessity, submit a standalone patch. -- Best regards, LH_Mouse __