Hi! I solved my problem by installing and using bison parser instead of Solaris native yacc. May be this tip will be helpfull for somebody. Yuri. > Date: Thu, 1 Jul 1999 12:34:43 +0400 (MSD) > From: Yuri Kulaghin <[EMAIL PROTECTED]> > Subject: Error of plpgsql library compiling > > Hi! I'm trying to compile pgsql-6.5 under Solaris 2.5.1 x86 > but at plpgsql have error: > > In file included from gram.y:43: > lex.plpgsql_yy.c:830: warning: no previous prototype for `plpgsql_yylex' > scan.l: In function `plpgsql_yylex': > scan.l:85: `K_ASSIGN' undeclared (first use in this function) > scan.l:85: (Each undeclared identifier is reported only once > scan.l:85: for each function it appears in.) > scan.l:87: `K_DOTDOT' undeclared (first use in this function) > etc... > > Has anybody the solution? > Yuri.
