Обсуждение: Development build with uuid-ossp support - macOS

Поиск
Список
Период
Сортировка

Development build with uuid-ossp support - macOS

От
Enrique M
Дата:
I am trying to do a macOS build of postgresql (9.6 stable branch from github) with the uuid-ossp contrib by typing "make world" but it fails due to an openjade error (I did install openjade using homebrew using this setup https://github.com/petere/homebrew-sgml).

Is there a way to build postgresql and install with uuid-ossp without having to build the documentation? I don't really need the documentation for my test.

Thank you,

Enrique


Re: Development build with uuid-ossp support - macOS

От
Enrique M
Дата:
I am going to try and switch to macports instead... I see the documentation provides the macports command for installing the toolset... https://www.postgresql.org/docs/9.6/static/docguide-toolsets.html  Thank you.

On Sat, Sep 24, 2016 at 4:52 PM Enrique M <enrique.mailing.lists@gmail.com> wrote:
I am trying to do a macOS build of postgresql (9.6 stable branch from github) with the uuid-ossp contrib by typing "make world" but it fails due to an openjade error (I did install openjade using homebrew using this setup https://github.com/petere/homebrew-sgml).

Is there a way to build postgresql and install with uuid-ossp without having to build the documentation? I don't really need the documentation for my test.

Thank you,

Enrique


Re: Development build with uuid-ossp support - macOS

От
Tom Lane
Дата:
Enrique M <enrique.mailing.lists@gmail.com> writes:
> Is there a way to build postgresql and install with uuid-ossp without
> having to build the documentation? I don't really need the documentation
> for my test.

Use "make all contrib" instead of "make world".
        regards, tom lane