CVS problems
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's probably causing the problems I'm getting during
make
make check
I won't annoy with those problems until I'm sure I downloaded correctly
souces from CVS.
In case it's just a problem of mine can you please suggest some
alternatives?
Regards, Manolo.
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?
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
On Tue, 18 Mar 2008, Manolo SupaMA wrote:
Yesterday I downloaded source code from CVS following
developer.postgresql.org/docs/postgres/cvs.html
There is another tutorial that's got a lot more detail than this one at
http://wiki.postgresql.org/wiki/Working_with_CVS which uses rsync to make
your own copy of the repository instead.
--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD
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 checkDid 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.