Re: git.postgresql.org vs. REL8_1_STABLE

From: Sergey Burladyan <eshkinkot(at)gmail(dot)com>
To: Joshua Tolley <eggyknap(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: git.postgresql.org vs. REL8_1_STABLE
Date: 2009-11-13 10:14:12
Message-ID: 87iqdeohor.fsf@seb.progtech.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joshua Tolley <eggyknap(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2009-11-13 10:26:47 Re: next CommitFest
Previous Message Joachim Wieland 2009-11-13 09:57:47 Re: Listen / Notify rewrite