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: Open
Resolution: None
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-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

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Re2c-general mailing list
Re2c-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/re2c-general

Reply via email to