Re: [Issue] Can't recompile cube extension as PGXS, utils/float.h is not installed

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Siarhei Siniak <serega(dot)belarus(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, kretash(at)gmail(dot)com
Subject: Re: [Issue] Can't recompile cube extension as PGXS, utils/float.h is not installed
Date: 2019-03-05 14:50:59
Message-ID: 18270.1551797459@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Siarhei Siniak <serega(dot)belarus(at)gmail(dot)com> writes:
> 3. But utils/float.h required by cube.c and cubeparse.y is not installed.

AFAICT, that file only exists in HEAD, not in any released branch, and
it is installed during "make install" from HEAD. Please be sure you
are using installed files that match whatever branch you're trying
to build from.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2019-03-05 14:58:50 Re: Fsync-before-close thought experiment
Previous Message Tom Lane 2019-03-05 14:37:55 Re: NOT IN subquery optimization