Re: git.postgresql.org vs. REL8_1_STABLE - Mailing list pgsql-hackers

From Sergey Burladyan
Subject Re: git.postgresql.org vs. REL8_1_STABLE
Date
Msg-id 87iqdeohor.fsf@seb.progtech.ru
Whole thread Raw
In response to git.postgresql.org vs. REL8_1_STABLE  (Joshua Tolley <eggyknap@gmail.com>)
List pgsql-hackers
Joshua Tolley <eggyknap@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


pgsql-hackers by date:

Previous
From: Joachim Wieland
Date:
Subject: Re: Listen / Notify rewrite
Next
From: Dave Page
Date:
Subject: Re: next CommitFest