Here is the JIRA: https://issues.apache.org/jira/browse/HAWQ-307 and PR: https://github.com/apache/incubator-hawq/pull/250
On Sun, Feb 21, 2016 at 4:42 PM Lei Chang <[email protected]> wrote: > Hi Yongzhu, > > Build on ubuntu is not supported yet. there is a pull request for this, it > might be helpful if you take a look. > > Cheers > Lei > > > > On Mon, Feb 22, 2016 at 7:29 AM, Yongzhu Li <[email protected]> wrote: > > > 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 > > >
