"make world" constantly throwing error on Ubuntu

From: Ankit Sablok <ankitsab(at)buffalo(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: "make world" constantly throwing error on Ubuntu
Date: 2017-01-15 08:56:43
Message-ID: CAN=xihXf6h2sGKcLjERTA_yq5Mbq12c6EFX66sLFNddB=ZRB7g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I am trying to install PostgreSQL from git source repo on my Ubuntu box the
details of which are as follows :

Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial

while running "make world" after the configure script I am constantly
receiving the following error and I am not able to find much help on web
regarding the same :

/bin/sh ../../../config/missing osx -D. -x lower -i include-xslt-index
postgres.sgml >postgres.xmltmp
***
ERROR: `osx' is missing on your system.
***
Makefile:250: recipe for target 'postgres.xml' failed

Kindly help me out with the same.

Thanks

Responses

Browse pgsql-general by date

  From Date Subject
Next Message postgres user 2017-01-15 09:15:17 Building PL/Perl procedural language without --with-perl configure flag
Previous Message Tom Lane 2017-01-14 17:15:36 Re: raise notice question