Hello,
Any one had good experience building hawq on ubuntu. I tried that on a
15.10 ubuntu desktop version.
I managed to resolve all dependencies and now the configure script is
happy. But my "make" complained something like:
/usr/bin/bison -d -o gram.c gram.y
gram.y:71.1-13: warning: deprecated directive, use ‘%name-prefix’
[-Wdeprecated]
%name-prefix="caql_yy"
^^^^^^^^^^^^^
gcc -O3 -std=gnu99 -Wall -Wmissing-prototypes -Wpointer-arith
-Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv
-fno-aggressive-loop-optimizations -I/usr/include/libxml2
-I../../../../src/include -D_GNU_SOURCE -c -o gram.o gram.c
gram.c: In function ‘caql_yyparse’:
gram.c:1368:41: error: ‘yyscanner’ undeclared (first use in this function)
yychar = yylex (&yylval, &yylloc, yyscanner);
^
gram.c:1368:41: note: each undeclared identifier is reported only once for
each function it appears in
<builtin>: recipe for target 'gram.o' failed
make[4]: *** [gram.o] Error 1
any idea what I missed here?
Thanks a lot.
Yongzhu