Re: Building 12.3 from source on Mac

Поиск
Список
Период
Сортировка
От Paul Förster
Тема Re: Building 12.3 from source on Mac
Дата
Msg-id D0761015-1746-4147-B79C-20F7F785DE99@gmail.com
обсуждение исходный текст
Ответ на Re: Building 12.3 from source on Mac  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Building 12.3 from source on Mac  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi Tom,

> On 23. Jul, 2020, at 15:42, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Kind of looks like you *did* install gettext as Daniel suggested
> (macOS proper would never put anything under /usr/local).  Maybe
> you did not ask for that specifically, but installed some package
> that requires it?
>
> However, Apple's toolchain doesn't search /usr/local by default,
> I believe.  You'll need to add something along the line of
>
>    --with-includes=/usr/local/include --with-libs=/usr/local/lib
>
> to your configure command.

I tried with your options. Still, same effect. Ok, worth a try.

I found:

paul@meerkat:~$ mdfind -name gettext | egrep -vi "/(share|man|bin|system)/"
/usr/local/info/gettext.info
/usr/local/lib/gettext
/Library/i-Installer/Receipts/gettext.ii2receipt
/usr/local/include/gettext-po.h

paul@meerkat:~$ mdfind -name libintl | egrep -vi "/(share|man|bin|system)/"
/usr/local/lib/libintl.3.4.3.dylib
/usr/local/lib/libintl.a
/usr/local/lib/libintl.la
/usr/local/include/libintl.h

But I did not *knowingly* install that. I guess it comes as part of Xcode but I really don't know. I'm not a developer,
Ijust want to build PostgreSQL for my Mac. 

Cheers,
Paul


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Muhammad Usama
Дата:
Сообщение: Re: Transactions involving multiple postgres foreign servers, take 2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Building 12.3 from source on Mac