Bugs item #2920817, was opened at 2009-12-24 12:57
Message generated for change (Comment added) made by paulmcq
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=616200&aid=2920817&group_id=96864

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Building re2c after a make clean will fail

Initial Comment:
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

----------------------------------------------------------------------

>Comment By: Paul McQuesten (paulmcq)
Date: 2011-05-24 00:50

Message:
No further information in four months. Assume user needs to install yacc or
bison. Closed.

----------------------------------------------------------------------

Comment By: Paul McQuesten (paulmcq)
Date: 2011-01-09 20:58

Message:
The error is that 'yacc' was not found. Probably you just need to install
it. Another possibility is that your system should be using 'bison' instead
of 'yacc', but ./configure did not figure that out. I believe that most
modern Linux distos provide 'bison'. Please attach output of ./configure if
you still need help.

IOW: this looks like a user error. It should be closed unless the
./configure output shows a problem.

FYI: 'make clean' deletes 'parser.cc', which will then be regenerated by
$(YACC) from 'parser.y'.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=616200&aid=2920817&group_id=96864

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Re2c-general mailing list
Re2c-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/re2c-general

Reply via email to