Re: CVS problems

From: Manolo <manolo(dot)espa(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: CVS problems
Date: 2008-03-19 06:17:53
Message-ID: 47E0B011.4010908@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera wrote:
> Manolo SupaMA escribió:
>
>> Hi.
>>
>> Yesterday I downloaded source code from CVS following
>>
>> developer.postgresql.org/docs/postgres/cvs.html
>>
>> First of all it had problems downloading files, INSTALL text file has not
>> been downloaded, for example.
>> Today that web page isn't even available...
>>
>
> That URL certainly goes to the CVS instructions.
>
>
>> That's probably causing the problems I'm getting during
>> make
>> make check
>>
>
> Did you run configure? Did you use --enable-depend? What errors are
> you getting?
>
>
I run:
./configure --prefix="/usr/local/pgsql/wip/" CFLAGS=-O0 --enable-debug
--enable-cassert --enable-depend
make
make check

It's the usual way I use to build postgres source code for further
installing.
Anyway the problem has been solved downloading from scratch source code
from CVS... maybe I downloaded a corrupted copy of the source code.

Thanks for your time.
Regards, Manolo.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-03-19 07:06:52 Re: fast count(*) through statistics collector
Previous Message KaiGai Kohei 2008-03-19 05:55:58 Re: [PATCHES] [0/4] Proposal of SE-PostgreSQL patches