Control: tags -1 + upstream

On Fri, May 31, 2013 at 06:56:30PM +0200, David Suárez wrote:
> > gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> > -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes 
> > -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels 
> > -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard 
> > -g  -fpic -I. -I/«PKGBUILDDIR» -I/usr/include/postgresql/9.1/server 
> > -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 
> > -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5 -I..  -c -o 
> > plvlex.o /«PKGBUILDDIR»/plvlex.c
> > /«PKGBUILDDIR»/plvlex.c: In function 'plvlex_tokens':
> > /«PKGBUILDDIR»/plvlex.c:209:3: error: too many arguments to function 
> > 'orafce_sql_yyparse'
> > In file included from /«PKGBUILDDIR»/plvlex.c:23:0:
> > /«PKGBUILDDIR»/sqlparse.h:115:5: note: declared here
YYPARSE_PARAM is defined only in sqlparse.c so when sqlparse.h is included
without defining this symbol first the orafce_sql_yyparse signature will
be different. Though I don't know bison enough to tell how this should
have been used (also note that YYPARSE_PARAM is deprecated).

-- 
WBR, wRAR

Attachment: signature.asc
Description: Digital signature

Reply via email to