Re: [Mingw-w64-public] [PATCH 2/2] Add other defines to ks.h

2021-11-11 Thread Tom Ritter
Sorry about that! On Thu, 11 Nov 2021 at 20:00, Biswapriyo Nath wrote: > > The patch is not attached. Wondering if it is possible to include ks.h > in kuser.c file like other *-uuid.c files. From b7458fa3d1371aee74fecc90df8b191d20877d84 Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Wed, 10 Nov

Re: [Mingw-w64-public] [PATCH 2/2] Add other defines to ks.h

2021-11-11 Thread Biswapriyo Nath
The patch is not attached. Wondering if it is possible to include ks.h in kuser.c file like other *-uuid.c files. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH 1/2] Add the underlying type for the PropertyType enum

2021-11-11 Thread Biswapriyo Nath
The patch should be posted to wine mailing list first. The windows.foundation.h file is generated from its idl file which is imported from wine project, see mingw-w64-headers/wine-import.sh. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourc

[Mingw-w64-public] [PATCH 2/2] Add other defines to ks.h

2021-11-11 Thread Tom Ritter
ks.h is missing many of the defines that are specified in ksuser.c file - this copies all the ones from ksuser.c to ks.h ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-publ

Re: [Mingw-w64-public] Patches for GCC

2021-11-11 Thread David Grayson
Here is my recipe for building a GCC 8.2.0 cross-compiler targeting mingw-w64. It includes 6 patches, and comments about why they were needed. It looks like one of those patches did fix an internal compiler error that happened when compiling Qt. https://github.com/DavidEGrayson/nixcrpkgs/blob/ma

Re: [Mingw-w64-public] Patches for GCC

2021-11-11 Thread Kacvinsky, Tom
Are these the patches necessary for building GCC for MSYS2/MinGW-w64? https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-gcc/PKGBUILD I ask because I keep getting internal compiler errors, and I think one or more of these patches would help. I think I might need to apply patches for

[Mingw-w64-public] [PATCH 1/2] Add the underlying type for the PropertyType enum

2021-11-11 Thread Tom Ritter
As mentioned earlier, I get a compilation error because the underlying type for this enum is not specified when it is forward declared. This type matches the one used by Microsoft. From aa846d35bfcffc0b182a1b0437f9ad5fc84ce216 Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Wed, 10 Nov 2021 12:36