Re: How to build macOS version currently published to Homebrew - Mailing list pgsql-odbc

From Dave Cramer
Subject Re: How to build macOS version currently published to Homebrew
Date
Msg-id CADK3HHJk-36X4SMFEdzR=EMfQFqLvpSALj4Vt+9tAE39neQyZA@mail.gmail.com
Whole thread Raw
In response to How to build macOS version currently published to Homebrew  (Keith Wedinger <keith.wedinger@improving.com>)
List pgsql-odbc
HI Keith,

Looks like it is just 

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


On Tue, 17 Sept 2024 at 11:44, Keith Wedinger <keith.wedinger@improving.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.™

 

pgsql-odbc by date:

Previous
From: Keith Wedinger
Date:
Subject: How to build macOS version currently published to Homebrew
Next
From: Kristian Ivarsson
Date:
Subject: Re: syntax error at or near "ROWS"