Re: What's the best way to get flex and bison on Windows?

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: What's the best way to get flex and bison on Windows?
Date: 2019-12-16 06:42:33
Message-ID: CA+hUKGKcnDAszfxzEEDLLY0DX0h0SL=JR_sV6w3ABcvvPrfZPg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Dec 16, 2019 at 7:21 PM Andrew Dunstan
<andrew(dot)dunstan(at)2ndquadrant(dot)com> wrote:
> On Mon, Dec 16, 2019 at 2:50 PM Thomas Munro <thomas(dot)munro(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Paul Guo 2019-12-16 07:37:41 Questions about SyncRepWaitForLSN()
Previous Message Amit Khandekar 2019-12-16 06:25:55 Re: Minimal logical decoding on standbys