Re: What's the best way to get flex and bison on Windows? - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: What's the best way to get flex and bison on Windows?
Date
Msg-id CA+hUKGKcnDAszfxzEEDLLY0DX0h0SL=JR_sV6w3ABcvvPrfZPg@mail.gmail.com
Whole thread Raw
In response to Re: What's the best way to get flex and bison on Windows?  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: What's the best way to get flex and bison on Windows?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, Dec 16, 2019 at 7:21 PM Andrew Dunstan
<andrew.dunstan@2ndquadrant.com> wrote:
> On Mon, Dec 16, 2019 at 2:50 PM Thomas Munro <thomas.munro@gmail.com> wrote:
> > > If you're going to link to anything it should probably be to the Msys2
> > > binaries, because a) they are likely to be more up to date and b)
> > > unlike msys1 they are available by default for all four VS toolsets
> > > Appveyor provides.
> >
> > Ah, OK that sounds like a good plan then.  Any chance you can tell me
> > what to add to PATH for that?  Changing the 1 to a 2 in the path
> > mentioned before doesn't work.
>
> The Appveyor page says "MSYS2 (C:\msys64)" so I would try adding
> "C:\msys64\bin" to the PATH.

Thanks.  That didn't work but helped me find my way to
C:\msys64\usr\bin.  That version of bison complains about our grammar
using deprecated directives, but that's a matter for another day.

https://ci.appveyor.com/project/macdice/postgres/builds/29560016



pgsql-hackers by date:

Previous
From: Amit Khandekar
Date:
Subject: Re: Minimal logical decoding on standbys
Next
From: Paul Guo
Date:
Subject: Questions about SyncRepWaitForLSN()