Обсуждение: e - line 82 of "bootparse.y", illegal tag

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

e - line 82 of "bootparse.y", illegal tag

От
Fred Bennett
Дата:
Hi!

Now that I have installed yacc I now get this error when compiling.  e -
line 82 of "bootparse.y", illegal tag.

I'm sorry but what am I missing?

Thank you

Below is the end of the compilation.


gmake[3]: Leaving directory
`/usr/src/postgresql-6.3.2/src/backend/access/transa
m'
ld -r -o SUBSYS.o common/SUBSYS.o gist/SUBSYS.o hash/SUBSYS.o
heap/SUBSYS.o inde
x/SUBSYS.o rtree/SUBSYS.o nbtree/SUBSYS.o transam/SUBSYS.o
gmake[2]: Leaving directory
`/usr/src/postgresql-6.3.2/src/backend/access'
gmake -C bootstrap all
gmake[2]: Entering directory
`/usr/src/postgresql-6.3.2/src/backend/bootstrap'
/usr/bin/yacc -d bootparse.y
/usr/bin/yacc: e - line 82 of "bootparse.y", illegal tag
%type <list>  boot_arg_list
      ^
gmake[2]: *** [bootparse.c] Error 1
gmake[2]: Leaving directory
`/usr/src/postgresql-6.3.2/src/backend/bootstrap'
gmake[1]: *** [bootstrap.dir] Error 2
gmake[1]: Leaving directory `/usr/src/postgresql-6.3.2/src/backend'
gmake: *** [all] Error 2