Re: [HACKERS] Yacc output faulty ("current")

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Rainer Klute <klute(at)nads(dot)de>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Yacc output faulty ("current")
Date: 1999-09-02 00:04:54
Message-ID: 199909020004.UAA28708@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[Charset ISO-8859-1 unsupported, filtering to ASCII...]
> Hi,
>
> when trying to compile the "current" sources under Solaris 2.5.1,
> the yacc-generated C source in interfaces/ecpg/preproc/preproc.c
> seems to be faulty:
>
> gcc -I../../../include -I../../../backend -I/usr/local/tcltk-8.0p2/include -Wall -Wmissing-prototypes -I../include -DMAJOR_VERSION=2 -DMINOR_VERSION=6 -DPATCHLEVEL=2 -DINCLUDE_PATH=\"/usr/local/pgsql-develop/include\" -c preproc.c
> /usr/ccs/bin/yaccpar: In function `yyparse':
> /usr/ccs/bin/yaccpar:275: warning: implicit declaration of function `yylex'
> preproc.y:3822: parse error before `}'
> /usr/ccs/bin/yaccpar:375: warning: label `yyerrlab' defined but not used
> /usr/ccs/bin/yaccpar:165: warning: label `yynewstate' defined but not used
> gmake[3]: *** [preproc.o] Error 1
> gmake[3]: Leaving directory `/share/syswork2/sw/PostgreSQL/CURRENT/pgsql/src/interfaces/ecpg/preproc'
>
> Running preproc.y through Bison (under Linux) helped, but this is
> of course no adequate solution.
>

Yes, we know. Will work in next release.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1999-09-02 00:23:30 Re: [HACKERS] Changes for 6.5.2 ?
Previous Message Bruce Momjian 1999-09-02 00:04:10 Re: [HACKERS] Changes for 6.5.2 ?