Re: [Mingw-w64-public] [PATCH] Header Additions

2019-12-02 Thread Biswapriyo Nath
In patch file: 1. File modes are changed to 755. 2. Extra spaces in typedefs at first, enums at last. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] Fwd: Re: Fwd: Mingw Build Errors

2019-12-02 Thread Thomas Dineen
Forwarded Message Subject:Re: Fwd: Mingw Build Errors Date: Mon, 2 Dec 2019 16:01:49 -0800 From: Thomas Dineen To: Thomas Dineen Gentle People: You could make this s much easier if when your configure script cant find a file, it should tell the user

Re: [Mingw-w64-public] [PATCH] Header Additions

2019-12-02 Thread Tom Ritter
Attached is a correct patch (hopefully I didn't miss anything again...) On Tue, 3 Dec 2019 at 04:26, Biswapriyo Nath wrote: > > In patch file: > > 1. File modes are changed to 755. > 2. Extra spaces in typedefs at first, enums at last. > > > ___ >

[Mingw-w64-public] Fwd: Re: Fwd: Mingw Build Errors

2019-12-02 Thread Thomas Dineen
Gentle People: Why dose the script not tell me where its expects the file _mingw_mac.h? Where is it looking? I have tried many permutations here! Thomas Dineen checking _mingw_mac.h usability... no checking _mingw_mac.h presence... no checking for _mingw_mac.h... no On 12/2/2019 2:51 PM,

[Mingw-w64-public] More Build Errors

2019-12-02 Thread Thomas Dineen
Gentle People: Considering that I am attempting to build a cross compiler on a CentOS Machine targeting Windows: What windows.h is it looking for? And what directory is it looking in? Thomas Dineen make[2]: Entering directory

[Mingw-w64-public] Fwd: Mingw Build Errors

2019-12-02 Thread Thomas Dineen
Gentle People:     I am getting the following configure error when I attempt to build  mingw-w64-crt: Please show me the best or proper instructions for building a mingw cross compiler on CentOS with a target of Windows(X86 and i686). I am suffering with google search overload with too many

Re: [Mingw-w64-public] Fwd: Mingw Build Errors

2019-12-02 Thread David Grayson
There used to be a halfway-decent mingw-w64 wiki page about how to build a cross-compiler, but I can't find it. Perhaps someone has already done the work to create a cross-compiler package for your Linux distribution. This StackOverflow question seems promising:

Re: [Mingw-w64-public] gnatdll not building

2019-12-02 Thread JonY via Mingw-w64-public
On 12/2/19 2:58 PM, Kacvinsky, Tom wrote: >> >> Did you already setup your sysroot? > > I did not specify any sysroot in the configure command. Do you have a > recommendation for this? > > Here is what I have for the configure line for x86_64 > > $

Re: [Mingw-w64-public] gnatdll not building

2019-12-02 Thread Kacvinsky, Tom
HI yet again > -Original Message- > From: Kacvinsky, Tom > Sent: Wednesday, November 27, 2019 8:59 AM > To: mingw-w64-public@lists.sourceforge.net > Subject: Re: [Mingw-w64-public] gnatdll not building > > Hi again, > > > -Original Message- > > From: Kacvinsky, Tom > > Sent:

Re: [Mingw-w64-public] gnatdll not building

2019-12-02 Thread JonY via Mingw-w64-public
On 12/2/19 2:25 PM, Kacvinsky, Tom wrote: > > I looked through my notes and the last time I built the tool chain (that time, > for x86_64), I had to manually run "make gnattools" in addition to the "make > gnattools-cross". But this time around "make gnattools" fails with a link > error. > See

Re: [Mingw-w64-public] [PATCH 2/2] widl: Quote path names in the makefile, to fix installing into a path that contains spaces

2019-12-02 Thread Martin Storsjö
On Sun, 1 Dec 2019, JonY via Mingw-w64-public wrote: On 11/30/19 8:28 PM, Martin Storsjö wrote: Signed-off-by: Martin Storsjö --- mingw-w64-tools/widl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-tools/widl/Makefile.am

[Mingw-w64-public] [PATCH] Header Additions

2019-12-02 Thread Tom Ritter
The attached additions are needed for Firefox; some new interfaces, constants, etc. -tom From aeb22c3a17cc5d6eb043385f87e3f3c2081d7fc9 Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Thu, 28 Nov 2019 22:20:28 -0600 Subject: [PATCH] Add interfaces to dcomp.h, two constants to dcomptypes.h,