Thread

  1. Re: [PATCH] Add native windows on arm64 support

    Dave Cramer <davecramer@postgres.rocks> — 2024-01-24T11:45:21Z

    On Tue, 23 Jan 2024 at 18:32, Michael Paquier <michael@paquier.xyz> wrote:
    
    > On Tue, Jan 23, 2024 at 04:13:05PM -0500, Dave Cramer wrote:
    > > On Tue, 23 Jan 2024 at 08:46, Dave Cramer <davecramer@postgres.rocks>
    > wrote:
    > >> The attached patch works with v17. I will work on getting a buildfarm
    > >> animal up shortly
    >
    > Thanks for doing that!
    >
    > > I can build using meson manually, but for some reason building with the
    > > buildfarm fails.
    > >
    > > I'm not sure which files to attach to this to help. Andrew, what files do
    > > you need ?
    >
    > Probably build.ninja and the contents of meson-logs/ would offer
    > enough information?
    > --
    > Michael
    >
    
    I managed to get it to build the vcvarsall arch needs to be x64. I need to
    add some options, but the patch above needs to be applied to build it.
    
    Dave