yandex / pire

Perl Incompatible Regular Expressions library
http://github.com/dprokoptsev/pire/wiki
Other
330 stars 30 forks source link

can't build from the package produced by `make distcheck` because of missing file re_parser.y #16

Closed starius closed 9 years ago

starius commented 9 years ago

How to reproduce:

git clone https://github.com/yandex/pire
cd pire
autoreconf --install
./configure
make all check
make distcheck
tar -xf pire-0.0.5.tar.gz
cd pire-0.0.5/
./configure
make

Error:

$ make
make  all-recursive
make[1]: Entering directory `.../pire/pire-0.0.5'
Making all in pire
make[2]: Entering directory `.../pire/pire-0.0.5/pire'
make[2]: *** No rule to make target `re_parser.y', needed by `re_parser.cpp'.  Stop.
make[2]: Leaving directory `.../pire/pire-0.0.5/pire'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `.../pire/pire-0.0.5'
make: *** [all] Error 2

I have flex and bison installed. OS: Ubuntu 14.04.2 LTS

dprokoptsev commented 9 years ago

Should be fixed by now.