From: | Jean-Paul ARGUDO <jean-paul(dot)argudo(at)idealx(dot)com> |
---|---|
To: | PostgreSQL Bugs List <pgsql-bugs(at)postgresql(dot)org> |
Subject: | cvs update, configure, make, error in bootstrap.* ?... |
Date: | 2002-04-23 08:42:08 |
Message-ID: | 20020423084208.GA2144@pastis |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
Hi,
Tried to compile PG from CVS today, my platform is:
$ uname -a
Linux pastis 2.4.17-686 #2 Sat Dec 22 21:58:49 EST 2001 i686 unknown
$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
I do a simple ./configure then a simple make
And the error is:
" [...]
make[3]: Entering directory
`/home/jpargudo/etudes/postgresql-cvs/pgsql-cvs-snapshot-20020423/src/backend/bootstrap'
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I.
-I../../../src/include -c -o bootparse.o bootparse.c
bootparse.y: In function `Int_yyparse':
bootparse.y:276: structure has no member named `class'
make[3]: *** [bootparse.o] Erreur 1
make[3]: Leaving directory
`/home/jpargudo/etudes/postgresql-cvs/pgsql-cvs-snapshot-20020423/src/backend/bootstrap'
make[2]: *** [bootstrap-recursive] Erreur 2
make[2]: Leaving directory
`/home/jpargudo/etudes/postgresql-cvs/pgsql-cvs-snapshot-20020423/src/backend'
make[1]: *** [all] Erreur 2
make[1]: Leaving directory
`/home/jpargudo/etudes/postgresql-cvs/pgsql-cvs-snapshot-20020423/src'
make: *** [all] Erreur 2
"
I can't find anywhere such already notifyied bug :-(
What am I doing wrong?...
I'll watch the source and try to guess what's wrong in bootstrap.* ...
Cheers,
--
Jean-Paul ARGUDO IDEALX S.A.S
Consultant bases de données 15-17, av. de Ségur
http://www.idealx.com F-75007 PARIS
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-04-23 14:24:38 | Re: cvs update, configure, make, error in bootstrap.* ?... |
Previous Message | martin tan | 2002-04-23 08:05:30 | help! |
From | Date | Subject | |
---|---|---|---|
Next Message | Steffen Nielsen | 2002-04-23 08:55:52 | Generating Huge String? |
Previous Message | Curt Sampson | 2002-04-23 08:22:00 | Re: Documentation on page files |