Joshua Tolley <eggyk...@gmail.com> writes:

> Am I the only one having problems building 8.1 from git? (Am I the only one
> building 8.1 from git?) In a clean repository, I've checked out REL8_1_STABLE,
> configured with only one argument, to set --prefix, and make gives me this:

Still does not compile.

I trying to compile 8.1 from git://git.postgresql.org/git/postgresql.git and 
can not do this.

git clone git://git.postgresql.org/git/postgresql.git
git checkout -b REL8_1_STABLE origin/REL8_1_STABLE
./configure --prefix=$HOME/inst/pg-dev --enable-nls --enable-debug 
--enable-depend --enable-cassert --enable-thread-safety --with-pgport=5433 
--with-python --with-perl
(configured ok)
make
../../../../src/include/nodes/execnodes.h:23:29: error: nodes/tidbitmap.h: No 
such file or directory
../../../../src/include/nodes/execnodes.h:934: error: expected 
specifier-qualifier-list before 'TIDBitmap'
../../../../src/include/nodes/execnodes.h:959: error: expected 
specifier-qualifier-list before 'TIDBitmap'
make[4]: *** [indexvalid.o] Error 1

postgresql-8.1.18.tar.bz2 from www.postgresql.org/ compiled successful.

-- 
Sergey Burladyan

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to