monetdb - trouble while making install monetdb5 -


i've following error when running make while installing monetdb5

make[9]: entering directory `/home/lfopa/opt/monetdb/monetdb5/extras/jaql/parser' /bin/bash ../../../../libtool --tag=cc --mode=compile gcc -dhave_config_h -i. -    i../../../..  -i. -i../ -i./../ -i../../../mal -i./../../../mal -i../../../optimizer -i./../../../optimizer -i../../../../common/options -i./../../../../common/options -i../../../../common/stream -i./../../../../common/stream -i../../../../gdk -i./../../../../gdk  -dlibjaqlp  -g -o2   -c -o libjaqlp_la-jaql.tab.lo `test -f 'jaql.tab.c' || echo './'`jaql.tab.c libtool: compile:  gcc -dhave_config_h -i. -i../../../.. -i. -i../ -i./../ -i../../../mal -i./../../../mal -i../../../optimizer -i./../../../optimizer -i../../../../common/options -i./../../../../common/options -i../../../../common/stream -i./../../../../common/stream -i../../../../gdk -i./../../../../gdk -dlibjaqlp -g -o2 -c jaql.tab.c  -fpic -dpic -o .libs/libjaqlp_la-jaql.tab.o y.tab.c: in function 'jaqlparse': y.tab.c:1684:32: error: 'scanner' undeclared (first use in function) y.tab.c:1684:32: note: each undeclared identifier reported once each function appears in make[9]: *** [libjaqlp_la-jaql.tab.lo] error 1 make[9]: leaving directory `/home/lfopa/opt/monetdb/monetdb5/extras/jaql/parser' make[8]: *** [all] error 2 make[8]: leaving directory `/home/lfopa/opt/monetdb/monetdb5/extras/jaql/parser' make[7]: *** [all-recursive] error 1 make[7]: leaving directory `/home/lfopa/opt/monetdb/monetdb5/extras/jaql' make[6]: *** [all] error 2 make[6]: leaving directory `/home/lfopa/opt/monetdb/monetdb5/extras/jaql' make[5]: *** [all-recursive] error 1 make[5]: leaving directory `/home/lfopa/opt/monetdb/monetdb5/extras' make[4]: *** [all] error 2 make[4]: leaving directory `/home/lfopa/opt/monetdb/monetdb5/extras' make[3]: *** [all-recursive] error 1 make[3]: leaving directory `/home/lfopa/opt/monetdb/monetdb5' make[2]: *** [all] error 2 make[2]: leaving directory `/home/lfopa/opt/monetdb/monetdb5' make[1]: *** [all-recursive] error 1 make[1]: leaving directory `/home/lfopa/opt/monetdb' make: *** [all] error 2 

the configuration according readme file here last line of configuration

* enabled/disabled build options:     strict     disabled (by default)     assert     disabled (by default)     debug      disabled (by default)     optimize   disabled (by default)     developer  disabled (by default)     instrument disabled (by default)     profile    disabled (by default)  * enabled/disabled components:     gdk       enabled     monetdb5  enabled     sql       enabled     jaql      enabled     geom      disabled (geos library required geom module)     gsl       enabled     fits      disabled (cfitsio library not found)     rdf       disabled (by default)     datacell  disabled (by default)     odbc      enabled     jdbc      enabled     control   enabled     testing   enabled 

according error message. trouble occurs when compiling jaqlparse function needed install extension jaql. since i'm not interesting extension, solved problem disablingjaql` extension when configuring monetdb

./configure --diseable-jaql sudo make sudo make install 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -