Обсуждение: Current Tree Build Failure

Поиск
Список
Период
Сортировка

Current Tree Build Failure

От
Clark Evans
Дата:
My copy of parse.h may have gotten out of sync, so I'm taking
another snapshot, but this is a recent build error that I got
from building a 1:45 PM EST snapshot.

-----------------

gcc -I../../include -I../../backend   -O2 -Wall -Wmissing-prototypes -I..   -c outfuncs.c -o outfuncs.o
In file included from outfuncs.c:45:
../parse.h:19: parse error before `JoinUsing'
../parse.h:19: warning: no semicolon at end of struct or union
../parse.h:31: parse error before `}'
../parse.h:31: warning: data definition has no type or storage class
../parse.h:257: parse error before `yylval'
../parse.h:257: warning: data definition has no type or storage class
make[2]: *** [outfuncs.o] Error 1
make[2]: Leaving directory `/usr/local/src/pgsql/CURRENT/src/backend/nodes'
make[1]: *** [nodes.dir] Error 2
make[1]: Leaving directory `/usr/local/src/pgsql/CURRENT/src/backend'
make: *** [all] Error 2