Re: BUG #6045: Compilation of contribs fail

From: Emanuel Calvo <postgres(dot)arg(at)gmail(dot)com>
To: depesz(at)depesz(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6045: Compilation of contribs fail
Date: 2011-05-29 14:05:21
Message-ID: BANLkTikDf=p2eewqBbyogKtpunuBrOQvwg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

2011/5/29 hubert depesz lubaczewski <depesz(at)depesz(dot)com>:
> On Sun, May 29, 2011 at 11:16:30AM +0000, Emanuel wrote:
>> make and make installs work well. To compile correctly I must hardcode the
>> libdir. I happens with several contribs.
>
> did you actually do make and make install *in* contrib directory?
>

No, I'm making the make inside the contrib/pgstattuple , not in contrib
directory (as always do in other versions).

> one shouldn't load sql files from the sources, and it looks like you're
> trying to do it.
>

I'm doing like other versions:

make; make install
and then:
psql < xxxx.sql

Does it change for 9.1?

--
--
              Emanuel Calvo
              Helpame.com

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2011-05-29 15:10:02 Re: BUG #6045: Compilation of contribs fail
Previous Message hubert depesz lubaczewski 2011-05-29 12:09:43 Re: BUG #6045: Compilation of contribs fail