Re: Re: msvc directory missing in PostgreSQL 17.0

From: "huangdy2022(at)qq(dot)com" <huangdy2022(at)qq(dot)com>
To: "Dave Page" <dpage(at)pgadmin(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Re: msvc directory missing in PostgreSQL 17.0
Date: 2024-10-27 09:38:34
Message-ID: tencent_1CEE54C2A09D0B5034168D64DAB404181B06@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 27 Oct 2024 at 16:38 GMT+8, Dave Page <dpage(at)pgadmin(dot)org> wrote:

>You can see how it’s done if you take a look at the actions in

>https://github.com/dpage/winpgbuild. The postgresql-dev one is probably the

>best example, as it only runs a single meson build, whilst the postgresql

>action is a matrix build that has to handle both the old style msvc and

>meson, and thus is much harder to read.

>

>The repo also shows how to build (nearly) all the dependencies in a meson

>compatible way, or you can just download the build artefacts if you don’t

>want to do that yourself (see the bundle-deps action). You may not see the

>artefacts if you’re not logged in to Github.

That repo seems to be something like Github action. But I would like to generate sln and vcxproj files in my Windows PC, then open Visual Studio, compile and navigate.

(Just now I changed my email address)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message huangdy2022@qq.com 2024-10-27 09:50:51 Re: msvc directory missing in PostgreSQL 17.0
Previous Message Dave Page 2024-10-27 08:38:59 Re: msvc directory missing in PostgreSQL 17.0