[Pgcluster-general] Problem with making PGCluster 1.7.0rc7
Rick Vernam
rickv at hobi.com
Tue May 15 15:54:11 UTC 2007
On Tuesday 15 May 2007 10:42:16 am Rick Vernam wrote:
> I don't have a deep enough understanding of makefiles and such, but
> whatever is responsible for the the dynamic creation of
Scratch that.
> src/include/parser/parse.h is not adding
> REPLICATION = 510,
> in yytokentype of parse.h
src/backend/parser/parse.h is missing the definition in yytokentype, and a
#define.
The attached patch ought to take care of it...although I have not tested it.
-Rick
>
> I'm going to keep digging, as it will be a good learning experience for me,
> but perhaps with this info someone will be able to fix more quickly?
>
> -Rick
>
> On Monday 14 May 2007 11:18:22 am Antony Petropavlovsky wrote:
> > I have problem with compiling PGCluster 1.7.0rc7 on FreeBSD 6.0.
> >
> > > ./configure is Ok.
> > > gmake - write to me:
> >
> > ..
> > gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
> > -Wdeclaration- after-statement -Wendif-labels -fno-strict-aliasing
> > -DUSE_REPLICATION - DPRINT_DEBUG -I. -I../../../src/include -c -o
> > keywords.o keywords.c keywords.c:284: error: `REPLICATION' undeclared
> > here (not in a function) ..
> >
> > And exit.
> > How to solve this?
> > --
> > Antony
> >
> > _______________________________________________
> > Pgcluster-general mailing list
> > Pgcluster-general at pgfoundry.org
> > http://pgfoundry.org/mailman/listinfo/pgcluster-general
>
> _______________________________________________
> Pgcluster-general mailing list
> Pgcluster-general at pgfoundry.org
> http://pgfoundry.org/mailman/listinfo/pgcluster-general
-------------- next part --------------
A non-text attachment was scrubbed...
Name: parse.h.patch
Type: text/x-diff
Size: 8878 bytes
Desc: not available
Url : http://pgfoundry.org/pipermail/pgcluster-general/attachments/20070515/24912d8d/attachment.bin
More information about the Pgcluster-general
mailing list