VUTBR / libnf

GNU General Public License v3.0
2 stars 6 forks source link

libnf does not build #1

Closed bodik closed 8 years ago

bodik commented 8 years ago

could anyone please look why libnf does not build anymore ?

make all-recursive make[1]: Entering directory '/tmp/build_area/libnf' Making all in src make[2]: Entering directory '/tmp/build_area/libnf/src' /bin/bash ../ylwrap grammar.y y.tab.c grammar.c y.tab.h echo grammar.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/ y.output grammar.output -- bison -y -d /tmp/build_area/libnf/src/grammar.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] updating grammar.h make[2]: Leaving directory '/tmp/build_area/libnf/src' make[2]: * No rule to make target 'ffilter/ffilter_gram.y', needed by 'ffilter/ffilter_gram.c'. Stop. Makefile:399: recipe for target 'all-recursive' failed make[1]: Leaving directory '/tmp/build_area/libnf' Makefile:326: recipe for target 'all' failed make[1]: * [all-recursive] Error 1 make: *\ [all] Error 2

bodik commented 8 years ago

my build process was missing --recursive which is mentioned properly in documentation