Josh Koenig wrote: > Public bug reported: > > I'm trying to build on a 32-bit Ubuntu box using libdrizzle 0.4 and the > simple instructions off the main drizzle page to branch, autorun, config > and make. Make chokes out as follows: > > Making all in drizzled > make[2]: Entering directory `/root/drizzle/drizzled' > /bin/bash ../config/ylwrap sql_yacc.yy y.tab.c sql_yacc.cc y.tab.h sql_yacc..h y.output sql_yacc.output -- -p DRIZZLE -d --verbose > ../config/ylwrap: line 111: -p: command not found > make[2]: *** [sql_yacc.cc] Error 1 > make[2]: Leaving directory `/root/drizzle/drizzled' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/drizzle' > make: *** [all] Error 2 >
Thanks for reminding me... it's a bug in the configure script.
To get past this, you need to do apt-get install bison and re-run configure. Sorry. I'll make a fix for the configure test problem
Josh Koenig wrote: drizzle/ drizzled' drizzle/ drizzled'
> Public bug reported:
>
> I'm trying to build on a 32-bit Ubuntu box using libdrizzle 0.4 and the
> simple instructions off the main drizzle page to branch, autorun, config
> and make. Make chokes out as follows:
>
> Making all in drizzled
> make[2]: Entering directory `/root/
> /bin/bash ../config/ylwrap sql_yacc.yy y.tab.c sql_yacc.cc y.tab.h sql_yacc..h y.output sql_yacc.output -- -p DRIZZLE -d --verbose
> ../config/ylwrap: line 111: -p: command not found
> make[2]: *** [sql_yacc.cc] Error 1
> make[2]: Leaving directory `/root/
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/drizzle'
> make: *** [all] Error 2
>
Thanks for reminding me... it's a bug in the configure script.
To get past this, you need to do apt-get install bison and re-run
configure. Sorry. I'll make a fix for the configure test problem