Skip to content

Building re2c after a make clean will fail #47

@skvadrik

Description

@skvadrik

Building re2c after a make clean will fail:

cd re2c-0.13.5

./configure

<-- snipped -->

make

<-- snipped -->

make clean

test -z "re2c" || rm -f re2c
test -z "parser.cc y.tab.c y.tab.h scanner.cc re2c.1 .version
htdocs/manual.html" || rm -f parser.cc y.tab.c y.tab.h scanner.cc re2c.1
.version htdocs/manual.html
rm -f *.o

./configure

<-- snipped -->

make

yacc -d ./parser.y || exit
/bin/sh: yacc: command not found
make: *** [parser.cc] Error 127

Original comment by: *anonymous

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions