Re: [Mingw-w64-public] crt: Add libquartz import library to arm64

2025-04-22 Thread Zach Bacon
I think you forgot to attach the patch On Tue, Apr 22, 2025, 5:28 a.m. Hernan Martinez via Mingw-w64-public < mingw-w64-public@lists.sourceforge.net> wrote: > The exported symbols are the same as x64 > ___ > Mingw-w64-public mailing list > Mingw-w64-pub

Re: [Mingw-w64-public] [PATCH] Add missing comparison operators for Microsoft::WRL::ComPtr

2025-02-27 Thread Zach Bacon
You forgot to attach the patch On Thu, Feb 27, 2025, 12:53 p.m. Jøger Hansegård via Mingw-w64-public < mingw-w64-public@lists.sourceforge.net> wrote: > The current MinGW implementation of Microsoft::WRL::ComPtr does not have > comparison operators. Attempting to compare two ComPtr instances will

Re: [Mingw-w64-public] PKGBUILD files for gnuradio

2024-07-01 Thread Zach Bacon
I think you would want to submit a pull request to https://github.com/msys2/MINGW-packages instead. On Mon, Jul 1, 2024, 9:26 AM Chris Gorman wrote: > Hello All, > > I am quite new to MINGW, but I decided in order to learn how to > package for MINGW, that I would build gnuradio under mingw and o

Re: [Mingw-w64-public] string_s.h is missing a C++ overload

2023-02-09 Thread Zach Bacon
Try changing the extension of the patch to .txt sometimes that has to be done. On Thu, Feb 9, 2023, 3:54 p.m. Julian Waters wrote: > No idea why sourceforge keeps deleting the attached diff, this is the last > goddamn time I'm going to try > > ___ > Mi

Re: [Mingw-w64-public] contributions

2021-09-06 Thread Zach Bacon
I'm pretty sure mingw-w64 is going for more with windows compatibility than POSIX compatibility, so having functions like that wouldn't be in line with the project where as cygwin is the project that allows you to use full POSIX implementation within windows in a specific environment, things like p

Re: [Mingw-w64-public] [PATCH] crt: make iswblank always available in C++

2021-06-06 Thread Zach Bacon
You forgot to include your patch. On Fri., Jun. 4, 2021, 9:34 p.m. Matheus Izvekov, wrote: > Before this patch, wctype.h would make iswblank always available on C++, > but ctype.h and wchar.h would not. Since they share the same definition > guard > macro, one could end up not getting iswblank i

Re: [Mingw-w64-public] [PATCH] Fix compiler errors in shobjidl.h when NOGDI is defined

2021-05-24 Thread Zach Bacon
Should only include the idl file, because once the headers package is generated through autoconf, it runs widl to generate the headers from idl files On Mon., May 24, 2021, 11:04 a.m. Orgad Shaneh, wrote: > On Mon, May 24, 2021 at 5:58 PM Orgad Shaneh wrote: > > > > On Mon, May 24, 2021 at 4:40

Re: [Mingw-w64-public] MINGW trademark claims

2021-05-08 Thread Zach Bacon
Because of trademarks, if it has mingw in the name, then it could constitute as a violation, regardless if it has -w64 in it or not. However like Biswa, I'm no lawyer. On Sat., May 8, 2021, 9:05 a.m. Biswapriyo Nath, wrote: > This is not MinGW, this is MinGW-w64. BTW, I'm just a normal human not

Re: [Mingw-w64-public] rdtsc patch

2021-05-01 Thread Zach Bacon
I think you forgot to attach your patch or it got filtered out. On Sat., May 1, 2021, 9:20 p.m. sotrdg sotrdg, wrote: > > > Sent from Mail for > Windows 10 > > > ___ > Mingw-w64-public mailing list > Ming

Re: [Mingw-w64-public] Missing iswcsymf

2021-01-22 Thread Zach Bacon
Pretty sure you need to include or at least according to msdn On Fri., Jan. 22, 2021, 2:34 p.m. Kacvinsky, Tom, wrote: > This code > > #include > > int main(int argc, char* argv[]) > { > __iswcsymf(0); > return 0; > } > > compiled with this command > > g++ -o test test.cpp > > Fails with

Re: [Mingw-w64-public] [PATCH] headers: add missing _W_* lconv struct members

2020-12-22 Thread Zach Bacon
2, 2020 at 10:00 PM Zach Bacon wrote: > > > > I think you forgot to attach your patch. > > I did not :) but I'm also just using gmail here, so maybe it's due to that? > > > ___ > Mingw-w64-public ma

Re: [Mingw-w64-public] [PATCH] headers: add missing _W_* lconv struct members

2020-12-22 Thread Zach Bacon
I think you forgot to attach your patch. On Tue., Dec. 22, 2020, 3:57 p.m. Christoph Reiter, < reiter.christ...@gmail.com> wrote: > Newest CPython requires these > > thanks > > ___ > Mingw-w64-public mailing list > Mingw-w64-public@lists.sourceforge.net

Re: [Mingw-w64-public] windows.ui.notifications and Spellcheck.h

2020-12-20 Thread Zach Bacon
So currently, the code isn't hooked up to meson just yet, it's only compilable under visual studio and the default notification plugin that currently works is the plain windows one instead of the winrt one, I'm kinda doing a soft fork for now, and yeah, I kinda noticed there was a bunch of idl

[Mingw-w64-public] windows.ui.notifications and Spellcheck.h

2020-12-19 Thread Zach Bacon
So I've taken to try and see if I can get hexchat on windows to compile and for the most part, it does compile, but there seems to be a few things that are missing to get every feature complete, there's a notification plugin for hexchat that makes use of native windows 10 toasts which uses wind

Re: [Mingw-w64-public] mingw-w64-gcc 10.2.0 with sjlj fails to link: undefined reference to `_Unwind_SjLj_Register'

2020-09-18 Thread Zach Bacon
May I suggest looking to msys2's pkgbuild and patch set for gcc and gnupg? It would give you a better idea I think. https://github.com/msys2/MINGW-packages/tree/2cfdf054df2c826d7c61237ee5ac2453b0f3964d/mingw-w64-gcc https://github.com/msys2/MINGW-packages/tree/2cfdf054df2c826d7c61237ee5ac2453b0f3

[Mingw-w64-public] Fxc

2020-06-14 Thread Zach Bacon
I don't know if this was brought up or not, but would it be note worthy to include an alternative to Microsoft's shader compiler fxc with fxc2 that Mozilla started a little while ago? https://github.com/mozilla/fxc2 ___ Mingw-w64-public mailing list Min

Re: [Mingw-w64-public] gdk-pixbuf-2.40.0 Build Errors

2020-04-28 Thread Zach Bacon
Quick question, but since it's a sanity check that's failing, and it's a windows executable that's trying to run, have you tried installing wine to see if that will allow it to execute to complete the sanity check? On Tue, Apr 28, 2020, 5:27 PM Thomas Dineen wrote: > GentlePeople: > > I am t

Re: [Mingw-w64-public] Missing header files

2020-02-27 Thread Zach Bacon
That's typically because those are unix system headers , windows doesn't have those available. Things like mman do have a windows equivalent but it basically requires you to create your own code to create the proper translation from memory mapping functions use it properly on windows using File Map

Re: [Mingw-w64-public] HTTPS certificate for mingw-w64.org expired

2020-02-04 Thread Zach Bacon
to be fair, with the use of let's encrypt, one could easily setup an autorenewal of ssl certs potentially making the issue less of one if it's that important. On Tue, Feb 4, 2020 at 9:21 PM NightStrike wrote: > You're downloading from sf.net, not the doku wiki. > > On Tue, Feb 4, 2020, 9:12 PM A

Re: [Mingw-w64-public] Generating new directx headers

2019-12-09 Thread Zach Bacon
Thanks Martin, this will allow me to work at least d3d12.h. I'll see about getting started with that and slowly expand where I can. On Sun, 08 Dec 2019 14:26:37 -0800 Martin Storsjö_ wrote On Sun, 8 Dec 2019, Zach Bacon wrote: > Aye, iirc wines effort for dire

Re: [Mingw-w64-public] Generating new directx headers

2019-12-08 Thread Zach Bacon
Aye, iirc wines effort for directx12 is related to vulkan in the same relative manner as dxvk if I recall correctly, so they aren't really keeping that stuff in tree. And nightstrike, I know, hence why I asked my question about where to start. On Sun., Dec. 8, 2019, 2:29 p.m. Biswapriyo Nath, wro

[Mingw-w64-public] Generating new directx headers

2019-12-08 Thread Zach Bacon
At this moment I'm looking at possibly including new directx headers namely 12, and I'm curious as to the process, would one begin with working on compatible headers first or the idl files? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.source

Re: [Mingw-w64-public] Some errors when compiling bash 5.0 on windows 10 using mingw-w64 and MSYS2.

2019-12-08 Thread Zach Bacon
So... Msys2 CRT is a wrapper around POSIX API. Bash uses said POSIX API, mingw-w64 is more geared towards windows API, so to compile it with mingw-w64, you'd have to do some heavy patching to bash to support the windows API. On Sun, 08 Dec 2019 02:24:01 -0800 amitchoudhary2...@gmail.com

Re: [Mingw-w64-public] New, mixed case Hyper-V header files

2019-12-06 Thread Zach Bacon
Apologies, I don't think my patch properly attached From de29a186a7a0905e0528be9c54db06d7f61a969d Mon Sep 17 00:00:00 2001 From: Zach Bacon <mailto:zachba...@vba-m.com> Date: Sat, 7 Dec 2019 00:06:28 -0500 Subject: [PATCH 1/2] Change the uppercase files into lowercase On

Re: [Mingw-w64-public] New, mixed case Hyper-V header files

2019-12-06 Thread Zach Bacon
Here's my patches, I should of merged the commits though. On Fri, 06 Dec 2019 21:19:57 -0800 Zach Bacon wrote You forgot to change the header includes  it's  #include but it should be  #include in files winhvemulation.h and winhvplatform.h On Fri, 06 Dec

Re: [Mingw-w64-public] New, mixed case Hyper-V header files

2019-12-06 Thread Zach Bacon
You forgot to change the header includes  it's  #include but it should be  #include in files winhvemulation.h and winhvplatform.h On Fri, 06 Dec 2019 21:15:20 -0800 Biswapriyo Nath wrote I have added those Hyper-V headers and def files. Here is

Re: [Mingw-w64-public] New, mixed case Hyper-V header files

2019-12-06 Thread Zach Bacon
You just beat me to it. I was about to attach my patch. On Fri, 06 Dec 2019 21:15:20 -0800 Biswapriyo Nath wrote I have added those Hyper-V headers and def files. Here is the patch file to rename those. ___ Mingw-w64-public mailing list

Re: [Mingw-w64-public] New, mixed case Hyper-V header files

2019-12-06 Thread Zach Bacon
I have to agree, on windows while it doesn't matter, cross compiling say from linux it makes all the difference. I vote that it should be lower case.  On Fri, 06 Dec 2019 12:11:35 -0800 Martin Storsjö_ wrote Hi, I noticed that the new header files for Hyper-V (added in 3ac71ed3)

Re: [Mingw-w64-public] mingw-w64-headers/include Windows Hypervisor platform headers & lib

2019-11-27 Thread Zach Bacon
They aren't missing... https://sourceforge.net/p/mingw-w64/mingw-w64/ci/3ac71ed3105c2989ba378e2e88d9405f65797178/ it's in git master already On Wed., Nov. 27, 2019, 2:53 p.m. Sunil Karthik, wrote: > QEMU needs some of the Windows Hypervisor headers such > as WinHvEmulation.h, WinHvPlatform.h and

Re: [Mingw-w64-public] d3d headers

2019-11-16 Thread Zach Bacon
Looks like we are looking at d3d12.h d3d11on12.h d3d12shader.h d3d12sdklayers.h directml.h d3d12downlevel.h d3dx12.h (which is more or less a helper library apparently as the docs point to a github repo https://github.com/Microsoft/DirectX-Graphics-Samples/tree/master/Libraries/D3DX12) accordin

[Mingw-w64-public] d3d headers

2019-11-16 Thread Zach Bacon
So one thing I've noticed is a lack of D3D12 headers, based on what I've seen in the git repo, I'd need idl generated files along with headers if I were attempt to provide these headers, how would I go about attempting this? As it's not exactly as if I'm patching existing files. _

[Mingw-w64-public] mingw-w64 homepage.

2019-11-14 Thread Zach Bacon
Shouldn't the mingw-w64.org homepage be updated to reflect the newest version? ___ 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] crt/lib64: add WinHvEmulation and WinHvPlatform library

2019-11-13 Thread Zach Bacon
Most likely the headers would take some careful time to make, making sure that it's done cleanly and not a direct copy of the Windows SDK ones (or as I understand) On Wed, 13 Nov 2019 15:24:11 -0800 sunil.kart...@gmail.com wrote Thanks for sending this out. Yes, patch looks good.

Re: [Mingw-w64-public] [PATCH] Add GUIDs for audio/image/media file summary information

2019-08-22 Thread Zach Bacon
No worries, it helps progress mingw-w64. And for that I'm glad to be of help. On Thu, 22 Aug 2019 07:50:34 -0700 lh_mo...@126.com wrote 在 2019/8/22 5:48, Zach Bacon 写道: > Actually within the this header itself there are a few usages of > __MSABI_LONG, but It can comp

Re: [Mingw-w64-public] [PATCH] Add GUIDs for audio/image/media file summary information

2019-08-21 Thread Zach Bacon
s are needed to properly compile it using python and gcc on windows. And apologies for the late reply, life and what not.  On Thu, 15 Aug 2019 09:58:12 -0700 Liu Hao wrote 在 2019/8/15 10:29, Zach Bacon 写道: > +DEFINE_GUID (FMTID_MediaFileSummaryInformation, __MSABI_LONG(0x64

[Mingw-w64-public] [PATCH] Add defines for IID_IEnumContextProps and IID_IContext in uuid.c

2019-08-14 Thread Zach Bacon
>From 507d2ca2e45aa7ad1ce5fa35151b10b487b34026 Mon Sep 17 00:00:00 2001 From: ZachBacon Date: Sat, 20 Jul 2019 02:45:10 -0400 Subject: [PATCH] Add defines for IID_IEnumContextProps and IID_IContext in uuid.c --- mingw-w64-crt/libsrc/uuid.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m

[Mingw-w64-public] [PATCH] Implement IID_IAccessControl

2019-08-14 Thread Zach Bacon
>From 34c9376b9ca61da22da61a9553a2a9da10323fa7 Mon Sep 17 00:00:00 2001 From: ZachBacon Date: Sat, 20 Jul 2019 02:56:07 -0400 Subject: [PATCH] Implement IID_IAccessControl --- mingw-w64-crt/libsrc/uuid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-crt/libsrc/uuid.c b/mingw-w64-

[Mingw-w64-public] [PATCH] Add a few more UUID's for IHTMLOMWindowServices etc

2019-08-14 Thread Zach Bacon
>From d9fa05738de7de26147e460c29ac80b088422799 Mon Sep 17 00:00:00 2001 From: ZachBacon Date: Tue, 23 Jul 2019 10:01:59 -0400 Subject: [PATCH] Add a few more UUID's for IHTMLOMWindowServices etc --- mingw-w64-crt/libsrc/uuid.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/ming

[Mingw-w64-public] [PATCH] Add CLSID_DCOMAccessControl to uuid.c

2019-08-14 Thread Zach Bacon
>From 1230ab46e787998e5a9ef5856c204140c0844c3e Mon Sep 17 00:00:00 2001 From: ZachBacon Date: Sat, 20 Jul 2019 10:07:11 -0400 Subject: [PATCH] Add CLSID_DCOMAccessControl to uuid.c --- mingw-w64-crt/libsrc/uuid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-crt/libsrc/uuid.c b/m

[Mingw-w64-public] [PATCH] Add GUIDs for audio/image/media file summary information

2019-08-14 Thread Zach Bacon
>From 25136cf0a719e44405aca6eeebde023d2d4eb180 Mon Sep 17 00:00:00 2001 From: Joan Karadimov Date: Thu, 15 Aug 2019 05:00:33 +0300 Subject: [PATCH] Add GUIDs for audio/image/media file summary information (#1) Special thanks to @joankaradimov --- mingw-w64-headers/include/shlguid.h | 3 +++ 1 fi