backend/parser compile prob
От | Patrick Welche |
---|---|
Тема | backend/parser compile prob |
Дата | |
Msg-id | 20030715134735.E13460@quartz.newn.cam.ac.uk обсуждение исходный текст |
Ответы |
Re: backend/parser compile prob
|
Список | pgsql-hackers |
I'm getting far too many errors while trying to compile gram.c in the backend/parser, that I must be missing something.. Story so far gmake distclean cvs update configure --enable-debug --enable-cassert gmake gmake[3]: Entering directory `/usr/src/local/pgsql/src/backend/parser' gcc -O2 -pipe -g -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -c -o gram.o gram.c gram.y:105: parse error before `Attr' gram.y:105: warning: no semicolon at end of struct or union gram.y:109: parse error before `*' gram.y:109: warning: type defaults to `int' in declaration of `param' gram.y:109: warning: data definition has no type or storage class ... GNU Make version 3.79.1 % cvs diff src/backend/parser/gram.c % In other words, I'm not even regenerating gram.c with bison (GNU Bison) 1.875 flex version 2.5.4 Thoughts? Cheers, Patrick
В списке pgsql-hackers по дате отправления: