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

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(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:21:32
Message-ID: CAA8=A7_L9AGz-ssGfqPk1cePKCVfGmuobvDgDvKzpZV=5CEYiw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

cheers

andrew

--
Andrew Dunstan https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Khandekar 2019-12-16 06:25:55 Re: Minimal logical decoding on standbys
Previous Message Andrew Dunstan 2019-12-16 04:39:55 Re: Unix-domain socket support on Windows