Re: How to build macOS version currently published to Homebrew

From: Dave Cramer <davecramer(at)postgres(dot)rocks>
To: Keith Wedinger <keith(dot)wedinger(at)improving(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: How to build macOS version currently published to Homebrew
Date: 2024-09-17 15:57:27
Message-ID: CADK3HHJk-36X4SMFEdzR=EMfQFqLvpSALj4Vt+9tAE39neQyZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

HI Keith,

Looks like it is just

system "./configure", "--prefix=#{prefix}",

"--with-unixodbc=#{Formula["unixodbc"].opt_prefix}"
system "make"
system "make", "install"

homebrew-core/Formula/p/psqlodbc.rb at
72d8f41804d3f9a92683bf4f2820410c6038fe2f · Homebrew/homebrew-core
(github.com)
<https://github.com/Homebrew/homebrew-core/blob/72d8f41804d3f9a92683bf4f2820410c6038fe2f/Formula/p/psqlodbc.rb>
Dave Cramer
www.postgres.rocks

On Tue, 17 Sept 2024 at 11:44, Keith Wedinger <keith(dot)wedinger(at)improving(dot)com>
wrote:

> While searching the archives, I discovered the Homebrew location of
> psqlodbc on Homebrew here:
> https://formulae.brew.sh/formula/psqlodbc
>
>
>
> The link above points back to https://odbc.postgresql.org which contains
> a link to the https://github.com/postgresql-interfaces/psqlodbc for
> future development.
>
>
>
> Currently, the GitHub repository above does not contain any build
> instructions for macOS.
>
>
>
> I’m thinking that someone is taking care of updating the Homebrew package
> which likely means that someone is building this for macOS.
>
>
>
> Do instructions exist for building the macOS version currently published
> to Homebrew?
>
>
>
> *Keith Wedinger* | Principal Consultant | M. 614.551.0373
> ​*Improving *– It’s what we do.™
> ​
>
>
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Kristian Ivarsson 2024-09-19 10:35:34 Re: syntax error at or near "ROWS"
Previous Message Keith Wedinger 2024-09-17 15:44:11 How to build macOS version currently published to Homebrew